html {
  background-color: black;
}

html,
body {
  font-family: 'Mont-Book', sans-serif;
  color: black;
  margin: 0;
  height: 100vh;
  /* mobile viewport bug fix */
  height: -webkit-fill-available;
  width: 100vw;
  overflow: hidden;
  position: relative;
}

body {
  background: url("../assets/images/bg_2.png") no-repeat;
  background-size: cover;
}

.main {
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.main .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  position: absolute;
}

.main .logo-container #repconnect-logo {
  width: 192px;
}

.main .page-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.main .page-wrapper .beam-content-wrapper {
  display: none;
  width: 100%;
  padding: 0 15px 30px;
  margin-top: 70px;
  overflow-y: scroll;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.main .page-wrapper .beam-content-wrapper .beam-block {
  opacity: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: calc(115px + (100vh * 0.2));
}

h1,
h2,
h3,
h4,
h5,
p,
span,
li {
  font-family: 'Mont-Book', sans-serif;
}

p {
  font-weight: 300;
  font-size: 16px;
  color: white;
  margin: 0;
}

em,
.italic {
  font-style: italic;
}

strong,
.bold {
  font-weight: 700 !important;
}

.yellow {
  color: #FFCC00;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.hang {
  text-indent: -4px;
}

.nowrap {
  white-space: nowrap;
}

.headline-div {
  width: 100%;
  border-bottom: 2px solid white;
  margin-bottom: 25px;
}

h2.headline {
  font-size: 18px;
  margin-top: 20px;
  color: white;
  font-family: 'Mont-Book';
  text-transform: uppercase;
}

h3.subhead {
  font-family: 'Mont-Book';
  color: #FFCC00;
  font-size: 26px;
  margin: 10px 0 15px;
}

h4 {
  font-family: 'Mont-Book';
  color: #FFCC00;
  font-size: 18px;
}

ul {
  padding-left: 20px;
  list-style: none;
}

ul li {
  margin-top: 12px;
  font-family: 'Mont-Book';
  font-size: 14px;
  color: white;
  text-indent: -20px;
  line-height: 1.3;
}

ul li:before {
  content: '\2022';
  color: #FFCC00;
  font-size: 20px;
  margin-right: 15px;
}

.footnotes p {
  text-indent: -4px;
  font-size: 11px;
}

.gap-15 {
  height: 15px;
}


@font-face {
  font-family: 'Mont-Light';
  src: url("../../assets/fonts/fontfabric - mont light.otf") format("opentype");
  font-weight: 100;
}

@font-face {
  font-family: 'Mont-Thin';
  src: url("../../assets/fonts/fontfabric - mont thin.otf") format("opentype");
  font-weight: 200;
}

@font-face {
  font-family: 'Mont-Book';
  src: url("../../assets/fonts/fontfabric - mont book.otf") format("opentype");
  font-family: 400;
}

@font-face {
  font-family: 'Mont-SemiBold';
  src: url("../../assets/fonts/fontfabric - mont semibold.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: 'Mont-Heavy';
  src: url("../../assets/fonts/fontfabric - mont heavy.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: 'Mont-Bold';
  src: url("../../assets/fonts/fontfabric - mont bold.otf") format("opentype");
  font-weight: 900;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup {
  line-height: 0;
  vertical-align: super;
  font-size: 0.5em;
}

sub {
  line-height: 0;
  vertical-align: sub;
  font-size: 0.5em;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

a {
  text-decoration: none;
}
#isi-tray {
  width: 100vw;
  background-color: black;
  opacity: 0;
  display: none;
  position: absolute;
  top: 80%;
  overflow-y: scroll;
  box-shadow: 0px -3px 8px rgba(255, 255, 255, 0.4);
}

#isi-tray.opened .toggle-btn {
  top: 7px;
  transform: rotate(-45deg);
}

#isi-tray .toggle-btn {
  display: block;
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  z-index: 5;
  transition: 0.5s all;
  opacity: 1;
  display: block;
  border-left: 3px solid #FFCC00;
  border-bottom: 3px solid #FFCC00;
  transform: rotate(135deg);
  transition-duration: 1.2s;
}

#isi-tray .isi-tray__content {
  width: 100%;
  max-width: 60rem;
  margin: auto;
  padding: 10px 15px;
}

#isi-tray .isi-tray__content .tray-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: 'Mont-Book';
  color: white;
  line-height: 1.2;
}

