<style type="text/css">
    input[type="checkbox"] {
      display: none;
    }
    input[type="checkbox"] + label {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 20px;
      font: 14px/20px effra;
      color: #646464;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
    }
    input[type="checkbox"] + label:last-child {
      margin-bottom: 20;
    }
    input[type="checkbox"] + label:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border: 1px solid #c8102e;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.6;
      -webkit-transition: all 0.12s, border-color 0.08s;
      transition: all 0.12s, border-color 0.08s;
    }
    input[type="checkbox"]:checked + label:before {
      width: 10px;
      top: -5px;
      left: 5px;
      border-radius: 0;
      opacity: 1;
      border-top-color: transparent;
      border-left-color: transparent;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .column {
      float: left;
      width: 33.33%;
      padding: 30px;
      height: 300px;
      /* Should be removed. Only for demonstration */
    }
    .banner__component {
      padding: 75px 0px 0px 0px;
    }
    /* Clear floats after the columns */
    .row:after {
      content: "";
      display: table;
      clear: both;
    }
    input[type="radio"],
    input[type="checkbox"] {
      display: none;
    }
    .checkbox-item label {
      margin: 5px 20px 10px 0;
    }
    input[type="checkbox"]:checked + .check:before {
      background: #095484;
    }
    input[type="radio"]:checked + label:after,
    input[type="checkbox"]:checked + label:after {
      opacity: 1;
    }
    .question span {
      margin-left: 70px;
    }
    span.required {
      margin-left: 0;
      color: red;
    }
    .checkbox-item label {
      margin: 5px 20px 10px 0;
    }
    .custom-wrapper {
      max-width: 1320px;
      margin: 0 auto;
      padding: 3em 0;
    }
    .custom-wrapper h1,
    .custom-wrapper h2,
    .custom-wrapper h3,
    .custom-wrapper h4,
    .custom-wrapper h5,
    .custom-wrapper h6 {
      /*            font-family: effra;*/
      font-weight: 700;
      margin: 0;
    }
    .custom-wrapper p {
      /*            font-family: museo-slab;*/
      font-weight: 300;
      line-height: 1.6;
      font-size: 21px;
      margin: 0 0 1em 0;
      color: #2d2926;
    }
    .custom-wrapper > h1 {
      font-size: 5em;
      text-transform: uppercase;
      text-align: center;
      color: #2d2926;
      margin: 56px auto 20px auto;
    }
    h1.right-parts {
      font-size: 5em;
    }
    .custom-wrapper h2.red-reverse {
      font-size: 1.75em;
      line-height: 1.14;
      margin: 0 auto 46px auto;
      color: #ffffff;
      background: #c8102e;
      text-align: center;
      text-transform: uppercase;
      padding: 18px;
    }
    .custom-wrapper h3 {
      font-size: 38px;
      line-height: 1.15;
      margin-bottom: 1em;
      text-align: center;
      color: #c8102e;
      text-transform: uppercase;
    }
    .custom-wrapper h4 {
      font-size: 24px;
      line-height: 1.5;
      margin-bottom: 0;
      color: #2d2926;
    }
    /*BUTTONS */
    .custom-wrapper .button {
      background: #c8102e;
      color: #ffffff;
      padding: 14px 32px 10px 32px;
      font-family: effra;
      font-weight: 700;
      font-size: 15px;
      line-height: 1;
      text-decoration: none;
      text-transform: uppercase;
    }
    .custom-wrapper .button:hover {
      background: #a6192e;
      transition: background 0.5s ease;
    }
    .stickers {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(1fr, 1fr);
      grid-gap: 1.25rem;
    }
    .sticker__img {
      width: 100%;
      position: relative;
    }
    .sticker__img img {
      width: 100%;
      height: auto;
    }
FORM */
    .form-wrapper h3 {
      margin-bottom: 1em;
      font-size: 28px;
      text-transform: none;
      text-align: center;
    }
    .form-wrapper p {
      margin-bottom: 1em;
      font-size: 14px;
      font-family: effra;
      text-transform: none;
      text-align: left;
    }
    .form-wrapper {
      padding: 3em 1em;
      max-width: 1024px;
      margin: 56px auto 0 auto;
      background-color: rgba(255, 255, 255, 0.25);
      -webkit-box-shadow: -1px -1px 15px 0px rgba(45, 41, 38, 0.25);
      box-shadow: -1px -1px 15px 0px rgba(45, 41, 38, 0.25);
      background: #ececea;
    }
    .form-container {
      max-width: 750px;
      margin: 0 auto;
    }
    .form-wrapper input {
      width: 100%;
      padding: 0;
      margin: 0 auto 1em auto;
      border: none;
    }
    .form-wrapper input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #2d2926;
      opacity: 0.7;
    }
    .form-wrapper input::-moz-placeholder {
      /* Firefox 19+ */
      color: #2d2926;
      opacity: 0.7;
    }
    .form-wrapper input:-ms-input-placeholder {
      /* IE 10+ */
      color: #2d2926;
      opacity: 0.7;
    }
    .form-wrapper input:-moz-placeholder {
      /* Firefox 18- */
      color: #2d2926;
      opacity: 0.7;
    }
    .form-wrapper input[type="text"],
    .form-wrapper select {
      width: 100%;
      padding: 14px 14px 10px 14px;
      box-sizing: border-box;
      font-size: 1em;
      font-family: effra;
      font-weight: 400;
      border-bottom: 1px solid #97999b;
    }
    .form-wrapper input[type="text"]:focus {
      border-bottom: 1px solid #c8102e;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      outline: none;
    }
    .form-wrapper .flex_firstLast {
      display: flex;
      flex-direction: row;
      column-gap: 1em;
    }
    .form-wrapper input[type="submit"] {
      width: 100%;
      background-color: #c8102e;
      color: white;
      padding: 14px 20px;
      margin: 8px 0;
      border: none;
      cursor: pointer;
      font-family: effra;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.125em;
    }
    .form-wrapper input[type="submit"]:hover {
      background-color: #a6192e;
      background: #a6192e;
      transition: background 0.5s ease;
    }
    /* End Form */
