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

/*
.row-number-1 {
  height: 100vh;
}

.row-number-1 > div > .widget-type-cell  {
  height: 100vh;
}
*/

h3 {
 width: 440px;
}

.heading.txt--light {
  margin-left: calc((100% - 400px)/2);
  margin-right: calc((100% - 400px)/2);
  width: 400px;
  text-align: center;
}

.hs-form {
  padding-left: calc((100% - 400px)/2);
}

.heading.txt--light > h6 {
  font-size: 1rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.00938em;
}

.quickfeat__title {
  color: white;
  font-size: 20px;
  font-weight: 400;
}

.form-title {
  color: #172333
  font-size: 34px;
  font-weight: 400;
}

h2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 0;
}

h3 {
    font-size: 2.125rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.235;
    letter-spacing: 0.00735em;
}

h6 {
  margin-top: 16px;
  margin-bottom: 40px;
}

.hs-input {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
}

.hs-input::-webkit-input-placeholder { /* Edge */
  color: rgba(23, 35, 51, 0.64);
}

.hs-input::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(23, 35, 51, 0.64);
}

.hs-input::placeholder {
  color: rgba(23, 35, 51, 0.64);
}

.hs-button {
  border-radius: 4px !important;
  width: 100%;
}

.hs-button:hover {
  background-color: rgb(0, 65, 160) !important;
  transform: none !important;
}

select > option:first-child { 
  color: #172333a3;
}

.main {
   background-color: #005DE5;
}
.main svg {
  fill: #fff;
}