@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500&display=swap");
:root {
  --font-family-space: 'Space Grotesk', Arial, Verdana, sans-serif;
  --font-family-text: 'Manrope', Arial, Verdana, sans-serif;
  --background-opaque: rgba(255,255,255,0.9);
  --border-radius: 4px;
  --blue: #1480FF;
  --light-blue: #79CFFF;
  --background-color: #01040f; }

#loading {
  background-color: var(--background-color); }
  #loading #preloader span {
    position: absolute;
    border: 8px solid var(--light-blue);
    border-top: 8px solid transparent;
    border-radius: 999px; }
  #loading #preloader:after {
    color: var(--light-blue);
    content: 'MLSS';
    font-family: var(--font-family-space);
    font-weight: 600; }

@supports not (-webkit-touch-callout: none) {
  .vegas-slide {
    height: 100vh; } }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--light-blue); }

#left-side {
  padding: 0px; }
  #left-side #logo {
    top: 0px;
    margin: 0px; }
  #left-side .content {
    margin: 100px 0 220px; }
  #left-side h1 {
    display: none; }
  #left-side h2 {
    font-family: var(--font-family-space);
    font-size: 32px;
    font-weight: 600; }
  #left-side .text-intro, #left-side #open-more-info {
    text-shadow: 0px 0px 3px black; }
  #left-side #open-more-info {
    border-radius: var(--border-radius);
    font-family: var(--font-family-space);
    font-size: 18px;
    font-weight: 600; }
  #left-side #open-more-info:hover {
    text-shadow: none; }

@media (min-width: 1025px) {
  #left-side #logo {
    top: 5%; }
  #left-side .content {
    margin: 0px; } }

#right-side {
  background-color: var(--background-opaque); }
  #right-side .content {
    padding-bottom: 8%; }
    #right-side .content > p {
      color: #515D75 !important;
      font-family: var(--font-family-text);
      line-height: 28px;
      text-align: left; }
  #right-side .content h3 {
    color: black;
    font-family: var(--font-family-space);
    font-weight: 600;
    font-size: 32px;
    text-transform: none; }
  #right-side #contact-form .form-group input, #right-side #contact-form textarea {
    background-color: transparent;
    border: 1px solid var(--blue);
    border-radius: var(--border-radius);
    font-family: var(--font-family-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; }
  #right-side #contact-form button#valid-form {
    background: linear-gradient(92.49deg, #25E7DB 36%, #5FDEE7 86.58%);
    border-radius: var(--border-radius);
    color: black;
    font-family: var(--font-family-space);
    font-size: 18px;
    font-weight: 600; }
  #right-side #contact-form button#valid-form:hover, #right-side #contact-form button#valid-form:focus {
    box-shadow: 0 0 0 0.2rem var(--light-blue); }
  #right-side #block-answer {
    min-height: 30px; }
  #right-side #answer {
    font-family: var(--font-family-text); }
  #right-side .info-contact {
    margin-bottom: 46px; }
    #right-side .info-contact > div {
      max-width: 100%;
      flex-grow: 1; }
    #right-side .info-contact .item-map .contact-item a {
      color: #020D22;
      font-family: var(--font-family-text);
      font-size: 16px;
      font-weight: 500;
      line-height: 28px; }
    #right-side .info-contact .item-map .contact-item a:hover {
      text-decoration: underline !important; }
    #right-side .info-contact .item-map .contact-item p {
      display: inline;
      font-family: var(--font-family-text);
      font-size: 16px;
      font-weight: 500;
      line-height: 28px; }
  #right-side footer {
    border-top: 1.5px solid #6F768233;
    padding-top: 20px; }
    #right-side footer #copyright {
      font-family: var(--font-family-space);
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0.1em;
      line-height: 19px;
      text-align: center !important; }

html, body {
  max-width: 100vw;
  overflow-x: hidden; }

@media (min-width: 1025px) {
  #left-side {
    height: 100vh;
    width: 50vw; }
  @supports (-webkit-touch-callout: none) {
    #left-side .content, #loading #preloader {
      margin-top: -50px; } } }
