.landing-page-container header {
  background-color: #fff !important;
}
.landing-page-container header .dark-logo {
  display: none;
}
.landing-page-container header .white-logo {
  display: block;
}
.landing-page-container header .navbar-nav .nav-item a {
  color: #080826 !important;
}
.landing-page-container header .lang-switcher .d-toggle {
  color: #080826 !important;
}

.landing-page p {
  font-size: 1.3rem;
  line-height: 2rem;
}
.landing-page .landing-mobile {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 767.98px) {
  .landing-page .reverse-1 {
    order: 1;
  }
  .landing-page .reverse-2 {
    order: 2;
  }
}
@media (max-width: 991.98px) {
  .landing-page .webform-container {
    margin-bottom: 2rem;
  }
}
.landing-page .webform-container:after {
  background-color: #009BD9;
  content: "";
  position: absolute;
  mix-blend-mode: normal;
  background-repeat: no-repeat;
  right: 15%;
  top: 88%;
  border-radius: 100px;
  width: 381px;
  height: 101px;
  filter: blur(198px);
  opacity: 100%;
}

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