body {
  margin: 0 auto;
}

.container {
  margin: 0 auto;
  max-width: 1920px;
  width: 95%;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 95%;
  }

}
@media only screen and (min-width: 1000px) {
  .container {
    width: 90%;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    width: 80%;
  }
}

.header {
  /* height: 857px; */
  height: auto;
  width: auto;
  background-image: linear-gradient(to bottom, #B40E50, #700932);
  background-size: cover;
  padding-bottom: 5%;
  /* padding-left: 10%;
  padding-right: 10%; */
}

.header-nav {
  background-color: inherit;
  border: none;
  box-shadow: none;
  padding-top: 12px;
}

.primaa-logo {
  margin-top: 12px;
	height: 50px;
}

nav {
  height: 100px !important;
}

.request-demo-btn {
	height: 43px;
	width: 214px;
	border-radius: 28.5px;
	background-color: #FFFFFF !important;
  color: #CD135D;
  font-family: Livvic;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  padding-top: 12px;
  margin-top: 12px;
  text-transform: none;
}

.request-demo-btn.pink-btn {
  margin-top: 30px;
  background-color: #CD135D !important;
  color: #FFFFFF !important;
}

.introduction {
  height: auto;
	/* height: 329px; */
}

.illus-header {
  width: 70%;
}

.header-subtitle {
	height: 22px;
	color: #FF9DC4;
	font-family: Livvic;
	font-size: 18px;
	line-height: 28px;
}

.intro-text-bold {
	color: #FFFFFF;
	font-family: Livvic;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

.intro-text-base {
	color: #DAA7BB;
	font-family: Livvic;
	font-size: 20px;
	line-height: 30px;
  text-align: justify;

}

#terms-and-conditions {
  display: none;
}

#legal-infos {
  display: none;
}


.diagnosis {
  /* height: 652px; */
	background-color: #FCF7FF;
  padding-bottom: 5%;
  padding-top: 5%;
}

.diagnosis-pic-microscope {
	height: 506px;
  width: 414px;
	border: 15px solid #FFCBFF;
  background-image: linear-gradient(#ac1460, #ac1460), url("src/img/microscope-diagnosis.png");
  background-size: cover;
  background-blend-mode: screen;
}

#laser-rose {
  width: inherit;
  height: 300px;
  /* overflow-x: hidden; */
  position: relative;
  left: -520px;
}

.text-on-white {
  align-content: center;
  padding-top: 10%;

}

