@font-face{
  font-family:"icon-webfont";
  src:url("https://d2yl2fqeld1om8.cloudfront.net/static/font/icon-webfont.eot?1554303891");
  src:url("https://d2yl2fqeld1om8.cloudfront.net/static/font/icon-webfont.eot?1554303891?#iefix") format("embedded-opentype"), 
      url("https://d2yl2fqeld1om8.cloudfront.net/static/font/icon-webfont.woff?1554303891") format("woff"), 
      url("https://d2yl2fqeld1om8.cloudfront.net/static/font/icon-webfont.ttf?1554303891") format("truetype"), 
      url("https://d2yl2fqeld1om8.cloudfront.net/static/font/icon-webfont.svg?1554303891#icon-webfont") format("svg");
  font-weight:normal;
  font-style:normal;
}
html, body {
  font-size: 14px;
  color: #444;
}
.step1 {
  background-color: #eee;
}
p {
  font-family: 'Roboto', sans-serif;
}

h1, .header-text, .sign-up__text {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 8px;
  background-color: #212121;
}
.header .logo {
  display: inline-block;
  float: left;
  width: 160px;
  margin-left: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../../img/logo.svg');
}
.sheet {
  box-sizing: border-box;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.main.sheet {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  border: 1px solid #d2d2d2;
  border-top: 0;
  padding: 15px;
}
.section.lead{
  font-size: 14px;
}
.logo {
  width: 200px;
}
.sign-up {
  width: 450px;
  max-width: 100%;
  padding: 12px;
  margin: 0 auto;
}
.sign-up .button-highlight {
  display: block;
  border-color: #e22b59;
  background-color: #e22b59;
  color: #fff;
  border-radius: 4px;
  min-width: 150px;
  font-size: 18px;
  margin: 0 auto;
}
.sign-up .agreement {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 1.5em;
}
.sign-up__text {
  font-size: 18px;
  letter-spacing: 1px;
  color: #e22b59;
  text-align: center;
}

form .select-block.custom-select{
  border-left-color: #ffffff;
  background-image: url("../../img/select_arrow.png");
  -webkit-background-size: .6em .6em;
          background-size: .6em;
  flex: none;
  width: auto;
}

form #inputGroupSelect01{
  border-bottom-right-radius: .25em;
  border-top-right-radius: .25em;
}

.first-select {
margin-bottom: .6em;
}

.sign-up__checkbox {
margin-bottom: 1em;
}

.checkbox-block__text {
  margin-bottom: .4em;
  font-weight: 600;
}
.sign-up__checkbox .custom-checkbox {
  position: relative;
  padding-left: 25px;
  margin-right: 8px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
  font-size: 14px;
}
.sign-up__checkbox .custom-checkbox:hover input ~ .checkmark {
  background-color: #e22b59;
  border: none;
}
.sign-up__checkbox .custom-checkbox:hover input ~ .checkmark:after {
  display: block;
}
.sign-up__checkbox .custom-checkbox input:checked ~ .checkmark {
  background-color: #e22b59;
  border: none;
}
.sign-up__checkbox .custom-checkbox input,
.sign-up__checkbox .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.sign-up__checkbox .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sign-up__checkbox .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.sign-up__checkbox .custom-checkbox input {
  opacity: 0;
}
.sign-up__checkbox .custom-checkbox .checkmark {
  cursor: pointer;
  width: 18px;
  height: 18px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sign-up__form .select-group {
margin-bottom: 1.5rem;
}

.form-group {
margin-bottom: 1.5em !important;
}

.sign-up__form .input-group-text {
background: #ffffff;
font-size: .77em;
}

.learn-more {
margin: 1em 0;
}

.learn-more__text {
display: block;
text-align: center;
margin-bottom: 5px;
}

.learn-more__img {
display: block;
}

.mob-show {
display: none;
}
.link-wrapper {
display: table;
}
.footer {
  max-width: 1000px;
  margin: 30px auto;
  padding: 5px 12px;
}

.nav-link.footer__item__link {
  padding: 0 .5rem;
  line-height: 26px;
}

.footer-interval {
margin: 0;
padding: .35rem;
}

/*Error*/

.formField .messages{
  display: none;
}

.formField.invalid-field .messages {
  display: block;
  width: 100%;
  margin-top: .1rem;
  font-size: 80%;
  color: red;
  position: absolute;
  white-space: nowrap;
}
.section:not(:last-child) {
  margin-bottom: 15px;
}
.lead .teaser {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px;
  min-height: 50vh;
  cursor: pointer;
  background-color: #212121;
  background-image: url('../../img/teaser.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lead .teaser .headline {
  letter-spacing: normal;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 3px #212121;
  margin-top: 20px;
  margin-bottom: 55px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
.lead .teaser .headline em {
  text-transform: uppercase;
  font-size: 2rem;
  font-style: inherit;
  color: #e22b59;
}
.lead .teaser .leadList li {
  margin-bottom: 5px;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.3);
  font-weight: bold;
  color: white;
}
.features {
  background-color: #212121;
  padding: 15px;
}
.features .featureList {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.features .featureList li {
  position: relative;
  width: 100%;
  min-height: 100px;
  padding: 25px 15px 20px 80px;
  border-bottom: 1px solid #e9e9e9;
}
 .features .featureList .icon {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "icon-webfont";
  font-size: 40px;
  color: #e22b59;
}
.features .featureList .label {
  padding: 12px 0;
  font-size: 1.2rem;
}
q {
  font-style: italic;
}
.icon-lock:before {
    content: "\f14b";
}
.icon-profile:before {
    content: "\f171";
}
.icon-blog:before {
    content: "\f116";
}
.icon-members:before {
    content: "\f153";
}
.icon-chat:before {
    content: "\f120";
}
.icon-search:before {
    content: "\f17e";
}
.icon-photo:before {
    content: "\f169";
}
.icon-phone:before {
    content: "\f168";
}

@media (max-width: 991.98px) {
  .mob-hide {
    display: none;
  }
  .mob-show {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    margin: 0 auto !important;
  }
  .wallpaper .header-text {
    text-align: center;
    font-size: 1.5em;
  }
  .sign-up__text {
    text-align: center;
  }
  .btn {
    display: block !important;
    margin: 0 auto;
  }
}
@media (min-width: 768px){
  .features .columns{
    flex-direction: row;
  }
  .features .about, 
  .features .preview, 
  .features .security {
    padding: 20px;
  }
  .features .preview {
    border-width: 0 1px;
  }
}
@media (min-width: 600px){
  .header .logo {
    width: 220px;
  }
  .features .featureList li {
    width: 50%;
  }
  .lead .teaser .headline em {
    font-size: 2.4rem;
  }
  .lead .teaser .leadList li {
    width: 65%;
  }
}
@media (min-width: 992px){
  .lead {
    display: flex;
  }
  .features .featureList li {
    width: 33.3%;
  }
}