/* @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    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&display=swap');

html {
  font-size: 62.5%;
  font-family: 'Comfortaa', sans-serif;
  color: #FFFFFF
  line-height: 1.75;
  background-color: #000000;
}

body {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  color: #FFFFFF;
  line-height: 1.75;
  background-color: #000000;
}

p {
  line-height: 1.75;
  color: #FFFFFF;
  background-color: #000000;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 3rem;
  float: none !important;
}

.section {
  margin-top: 5rem !important;
  margin-bottom: 7rem !important;
}

.lp-header {
  padding: 1rem 3rem;
}

.lp-logo img {
  max-width: 218px;
  height: auto;
  text-align: center;
}

.lp-logo3 img {
  max-width: 350px;
  height: auto;
  text-align: center;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
}
.hero-wrapper {
  background-color: #2A3B58;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 3rem 0;
}

.hero-wrapper h1 {
  color: #ffffff;
  font-size: 3rem;
}

.hero-wrapper h2 {
  color: #ffffff;
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
  margin-top: 0;
  color: #FFFFFF;
}

.text-center {
  text-align: center;
  color: #FFFFFF;
}

.form-wrapper {
  background-color: rgba(128,206,240,.36);
  padding: 3rem;
  color: #FFFFFF;
  max-width: 380px;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  float: none !important;
}

.form-wrapper h3 {
  font-size: 2rem;
  text-align: center;
  margin-top: 0;
}

.form-wrapper label {
  font-size: 1.5rem;
  padding-bottom: .5rem;
  display: block;
}

.form-wrapper input {
  border: 1px solid #C6C6C6;
  padding: 5px;
  width: 100%;
  height: 40px;
  margin-bottom: 2rem;
  box-sizing: border-box;
}

.hs-button {
  background-color: #AB0532;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
  padding: 1.5rem 3rem;
  transition: background 0.6s ease;
  display: inline-block;
}

.hs-button:hover,
.hs-button:focus {
  background-color: #850225;
}

.g-bg {
  background-color: #F4F4F4;
  padding: 7rem 0;
}

.mb-5 {
  margin-bottom: 5rem;
}

.cta {
  background-color:  #D1D1D1;
  text-align: center;
  padding: 5rem 0;
}

.cta h2 {
  margin-top:  0;
}

.logo-wrap .row-fluid {
  display: flex;
  align-items: center;
}

.logo-img {
  margin-bottom: 2rem;
  text-align: center;
}

.footer-copyright {
  text-align: center;
  padding: 3rem;
  background-color: #2A3B58;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .hero-wrapper h1 {
    font-size: 3.9rem;
  }
  
  h2 {
    font-size: 3rem;
    color: #FFFFFF;
  }
  
  .logo-img {
    margin-top: 5rem;
    margin-bottom: 5rem;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .hero-wrapper {
    margin-bottom: 7rem;
  }
  
  .hero-content-wrapper {
    margin-bottom: -140px;
  }
  
  .hero-wrapper h1 {
    font-size: 5rem;
  }
  
  .form-wrapper h3 {
    font-size: 2.7rem;
  }
  
  .pr-lg {
    padding-right: 15rem;
  }
  
  .mb-neg {
    margin-bottom: -80px;
  }
}

@media (max-width: 767px) {
  .row-fluid {
    display: flex !important;
    flex-direction: column;
  }
}