body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

h1 {
  color: #FFFF94;
}

h2 {
  color: white;
}

div {
  box-sizing: border-box;
}

.header {
  margin-left: 120px;
  margin-bottom: 35px;
}
.header h1 {
  width: 60%;
}
.header h2 {
  width: 60%;
  margin-bottom: 27px;
}

@media (max-width: 670px) {
  .header {
    margin-left: 0;
  }
}
.header-image {
  margin-left: 60px;
  margin-top: 60px;
  height: 262px;
  width: 100%;
}

.footer-image-getreal {
  height: 198px;
  display: block;
}

.footer-image-imi-getreal {
  height: 130px;
  display: block;
  padding: 25px 0;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  align-content: flex-start;
  background-image: url("assets/illustration.png");
  background-repeat: no-repeat;
  background-position: 107% 400px;
  background-size: 350px;
  background-color: #495EDF;
  position: relative;
}

@media (max-width: 800px) {
  .container {
    background-image: none;
  }
}
.block {
  width: 50%;
  padding: 25px;
  position: relative;
}
.block.full {
  width: 100%;
}

.add-cross::after, .add-cross-on-top::after {
  content: "";
  width: 62px;
  height: 62px;
  position: absolute;
  right: -30px;
  bottom: -31px;
  z-index: 1;
  background-image: url("assets/cross.svg");
  background-size: cover;
}

.add-cross-on-top::after {
  top: -31px;
}

@media (max-width: 800px) {
  .container {
    width: 100%;
    margin: auto;
  }
  .block {
    width: 100%;
  }
  .left::after {
    content: none;
  }
}
@media (max-width: 400px) {
  .container {
    width: 100%;
  }
}
.left {
  background-color: rgba(255, 0, 0, 0.1333333333);
}

.right {
  background-color: rgba(0, 255, 0, 0.1333333333);
}

.style_white {
  padding: 50px;
  background-color: #ffffff;
  color: black;
}
.style_white h2 {
  color: black;
}

.style_transparent {
  background-color: rgba(0, 0, 0, 0.25); /* #0000003f; // 3f = 25% */
  color: white;
}

.style_grey {
  padding: 50px;
  background-color: #F2F2F2;
}

.style_clear {
  color: white;
  padding: 50px;
  background: unset;
}

.large-type {
  font-size: 28px;
  font-weight: bold;
}

.button-a, .button-c, .button-b {
  height: 42px;
  line-height: 42px;
  padding: 0 38px;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-weight: 600;
  border-radius: 0;
  background: transparent;
  border: 2px solid #FFFF94;
  cursor: pointer;
}

.button-b {
  background: black;
  border: 2px solid black;
}

.button-c {
  color: #495EDF;
  background: #FFFF94;
  border: 2px solid #FFFF94;
}

.partners {
  background-color: #F2F2F2;
  color: black;
}
.partners h2 {
  color: black;
}

.footer {
  height: 70px;
  background-color: black;
}

.left-decoration, .right-decoration {
  position: absolute;
  top: 0;
  left: 0;
}

.left-decoration::after, .right-decoration::after {
  content: "";
  width: 50px;
  height: 4px;
  top: -2px;
  left: 0;
  background-color: black;
  position: absolute;
  z-index: 1;
}

.right-decoration {
  left: auto;
  right: 50px;
}

.partners-container {
  display: flex;
  justify-content: space-around;
}

.partner {
  display: flex;
  font-size: 10px;
  font-family: Montserrat;
  font-weight: 700;
}
.partner img {
  transform: scale(0.7);
}

.mail-link {
  color: #FFFF94;
  font-weight: bold;
  padding-top: 18px;
}

.site-link, .disclaimer-link {
  color: #495EDF;
  padding-top: 18px;
  font-weight: bold;
}

.flex_center_center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.pre_footer {
  padding: 50px 0;
}

.movie {
  padding: 50px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #ff9800;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

#browser-warning {
  background-color: #FFFF94;
  color: black;
  font-size: 14px;
  line-height: 28px;
  width: 100%;
  padding-left: 8px;
  position: fixed;
  _position: absolute;
  top: 0;
  _top: expression(eval(document.body.scrollTop));
}