#isi-tray .isi-tray__content .tray-inner h3 {
  font-weight: bold;
  color: #FFCC00;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

#isi-tray .isi-tray__content .tray-inner .black-box {
  width: 100%;
  border: 1px solid white;
  padding: 0 7px 7px;
  margin-bottom: 10px;
}

#isi-tray .isi-tray__content .tray-inner .black-box p {
  font-weight: bold;
  color: white;
  margin-bottom: 0;
}

#isi-tray .isi-tray__content .tray-inner .black-box h5 {
  color: white;
}

#isi-tray .isi-tray__content .tray-inner h5 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: inline-block;
  color: #FFCC00;
}

#isi-tray .isi-tray__content .tray-inner p {
  font-size: 12px;
  color: white;
  margin-bottom: 10px;
  font-weight: 400;
}

#isi-tray .isi-tray__content .tray-inner p span.isi-label {
  font-weight: bold;
  color: #FFCC00;
}

#isi-tray .isi-tray__content .tray-inner ul {
  padding-left: 19px;
  margin: 0;
}

#isi-tray .isi-tray__content .tray-inner ul li {
  font-size: 14px;
  font-weight: 100;
}

#isi-tray .isi-tray__content .tray-inner .ref-block {
  margin-bottom: 15px;
}

#isi-tray .isi-tray__content .tray-inner .pi {
  font-weight: bold;
  margin: 20px 0px;
}

#isi-tray .isi-tray__content .tray-inner .pi a.fpi-link {
  color: #FFCC00;
  text-decoration: underline;
}
#login-form {
  width: 100vw;
  height: 100%;
  margin: 0;
  padding-top: 120px;
}

#login-form .login-form__form-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#login-form .login-form__form-content p {
  font-family: Arial;
  font-size: 30px;
  line-height: 1.4;
  color: white;
  font-weight: bold;
}

#login-form .login-form__form-content .input-wrapper {
  display: flex;
  margin-top: 45px;
}

#login-form .login-form__form-content .input-wrapper input {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-family: 'Mont-Bold';
  font-weight: 600;
  text-transform: uppercase;
  width: 33px;
  height: 30px;
  margin: 8px 18px;
  font-size: 30px;
  color: white;
  padding: 4px;
  border: none;
  border-bottom: 3px solid white;
  text-align: center;
}

#login-form .login-form__form-content #pin-submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFCC00;
  border-radius: 30px;
  margin-top: 45px;
  width: 250px;
  height: 42px;
  transition: background 0.5s linear;
}

#login-form .login-form__form-content #pin-submit-btn h3 {
  color: #202020;
  font-size: 23px;
  font-weight: bold;
  font-family: 'Mont-Bold';
  letter-spacing: 1px;
  height: 18px;
}

#login-form .login-form__form-content #pin-submit-btn.disabled {
  pointer-events: none;
  background: transparent;
  border: 2px solid #FFCC00;
}

#login-form .login-form__form-content #pin-submit-btn.disabled h3 {
  color: white;
}
.popup {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 82%;
  height: 50%;
  background: white;
  margin: auto;
  z-index: 10;
  padding: 18px;
}

.popup .popup-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 17px;
}

.popup .popup-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  background: black;
  opacity: 0;
  display: none;
}
#sig-popup {
  height: 52%;
  top: 24%;
  border-radius: 8px;
  border: 1px solid #FFCC00;
  background: black;
}

#sig-popup .popup-content #signature {
  width: 100%;
}

#sig-popup .popup-content #signature canvas {
  width: 100%;
  border: 1px solid black;
}

#sig-popup .popup-content #signature button.submit {
  border: none;
  width: 100px;
  height: 35px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFCC00;
  border-radius: 30px;
}

