body {
  background: #17345c;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: normal !important;
  width: 100%;
}
#startscreen_shape {
  -webkit-shape-outside: polygon(0 10%, 20.45% 22.68%, 44% 57.65%);
}
.LazyLoad {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.LazyLoad.is-visible {
  opacity: 1;
}
#root {
  font-family: azo-sans-web, sans-serif;
}
#root a {
  text-decoration: none;
}
#videoPlayer {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}
.iron-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iron-image-preload {
  z-index: 1;
}
.iron-image-loaded,
.iron-image-preload {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.iron-image-loaded {
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.iron-image-fade-in {
  opacity: 1;
}
.App .ui.segment {
  border: 0 !important;
  padding: 0 !important;
  font-size: 1rem;
}
.image-with-text {
  text-align: center;
  display: table;
  position: fixed;
  top: 3%;
  right: 2%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  z-index: 1;
  color: #fff;
}
.dilemmaView {
  background-color: #009ce9;
  background-size: cover !important;
  width: 100%;
}
.dilemmaView .ui.grid > .row {
  display: inherit;
}
.dilemmaGrid .playButton {
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.dilemmaGrid .playIcon {
  height: 30px;
}
.dilemmaGrid .answer {
  position: absolute;
  margin-left: 16px;
  top: 0;
  color: #000;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.dilemmaGrid .headerText {
  color: #fff;
}
.dilemmaGrid .ui.celled.grid,
.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dilemmaGrid .ui.celled.grid {
  padding: 5px;
  border: 2px solid;
  border-radius: 10px;
  background-color: #fff !important;
}
.dilemmaGrid .ui.segment {
  background: "#fff";
  padding: 0;
  color: "#003577";
}
.dilemmaGrid .celled.grid > .row {
  -webkit-box-shadow: 0 0 0 0 #d4d4d5;
  box-shadow: 0 0 0 0 #d4d4d5;
}
.dilemmaGrid .videoDiv {
  width: 0 !important;
  height: 0 !important;
}
.dilemmaGrid .ten.wide.column.texts {
  text-align: left;
  position: absolute;
  right: 0;
  height: 100%;
}
.fullWindow {
  top: 0;
  left: 0;
  position: fixed;
  height: 100% !important;
  width: 100%;
  z-index: 900;
}
.App .ui.segment {
  border: 0 !important;
  padding: 0 !important;
  font-size: 1rem;
}
img {
  max-width: none;
}
.image-with-text {
  text-align: center;
  display: table;
  position: fixed;
  top: 3%;
  right: 2%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  z-index: 1;
  color: #fff;
}
.dilemmaView {
  background-color: #009ce9;
  background-size: cover !important;
  width: 100%;
}
.dilemmaView .ui.grid > .row {
  display: inherit;
}
.dilemmaGrid .playButton {
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.dilemmaGrid .playIcon {
  height: 30px;
}
.dilemmaGrid .answer {
  position: absolute;
  margin-left: 16px;
  top: 0;
  color: #000;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.dilemmaGrid .headerText {
  color: #fff;
}
.dilemmaGrid .ui.celled.grid,
.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dilemmaGrid .ui.celled.grid {
  padding: 5px;
  border: 2px solid;
  border-radius: 10px;
  background-color: #fff !important;
}
.dilemmaGrid .ui.segment {
  background: "#fff";
  padding: 0;
  color: "#003577";
}
.dilemmaGrid .celled.grid > .row {
  -webkit-box-shadow: 0 0 0 0 #d4d4d5;
  box-shadow: 0 0 0 0 #d4d4d5;
}
.dilemmaGrid .videoDiv {
  width: 0 !important;
  height: 0 !important;
}
.dilemmaGrid .ten.wide.column.texts {
  text-align: left;
  position: absolute;
  right: 0;
  height: 100%;
}
.fullWindow {
  top: 0;
  left: 0;
  position: fixed;
  height: 100% !important;
  width: 100%;
  z-index: 900;
}
/*# sourceMappingURL=main.674d890c.css.map*/
