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;
  -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;
}

.headline-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 740px;
  margin-top: 40px;
  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;
}

.headline-copy.higher-margin {
  max-width: 740px;
  margin-top: 100px;
}

.body {
  background-image: url('../images/bg-pattern.png');
  background-position: 0px 0px;
  background-size: 60px;
  font-family: 'Samsungone 400 v1', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.image {
  max-height: 80%;
  max-width: 57%;
  min-height: 60%;
  text-align: center;
}

.logo-placement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1156px;
  margin-top: 40px;
  -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-block {
  line-height: 32px;
  text-align: center;
}

.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 {
  max-width: 64%;
}

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

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

.text-block-2 {
  max-width: none;
  margin-top: 20px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

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

.text-block-3 {
  max-width: none;
  margin-top: 10px;
  font-size: 22px;
  text-align: center;
}

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

.heading-4 {
  width: auto;
  max-width: none;
  font-family: Samsungsharpsans, sans-serif;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
}

.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 0 #f54185, 11px 11px 0 4px #000;
}

.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;
}

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

.footer {
  min-height: 300px;
  margin-top: 10px;
  padding-top: 10px;
  background-color: #1c1c1c;
}

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

.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;
}

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

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

.section.top-margin.nostance-bottom.impressions {
  padding-top: 0px;
  background-image: url('../images/bg-part2.png');
}

.section.top-margin.topmargin {
  z-index: auto;
  opacity: 1;
  mix-blend-mode: normal;
}

.section.experiences {
  margin-top: 0px;
  padding-top: 60px;
  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;
}

.pink-bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: -10;
  width: 100%;
  height: 200vh;
  background-image: url('../images/pink-bg.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.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 {
  position: relative;
  z-index: 1;
  margin-top: 36px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  font-family: Samsungsharpsans, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
}

.text-block-4 {
  margin-top: 42px;
  font-family: 'Samsungone 700 v1', sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

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

.arrows1 {
  position: absolute;
  left: 4%;
  top: 70%;
  right: auto;
  bottom: auto;
  z-index: -1;
  margin-left: 0px;
}

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

.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;
}

.hand1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 216px;
}

.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 {
  width: 100%;
}

.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: 20px;
}

.image-18 {
  position: absolute;
  left: 6%;
  top: -165px;
  z-index: 100;
  width: 180px;
  height: auto;
  max-width: 100%;
  -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";
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-top: 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;
}

.div-block-7 {
  position: relative;
  width: 33%;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.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;
}

@media screen and (min-width: 1440px) {
  .headline-copy {
    max-width: 710px;
    margin-top: 0px;
  }

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

  .body {
    max-width: 100%;
  }

  .image {
    max-height: 190px;
    max-width: 62%;
    min-height: 40px;
  }

  .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;
  }

  .text-block-3 {
    max-width: 765px;
  }

  .text-block-3.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;
  }

  .footer {
    max-width: 100%;
    margin-top: 10px;
    padding-top: 10px;
  }

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

  .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;
  }

  .section.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;
  }

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

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

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

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

  .result {
    position: relative;
    z-index: 1;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 40px;
    line-height: 64px;
  }

  .text-block-4 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 33px;
    font-size: 22px;
  }

  .arrows1 {
    left: 5%;
  }

  .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;
  }

  .hand1 {
    top: -2%;
    right: 0%;
    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;
  }

  .image-18 {
    left: 8%;
  }

  .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;
  }

  .container-3 {
    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;
  }

  .div-block-7 {
    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;
  }

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

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

  .image {
    max-height: 120px;
    max-width: none;
  }

  .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;
  }

  .text-block-3 {
    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;
  }

  .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;
  }

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

  .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;
  }

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

  .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;
  }

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

  .section.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 {
    margin-top: 38px;
    font-size: 36px;
    line-height: 48px;
  }

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

  .arrows1 {
    left: 5%;
    top: 65%;
    right: auto;
    bottom: auto;
    width: 70px;
    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;
  }

  .hand1 {
    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;
  }

  .image-18 {
    left: 8%;
    width: 140px;
  }

  .container-3 {
    max-width: 610px;
  }
}

@media screen and (max-width: 767px) {
  .headline-copy {
    max-width: 71%;
    margin-top: 0px;
  }

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

  .image {
    overflow: visible;
    max-height: 120px;
    max-width: 100%;
  }

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

  .text-block {
    margin-top: 10px;
    font-size: 18px;
    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: 5%;
  }

  .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;
  }

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

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

  .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;
  }

  .button {
    margin-top: 0px;
  }

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

  .footer {
    margin-top: 0px;
  }

  .section {
    margin-top: 40px;
  }

  .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;
  }

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

  .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%;
  }

  .section.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 {
    margin-bottom: 0px;
  }

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

  .arrows1 {
    left: -1%;
    top: 52%;
    width: 12%;
    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;
  }

  .hand1 {
    position: absolute;
    left: auto;
    top: 2%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    width: 20%;
    max-width: 20%;
  }

  .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;
  }

  .image-18 {
    left: 2%;
    top: -76px;
    width: 140px;
  }

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

@media screen and (max-width: 479px) {
  .headline-copy {
    max-width: 88%;
    margin-top: 20px;
  }

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

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

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

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

  .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: 140px;
  }

  .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;
  }

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

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

  .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: 4px 4px 0 0 #f54185, 4px 4px 0 4px #000;
  }

  .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;
  }

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

  .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;
  }

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

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

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

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

  .section.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 {
    margin-top: 32px;
    font-family: Samsungsharpsans, sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-4 {
    width: 100%;
    margin-top: 34px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .arrows1 {
    left: 10%;
    top: 41%;
    width: 50px;
    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;
  }

  .hand1 {
    top: 2%;
  }

  .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;
  }

  .image-18 {
    top: -92px;
    width: 100px;
  }

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

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

  .image-19 {
    width: 100px;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-e4f2d6d4-a836-95d0-a589-502350d330c2-f1f5f42f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@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;
}