#sig-popup .popup-content #signature button.submit p {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #202020;
  font-family: 'Mont-Bold';
  letter-spacing: 1px;
}

#sig-popup .popup-content p.success-msg {
  color: white;
  font-size: 18px;
  opacity: 0;
  text-align: center;
  display: none;
}
#standby {
  display: none;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  width: 100%;
}

#standby .standby-text {
  font-family: 'Mont-Bold';
  font-size: 30px;
  line-height: 1.4;
  color: white;
  font-weight: bold;
  text-align: center;
}

#standby .standby-text:first-of-type {
  margin-top: 185px;
  margin-bottom: 55px;
}

#standby #standby-pin {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

#standby .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #FFCC00;
}
[data-content-id="thank-you-page"] {
  opacity: 0;
  display: none;
  background: url("../../assets/images/cover/cover-bg.png") no-repeat;
  background-size: 100vw calc(100vh - 150px);
  height: calc(100vh - 150px);
  width: 100vw;
  text-align: center;
  padding: 105px 15px 0;
}

[data-content-id="thank-you-page"] .ty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 50px;
}

[data-content-id="thank-you-page"] .ty-content .inrebic-logo {
  margin-bottom: 15px;
  width: 180px;
  opacity: 1;
}

[data-content-id="thank-you-page"] .ty-content h3.ty-text {
  font-size: 31px;
  font-weight: 500;
  color: #FFCC00;
}

[data-content-id="thank-you-page"] .ty-content p {
  line-height: 1.4;
  margin: 30px 0 35px;
  color: white;
}

[data-content-id="thank-you-page"] .ty-content a#sig-btn {
  color: white;
  text-decoration: underline;
  font-size: 19px;
}

[data-content-id="thank-you-page"] .ty-content .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFCC00;
  border-radius: 30px;
  width: 210px;
  height: 45px;
  margin-bottom: 70px;
}

[data-content-id="thank-you-page"] .ty-content .btn h3 {
  color: #202020;
  font-size: 23px;
  font-weight: bold;
  font-family: 'Mont-Bold';
  letter-spacing: 1px;
  height: 18px;
}
[data-content-id="beam-1"] main {
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-content-id="beam-1"] .data-points {
  width: 80%;
  margin: 40px 0 15px;
  display: flex;
  justify-content: space-between;
}

[data-content-id="beam-1"] .data-points div .circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 12px;
}

[data-content-id="beam-1"] .data-points div p {
  font-size: 27px;
}

[data-content-id="beam-1"] .data-points .yellow {
  display: flex;
}

[data-content-id="beam-1"] .data-points .yellow .circle {
  background-color: #FFCC00;
}

[data-content-id="beam-1"] .data-points .yellow p {
  color: #FFCC00;
}

[data-content-id="beam-1"] .data-points .gray {
  display: flex;
}

[data-content-id="beam-1"] .data-points .gray .circle {
  background-color: #939393;
}

[data-content-id="beam-1"] .data-points .gray p {
  color: #939393;
}

[data-content-id="beam-1"] p {
  font-family: 'Mont-Book';
}
[data-content-id="beam-2"] svg {
  width: 100%;
  margin-top: 30px;
}

[data-content-id="beam-2"] .cls-2,
[data-content-id="beam-2"] .cls-3 {
  fill: #fff;
}

[data-content-id="beam-2"] .cls-3 {
  opacity: 0.5;
}

[data-content-id="beam-2"] .cls-5 {
  fill: #545454;
}

[data-content-id="beam-2"] .cls-9 {
  fill: #858585;
  opacity: 0.3;
  mix-blend-mode: multiply;
}

[data-content-id="beam-2"] g {
  isolation: isolate;
}

[data-content-id="beam-2"] #dot2 {
  fill: #fc0;
}

[data-content-id="beam-2"] #dot1 {
  fill: #858585;
}
[data-content-id="beam-3"] #yt-player {
  margin-top: 5%;
  width: 100%;
}
[data-content-id="beam-4a"] .graphic {
  width: 90%;
  margin: 25px 0 50px;
}

[data-content-id="beam-4b"] ul {
  width: 90%;
}