@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;
  background-color: #eee !important;
}

p {
  font-family: 'Roboto', sans-serif;
}

h1, .header-text, .sign-up__text {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}

.finale {
  min-height: 50vh;
  background-image: url(../img/bg-finale.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
}

.btn.button-highlight {
  display: block;
  margin: 0 auto;
}
.logo {
  width: 180px;
}
.wallpaper .navbar {
  position: absolute;
  top: 0;
  right: 0;
}
.navbar .navbar-brand {
  margin: 0 auto;
  padding: 0;
}
.wallpaper {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.wallpaper .wallpaper-image {
  width: 100%;
  margin-bottom: 15px;
}
.wallpaper .wallpaper-video{
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 1450px;
  z-index: 0;
}
.sign-up .button-highlight {
  border-color: #e22b59;
  background-color: #e22b59;
  color: #fff;
  border-radius: 4px;
  min-width: 150px;
  font-size: 18px;
}
.sign-up {
  position: relative;
  background-color: rgba(255,255,255,0.75);
  padding: 15px;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}

.sign-up .agreement {
  font-size: 10px;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 0.5em;
}
.sign-up__text {
  letter-spacing: 1px;
  text-align: center;
  color: #e22b59;
}

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: 5px;
  margin-bottom: 0;
  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;
}

.form-group.formField,
.select-group.formField {
  margin-bottom: 1em;
}

.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;
}

.link-wrapper {
display: table;
}

footer {
padding: 50px 0 1em;
background-color: #eee;
}

.footer__item__link {
padding: .5rem  .5rem !important;
}

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

/*Error*/

.formField .messages{
  display: none;
}

.formField.invalid-field .messages {
  display: block;
  width: 100%;
  margin-top: .1rem;
  font-size: 80%;
  color: red;
  position: absolute;
}

.details.sheet {
  box-sizing: border-box;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.details .columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.details .columns .column2 {
  padding: 7px;
}
.details .illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}
.details .illustration img {
  max-width: 100%;
}
.details .info {
  font-size: 1.2rem;
}
.details .info.forcereg span{
  color: #0a7bc3;
  cursor: pointer;
  user-select: none;
}
.details .info.forcereg span::after{
  content: '';
  display: inline-block;
  background-image: url('../img/arrowRight.png');
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
}
.details .info h2 {
  margin-top: 20px;
  font-family: Georgia, Times New Roman, Times, serif;
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: -1px;
  color: #999898;
  line-height: 1.2;
  margin-bottom: 10px;
}
.details .info h3 {
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

@media (min-width: 400px){
  .sign-up .agreement {
    font-size: 14px;
  }
  .form-group.formField,
  .select-group.formField {
    margin-bottom: 1.5em;
  }
  .sign-up__text {
    font-size: 18px;
  }
  .sign-up__checkbox .custom-checkbox {
    margin-bottom: .5rem;
    margin-right: 9px;
  }
  .logo {
    width: 200px;
  }
}

@media (min-width: 600px){
  .details .column2 {
    width: 50%;
  }
  .details .info h2 {
    font-size: 2.75rem;
  }
}

@media (min-width: 768px){
  .navbar .navbar-brand {
    margin-right: 1rem;
  }
}
@media (min-width: 992px){
  .wallpaper .navbar {
    position: relative;
  }
  .wallpaper {
    min-height: 100vh;
    padding-bottom: 55px;
  }
  .wallpaper .wallpaper-video {
    display: block;
  }
  .wallpaper .wallpaper-image {
    display: none;
  }
  .sign-up {
    float: right;
  }
  .details .info h2 {
    font-size: 3.75rem;
    margin-top: 80px;
  }
}