.title-on-white {
	color: #642289;
	font-family: Livvic;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

.text-on-white p {
	color: #7E7484;
	font-family: Livvic;
	font-size: 20px;
	line-height: 30px;
  text-align: justify;
}

.reliability {
  height: 672px;
	background: linear-gradient(0deg, #B40F51 0%, #700932 100%);
  padding-top: 10%;
}

.white-title {
	height: 45px;
	width: 348px;
	color: #FFFFFF;
	font-family: Livvic;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

.white-text p {
	/* height: 300px; */
	/* width: 445px; */
	color: #FFC9DF;
	font-family: Livvic;
	font-size:20px;
	line-height: 30px;
  justify-content: justify;
}

.computer-pic {
  padding-top: 10%;
  width: 100%;
}

.about {
  /* padding-left: 10%;
  padding-right:10%; */
  padding-bottom: 10%;
  background-color: #FCF7FF;
  height: 849px;
  background-image: url("src/img/Map.png");
  background-repeat: no-repeat;
  background-position: right 700px;
}

.card-container {
  padding-top: 3% !important;
}

.team-portrait {
  padding-top: 13px;
	height: 160px;
	width: 143px;
}

.team-name {
	height: 45px;
	color: #EA4C9B;
	font-family: Livvic;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
}

.team-card {
	box-sizing: border-box;
	height: 192px;
	border: 5px solid #F1F1F1;
	background-color: #FFFFFF;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
  margin-bottom: 30px !important;
}

.team-card-content {
  padding-top: 15px;
  padding-left: 15px;
}

.team-text {
	height: 99px;
	width: 222px;
	color: #7E7484;
	font-family: Livvic;
	font-size: 17px;
	line-height: 22px;
}

.team {
  padding-top: 10%;
  padding-bottom: 10%;
  background-image: url("src/img/team-background.png");
  background-position: -2px;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact {
  padding-top: 10% !important;
}


.input-field input[type]:not([readonly]),
.input-field input[type]:focus:not([readonly]) {
    border: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
    color: #fff;
    padding-left: 20px;
    width: 90%;
}

.input-field textarea:not([readonly]),
.input-field textarea:focus:not([readonly]) {
    border: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
    color: #fff;
    padding-left: 20px;
    width: 93%;
    height: 11.5em !important;
    overflow-y: auto;
}


/* .input-field input[type]:focus, .materialize-textarea:focus {
  border: 1px solid #fff !important;
  box-shadow: 0 1px 0 0 #fff !important;
  color: #fff;
} */


[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  background: transparent;
  z-index: 0;
}



.contact-title {
	height: 89px;
	width: 730px;
	color: #FFFFFF;
	font-family: Livvic;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

.label-check {
  vertical-align: baseline;
  color: #ffffff;
}

.send-message-btn {
	height: 43px !important;
	width: 214px !important;
	border-radius: 28.5px !important;
	background-color: #FFFFFF !important;
  color: #CD135D !important;
  font-family: Livvic !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 21px !important;
  padding-top: 12px !important;
  text-transform: none !important;
}
.logos {
	height: 348px;
	background-color: #62072B;
  padding-top: 1%;
}

.logo-titles {
	height: 0.62%;
	width: 24.31%;
	color: #FFFFFF;
	font-family: Livvic;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
  margin-bottom: 2em;
}

.investors {
  display: inline-block;
  vertical-align: baseline;
}

.partners {
  display: inline-block;
  vertical-align: baseline;
}

.logo-partner {
  padding-right: 2em;
  height: 40px;
}

.footer {
	height: 1000px;
	background-color: #560424;
  /* padding-top: 10%; */
}

.description-primaa p {
	/* height: 198px; */
	width: 261px;
	color: #FFC9DF;
	font-family: Livvic;
	font-size: 20px;
	line-height: 25px;
}

.footer-subtitle {
	height: 45px;
	/* width: 160px; */
	color: #FFFFFF;
	font-family: Livvic;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
}

.footer-link {
	height: 143px;
	width: 160px;
	color: #FFC9DF;
	font-family: Livvic;
	font-size: 17px;
	line-height: 30px;
}

.footer-img {
  width: 50%;
}

.footer-link img {
  width: 25px;
  height: 25px;
}

.try-primaa p {
	/* width: 182px; */
	color: #FFC9DF;
	font-family: Livvic;
	font-size: 17px;
	line-height: 30px;
}

.try-primaa.request-demo-btn {
  width: inherit;
}

.information-content {
	/* height: 2691px; */
	background-color: #FCF7FF;
  background-size: cover;
}

.information-title {
  padding-top: 7%;
  margin-bottom: 10%;
	height: 45px;
	color: #CD135D;
	font-family: Livvic;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

.information-subclasse {
  padding-bottom: 5%;
}

.information-subtitle {
	height: 45px;
	color: #491577;
	font-family: Livvic;
	font-size: 23px;
	font-weight: 600;
	line-height: 40px;
}

.information-subclasse p {
	color: #7E7484;
	font-family: Livvic;
	font-size: 23px;
	line-height: 30px;
}


@media only screen and (min-width: 1000px) {
  /* .header {
    height: 1007px;
  } */

  .diagnosis {
    height: 652px !important;
    padding-bottom: none;
    padding-top: 0%;
  }

  .diagnosis-pic-microscope {
    position: relative;
    top: -100px;
  }

  .reliability {
    height: 952px !important;
    padding-top: 10% !important;
  }

  .about {
    height: 800px;
  }

  .logos {
  	height: 228px !important;
  }

  .logo-partner {
    padding-right: 3em !important;
  }

  .footer {
	   height: 552px;
  }

  #laser-rose {
    display: none;
  }

}
@media only screen and (min-width: 1440px) {
  #laser-rose {
    left: -350px;
    display: block;
  }

  .reliability {
    height: 872px !important;
    padding-top: 10% !important;
  }

  /* .header {
    height: 1107px !important;
  } */

  .about {
    height: 949px;
  }

  .footer {
	   height: 752px;
  }

}
@media only screen and (min-width: 1920px) {
  #laser-rose {
    left: -150px;
  }

  .about {
    height: 1149px;
    background-position: right 900px;
  }


}
