<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.hs-landing-page { 
  /* 140px - header height */
  height: calc(100vh - 140px);
  background-color: #2749FF;
  display: flex;
  flex-direction: column;
}

#main-content { 
  flex: 1;
}

.container-fluid {
  background-color: #2749FF;
}

.header {
  display: none;
}

.custom-header {
  display: block;
}

.header-row-0-padding { 
  display: none;
}

.hs_cos_wrapper h1 {
  font-size: 32px !important;
  letter-spacing -0.64px !important;
  
  @media (min-width: 768px) {
    font-size: 72px !important;
  }
}

.hs_cos_wrapper_type_rich_text p {
  @media (max-width: 768px) {
    font-size: 18px !important;
  }
}

body a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

h1 span.rounded {
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 2px 12px;
  
  @media (min-width: 768px) {
    padding-inline: 24px;
  }
}

.dnd_area-row-0-padding { 
  @media (max-width: 768px) { 
    padding-bottom: 25px !important;
    padding-top: 0px !important;
  }
}

.widget-type-form {
  -webkit-box-shadow: none;
}

.widget-type-form form {
  padding: 0;
  margin-top: -10px;
  
  @media (max-width: 768px) { 
    margin-top: 20px;
  }
}

.submitted-message {
  background-color: #fff;
}
  
form input[type='email'],
form input[type='text'] {
  color: #fff;
}

#main-content input.hs-input { 
  @media (max-width: 768px) { 
    font-size: 18px !important;
  }
}

#main-content input[type="submit"] {
 @media (max-width: 768px) { 
    font-size: 18px !important;
  }
}

#main-content input[type=checkbox] + span {
 @media (max-width: 768px) { 
    font-size: 18px !important;
  }
}

form label { 
  padding: 0;
}

form .hs-fieldtype-text {
  margin-bottom: 30px;
}

.legal-consent-container {
  margin-top: 50px !important;
}

form input[type='submit'], form .hs-button {
  width: auto;
}

form input[type=checkbox] { 
  width: 15px;
  height: 15px;
  margin-right: 0;
}

form .inputs-list &gt; li { 
  margin-bottom: 35px !important;
}

form .inputs-list &gt; li label { 
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hs-form-booleancheckbox-display span { 
  font-size: 18px !important;
}

.hs-form-booleancheckbox a { 
  color: #fff !important;
}

.hs_email .hs_email {
  display: none !important;
}

.hs_error_rollup {
  display: none;
}

.hs_cos_wrapper_type_rich_text p { 
  font-size: 22px !important;
}
  
::placeholder {
  color: rgba(255,255,255,0.5) !important;
}

.dnd_area-row-1-padding  { 
  @media (max-width: 768px) { 
    padding-bottom: 70px !important;
  }
}
  
/* Navigation */
.no-nav .header__menu header__element {
  display: none;
}

/* Navbar CTA */
.no-nav .header__cta--desktop {
  display: none;
}

/* Mobile Navigation */
.no-nav .header__navigation--toggle {
  display: none;
}

#main-content form .hs-input {
  border-bottom: 1px solid #fff !important;
}

/* Footer */

.footer-row-0-background-layers { 
  background-color: #2749FF !important;
  background-image: none !important;
}

.footer-row-0-background-color  {
  background-color: #2749FF !important;
  border-top: 1px solid #fff;
}

.footer-row-0-background-color .hs_cos_wrapper_type_rich_text p { 
  font-size: 14px !important;
}</pre></body></html>