#forum-subscription {
  position:relative;
  color:#ffffff;
  padding:78px 0;
}
#forum-subscription:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100vw;
  height:100%;
  background:#92ba52;
}
#forum-subscription > .inner {
  position:relative;
  width:100%;
  max-width:1200px;
  height:100%;
  margin:0 auto;
  padding:0 0 0 60px;
}
#forum-subscription p {
  margin-bottom:40px;
  font-size:20px;
  line-height:1;
  font-weight:700;
}
#forum-subscription p.title {
  font-size:40px;
  font-weight:900;
  margin-bottom:10px;
}
#forum-subscription .list-field {
  display:block;
  margin-bottom:15px;
  list-style:none;
}
#forum-subscription .field {
  display:inline-block;
  position:relative;
  margin-right:20px;
}
#forum-subscription .field input {
  background:transparent;
  border:1px solid white;
  opacity:0;
}
#forum-subscription .field input:checked + label:after { opacity:1; }
#forum-subscription .field label {
  position:relative;
  font-size:16px;
  font-weight:300;
  padding-left:5px;
}
#forum-subscription .field label:before {
  content:'';
  position:absolute;
  top:50%;
  left:0;
  width:10px;
  height:10px;
  border:1px solid white;
  transform:translate(-150%,-50%);
}
#forum-subscription .field label:after {
  background:white;
  opacity:0;
  content:'';
  position:absolute;
  top:50%;
  left:-4px;
  width:6px;
  height:6px;
  transform:translate(-150%,-50%);
  transition:opacity 0.2s ease-out;
}
#forum-subscription .big-button { margin-top:40px; }
#forum-subscription .big-button .text-wrapper { padding:0 50px 0 130px; }
#forum-subscription .forum-unsubscribed {
  display:inline-block;
  margin-top:15px;
  font-size:13px;
  text-decoration:underline;
  color:#ffffff;
}
#forum-subscription .forum-unsubscribed:hover { color:#25488e; }
#forum-subscription .validation {
  margin-top:20px;
  font-size:18px;
  line-height:1;
  font-weight:700;
}
