body {
  -webkit-transform: translate3d(0, 0, 0);
  transform: initial !important;
  min-width: 320px;
}
* {
  font-family: bmwtyperegularregular, Arial, Helvetica, sans-serif;
}
div,
figure {
  box-sizing: border-box;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.ie6 .clear,
.ie7 .clear {
  zoom: 1;
}
a {
  text-decoration: none;
}
figure {
  margin: 0;
}
.wrapper {
  width: 100%;
  max-width: 1024px;
  padding-bottom: 25px;
}
figure {
  display: block;
  width: 100%;
}
figure img {
  width: 100%;
  height: auto;
}
figure + .row {
  margin-top: 15px;
}
.row {
  width: 100%;
}
.row + .row {
  margin-top: 10px;
}
.row.row-distant {
  margin: 35px 0;
}
.cell {
  width: 100%;
  padding: 0 10px;
}
.cell + .cell {
  margin-top: 5px;
}
.text-center {
  text-align: center;
}
label span {
  display: inline-block;
}
label.error {
  display: block;
  margin: 5px 0 0;
  color: #ff0000;
}
.checkbox-group label {
  display: block;
}
.checkbox-group label + label {
  margin-top: 5px;
}
.trap {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 1px !important;
  height: 1px !important;
  visibility: hidden;
}
input[type=text],
input[type=email],
textarea,
select {
  display: block;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 32px;
  color: #000;
  font: 400 13px/20px bmwtyperegularregular, Arial, Helvetica, sans-serif;
  border: 2px solid #e6e6e6;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  border: 2px solid #bbb;
  color: #262626;
  outline: none;
}
textarea {
  height: 100px;
  resize: none;
}
button {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  max-width: 200px;
  height: 40px;
  color: #fff;
  font: 400 12px/20px bmwtyperegularbold, Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #1c69d4;
  border: none;
  cursor: pointer;
  transition: all linear .2s;
}
button:hover {
  background: #0653b6;
}
h1 {
  margin: 0;
  color: #1c1c1c;
  font: 700 22px/26px bmwtyperegularbold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
p {
  margin: 0;
  color: #1c1c1c;
  font: 400 13px/17px bmwtyperegularregular, Arial, Helvetica, sans-serif;
}
label {
  color: #1c1c1c;
  font: 400 13px/13px bmwtyperegularregular, Arial, Helvetica, sans-serif;
}
.required {
  color: #ff0000;
  font-family: bmwtyperegularbold, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .row:before,
  .row:after {
    content: "";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .ie6 .row,
  .ie7 .row {
    zoom: 1;
  }
  .cell {
    margin-left: 20%;
    width: 60%;
  }
  .cell.cell-half {
    float: left;
    width: 25%;
  }
  .cell.cell-half + .cell-half {
    margin-left: 0;
    width: 35%;
    padding-left: 20px;
  }
  .cell + .cell {
    margin-top: 0;
  }
  .cell label {
    display: block;
    text-align: right;
  }
  .checkbox-group label {
    text-align: left;
  }
}
