body {
  margin: 0;
}

.action:hover {
  cursor: pointer;
}
.text{
  pointer-events:none;
}
#page {
  position: relative;
  left: 0px;
  top: 0px;
  width: 970px;
  height: 546px;
}

#tabs_targets_placeholder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 970px;
  height: 546px;
}

#video-tab {
  position: relative;
  left: 0px;
  top: 0px;
  width: 970px;
  height: 546px;
}

#background {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 970px;
  height: 546px;
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

#RM_logo {
  position: absolute;
  left: 14px;
  top: 12px;
  width: 127px;
  height: 59px;
  border: none;
  background-color: #ffffff00;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

#RM_copy1 {
  position: absolute;
  left: 642px;
  top: 78px;
  width: 328px;
  height: unset;
  margin: 0;
  padding: 0;
  color: #ffffffff;
  text-align: center;
  font-family: Industry-Bold;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 40px;
  user-select: none;
  word-break: keep-all;
  pointer-events: none;
  z-index: 2;
  min-width: min-content;
}

#RM_copy2 {
  position: absolute;
  left: 640px;
  top: 167px;
  width: 330px;
  height: unset;
  margin: 0;
  padding: 0;
  color: #ffffffff;
  text-align: center;
  font-family: GrenettePro-Regular;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 21px;
  user-select: none;
  word-break: keep-all;
  pointer-events: none;
  z-index: 3;
  min-width: min-content;
}

#RM_cta {
  position: absolute;
  left: 246px;
  top: 473px;
  width: 150px;
  height: 38px;
  color: #ffffff;
  border: none;
  text-align: center;
  font-family: Industry-Bold;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 17px;
  border-radius: 0px;
  padding-top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  background: #3c3fbcff;
  box-sizing: border-box;
  z-index: 4;
}

#RM_cta.label {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0;
  padding: 0;
  min-width: min-content;
}

#video {
  position: absolute;
  left: 0px;
  top: 81px;
  width: 640px;
  height: 360px;
  background: #000000;
  z-index: 5;
}

#tabs_triggers_placeholder {
  position: absolute;
  left: NaNpx;
  top: NaNpx;
  background: #00000000;
  display: none;
  z-index: 1;
}

