/* SCSS Mix Extendable for equal playfield amongst Full Screen Templates.  */
.mib {
  font-size: 10px;
  line-height: 1;
  padding: 0;
  margin: 0; }
  .mib .hidden {
    display: none; }
  .mib .background {
    width: inherit;
    height: inherit;
    background-image: url("../bg.jpg");
    /*left: 0;
    bottom: 0;
    right: 0;
    top: 0; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .mib .subscription,
  .mib .subscription * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 1; }
  .mib .subscription {
    padding: 0 15px;
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%); }
  .mib .field-wrap {
    margin-bottom: 14px; }
  .mib .after-submit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 75px; }
  .mib .thank-you {
    color: #fff; }
  .mib .subscription-inner {
    vertical-align: middle; }
  .mib button {
    border: 0;
    padding: 0;
    margin: 0;
    width: 48%;
    height: 3em;
    line-height: 56px;
    margin-right: 3%;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    cursor: pointer; }
    .mib button:last-child {
      margin-right: 0; }
  .mib input {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    height: 2.6em;
    margin-bottom: 1em;
    outline: none;
    padding: 0 5%;
    color: #000; }
  .mib .input {
    text-align: left;
    font-size: 21px;
    border-color: #aaaaaa;
    background-color: #ffffff; }
  ::-webkit-input-placeholder {
    color: #696969; }

  :-moz-placeholder {
    color: #696969; }

  ::-moz-placeholder {
    color: #696969; }

  :-ms-input-placeholder {
    color: #696969; }
  .mib label.mib-error {
    margin: 0 0 1em 0;
    font-size: 2em;
    color: #ff0000;
    display: block; }
  .mib input.mib-error {
    border: 1px solid #ff0000; }
  .mib a {
    text-decoration: none; }
  .mib .center {
    text-align: center; }
  .mib .subscription-arrow {
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    z-index: 10; }
  .mib .arrow_icon {
    border-radius: 50%;
    border: 4px solid;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #000;
    border-color: #000; }
  .mib .arrow_icon:before {
    padding: 0;
    margin: 0;
    line-height: 0;
    font-size: 35px;
    width: 100%;
    height: 100%;
    margin-top: 50%;
    display: inline-block; }

@media (max-width: 1024px) {
  .mib .subscription {
    font-size: 8px; } }
.mib .subscription {
  left: 55%; }
.mib .mainheading {
  font-size: 56px;
  font-weight: 700;
  font-family: "Roboto";
  color: #fff;
  margin-bottom: 20px;
  max-width: 460px; }
.mib .subheading {
  font-size: 28px;
  color: #7b7a9c;
  font-family: "Roboto";
  margin-bottom: 30px;
  max-width: 460px; }
.mib .subscription-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }
.mib .subscription-col {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0 3rem; }
.mib .input {
  font-family: "Roboto";
  font-size: 21px;
  text-align: left; }
.mib .subscription-field input {
  border-style: solid;
  border-width: 2px;
  border-color: white;
  border-radius: 7px;
  background-image: -moz-linear-gradient(90deg, #9ea2aa 0%, #5b616a 100%);
  background-image: -webkit-linear-gradient(90deg, #9ea2aa 0%, #5b616a 100%);
  background-image: -ms-linear-gradient(90deg, #9ea2aa 0%, #5b616a 100%);
  outline: none;
  color: #fff; }
  .mib .subscription-field input ::-webkit-input-placeholder {
    color: #ffffff; }
  .mib .subscription-field input :-moz-placeholder {
    color: #ffffff; }
  .mib .subscription-field input ::-moz-placeholder {
    color: #ffffff; }
  .mib .subscription-field input :-ms-input-placeholder {
    color: #ffffff; }
.mib .subscription .button {
  font-family: "Roboto"; }
.mib .field-split {
  margin-bottom: 20px;
  position: relative;
  max-width: 460px; }
.mib .subscription .button.button-agree {
  border-radius: 7px;
  text-transform: uppercase;
  background-color: #6663e4;
  box-shadow: 0px 6px 0px 0px #302e7f;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 56px; }
.mib .subscription .button.button-agree:hover {
  background-color: #504db3;
  color: #fff; }
.mib .subscription .button.button-disagree {
  background-color: transparent;
  text-decoration: underline;
  color: #fff;
  text-align: center; }
.mib .subscription .button.button-disagree:hover {
  text-decoration: none;
  background-color: transparent; }
.mib .no-field {
  max-width: 460px; }
.mib .subscription-arrow .arrow_icon {
  background-color: #fff;
  color: #000; }
.mib .after-submit {
  font-family: "Roboto";
  color: #fff; }
