body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #192050;
  font-size: 2.5vw;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #192050;
  font-size: 2vw;
  line-height: 1.3;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #192050;
  font-size: 1.6vw;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

p {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #192050;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  white-space: break-spaces;
}

strong {
  font-weight: 600;
}

.stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-container {
  max-width: 288px;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.centered {
  text-align: center;
}

.stage-copy {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43vw;
  max-width: 36vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.section {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white {
  color: #fff;
}

.white.margin-bottom-1em {
  margin-bottom: 1em;
}

.proprate-logo {
  z-index: 100;
  display: block;
  width: 100%;
  max-width: 180px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.proprate-logo.margin-bottom-3em {
  max-width: 180px;
  margin-bottom: 3em;
}

.proprate-logo.margin-bottom_5em {
  margin-bottom: 5em;
}

.proprate-logo.margin-bottom_5em.absolute {
  position: absolute;
  top: 5vw;
}

.background-cricle {
  position: absolute;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140vw;
  height: 140vw;
  margin-top: 50vh;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 100%;
  background-color: #51b4dc;
  -webkit-transform: translate(100vw, 0vh);
  -ms-transform: translate(100vw, 0vh);
  transform: translate(100vw, 0vh);
}

.lottie-animation {
  width: 70vw;
  max-width: 1200px;
  margin-top: -50vh;
  -webkit-transform: translate(-25vw, 0px);
  -ms-transform: translate(-25vw, 0px);
  transform: translate(-25vw, 0px);
}

.stage-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding-top: 8vh;
  padding-left: 8vw;
  -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;
}

.situation-container {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.situation-copy {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 32vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.situation-visual {
  width: 100%;
  margin-right: 4vw;
}

.image {
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
}

.image.rating {
  width: 48%;
  background-image: url('../images/Rating-Render.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.idee-und-umsetzung-container {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.idee-copy {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 32vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.idee-visual {
  width: 100%;
  margin-left: 4vw;
}

.slider {
  width: 100%;
  max-width: 960px;
  background-color: transparent;
}

.ratings {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 2em;
  padding-bottom: 2em;
  -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;
  border-top: 1px solid #e9e8eb;
  border-bottom: 1px solid #e9e8eb;
  border-radius: 1px;
  background-color: #f6f6f8;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.review-kachel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  margin-left: 1em;
  padding: 24px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e8eb;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
}

.review-kachel._3 {
  background-color: #fff;
}

.review-kachel._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.review-kachel._4 {
  background-color: #fff;
}

.review-bild {
  overflow: hidden;
  width: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100%;
}

.review-text {
  max-width: 360px;
}

.body-2 {
  background-color: #0b1133;
}

.paragraph {
  font-weight: 400;
}

.background-video-stage {
  position: absolute;
  left: -25vw;
  top: -14vh;
  overflow: hidden;
}

.ai-outro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 256px;
  padding: 6em 10em 8em;
  -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;
  border-top: 1px solid #e9e8eb;
  border-bottom: 1px solid #e9e8eb;
  background-color: #f6f6f8;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  -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;
}

.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37.4em;
  margin-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rating-text {
  width: 48%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.padding-top-16 {
  margin-left: 16px;
}

.rating-container {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider-2 {
  width: 100%;
  max-height: 300px;
  max-width: 1440px;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.text-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-2 {
  min-height: 100%;
}

.ai-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 56vw;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #010028;
  background-image: url('../images/Rating-Render-Web.jpg');
  background-position: 10% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.ai-rating.en {
  background-image: url('../images/Rating-Render-Web-EN_2.jpg');
}

.ai-copy {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39vw;
  margin-top: 4vh;
  margin-bottom: 4vh;
  margin-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.background-video-stage-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  overflow: hidden;
  margin-top: -20vw;
  background-image: linear-gradient(147deg, #090b25 32%, rgba(12, 18, 55, 0.74) 47%, rgba(14, 21, 64, 0) 73%);
  cursor: none;
}

.margin-bottom-1-5em {
  margin-bottom: 1.5em;
}

.ux-board {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 56vw;
  -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/UXUI-Render-Web_web_2.jpg');
  background-position: 100% 50%;
  background-size: 110%;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.ux-copy {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37vw;
  margin-right: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.ux-board-bg {
  position: absolute;
  width: 120%;
  height: 120%;
  background-image: url('../images/UXUI-Render-Web_web.jpg');
  background-position: 100% 50%;
  background-size: auto;
}

.objektkachel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -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-color: #fff;
}

.lottie-animation-2 {
  width: 5vw;
  max-width: 80px;
  min-width: 32px;
}

.ux-outro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 256px;
  padding: 6em 10em 8em;
  -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;
  border-top: 1px solid #e9e8eb;
  border-bottom: 1px solid #e9e8eb;
  background-color: #f6f6f8;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.add-object {
  width: 100%;
}

.add-object-link {
  width: 100%;
  cursor: pointer;
}

.accentro-board {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 56vw;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #010028;
  background-image: url('../images/UXUI-Render-Web_web.jpg');
  background-position: 100% 50%;
  background-size: 110%;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.accentro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 56vw;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #010028;
  background-image: url('../images/Accentro-Render-web_1.jpg');
  background-position: 0% 30%;
  background-size: 109%;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.accentro-copy {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37vw;
  margin-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.floating-button {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 16px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #81c6e2;
  border-radius: 100%;
  background-color: #93d6ec;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.floating-button:hover {
  background-color: #81c6e2;
}

.image-3 {
  width: 40px;
}

.bild-user {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.absender {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.board-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 10;
  display: none;
  overflow: hidden;
  margin-top: -20vw;
  background-image: linear-gradient(162deg, #090b25 35%, rgba(12, 18, 55, 0.74) 50%, rgba(14, 21, 64, 0) 65%);
  cursor: none;
}

.heading {
  font-size: 2.5vw;
}

.heading-2 {
  line-height: 1.3;
}

.slider-mobile {
  display: none;
  width: 100%;
  max-height: 300px;
  max-width: 1440px;
  background-color: transparent;
}

.immoiblie-hinzufuegen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 240px;
  -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;
  border-style: dashed;
  border-width: 2px;
  border-color: #bdbcc4;
  border-radius: 8px;
  text-decoration: none;
}

.floating-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-right-1em {
  margin-right: 1em;
}

.margin-right-1em.right {
  text-align: right;
}

.toollink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50vh;
  min-height: 256px;
  padding: 6em 10em 8em;
  -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;
  border-top: 1px solid #e9e8eb;
  border-bottom: 1px solid #e9e8eb;
  background-color: #f6f6f8;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.ux-slider {
  width: 100%;
  min-height: 450px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.left-arrow-2 {
  padding-top: 75px;
}

.image-4 {
  width: 60%;
}

.image-5 {
  width: 60%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.image-6 {
  width: 80%;
}

.image-7 {
  width: 80%;
}

.buttontext {
  font-size: 16px;
  font-weight: 600;
}

.tool-cta-link {
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #81c6e2;
  border-radius: 4px;
  background-color: #93d6ec;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.tool-cta-link:hover {
  background-color: #81c6e2;
}

.right-arrow-2 {
  padding-top: 75px;
}

.icons {
  margin-top: 230px;
}

.ai-rating-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 56vw;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #010028;
  background-image: url('../images/Rating-Render-Web-EN_1.jpg');
  background-position: 10% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.white-2 {
  color: #fff;
}

.white-2.margin-bottom-1em {
  margin-bottom: 1em;
}

.dda {
  width: 148px;
}

.ivd-siegel {
  width: 64px;
}

.siegel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.st-rer {
  height: 30px;
  padding: 0.3em 1em;
  border-radius: 20px;
  background-color: #d31d33;
  text-decoration: none;
}

.paragraph-container-tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.paragraph-tooltip-siegel {
  display: block;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #192050;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.siegel-stage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.siegel-stage.ml-4 {
  margin-left: 2em;
}

.siegel-stage.ml-3 {
  margin-left: 1.5em;
}

.searchbar {
  position: static;
  z-index: 1200;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.tooltip-siegel {
  position: absolute;
  left: 170px;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 288px;
  padding: 0.25em 0.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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #adacbe;
  border-radius: 0.25em;
  background-color: #fff;
  opacity: 1;
}

.tooltip-siegel.ama {
  left: 137px;
  margin-bottom: 0px;
}

.tooltip-siegel.ivd {
  left: 91px;
}

._3-0-lp-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 680px;
  min-width: 40vw;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.stage-new-landingpage-illustration-3-0 {
  padding: 10rem 5vw;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/PropRate_header.svg');
  background-position: 35% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tooltip-spitze-siegel {
  position: absolute;
  z-index: -1;
  width: 1em;
  height: 1em;
  margin-left: -16px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ama {
  width: 120px;
  margin-bottom: 4px;
}

.small {
  font-size: 0.875rem;
}

.small.no-margin {
  margin-right: 0em;
}

.small.no-margin.white.bold {
  position: static;
  float: none;
  text-align: center;
}

.white-3 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  list-style-type: none;
}

.white-3.mb-1 {
  margin-bottom: 0.5em;
}

.white-3.mb-1.mt-1 {
  margin-top: 0.5em;
}

@media screen and (min-width: 1440px) {
  .background-video-stage {
    left: -37vw;
    top: -28vh;
  }

  .background-video-stage-overlay {
    display: none;
  }

  .board-gradient {
    display: none;
  }

  .paragraph-tooltip-siegel {
    font-size: 14px;
  }

  ._3-0-lp-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 680px;
  }

  .stage-new-landingpage-illustration-3-0 {
    border-style: solid;
    border-width: 0px;
    border-color: #f6f6f8;
  }
}

@media screen and (min-width: 1920px) {
  .stage-container {
    padding-top: 12vh;
  }

  .background-video-stage {
    left: -32vw;
    top: -32vh;
  }

  .immoiblie-hinzufuegen {
    display: none;
  }

  .ux-slider {
    min-height: 470px;
  }

  .margin-bottom-1em {
    margin-bottom: 1em;
  }

  .button {
    padding: 15px 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #81c6e2;
    border-radius: 4px;
    background-color: #93d6ec;
    font-family: Montserrat, sans-serif;
    color: #0d1439;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
  }

  .buttontext {
    font-family: Montserrat, sans-serif;
    color: #0d1439;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
  }

  .link-block {
    padding: 30px 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #81c6e2;
    border-radius: 4px;
    background-color: #93d6ec;
    text-decoration: none;
  }

  .link-block-copy {
    padding: 30px 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #81c6e2;
    border-radius: 4px;
    background-color: #93d6ec;
    text-decoration: none;
  }

  .tool-cta {
    padding: 30px 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #81c6e2;
    border-radius: 4px;
    background-color: #93d6ec;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: Montserrat, sans-serif;
    color: #0d1439;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
  }

  .tool-cta:hover {
    background-color: #81c6e2;
  }

  .tool-cta-link {
    padding: 30px 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #81c6e2;
    border-radius: 4px;
    background-color: #93d6ec;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: Montserrat, sans-serif;
    color: #0d1439;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
  }

  .tool-cta-link:hover {
    background-color: #81c6e2;
  }

  .paragraph-tooltip-siegel {
    font-size: 18px;
    line-height: 1.8;
  }

  .tooltip-siegel {
    width: 320px;
  }

  .stage-new-landingpage-illustration-3-0 {
    min-height: 60vh;
    padding-top: 10rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4vw;
  }

  h2 {
    margin-top: 0px;
    font-size: 3.2vw;
  }

  h3 {
    font-size: 2.56vw;
  }

  .stage {
    height: 90vh;
  }

  .stage-copy {
    width: 100%;
    max-width: 680px;
  }

  .stage-container {
    padding-right: 8vw;
  }

  .ratings {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .review-kachel {
    width: 48%;
    margin-right: 0em;
    margin-left: 0em;
    padding: 1em 1.5em 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-kachel._3 {
    display: none;
  }

  .review-kachel._6 {
    display: none;
  }

  .review-text {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .background-video-stage {
    left: -700px;
    margin-top: 28vh;
  }

  .ai-outro {
    padding: 4em 4em 6em;
  }

  .rating-container {
    margin-right: 2em;
    margin-left: 2em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .slider-2 {
    width: 100%;
  }

  .ai-rating {
    height: 168vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/Rating-Render-Web_1.jpg');
    background-position: 50% -3vh;
    background-size: 100%;
  }

  .ai-rating.en {
    background-image: url('../images/Rating-Render-Web-EN_3.jpg');
  }

  .ai-copy {
    width: auto;
    max-width: 680px;
    margin: 8vh 8vw 0vh;
  }

  .background-video-stage-overlay {
    margin-top: -30vh;
    background-image: linear-gradient(177deg, #090b25 35%, rgba(12, 18, 55, 0.57) 57%, rgba(14, 21, 64, 0) 74%);
  }

  .margin-bottom-1-5em.centered-mobile {
    text-align: center;
  }

  .ux-board {
    height: 160vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/UXUI-Render-Web_web_1.jpg');
    background-position: 50% -11vh;
    background-size: 100%;
  }

  .ux-copy {
    width: auto;
    max-width: 680px;
    margin-top: 8vh;
    margin-right: 8vw;
    margin-left: 8vw;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .ux-outro {
    padding: 4em 4em 6em;
  }

  .accentro {
    height: 140vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Accentro-Render-web.jpg');
    background-position: 50% -25vh;
    background-size: 100%;
  }

  .accentro-copy {
    width: auto;
    max-width: 680px;
    margin-top: 8vh;
    margin-right: 8vw;
    margin-left: 8vw;
  }

  .board-gradient {
    display: block;
    margin-top: -45vh;
    background-image: linear-gradient(177deg, #090b25 19%, rgba(12, 18, 55, 0.57) 38%, rgba(14, 21, 64, 0) 56%);
  }

  .heading-3 {
    font-size: 3.2vw;
  }

  .slider-mobile {
    width: 100%;
  }

  .toollink {
    padding: 4em 4em 6em;
  }

  .ux-slider {
    min-height: 380px;
  }

  .image-4 {
    width: 80%;
  }

  .image-5 {
    width: 80%;
  }

  .image-7 {
    width: 100%;
  }

  .icons {
    margin-top: 160px;
  }

  .left-arrow-3 {
    display: none;
  }

  .right-arrow-3 {
    display: none;
  }

  .ai-rating-2 {
    height: 168vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/Rating-Render-Web-EN.jpg');
    background-position: 50% -3vh;
    background-size: 100%;
  }

  .paragraph-tooltip-siegel {
    color: #fff;
  }

  .siegel-stage {
    position: static;
  }

  .tooltip-siegel {
    position: fixed;
    left: 1em;
    right: 1em;
    bottom: 1em;
    width: auto;
    min-height: 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #373e6f;
    background-color: #192050;
  }

  .tooltip-siegel.ama {
    left: 1em;
  }

  .tooltip-siegel.ivd {
    left: 1em;
  }

  ._3-0-lp-container {
    max-width: none;
    min-width: auto;
    margin-top: 24em;
    margin-bottom: 1.5em;
    padding-right: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stage-new-landingpage-illustration-3-0 {
    padding-top: 10em;
    padding-bottom: 5rem;
    padding-left: 2rem;
    -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;
    background-color: #222a61;
    background-position: 100% 0%;
    background-size: 1240px;
  }

  .tooltip-spitze-siegel {
    display: none;
  }

  .white-3.mb-1.mt-1 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 5vw;
  }

  h2 {
    font-size: 4vw;
  }

  h3 {
    font-size: 3.2vw;
  }

  .stage {
    height: 150vw;
  }

  .stage-container {
    padding-top: 6vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .review-kachel {
    width: 100%;
    margin-bottom: 1em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .background-video-stage {
    top: 10vh;
  }

  .rating-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-2 {
    height: 420px;
    max-height: none;
  }

  .ai-rating {
    height: 200vw;
    background-position: 50% 15vh;
  }

  .ai-copy {
    margin-top: 8vh;
    margin-right: 6vw;
    margin-left: 6vw;
  }

  .background-video-stage-overlay {
    bottom: 0%;
    background-image: linear-gradient(177deg, #090b25 50%, rgba(12, 18, 55, 0.57) 63%, rgba(14, 21, 64, 0) 77%);
  }

  .ux-board {
    margin-bottom: -1px;
  }

  .ux-copy {
    margin-top: 8vh;
    margin-right: 6vw;
    margin-left: 6vw;
  }

  .ux-outro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .accentro {
    background-position: 50% 100%;
  }

  .accentro-copy {
    margin-top: 8vh;
    margin-right: 6vw;
    margin-left: 6vw;
  }

  .board-gradient {
    background-image: linear-gradient(177deg, #090b25 36%, rgba(12, 18, 55, 0.57) 48%, rgba(14, 21, 64, 0) 60%);
  }

  .slider-mobile {
    height: 420px;
    max-height: none;
  }

  .immoiblie-hinzufuegen {
    padding: 2em;
  }

  .floating-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .margin-right-1em.right {
    margin-top: 1em;
    margin-right: 0em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .heading-9 {
    font-size: 3.2vw;
  }

  .toollink {
    display: none;
  }

  .image-4 {
    width: 100%;
  }

  .image-5 {
    width: 100%;
  }

  .image-7 {
    width: 100%;
  }

  .left-arrow-3 {
    display: none;
  }

  .right-arrow-3 {
    display: none;
  }

  .ai-rating-2 {
    height: 200vw;
    background-position: 50% 15vh;
  }

  .tooltip-siegel.ama {
    min-height: 64px;
  }

  ._3-0-lp-container {
    width: 100%;
    height: auto;
    max-width: none;
    margin-top: 18em;
    margin-right: 0em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .stage-new-landingpage-illustration-3-0 {
    padding-right: 4vw;
    padding-bottom: 3rem;
    padding-left: 4vw;
    background-position: 90% 0%;
    background-size: 1024px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 7vw;
  }

  h2 {
    font-size: 5.8vw;
  }

  h3 {
    font-size: 4.64vw;
  }

  .stage {
    height: 215vw;
  }

  .proprate-logo.margin-bottom_5em {
    max-width: 120px;
    margin-bottom: 3em;
  }

  .review-kachel._6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .background-video-stage {
    left: -500px;
    top: 23vh;
  }

  .ai-outro {
    padding-right: 4vw;
    padding-bottom: 4em;
    padding-left: 4vw;
  }

  .slider-2 {
    display: none;
    height: 600px;
  }

  .ai-rating {
    height: 315vw;
    background-position: 50% 100%;
  }

  .ai-copy {
    margin-right: 4vw;
    margin-left: 4vw;
  }

  .ux-board {
    height: 250vw;
    background-position: 50% 100%;
  }

  .objektkachel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ux-outro {
    padding-right: 4vw;
    padding-bottom: 4em;
    padding-left: 4vw;
  }

  .accentro {
    height: 240vw;
    background-position: 50% 100%;
  }

  .board-gradient {
    background-image: linear-gradient(177deg, #090b25 57%, rgba(12, 18, 55, 0.57) 69%, rgba(14, 21, 64, 0) 78%);
  }

  .board-gradient.ux {
    background-image: linear-gradient(177deg, #090b25 48%, rgba(12, 18, 55, 0.57) 60%, rgba(14, 21, 64, 0) 73%);
  }

  .heading-4 {
    font-size: 4.8vw;
  }

  .heading-6 {
    font-size: 7vw;
  }

  .heading-7 {
    font-size: 6vw;
  }

  .slider-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 380px;
  }

  .toollink {
    padding-right: 4vw;
    padding-bottom: 4em;
    padding-left: 4vw;
  }

  .ai-rating-2 {
    height: 315vw;
    background-position: 50% 100%;
  }

  .paragraph-tooltip-siegel {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .tooltip-siegel {
    bottom: 2em;
  }

  ._3-0-lp-container {
    margin-top: 10em;
  }

  .stage-new-landingpage-illustration-3-0 {
    max-height: none;
    padding-bottom: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #222a61;
    background-position: 75% 0%;
    background-size: 720px;
  }

  .white-3 {
    color: #fff;
  }
}

