@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/Brandon Grotesque/Brandon_reg.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/Brandon Grotesque/Brandon_bld.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Brandon Grotesque Medium";
  src: url("../fonts/Brandon Grotesque/Brandon_med.otf") format("opentype");
  font-weight: normal;
}
#header {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  min-height: 43.3333333333px;
  transition: opacity 0.3s ease-in-out;
}
#header.scrolled {
  opacity: 0.2;
}
#header.scrolled:hover {
  opacity: 0.6;
}
#header .logo {
  position: absolute;
  left: 20px;
  display: inline-block;
}
#header .logo img {
  height: 36px;
  width: auto;
}
#header nav.container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 43px;
}
#header .navigation {
  display: inline-block;
  float: right;
  margin: 0;
}
#header .navigation li {
  display: inline-block;
  margin-left: 20px;
}
#header .navigation li a {
  color: #333333;
  text-decoration: none;
  font-weight: 500;
}
#header .navigation li a:hover {
  color: #007AFF;
}

#title {
  position: fixed;
  top: 30px;
  left: 72px;
  width: 111px;
  display: inline-block;
  color: black;
  z-index: 1000;
}
#title img {
  color: black;
}

#header + section {
  margin-top: 83px;
}

#contact.pre-footer {
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  height: 91px;
  transition: height 0.5s ease;
}
#contact.pre-footer .pre-footer-header {
  background-color: #FF2D55;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
#contact.pre-footer .pre-footer-header h2 {
  margin: 0 20px;
  padding: 12px 0;
}
#contact.pre-footer .pre-footer-header h2:hover {
  color: #333333;
}
#contact.pre-footer .pre-footer-header h2.second {
  margin-right: -22px;
}
#contact.pre-footer .pre-footer-content {
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  background-color: white;
}
#contact.pre-footer .contact-form, #contact.pre-footer .pre-order-form {
  flex: 1;
  padding: 20px;
}
#contact.pre-footer .contact-form h3, #contact.pre-footer .pre-order-form h3 {
  margin-bottom: 10px;
}
#contact.pre-footer .contact-form form, #contact.pre-footer .pre-order-form form {
  display: flex;
  flex-direction: column;
}
#contact.pre-footer .contact-form input, #contact.pre-footer .contact-form textarea, #contact.pre-footer .contact-form select, #contact.pre-footer .pre-order-form input, #contact.pre-footer .pre-order-form textarea, #contact.pre-footer .pre-order-form select {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  padding: 5px;
}
#contact.pre-footer .contact-form button, #contact.pre-footer .pre-order-form button {
  align-self: flex-start;
  background-color: #b20838;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
}
#contact.pre-footer .contact-form button:hover, #contact.pre-footer .pre-order-form button:hover {
  cursor: pointer;
  background-color: #810629;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
footer p {
  font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: white;
  color: #333333;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.slick-track, .slick-list, .slick-slider {
  background: white;
}
.slick-track:nth-child(3), .slick-list:nth-child(3), .slick-slider:nth-child(3) {
  margin-bottom: 30px;
}

.feature-slider.slick-slider {
  background-color: transparent;
  justify-content: center;
  margin: 0;
  padding: 60px 0;
}
.feature-slider.slick-slider:nth-of-type(3) {
  margin-bottom: 60px;
}
.feature-slider.slick-slider .slide {
  background-color: transparent;
}
.feature-slider.slick-slider .slide:nth-child(1) {
  margin-top: 0;
}
.feature-slider.slick-slider .slide:nth-child(2) {
  margin-top: 0;
}
.feature-slider.slick-slider .slide.selected {
  text-shadow: 1px 1px 3px dimgrey;
}
.feature-slider.slick-slider .slide h4, .feature-slider.slick-slider .slide p {
  text-align: center;
}
.feature-slider.slick-slider .slide h4 {
  color: #595959;
  font-size: 36px;
  margin: 24px 0 20px 0;
}
.feature-slider.slick-slider .slide h4:nth-child(2) {
  margin-top: 0;
}
.feature-slider.slick-slider .slide p {
  margin: 0 auto;
  padding: 0 30px;
  font-size: 24px;
}

button.slick-arrow {
  width: 20%;
  height: 100%;
  border-radius: 100%;
  z-index: 1;
}
button.slick-arrow::before {
  font-size: 32px;
}
button.slick-arrow:hover:before {
  color: black;
  font-weight: bold;
}
button.slick-arrow:before {
  color: grey;
}
button.slick-arrow.slick-prev {
  margin-left: 60px;
}
button.slick-arrow.slick-prev:before {
  content: "<";
}
button.slick-arrow.slick-next {
  margin-right: 30px;
}
button.slick-arrow.slick-next:before {
  content: ">";
}

#feature-slider-dentist {
  color: #06baf5;
}

#feature-slider-patient {
  color: #ad7eee;
}

#content {
  margin-top: 83px;
  overflow: auto;
}

.container {
  overflow: hidden;
}

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px;
  margin: 8px auto;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button[type=submit] {
  background-color: rgb(0, 122, 255);
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}
button[type=submit]:hover {
  opacity: 0.8;
}

#content {
  overflow: scroll;
}
#content .pdf {
  min-height: 70vh;
}
#content .blur {
  filter: blur(10px);
}

#intro {
  background-color: white;
  position: relative;
  z-index: 150;
  overflow: hidden;
}

#login-form {
  position: relative;
  z-index: 150;
}

#blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.presentation-slide {
  width: 100%;
}

@media screen and (max-width: 430px) {
  #title {
    display: none;
  }
  #contact.pre-footer .pre-footer-header h2 {
    font-size: 22px;
    margin: 0 8px 0 0;
  }
  #contact.pre-footer .pre-footer-header h2.second {
    margin-left: 20px;
    margin-right: 0;
  }
  #contact.pre-footer .pre-footer-content {
    height: auto;
    flex-wrap: wrap;
  }
  #contact.pre-footer .pre-footer-content > div {
    width: 100%;
    flex: unset;
  }
  #contact.pre-footer .pre-footer-content > div.pre-order-form {
    margin-top: -182px;
    margin-bottom: -48px;
  }
}
@media screen and (max-width: 1200px) {
  .feature-slider button.slick-arrow {
    margin: 0 4px;
    width: 15%;
  }
  #features .flex2 {
    flex-wrap: wrap;
    justify-content: center;
  }
  #features .flex2 > div {
    width: calc(50% - 10px);
    max-width: 600px;
    margin: 0;
  }
  #features .features-list.dentist {
    padding-right: 20px;
  }
  #features .features-list.patient {
    padding-left: 20px;
  }
  #features .svg-wrapper {
    min-width: unset;
  }
}
@media screen and (min-width: 1201px) {
  #features img.treatment-planning {
    margin-top: -37px;
  }
  #features img.escripts {
    margin-top: -226px;
  }
  #features img.my-dental-records {
    margin-top: -42px;
  }
  #features img.my-treatment-planning {
    margin-top: -37px;
  }
  #features img.financial-and-insurance {
    margin-top: -9px;
  }
  #features img.manage-prescriptions {
    margin-top: -36px;
  }
  #features img.login-dentist, #features img.login-patient {
    margin-top: -60px;
  }
}

/*# sourceMappingURL=investors.css.map */
