<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  #body.theme-1 section {
    background-color: #21728e;
  }
  section#signup input {
    background: rgba(247,241,241,0.99) !important;
    color: #ffffff !important;
    outline-color: rgba(247,241,241,0.99) !important;
  }
  ::-webkit-input-placeholder {
     color: #ffffff !important;
     opacity: 0.5;
  }

  :-moz-placeholder { /* Firefox 18- */
     color: #ffffff !important;
     opacity: 0.5;
  }

  ::-moz-placeholder {  /* Firefox 19+ */
     color: #ffffff !important;
     opacity: 0.5;
  }

  :-ms-input-placeholder {
     color: #ffffff !important;
     opacity: 0.5;
  }

#body.theme-1 section#home header#header div#logo .img-logo {
  display: block;
}

body.theme-1 section#home header#header div#logo .wrap-link {
  display: block;
  text-align: center;
}

body.theme-1 section#home header#header div#logo .wrap-link .button{
  transition: all 0.5s linear;
}

body.theme-1 section#home header#header div#logo .wrap-link .link-button:hover{
  opacity: 0.6;
}

#body.theme-1 section#video {
  min-height: 0 !important;
}</pre></body></html>