body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.div-block {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.situation-and-idea {
  position: relative;
  display: block;
  width: auto;
  padding-top: 32px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none transparent;
}

.headline-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 684px;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 24px;
}

.headline-copy.higher-margin {
  max-width: 740px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 32px;
}

.headline-copy.disclaimer {
  margin-top: -98px;
  padding-bottom: 0px;
}

.headline-copy.problem {
  max-width: 705px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none transparent;
  background-color: #000;
  background-image: url('../images/Stars_Bg_2.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
  font-family: 'Samsungone 400 v1', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.black-friday-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 118px;
  max-width: 496px;
  min-height: auto;
  margin-top: 32px;
  padding-top: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.logo-placement {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 40px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  position: relative;
  max-width: 684px;
  min-width: 0px;
  padding-top: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 29.3px;
  text-align: center;
}

.text-block.problem {
  width: 100%;
  max-width: none;
}

.border-box {
  display: block;
  max-width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 2% 5% 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #000;
  background-color: #fff;
  box-shadow: 11px 11px 0 0 #f54185, 11px 11px 0 5px #000;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.border-box.end {
  max-width: 420px;
  padding-top: 1%;
  padding-bottom: 1%;
}

.border-box.high-top-margin {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 64%;
  margin-bottom: 0px;
  padding-top: 0%;
  padding-bottom: 4%;
  grid-row-gap: 24px;
  border-width: 5px;
  background-color: #034140;
  box-shadow: none;
  outline-color: #23ffff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
}

.heading {
  font-family: Samsungsharpsans, sans-serif;
  text-align: center;
}

.heading.h4 {
  margin-top: 0px;
}

.text-block-2 {
  max-width: none;
  margin-top: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 29.3px;
  font-weight: 400;
  text-align: center;
}

.heading-2 {
  max-width: 1276px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Samsungsharpsans, sans-serif;
  text-align: center;
}

.subtitle {
  position: relative;
  display: block;
  max-width: 683px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Samsungone 400 v1', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 29.3px;
  font-weight: 400;
  text-align: center;
}

.subtitle.ondark {
  margin-top: 60px;
  padding-left: 60px;
  color: #fff;
  text-align: left;
}

.subtitle.disclaimer {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
}

.heading-4 {
  position: relative;
  width: auto;
  max-width: none;
  font-family: 'Sabo filled', sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 44px;
  text-align: center;
}

.heading-4.gradient-1 {
  background-image: linear-gradient(43deg, #8f5bff, #68aeff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-4.gradient-2 {
  background-image: linear-gradient(98deg, #8f5bff, #ffb546);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-4.gradient-3 {
  background-image: linear-gradient(225deg, #68aeff, #00c3b2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  text-align: center;
}

.the-execution {
  position: relative;
  margin-top: 175px;
  margin-bottom: 60px;
}

.side-by-side-slider {
  max-width: 94%;
  margin-top: 40px;
}

.column {
  padding-right: 10px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column-2 {
  padding-right: 0px;
  padding-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.big-center-element {
  height: auto;
  max-width: 94%;
  margin-top: 40px;
  border: 5px solid #000;
  border-radius: 0px;
  box-shadow: 11px 11px 0 4px #000;
}

.big-center-element.biggervideo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0px;
  border-color: transparent;
  box-shadow: none;
}

.button {
  width: auto;
  height: 40px;
  min-width: 180px;
  margin-top: 10px;
  border-radius: 20px;
  background-color: #f54185;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.slider {
  overflow: visible;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide {
  overflow: visible;
  max-width: none;
  min-height: auto;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: 130px;
  min-height: 130px;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none transparent;
  background-color: #0d0f14;
}

.content {
  position: relative;
  display: block;
  overflow: visible;
  min-height: 680px;
  border: 1px none transparent;
}

.content.top-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 500px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-part3.png');
  background-position: 50% 0%;
  background-size: 100% 100%;
  background-attachment: scroll;
}

.content.top-margin.nodistance-top {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  background-image: url('../images/City-skyline.png');
  background-position: 0px 0px;
  background-size: 100%;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.content.top-margin.nostance-bottom {
  min-height: 440px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.content.top-margin.nostance-bottom.impressions {
  margin-top: 0px;
  padding-top: 100px;
  background-image: none;
}

.content.top-margin.topmargin {
  z-index: auto;
  background-image: url('../images/Games-Large.png');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 1;
  mix-blend-mode: normal;
}

.content.experiences {
  margin-top: 0px;
  padding-top: 20px;
  background-image: none;
}

.slider-2 {
  height: 500px;
}

.slider-3 {
  height: 500px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-2 {
  width: 100%;
  height: auto;
  max-width: none;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-3 {
  width: 100%;
  max-width: none;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.slide-6 {
  max-width: 100%;
}

.mask {
  overflow: hidden;
}

.video {
  overflow: visible;
  clear: both;
  border: 5px solid #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.pink-bg {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -10;
  width: 100%;
  height: 100%;
  margin: 0px auto auto;
  float: none;
  background-image: url('../images/KeyVisual.png');
  background-size: 1024px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.pink-bg.bottom {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.result-header {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  font-family: 'Sabo filled', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}

.text-block-4 {
  margin-top: 0px;
  font-family: 'Samsungone 400c v1', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.text-block-4._4 {
  font-size: 18px;
  line-height: 24px;
}

.invaders-animation {
  position: absolute;
  left: -3px;
  top: auto;
  right: auto;
  bottom: 129px;
  z-index: 60;
  max-width: 100%;
  margin-left: 0px;
}

.cloud1 {
  position: relative;
  left: 0%;
  top: 93%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  width: auto;
  height: auto;
  max-width: 350px;
}

.image-5 {
  position: absolute;
  left: auto;
  top: 37%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 330px;
  height: auto;
  max-width: 100%;
  float: none;
}

.result-numbers {
  display: block;
  margin-top: 40px;
  opacity: 1;
  mix-blend-mode: multiply;
}

.heart {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 200;
  width: auto;
  height: auto;
  max-height: 32px;
  max-width: 112px;
}

.slide-nav {
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.martin-test-section {
  margin-top: 60px;
  margin-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.martin-test-section.top-margin {
  background-image: url('../images/Hand-Diagram3x.png');
  background-position: 100% 0%;
  background-size: 260px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.border-box-image-container {
  position: relative;
  display: block;
  overflow: hidden;
  height: 500px;
  max-width: 76%;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #000;
  background-color: #fff;
  box-shadow: 11px 11px 0 0 #f54185, 11px 11px 0 5px #000;
  text-align: center;
}

.border-box-image-container.end {
  max-width: 420px;
  padding-top: 1%;
  padding-bottom: 1%;
}

.border-box-image-container.high-top-margin {
  max-width: 64%;
}

.draggable-image {
  position: absolute;
  display: block;
  height: 100%;
  max-width: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.scrollgallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 4000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.touch-surface {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.drag-indicator {
  position: absolute;
  bottom: 16px;
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #fff;
}

.impressions {
  overflow: visible;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-7 {
  position: absolute;
  left: 0px;
  top: -137px;
  width: 240px;
  max-width: none;
}

.image-8 {
  position: absolute;
  left: auto;
  top: -17%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  max-width: 310px;
}

.image-9 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-10 {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-11 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-12 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-13 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-14 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.bold-text {
  font-family: 'Samsungone 800 v1', sans-serif;
}

.bold-text-2 {
  font-family: 'Samsungone 800 v1', sans-serif;
}

.border-box-image-container-draggable {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 76%;
  height: 500px;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 5px solid #000;
  background-color: #fff;
  box-shadow: 11px 11px 0 0 #f54185, 11px 11px 0 5px #000;
}

.border-box-image-container-draggable.end {
  max-width: 420px;
  padding-top: 1%;
  padding-bottom: 1%;
}

.border-box-image-container-draggable.high-top-margin {
  max-width: 64%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-button {
  margin-right: 4px;
  margin-left: 4px;
}

.scrolltrack {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.scrollcontainer {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.gallerytrack {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1830px;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.galleryimage {
  height: 70vh;
  margin: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-image: url('../images/Testexport-Map.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.galleryimage._1 {
  height: 100%;
  background-image: url('../images/mapOverview.png');
  background-position: 0% 50%;
}

.overview-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  padding-right: 2.5em;
  padding-left: 2.5em;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-sm {
  font-size: 0.75em;
}

.strip__item-link {
  margin-bottom: 0.125em;
  font-size: 6em;
  line-height: 0.5;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.cursor {
  margin-top: 0vh;
}

.draggable {
  display: none;
}

.strip__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.strip__item-number {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.strip-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-outer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  border-radius: 0.25em;
}

.imagedragger {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 1378px;
  height: 490px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.bounding-box {
  position: absolute;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.overview-container {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: red;
  border-radius: 0px;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.box {
  width: 1830px;
  height: 500px;
}

.div-block-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.drag-handle {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  margin-bottom: 20px;
}

.image-15 {
  display: inline-block;
  cursor: -webkit-grab;
  cursor: grab;
}

.overview-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 1378px;
  height: 490px;
  max-width: 1378px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  position: relative;
  width: 1378px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-6 {
  position: absolute;
  width: 1378px;
  height: 490px;
}

.image-16 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
}

.text-block-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  font-family: Samsungsharpsans, sans-serif;
  color: #fff;
  font-weight: 700;
}

.track {
  height: 281vw;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.item {
  width: 281vw;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-17 {
  width: auto;
  height: 100vh;
}

.topmargin {
  margin-top: 0px;
  padding-bottom: 0px;
}

.cat-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 18px;
  bottom: 0px;
  z-index: 100;
  width: 90px;
  height: auto;
  max-width: 90px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: right;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: baseline;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: column;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-areas: ". ."
    ". ."
    ". Area";
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 24px auto 24px auto;
  grid-template-rows: auto auto auto;
}

.grid-2 {
  grid-template-areas: "Area Area-2";
}

.characters {
  position: absolute;
  top: 404px;
  bottom: auto;
  z-index: 500;
  display: block;
  overflow: visible;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.execution-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 368px;
  height: 138px;
  max-height: 138px;
  max-width: 368px;
  min-height: 138px;
  min-width: 368px;
  margin: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
  background-image: url('../images/ResultBox-bg-ani.gif');
  background-position: 0px 0px;
  background-size: contain;
}

.div-block-8 {
  margin-top: 0px;
}

.video-2 {
  margin-top: 10%;
  border-top: 1px none #000;
  border-bottom: 0px none #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-19 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-20 {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.logo {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 200;
  max-width: 100%;
}

.image-21 {
  position: relative;
  top: auto;
  bottom: auto;
  z-index: 0;
  max-width: 100%;
  min-width: 100%;
}

.image-22 {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 25%;
  z-index: auto;
  margin-top: auto;
  margin-right: auto;
  clear: none;
}

.sun {
  position: absolute;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 110px;
  z-index: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 336px;
  clear: none;
  text-align: left;
}

.cybergrid {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  max-width: 100%;
  min-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.stars {
  position: relative;
  left: 2%;
  top: auto;
  right: 2%;
  bottom: 0%;
  z-index: 0;
  max-width: 96%;
  -o-object-fit: cover;
  object-fit: cover;
}

.arcade-machine {
  position: absolute;
  left: 15%;
  top: auto;
  right: auto;
  bottom: 72px;
  z-index: 50;
  margin-top: auto;
  margin-right: auto;
  clear: none;
}

.bubble {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  margin-top: auto;
  margin-right: 140px;
  margin-bottom: 280px;
  clear: none;
}

.gnusmas {
  position: absolute;
  left: auto;
  top: auto;
  right: 39%;
  bottom: 186px;
  z-index: 200;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  clear: none;
}

.mountains {
  position: absolute;
  top: auto;
  bottom: 313px;
  z-index: 25;
  max-width: 100%;
  min-width: 100%;
}

.game-on {
  position: absolute;
  top: auto;
  bottom: 130px;
  z-index: 0;
  max-width: 100%;
  min-width: 100%;
}

.parallax-scene {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 10px;
}

.parallax-scene.top-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 500px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-part3.png');
  background-position: 50% 0%;
  background-size: 100% 100%;
  background-attachment: scroll;
}

.parallax-scene.top-margin.nodistance-top {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  background-image: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.parallax-scene.top-margin.nostance-bottom {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: -100px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border: 1px none transparent;
  background-image: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.parallax-scene.top-margin.nostance-bottom.impressions {
  padding-top: 0px;
  background-image: none;
}

.parallax-scene.top-margin.topmargin {
  z-index: auto;
  background-image: none;
  opacity: 1;
  mix-blend-mode: normal;
}

.parallax-scene.experiences {
  margin-top: 0px;
  padding-top: 20px;
  background-image: none;
}

.execution {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 10px;
}

.execution.top-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 500px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-part3.png');
  background-position: 50% 0%;
  background-size: 100% 100%;
  background-attachment: scroll;
}

.execution.top-margin.nodistance-top {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  background-image: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.execution.top-margin.nostance-bottom {
  min-height: 440px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.execution.top-margin.nostance-bottom.impressions {
  padding-top: 0px;
  background-image: none;
}

.execution.top-margin.topmargin {
  z-index: auto;
  background-image: none;
  opacity: 1;
  mix-blend-mode: normal;
}

.execution.experiences {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 32px;
  border: 1px none transparent;
  background-image: none;
}

.result {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 10px;
}

.result.top-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 500px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-part3.png');
  background-position: 50% 0%;
  background-size: 100% 100%;
  background-attachment: scroll;
}

.result.top-margin.nodistance-top {
  bottom: auto;
  max-width: 100%;
  min-height: 600px;
  min-width: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none transparent;
  background-image: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.result.top-margin.nostance-bottom {
  min-height: 440px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.result.top-margin.nostance-bottom.impressions {
  padding-top: 0px;
  background-image: none;
}

.result.top-margin.topmargin {
  z-index: auto;
  background-image: url('../images/Games-Large.png');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 1;
  mix-blend-mode: normal;
}

.result.experiences {
  margin-top: 0px;
  padding-top: 20px;
  background-image: none;
}

.numbers {
  position: relative;
  width: 10%;
  min-width: 60%;
  margin: 10px;
  padding: 20px 5px;
  border-radius: 6px;
  background-image: url('../images/ResultBox-bg-ani.gif');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 30%;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.cat {
  position: relative;
  z-index: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.last-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 740px;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.last-copy.higher-margin {
  max-width: 740px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 32px;
}

.last-copy.disclaimer {
  margin-top: -98px;
  padding-bottom: 0px;
}

.bubble2 {
  position: relative;
  left: auto;
  top: auto;
  z-index: 1;
  margin-top: -20px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.dog {
  position: relative;
  z-index: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.games {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 420px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 48px;
  border: 1px none transparent;
  border-radius: 10%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, #000), to(transparent)), url('../images/City-skyline.png');
  background-image: linear-gradient(180deg, #000, #000 0%, transparent), url('../images/City-skyline.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: left;
}

.games-block {
  position: relative;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1200px;
  padding: 40px 40px 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0px;
  border-style: solid;
  border-width: 4px;
  border-color: #60347f;
  border-radius: 40px;
  background-color: #1c1c1c;
  color: #fff;
}

.heading-games {
  position: relative;
  top: auto;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 4px solid transparent;
  border-radius: 40px;
  background-color: transparent;
  font-family: 'Sabo filled', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
}

.games-list {
  min-height: 256px;
  grid-auto-flow: row;
  grid-template-areas: "Black-Weeks-Invaders Jet-Bot-Evader Galaxy-Blocks Flip-s-Night-Out";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-23 {
  max-height: 200px;
}

.image-24 {
  max-height: 200px;
}

.image-25 {
  max-height: 200px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.games-list-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 256px;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  line-height: 32%;
  -o-object-fit: fill;
  object-fit: fill;
}

.black-weeks-invaders {
  position: relative;
  width: auto;
  height: auto;
  min-width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10%;
  background-image: url('../images/Game-Black_Weeks_Invaders.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.flip-s-night-out {
  position: relative;
  width: auto;
  height: auto;
  min-width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10%;
  background-image: url("https://assets.website-files.com/63efb3008afd51946618c6a6/63efb3008afd513ddb18c6d9_Game-Flip's%20Night%20Out.png");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.galaxy-blocks {
  position: relative;
  width: auto;
  height: auto;
  min-width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10%;
  background-image: url('../images/Game-Galaxy-Blocks.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.jet-bot-evader {
  position: relative;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  min-width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10%;
  background-image: url('../images/Game-Jet-Bot-Evader.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.div-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin: 40px 40px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 48px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 684px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 0px;
}

.execution-block-2 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  max-height: 138px;
  max-width: 260px;
  min-height: 138px;
  min-width: 260px;
  margin: 0px;
  padding: 0px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
  background-image: url('../images/Buble_Left.png');
  background-position: 0px 0px;
  background-size: 260px;
  color: #03403f;
}

.execution-block-2.top {
  top: -56px;
}

.execution-block-2.bottom {
  bottom: -32px;
}

.execution-block-3 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  max-height: 138px;
  max-width: 260px;
  min-height: 138px;
  min-width: 260px;
  margin: 0px;
  padding: 0px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
  background-image: url('../images/Buble_Right.png');
  background-position: 0px 0px;
  background-size: 260px;
  color: #fff;
}

.execution-block-3.top {
  top: -56px;
}

.execution-block-3.bottom {
  bottom: -48px;
}

.cyber-cat {
  position: relative;
  left: 0px;
  right: auto;
}

.cahracter-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-row-gap: 16px;
  text-align: left;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.character-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 0px;
  text-align: left;
}

.cyber-cat-1 {
  position: relative;
  left: auto;
  top: auto;
  right: 0px;
  bottom: auto;
  z-index: auto;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  clear: none;
}

.result-dark {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  font-family: 'Sabo filled', sans-serif;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}

.text-block-6 {
  margin-top: 0px;
  font-family: 'Samsungone 400c v1', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.text-block-6._4 {
  font-size: 18px;
  line-height: 24px;
}

.bold-text-3 {
  position: relative;
  z-index: 100;
}

.results {
  position: relative;
  top: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1152px;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.copyright {
  position: relative;
  display: block;
  max-width: 683px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Samsungone 400 v1', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 29.3px;
  font-weight: 400;
  text-align: center;
}

.copyright.ondark {
  margin-top: 60px;
  padding-left: 60px;
  color: #fff;
  text-align: left;
}

.copyright.disclaimer {
  position: relative;
  min-width: 256px;
  margin-top: 40px;
  margin-left: 0px;
  padding-left: 81px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 14px;
  text-align: left;
}

.link-block {
  max-width: 100%;
  min-height: 100px;
  min-width: 25%;
  background-color: #886a6a;
}

.container-5 {
  position: relative;
  display: block;
  max-width: 1000px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.games-block-copy {
  position: relative;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  padding: 40px 40px 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  border-style: solid;
  border-width: 4px;
  border-color: #60347f;
  border-radius: 40px;
  background-color: #1c1c1c;
  color: #fff;
}

.div-block-14 {
  position: relative;
  z-index: 500;
  display: block;
  width: 90%;
  height: auto;
  max-width: 1153px;
  min-width: auto;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 4px;
  border-color: #60347f;
  border-radius: 40px;
  background-color: #1c1c1c;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-15 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 64px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 40px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 56px;
}

.start-video {
  position: relative;
}

.video-start {
  position: absolute;
  left: 50%;
  top: 90px;
  right: auto;
  bottom: auto;
  z-index: 100;
  border: 1px solid transparent;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 256px;
  padding-top: 32px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px none transparent;
  text-decoration: none;
}

.logo-div {
  width: auto;
  max-width: 25%;
}

.hearts-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 25%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.black-friday-div {
  position: relative;
  max-width: 50%;
  padding-top: 40px;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 16px;
}

.div-block-14-copy {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: 40px;
  margin-bottom: 56px;
  margin-left: 40px;
  padding: 40px 36px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-self: auto;
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  border-style: solid;
  border-width: 4px;
  border-color: #60347f;
  border-radius: 40px;
  background-color: #1c1c1c;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-19 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 203px;
  min-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 16px;
}

.pets {
  position: absolute;
  right: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -76px;
  margin-bottom: -76px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
}

.arcade-character {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.paralax-backround {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 100%;
  max-width: none;
}

.bubbles {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 16px;
}

.bubbles-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 56px;
}

.bubbles-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 56px;
}

.bubbles-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 56px;
}

.image-26 {
  position: relative;
  bottom: 32px;
}

.image-27 {
  position: relative;
  bottom: -8px;
}

.image-28 {
  position: relative;
  bottom: 29px;
}

.image-29 {
  position: relative;
}

.image-30 {
  position: relative;
  top: 32px;
}

.image-31 {
  position: relative;
  top: 16px;
}

.image-32 {
  position: relative;
}

.coin {
  position: absolute;
  top: 58px;
  right: 10%;
  bottom: auto;
  z-index: 20;
  width: 100px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 1000px;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.button-up {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.arrow-up {
  position: relative;
  display: block;
  margin-right: 0px;
  cursor: pointer;
}

.bubbles-section {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 10px;
}

.bubbles-section.top-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 500px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-part3.png');
  background-position: 50% 0%;
  background-size: 100% 100%;
  background-attachment: scroll;
}

.bubbles-section.top-margin.nodistance-top {
  bottom: auto;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: auto;
  min-width: 100%;
  margin-top: -32px;
  margin-bottom: -238px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none transparent;
  background-image: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.bubbles-section.top-margin.nostance-bottom {
  min-height: 440px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.bubbles-section.top-margin.nostance-bottom.impressions {
  padding-top: 0px;
  background-image: none;
}

.bubbles-section.top-margin.topmargin {
  z-index: auto;
  background-image: url('../images/Games-Large.png');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 1;
  mix-blend-mode: normal;
}

.bubbles-section.experiences {
  margin-top: 0px;
  padding-top: 20px;
  background-image: none;
}

.sky {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 461px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px none transparent;
}

.coin-2 {
  position: absolute;
  left: 5%;
  top: 360px;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 90px;
}

.coin-3 {
  position: absolute;
  top: 90px;
  right: 5%;
  bottom: auto;
  z-index: 20;
  width: 80px;
}

.video-backgound {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: 718px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(86%, transparent), to(#000));
  background-image: linear-gradient(180deg, transparent 86%, #000);
}

@media screen and (min-width: 1440px) {
  .situation-and-idea {
    background-position: 26% 103%;
    background-size: 1295px;
  }

  .headline-copy {
    max-width: 710px;
    margin-top: 0px;
  }

  .headline-copy.higher-margin {
    max-width: 700px;
  }

  .body {
    max-width: 100%;
  }

  .text-block {
    z-index: 0;
  }

  .border-box {
    position: relative;
    max-width: 684px;
  }

  .border-box.high-top-margin {
    max-width: 920px;
  }

  .heading {
    font-size: 44px;
    line-height: 48px;
  }

  .heading.h4 {
    font-size: 38px;
  }

  .text-block-2 {
    max-width: none;
    line-height: 32px;
  }

  .heading-2 {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 48px;
  }

  .subtitle {
    max-width: 765px;
    font-size: 0px;
  }

  .subtitle.ondark {
    max-width: none;
  }

  .heading-4 {
    font-size: 44px;
    line-height: 48px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1392%;
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 20px;
  }

  .side-by-side-slider {
    max-width: 1392px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-2 {
    padding-left: 0px;
  }

  .big-center-element {
    max-width: 1156px;
  }

  .big-center-element.biggervideo {
    max-width: 1400px;
    margin-bottom: 0px;
  }

  .slider {
    height: auto;
    min-width: 1156px;
  }

  .content {
    position: relative;
  }

  .content.top-margin {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .content.top-margin.nodistance-top {
    margin-bottom: 0px;
    padding-top: 140px;
    background-image: url('../images/bg-part2.png');
    background-position: 50% 0%;
    background-size: 100% 100%;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .content.top-margin.nostance-bottom {
    max-width: none;
    min-height: 306px;
    margin-top: 0px;
    background-size: 100%;
  }

  .content.top-margin.nostance-bottom.impressions {
    margin-top: 0px;
  }

  .content.experiences {
    padding-top: 40px;
    background-image: none;
  }

  .video {
    margin-bottom: -2px;
  }

  .result-header {
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    line-height: 64px;
  }

  .text-block-4 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .invaders-animation {
    position: absolute;
    left: 10%;
  }

  .cloud1 {
    position: relative;
    left: 25%;
    top: 0%;
    bottom: 0%;
  }

  .image-5 {
    right: 0%;
    display: block;
    width: 340px;
  }

  .result-numbers {
    max-width: 1156px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-6 {
    position: absolute;
    left: auto;
    top: 470%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    overflow: visible;
    max-width: 32%;
    float: none;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heart {
    top: -2%;
    right: 2%;
    max-width: 260px;
  }

  .slide-nav {
    padding-bottom: 40px;
  }

  .martin-test-section {
    overflow: visible;
    margin-bottom: 140px;
  }

  .martin-test-section.top-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 460px;
    margin-top: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url('../images/Hand-Diagram3x.png');
    background-position: 100% 0%;
    background-size: 370px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .border-box-image-container {
    max-width: 60%;
  }

  .impressions {
    width: 100%;
  }

  .image-7 {
    position: absolute;
    left: 0%;
    top: -40%;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 310px;
    max-width: 70%;
    float: none;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .div-block-2 {
    position: relative;
  }

  .image-8 {
    top: -10%;
  }

  .border-box-image-container-draggable {
    max-width: 60%;
  }

  .overview-container {
    overflow: hidden;
  }

  .image-16 {
    display: block;
  }

  .item {
    width: 281vh;
  }

  .grid {
    max-width: 1156px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .execution-block {
    height: 138px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-19 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-right: auto;
    margin-left: auto;
  }

  .logo {
    left: 2%;
    top: -2%;
    max-width: 260px;
  }

  .sun {
    bottom: 586px;
    margin-bottom: 7px;
  }

  .stars {
    left: 5%;
    right: 5%;
    width: 90%;
    max-width: none;
  }

  .arcade-machine {
    left: 25%;
  }

  .gnusmas {
    bottom: 231px;
  }

  .game-on {
    position: absolute;
  }

  .parallax-scene {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .parallax-scene.top-margin {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .parallax-scene.top-margin.nodistance-top {
    margin-bottom: 0px;
    padding-top: 140px;
    background-image: url('../images/bg-part2.png');
    background-position: 50% 0%;
    background-size: 100% 100%;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .parallax-scene.top-margin.nostance-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .parallax-scene.top-margin.nostance-bottom.impressions {
    margin-top: 0px;
  }

  .parallax-scene.experiences {
    padding-top: 40px;
    background-image: none;
  }

  .execution {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .execution.top-margin {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .execution.top-margin.nodistance-top {
    margin-bottom: 0px;
    padding-top: 140px;
    background-image: url('../images/bg-part2.png');
    background-position: 50% 0%;
    background-size: 100% 100%;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .execution.top-margin.nostance-bottom {
    max-width: none;
    min-height: 306px;
    margin-top: 0px;
    background-size: 100%;
  }

  .execution.top-margin.nostance-bottom.impressions {
    margin-top: 0px;
  }

  .execution.experiences {
    padding-top: 40px;
    background-image: none;
  }

  .result {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .result.top-margin {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .result.top-margin.nodistance-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 128px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: none;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .result.top-margin.nostance-bottom {
    max-width: none;
    min-height: 306px;
    margin-top: 0px;
    background-size: 100%;
  }

  .result.top-margin.nostance-bottom.impressions {
    margin-top: 0px;
  }

  .result.experiences {
    padding-top: 40px;
    background-image: none;
  }

  .numbers {
    position: relative;
    width: 33%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .test {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 880px;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .last-copy {
    max-width: 710px;
    margin-top: 0px;
  }

  .last-copy.higher-margin {
    max-width: 700px;
  }

  .heading-games {
    font-size: 42px;
    line-height: 48px;
  }

  .execution-block-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .execution-block-3 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .result-dark {
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    line-height: 64px;
  }

  .text-block-6 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .results {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .copyright {
    max-width: 765px;
    font-size: 0px;
  }

  .copyright.ondark {
    max-width: none;
  }

  .header {
    left: 50%;
    max-width: 2000px;
    background-image: none;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .coin {
    right: 15%;
  }

  .overlay {
    height: 1900px;
  }

  .bubbles-section {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .bubbles-section.top-margin {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .bubbles-section.top-margin.nodistance-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -476px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: none;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .bubbles-section.top-margin.nostance-bottom {
    max-width: none;
    min-height: 306px;
    margin-top: 0px;
    background-size: 100%;
  }

  .bubbles-section.top-margin.nostance-bottom.impressions {
    margin-top: 0px;
  }

  .bubbles-section.experiences {
    padding-top: 40px;
    background-image: none;
  }

  .sky {
    position: static;
  }

  .coin-2 {
    left: 8%;
  }

  .coin-3 {
    right: 5%;
  }

  .video-backgound {
    position: absolute;
    left: 50%;
    right: auto;
    overflow: visible;
    height: 794px;
    max-width: 2000px;
    min-height: 950px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), to(#000));
    background-image: linear-gradient(180deg, transparent 95%, #000);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}

@media screen and (max-width: 991px) {
  .headline-copy {
    max-width: 60%;
  }

  .headline-copy.problem {
    max-width: 60%;
  }

  .body {
    background-size: 1250px;
  }

  .logo-placement {
    max-width: 100%;
    margin-top: 40px;
  }

  .border-box {
    max-width: 50%;
    margin-top: 40px;
  }

  .border-box.high-top-margin {
    margin-top: 140px;
  }

  .heading.h4 {
    font-size: 28px;
    line-height: 32px;
  }

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

  .heading-2 {
    margin-bottom: 20px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-4 {
    font-size: 38px;
    line-height: 44px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .the-execution {
    margin-top: 100px;
  }

  .side-by-side-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column {
    padding-left: 0px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 10px;
  }

  .big-center-element {
    overflow: visible;
    height: auto;
    max-height: none;
    max-width: 90%;
    min-height: 0px;
    margin-top: 20px;
  }

  .big-center-element.biggervideo {
    min-height: 400px;
  }

  .slider {
    overflow: visible;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0%;
  }

  .slide {
    overflow: visible;
    min-height: 0px;
  }

  .footer {
    margin-top: 10px;
  }

  .content {
    min-height: 410px;
  }

  .content.top-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    max-width: none;
    min-height: 430px;
    margin-top: 0px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .content.top-margin.nodistance-top {
    padding-top: 100px;
  }

  .content.top-margin.nostance-bottom {
    min-height: 150px;
    margin-top: 60px;
    padding-top: 0px;
    background-image: url('../images/bg-part1.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .content.top-margin.nostance-bottom.impressions {
    margin-top: 0px;
  }

  .content.experiences {
    padding-top: 40px;
    background-image: none;
    background-size: auto;
  }

  .slide-3 {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slider-2 {
    height: 350px;
    max-width: none;
  }

  .slider-3 {
    height: 350px;
  }

  .image-2 {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .image-3 {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .image-4 {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .slide-6 {
    max-width: none;
  }

  .video {
    max-width: none;
  }

  .pink-bg {
    height: 1380px;
  }

  .result-header {
    font-size: 36px;
    line-height: 48px;
  }

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

  .invaders-animation {
    left: 0%;
    top: 581px;
    right: auto;
    bottom: auto;
    z-index: -10;
    width: 320px;
    height: auto;
    max-width: none;
  }

  .cloud1 {
    left: 18%;
    top: 74.5%;
    width: 124px;
    height: auto;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
  }

  .image-5 {
    position: absolute;
    top: 32%;
    right: 0%;
    width: 300px;
    height: auto;
  }

  .result-numbers {
    margin-top: 60px;
  }

  .heart {
    max-width: 180px;
  }

  .martin-test-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .martin-test-section.top-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 420px;
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .border-box-image-container {
    max-width: 90%;
  }

  .border-box-image-container.high-top-margin {
    margin-top: 220px;
  }

  .image-7 {
    width: 170px;
  }

  .image-8 {
    position: absolute;
    left: auto;
    top: -2%;
    right: 0%;
    bottom: auto;
    max-width: 240px;
  }

  .image-9 {
    width: auto;
    height: 100%;
    max-width: none;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .image-10 {
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .bold-text {
    font-family: 'Samsungone 800 v1', sans-serif;
  }

  .bold-text-2 {
    font-family: 'Samsungone 800 v1', sans-serif;
  }

  .border-box-image-container-draggable {
    width: 90%;
  }

  .border-box-image-container-draggable.high-top-margin {
    margin-top: 220px;
  }

  .strip {
    overflow: scroll;
  }

  .overview-container {
    overflow: scroll;
  }

  .track {
    height: 50vh;
  }

  .frame {
    overflow: scroll;
    height: auto;
  }

  .item {
    width: auto;
    height: auto;
  }

  .image-17 {
    overflow: visible;
    height: 50vh;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .cat-2 {
    width: 140px;
  }

  .characters {
    max-width: 610px;
  }

  .logo {
    max-width: 180px;
  }

  .sun {
    right: -3%;
    bottom: 256px;
    max-width: 50%;
    margin-bottom: -42px;
  }

  .stars {
    bottom: 311px;
  }

  .arcade-machine {
    left: 15%;
    bottom: 26px;
    max-width: 50%;
  }

  .gnusmas {
    bottom: 113px;
  }

  .mountains {
    top: 644px;
  }

  .parallax-scene {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .parallax-scene.top-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    max-width: none;
    min-height: 430px;
    margin-top: 0px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .parallax-scene.top-margin.nodistance-top {
    padding-top: 100px;
  }

  .parallax-scene.top-margin.nostance-bottom {
    margin-top: 0px;
  }

  .parallax-scene.top-margin.nostance-bottom.impressions {
    margin-top: 0px;
  }

  .parallax-scene.experiences {
    padding-top: 40px;
    background-image: none;
    background-size: auto;
  }

  .execution {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .execution.top-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    max-width: none;
    min-height: 430px;
    margin-top: 0px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .execution.top-margin.nodistance-top {
    padding-top: 100px;
  }

  .execution.top-margin.nostance-bottom {
    min-height: 150px;
    margin-top: 60px;
    padding-top: 0px;
    background-image: url('../images/bg-part1.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .execution.top-margin.nostance-bottom.impressions {
    margin-top: 0px;
  }

  .execution.experiences {
    background-image: none;
    background-size: auto;
  }

  .result {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .result.top-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    max-width: none;
    min-height: 430px;
    margin-top: 0px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .result.top-margin.nodistance-top {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .result.top-margin.nostance-bottom {
    min-height: 150px;
    margin-top: 60px;
    padding-top: 0px;
    background-image: url('../images/bg-part1.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .result.top-margin.nostance-bottom.impressions {
    margin-top: 0px;
  }

  .result.experiences {
    padding-top: 40px;
    background-image: none;
    background-size: auto;
  }

  .test {
    max-width: 610px;
  }

  .last-copy {
    max-width: 60%;
    margin-top: 0px;
  }

  .games {
    margin-top: 36px;
  }

  .heading-games {
    font-size: 30px;
    line-height: 44px;
  }

  .result-dark {
    margin-top: 38px;
    font-size: 36px;
    line-height: 48px;
  }

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

  .results {
    max-width: 610px;
  }

  .copyright {
    font-size: 18px;
    line-height: 24px;
  }

  .video-start {
    top: 20%;
  }

  .div-block-14-copy {
    width: 695px;
  }

  .div-block-19 {
    min-height: 142px;
  }

  .arcade-character {
    height: 985px;
  }

  .bubbles {
    grid-row-gap: 24px;
  }

  .bubbles-top {
    grid-column-gap: 32px;
  }

  .bubbles-center {
    grid-column-gap: 24px;
  }

  .bubbles-bottom {
    grid-column-gap: 32px;
  }

  .image-26 {
    bottom: 16px;
    width: 26%;
    height: 26%;
  }

  .image-27 {
    bottom: -16px;
    width: 26%;
    height: 26%;
  }

  .image-28 {
    bottom: -16px;
    width: 26%;
    height: 26%;
  }

  .image-29 {
    width: 26%;
    height: 26%;
  }

  .image-30 {
    width: 26%;
    height: 26%;
  }

  .image-31 {
    width: 26%;
    height: 26%;
  }

  .image-32 {
    width: 26%;
    height: 26%;
  }

  .coin {
    right: 8%;
    width: 12%;
  }

  .overlay {
    height: 700px;
  }

  .bubbles-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .bubbles-section.top-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    max-width: none;
    min-height: 430px;
    margin-top: 0px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bubbles-section.top-margin.nodistance-top {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bubbles-section.top-margin.nostance-bottom {
    min-height: 150px;
    margin-top: 60px;
    padding-top: 0px;
    background-image: url('../images/bg-part1.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .bubbles-section.top-margin.nostance-bottom.impressions {
    margin-top: 0px;
  }

  .bubbles-section.experiences {
    padding-top: 40px;
    background-image: none;
    background-size: auto;
  }

  .coin-2 {
    right: 5%;
    width: 10%;
  }

  .coin-3 {
    right: 2%;
    width: 8%;
  }

  .video-backgound {
    height: 575px;
  }
}

@media screen and (max-width: 767px) {
  .situation-and-idea {
    padding-top: 0px;
  }

  .headline-copy {
    max-width: 71%;
    margin-top: 24px;
  }

  .headline-copy.higher-margin {
    margin-top: 60px;
  }

  .body {
    background-position: 20% 0%;
    background-size: 1100px;
  }

  .black-friday-logo {
    max-width: 368px;
  }

  .logo-placement {
    margin-top: 40px;
  }

  .text-block {
    max-width: 420px;
    font-size: 14px;
    line-height: 24px;
  }

  .border-box {
    max-width: 71%;
    margin-top: 20px;
  }

  .border-box.end {
    max-width: 60%;
  }

  .border-box.high-top-margin {
    max-width: 72%;
    margin-top: 117px;
    padding-bottom: 70px;
    grid-row-gap: 16px;
  }

  .heading {
    font-size: 32px;
    line-height: 40px;
  }

  .heading.h4 {
    font-size: 21px;
    line-height: 35px;
  }

  .text-block-2 {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 40px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .heading-4.gradient-1 {
    font-size: 28px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .side-by-side-slider {
    margin-top: 20px;
  }

  .column {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-2 {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .big-center-element {
    max-width: 88%;
    margin-top: 20px;
  }

  .big-center-element.biggervideo {
    min-height: 280px;
  }

  .button {
    margin-top: 0px;
  }

  .slider {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
  }

  .footer {
    margin-top: 0px;
  }

  .content {
    min-height: 0px;
  }

  .content.top-margin {
    display: block;
    height: auto;
    min-height: 380px;
    margin-top: 90px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
  }

  .content.top-margin.nodistance-top {
    background-image: url('../images/bg-part2.png');
    background-position: 0% 0%;
    background-size: 100% 100%;
  }

  .content.top-margin.topmargin {
    margin-top: 0px;
    padding-top: 90px;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: auto 100%;
  }

  .content.experiences {
    margin-top: 60px;
  }

  .slide-2 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slider-2 {
    height: 400px;
  }

  .slider-3 {
    height: 400px;
  }

  .image-2 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-3 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-4 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .pink-bg {
    height: 1240px;
  }

  .result-header {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .invaders-animation {
    left: -1%;
    top: 52%;
    width: 50%;
    height: auto;
    max-width: 100%;
  }

  .cloud1 {
    position: relative;
    left: 13%;
    top: 62%;
    width: 20%;
  }

  .image-5 {
    top: 38%;
    right: 0%;
    width: 37%;
    height: auto;
    max-width: none;
  }

  .result-numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-column-gap: 10px;
  }

  .column-3 {
    display: block;
    margin-top: 10px;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: column dense;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-4 {
    margin-top: 10px;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-5 {
    margin-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heart {
    z-index: 1;
    max-height: 30px;
    max-width: 120px;
  }

  .martin-test-section {
    margin-top: 48px;
  }

  .martin-test-section.top-margin {
    height: 470px;
    background-size: 37%;
  }

  .border-box-image-container.high-top-margin {
    max-width: 72%;
    margin-top: 140px;
  }

  .image-7 {
    top: -79px;
  }

  .image-8 {
    top: -28%;
    max-width: 210px;
  }

  .image-9 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-10 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-11 {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-12 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .border-box-image-container-draggable.high-top-margin {
    max-width: 72%;
    margin-top: 140px;
  }

  .strip {
    padding-right: 1.25em;
    padding-left: 1.25em;
    grid-auto-columns: 33.3vw;
    -ms-grid-columns: 33.3vw;
    grid-template-columns: 33.3vw;
  }

  .strip__item-link {
    font-size: 3em;
  }

  .cat-2 {
    width: 140px;
  }

  .column-6 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .execution-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo {
    z-index: 1;
    max-width: 120px;
  }

  .sun {
    right: -10%;
    bottom: 269px;
    max-width: 69%;
  }

  .stars {
    bottom: 331px;
  }

  .arcade-machine {
    bottom: 3px;
    max-width: 72%;
  }

  .gnusmas {
    right: 27%;
    bottom: 11%;
  }

  .parallax-scene {
    margin-top: 40px;
  }

  .parallax-scene.top-margin {
    display: block;
    height: auto;
    min-height: 380px;
    margin-top: 90px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
  }

  .parallax-scene.top-margin.nodistance-top {
    background-image: url('../images/bg-part2.png');
    background-position: 0% 0%;
    background-size: 100% 100%;
  }

  .parallax-scene.top-margin.nostance-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: none;
  }

  .parallax-scene.top-margin.topmargin {
    margin-top: 0px;
    padding-top: 90px;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: auto 100%;
  }

  .parallax-scene.experiences {
    margin-top: 60px;
  }

  .execution {
    margin-top: 40px;
  }

  .execution.top-margin {
    display: block;
    height: auto;
    min-height: 380px;
    margin-top: 90px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
  }

  .execution.top-margin.nodistance-top {
    background-image: url('../images/bg-part2.png');
    background-position: 0% 0%;
    background-size: 100% 100%;
  }

  .execution.top-margin.topmargin {
    margin-top: 0px;
    padding-top: 90px;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: auto 100%;
  }

  .result {
    margin-top: 40px;
  }

  .result.top-margin {
    display: block;
    height: auto;
    min-height: 380px;
    margin-top: 90px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
  }

  .result.top-margin.topmargin {
    margin-top: 0px;
    padding-top: 90px;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: auto 100%;
  }

  .result.experiences {
    margin-top: 60px;
  }

  .last-copy {
    max-width: 71%;
    margin-top: 0px;
  }

  .last-copy.higher-margin {
    margin-top: 60px;
  }

  .games {
    padding-bottom: 226px;
  }

  .heading-games {
    font-size: 18px;
    line-height: 40px;
  }

  .result-dark {
    margin-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

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

  .copyright {
    font-size: 18px;
    line-height: 24px;
  }

  .video-start {
    top: 20%;
    width: 60%;
  }

  .div-block-14-copy {
    width: 90%;
    padding: 20px 26px 28px;
  }

  .div-block-19 {
    min-height: 106px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .arcade-character {
    height: 1000px;
  }

  .bubbles {
    top: -100px;
    grid-row-gap: 16px;
    text-align: center;
  }

  .bubbles-top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 24px;
  }

  .bubbles-center {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
  }

  .bubbles-bottom {
    grid-column-gap: 24px;
  }

  .image-26 {
    bottom: 8px;
    width: 28%;
    height: 28%;
  }

  .image-27 {
    bottom: -8px;
    width: 28%;
    height: 28%;
  }

  .image-28 {
    bottom: -24px;
    width: 28%;
    height: 28%;
  }

  .image-29 {
    width: 28%;
    height: 28%;
  }

  .image-30 {
    top: 16px;
    width: 28%;
    height: 28%;
  }

  .image-31 {
    top: 16px;
    width: 28%;
    height: 28%;
  }

  .image-32 {
    width: 28%;
    height: 28%;
  }

  .coin {
    right: 8%;
    width: 10%;
  }

  .overlay {
    height: 600px;
  }

  .bubbles-section {
    margin-top: 40px;
  }

  .bubbles-section.top-margin {
    display: block;
    height: auto;
    min-height: 380px;
    margin-top: 90px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
  }

  .bubbles-section.top-margin.topmargin {
    margin-top: 0px;
    padding-top: 90px;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: auto 100%;
  }

  .bubbles-section.experiences {
    margin-top: 60px;
  }

  .coin-2 {
    left: 1%;
    width: 12%;
  }

  .coin-3 {
    right: 3%;
    width: 8%;
  }

  .video-backgound {
    left: 50%;
    height: 449px;
    max-width: 774px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}

@media screen and (max-width: 479px) {
  .situation-and-idea {
    padding-top: 0px;
  }

  .headline-copy {
    max-width: 88%;
    margin-top: 32px;
  }

  .body {
    background-position: 0% 0%;
    background-size: 820px;
    font-family: 'Samsungone 400 v1', sans-serif;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .black-friday-logo {
    max-width: 80%;
    margin-top: 8px;
  }

  .logo-placement {
    max-width: 100%;
    margin-top: 24px;
  }

  .text-block {
    margin-right: 16px;
    margin-left: 16px;
    font-size: 14px;
  }

  .border-box {
    max-width: 88%;
    margin-top: 40px;
    padding: 0% 5% 5%;
    box-shadow: 6px 6px 0 0 #f54185, 6px 6px 0 4px #000;
  }

  .border-box.end {
    max-width: 60%;
  }

  .border-box.high-top-margin {
    max-width: 85%;
    margin-top: 64px;
    padding-bottom: 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-row-gap: 16px;
  }

  .heading {
    margin-top: 10px;
    font-family: Samsungsharpsans, sans-serif;
    font-size: 26px;
    line-height: 34px;
  }

  .heading.h4 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-2 {
    display: block;
    max-width: 94%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }

  .heading-2 {
    font-family: Samsungsharpsans, sans-serif;
    font-size: 26px;
    line-height: 34px;
  }

  .subtitle {
    font-size: 15px;
    line-height: 24px;
  }

  .heading-4 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-4.gradient-1 {
    font-size: 28px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .the-execution {
    margin-top: 60px;
  }

  .side-by-side-slider {
    max-width: 100%;
    margin-top: 20px;
  }

  .column {
    position: static;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .column-2 {
    position: static;
    margin-top: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .big-center-element {
    overflow: visible;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    margin-top: 20px;
    box-shadow: none;
  }

  .big-center-element.biggervideo {
    min-height: 128px;
  }

  .button {
    margin-top: 0px;
  }

  .slider {
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .slide {
    width: 100%;
    max-height: none;
    min-height: 0px;
  }

  .content {
    max-width: 100%;
    min-height: 224px;
    min-width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .content.top-margin {
    height: 400px;
    min-height: 320px;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .content.top-margin.nodistance-top {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    background-image: url('../images/bg-part2.png');
  }

  .content.top-margin.nostance-bottom {
    height: 100px;
  }

  .content.top-margin.nostance-bottom.impressions {
    height: 360px;
  }

  .content.top-margin.topmargin {
    height: 280px;
    min-height: auto;
    margin-top: 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: cover;
  }

  .content.experiences {
    padding-top: 0px;
  }

  .slide-4 {
    margin-top: 0px;
  }

  .slider-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    max-width: 94%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-3 {
    height: 300px;
    max-width: 94%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-2 {
    position: relative;
    width: auto;
    height: 100%;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .icon {
    min-height: 0px;
    margin-left: 8px;
  }

  .icon-2 {
    margin-right: 8px;
  }

  .image-3 {
    position: relative;
    width: auto;
    height: 100%;
    max-height: 100%;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .image-4 {
    width: auto;
    height: 100%;
    max-height: 100%;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .slide-5 {
    width: 272px;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: auto;
  }

  .slide-6 {
    width: 100%;
  }

  .mask {
    width: 100%;
  }

  .pink-bg {
    height: 1120px;
  }

  .result-header {
    font-size: 24px;
    line-height: 40px;
  }

  .text-block-4 {
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .invaders-animation {
    top: 501px;
    z-index: 200;
    width: 70%;
    height: auto;
  }

  .cloud1 {
    position: relative;
    left: 14%;
    top: 0%;
    width: 99px;
  }

  .image-5 {
    top: 43%;
    right: 0%;
    width: 150px;
  }

  .result-numbers {
    margin-top: 20px;
  }

  .column-4 {
    margin-top: 10px;
    padding-top: 0px;
  }

  .column-5 {
    margin-top: 10px;
    padding-top: 0px;
  }

  .heart {
    max-height: 20px;
    max-width: 120px;
  }

  .martin-test-section {
    max-width: 100%;
    min-width: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .martin-test-section.top-margin {
    height: 410px;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .border-box-image-container {
    height: 360px;
    margin-top: 40px;
    box-shadow: 6px 6px 0 0 #f54185, 6px 6px 0 4px #000;
  }

  .border-box-image-container.end {
    max-width: 60%;
  }

  .border-box-image-container.high-top-margin {
    max-width: 85%;
    margin-top: 140px;
  }

  .draggable-image {
    position: absolute;
  }

  .image-7 {
    left: 0px;
    top: -48px;
    width: 110px;
  }

  .image-8 {
    top: -10%;
    right: 0%;
    max-width: 140px;
  }

  .border-box-image-container-draggable {
    height: 360px;
    margin-top: 40px;
    box-shadow: 6px 6px 0 0 #f54185, 6px 6px 0 4px #000;
  }

  .border-box-image-container-draggable.end {
    max-width: 60%;
  }

  .border-box-image-container-draggable.high-top-margin {
    max-width: 85%;
    margin-top: 140px;
  }

  .strip {
    grid-auto-columns: 40vw;
    -ms-grid-columns: 40vw;
    grid-template-columns: 40vw;
  }

  .img-outer {
    width: 64vw;
  }

  .track {
    height: 50vh;
  }

  .image-17 {
    height: 50vh;
  }

  .slide-nav-2 {
    border-radius: 0px;
  }

  .cat-2 {
    right: auto;
  }

  .characters {
    height: auto;
    max-width: 320px;
  }

  .execution-block {
    max-height: 112px;
    max-width: 300px;
    min-height: 0px;
    min-width: 296px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-19 {
    width: 100px;
  }

  .logo {
    max-width: 90px;
  }

  .sun {
    bottom: 290px;
    max-width: 66%;
  }

  .stars {
    bottom: 267px;
  }

  .arcade-machine {
    left: 9%;
    max-width: 94%;
  }

  .gnusmas {
    right: 15%;
    bottom: 11%;
    width: 30%;
  }

  .mountains {
    top: 786px;
  }

  .parallax-scene {
    max-width: 100%;
    min-width: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .parallax-scene.top-margin {
    height: 400px;
    min-height: 320px;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .parallax-scene.top-margin.nodistance-top {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    background-image: url('../images/bg-part2.png');
  }

  .parallax-scene.top-margin.nostance-bottom {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .parallax-scene.top-margin.nostance-bottom.impressions {
    height: 360px;
  }

  .parallax-scene.top-margin.topmargin {
    height: 280px;
    min-height: auto;
    margin-top: 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: cover;
  }

  .parallax-scene.experiences {
    padding-top: 0px;
  }

  .execution {
    max-width: 100%;
    min-width: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .execution.top-margin {
    height: 400px;
    min-height: 320px;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .execution.top-margin.nodistance-top {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    background-image: url('../images/bg-part2.png');
  }

  .execution.top-margin.nostance-bottom {
    height: 100px;
  }

  .execution.top-margin.nostance-bottom.impressions {
    height: 360px;
  }

  .execution.top-margin.topmargin {
    height: 280px;
    min-height: auto;
    margin-top: 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: cover;
  }

  .execution.experiences {
    padding-top: 0px;
  }

  .result {
    max-width: 100%;
    min-width: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .result.top-margin {
    height: 400px;
    min-height: 320px;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .result.top-margin.nodistance-top {
    height: auto;
    margin-top: 0px;
    padding-top: 40px;
    background-image: none;
  }

  .result.top-margin.nostance-bottom {
    height: 100px;
  }

  .result.top-margin.nostance-bottom.impressions {
    height: 360px;
  }

  .result.top-margin.topmargin {
    height: 280px;
    min-height: auto;
    margin-top: 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: cover;
  }

  .result.experiences {
    padding-top: 0px;
  }

  .numbers {
    width: 50%;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .test {
    height: auto;
    max-width: 320px;
  }

  .cat {
    right: -29px;
  }

  .last-copy {
    max-width: 88%;
    margin-top: 20px;
  }

  .bubble2 {
    right: -34px;
  }

  .dog {
    right: -27px;
  }

  .games {
    margin-top: 68px;
    padding-top: 0px;
    padding-bottom: 256px;
  }

  .heading-games {
    margin-top: 10px;
    font-size: 20px;
    line-height: 34px;
  }

  .games-list-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .execution-block-2 {
    width: 130px;
    height: 69px;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    background-size: 130px;
  }

  .execution-block-2.top {
    width: 130px;
    height: 69px;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    background-size: 130px;
    background-repeat: repeat;
  }

  .execution-block-3 {
    width: 50%;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    background-size: 130px;
  }

  .execution-block-3.top {
    width: 130px;
    height: 69px;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    padding-bottom: 8px;
    background-size: 130px;
  }

  .execution-block-3.bottom {
    width: 130px;
    height: 69px;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .result-dark {
    margin-top: 0px;
    font-size: 24px;
    line-height: 40px;
  }

  .text-block-6 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 20px;
  }

  .results {
    height: auto;
    max-width: 320px;
  }

  .copyright {
    font-size: 15px;
    line-height: 24px;
  }

  .copyright.disclaimer {
    padding-left: 24px;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .video-start {
    width: 80%;
  }

  .header {
    height: 192px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block-14-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 278px;
    padding: 16px 16px 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-19 {
    min-height: 1000px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
  }

  .arcade-character {
    overflow: hidden;
    height: auto;
    min-height: 1100px;
  }

  .paralax-backround {
    left: auto;
    width: 200%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .bubbles {
    padding-top: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .bubbles-top {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bubbles-center {
    position: relative;
    margin-top: -60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bubbles-bottom {
    position: relative;
    margin-top: -59px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-26 {
    left: -25%;
    right: auto;
    bottom: auto;
    width: 46%;
    height: 46%;
  }

  .image-27 {
    left: auto;
    right: -25%;
    bottom: 46px;
    width: 46%;
    height: 46%;
  }

  .image-28 {
    left: -25%;
    bottom: auto;
    width: 46%;
    height: 46%;
  }

  .image-29 {
    right: -25%;
    bottom: 46px;
    width: 46%;
    height: 46%;
  }

  .image-30 {
    left: -25%;
    top: auto;
    bottom: 70px;
    width: 46%;
    height: 46%;
  }

  .image-31 {
    left: auto;
    top: auto;
    right: -25%;
    bottom: 46px;
    width: 46%;
    height: 46%;
  }

  .image-32 {
    left: -25%;
    right: auto;
    bottom: 67px;
    width: 46%;
    height: 46%;
  }

  .coin {
    width: 15%;
  }

  .overlay {
    height: 452px;
  }

  .button-up {
    left: 50%;
    right: auto;
  }

  .bubbles-section {
    max-width: 100%;
    min-width: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .bubbles-section.top-margin {
    height: 400px;
    min-height: 320px;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/bg-part3.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .bubbles-section.top-margin.nodistance-top {
    height: auto;
    margin-top: 24px;
    margin-bottom: -437px;
    background-image: none;
  }

  .bubbles-section.top-margin.nostance-bottom {
    height: 100px;
  }

  .bubbles-section.top-margin.nostance-bottom.impressions {
    height: 360px;
  }

  .bubbles-section.top-margin.topmargin {
    height: 280px;
    min-height: auto;
    margin-top: 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: cover;
  }

  .bubbles-section.experiences {
    padding-top: 0px;
  }

  .coin-2 {
    width: 15%;
  }

  .coin-3 {
    top: 135px;
    width: 10%;
  }

  .video-backgound {
    height: 329px;
  }
}

@font-face {
  font-family: 'Samsungone 200 v1';
  src: url('../fonts/SamsungOne-200_v1.0.ttf') format('truetype'), url('../fonts/SamsungOne-200_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 400 v1';
  src: url('../fonts/SamsungOne-400_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 300c v1';
  src: url('../fonts/SamsungOne-300C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 200c v1';
  src: url('../fonts/SamsungOne-200C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 400c v1';
  src: url('../fonts/SamsungOne-400C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 450 v1';
  src: url('../fonts/SamsungOne-450_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 450c v1';
  src: url('../fonts/SamsungOne-450C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 300 v1';
  src: url('../fonts/SamsungOne-300_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 500c v1';
  src: url('../fonts/SamsungOne-500C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 500 v1';
  src: url('../fonts/SamsungOne-500_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 700c v1';
  src: url('../fonts/SamsungOne-700C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 600 v1';
  src: url('../fonts/SamsungOne-600_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 600c v1';
  src: url('../fonts/SamsungOne-600C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 800 v1';
  src: url('../fonts/SamsungOne-800_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 700 v1';
  src: url('../fonts/SamsungOne-700_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 800c v1';
  src: url('../fonts/SamsungOne-800C_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: '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: 'Sabo filled';
  src: url('../fonts/Sabo-Filled.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}