.offset-1, .col-offset-1 {
  margin-left: 8.333333%;
}

.offset-2, .col-offset-2 {
  margin-left: 16.666667%;
}

.offset-3, .col-offset-3 {
  margin-left: 25%;
}

.offset-4, .col-offset-4 {
  margin-left: 33.333333%;
}

.offset-5, .col-offset-5 {
  margin-left: 41.666667%;
}

.offset-6, .col-offset-6 {
  margin-left: 50%;
}

.offset-7, .col-offset-7 {
  margin-left: 58.333333%;
}

.offset-8, .col-offset-8 {
  margin-left: 66.666667%;
}

.offset-9, .col-offset-9 {
  margin-left: 75%;
}

.offset-10, .col-offset-10 {
  margin-left: 83.333333%;
}

.offset-11, .col-offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .offset-sm-0, .col-sm-offset-0 {
    margin-left: 0;
  }
  .offset-sm-1, .col-sm-offset-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2, .col-sm-offset-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3, .col-sm-offset-3 {
    margin-left: 25%;
  }
  .offset-sm-4, .col-sm-offset-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5, .col-sm-offset-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6, .col-sm-offset-6 {
    margin-left: 50%;
  }
  .offset-sm-7, .col-sm-offset-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8, .col-sm-offset-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9, .col-sm-offset-9 {
    margin-left: 75%;
  }
  .offset-sm-10, .col-sm-offset-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11, .col-sm-offset-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .offset-md-0, .col-md-offset-0 {
    margin-left: 0;
  }
  .offset-md-1, .col-md-offset-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2, .col-md-offset-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3, .col-md-offset-3 {
    margin-left: 25%;
  }
  .offset-md-4, .col-md-offset-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5, .col-md-offset-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6, .col-md-offset-6 {
    margin-left: 50%;
  }
  .offset-md-7, .col-md-offset-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8, .col-md-offset-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9, .col-md-offset-9 {
    margin-left: 75%;
  }
  .offset-md-10, .col-md-offset-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11, .col-md-offset-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-0, .col-lg-offset-0 {
    margin-left: 0;
  }
  .offset-lg-1, .col-lg-offset-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2, .col-lg-offset-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3, .col-lg-offset-3 {
    margin-left: 25%;
  }
  .offset-lg-4, .col-lg-offset-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5, .col-lg-offset-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6, .col-lg-offset-6 {
    margin-left: 50%;
  }
  .offset-lg-7, .col-lg-offset-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8, .col-lg-offset-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9, .col-lg-offset-9 {
    margin-left: 75%;
  }
  .offset-lg-10, .col-lg-offset-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11, .col-lg-offset-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-0, .col-xl-offset-0 {
    margin-left: 0;
  }
  .offset-xl-1, .col-xl-offset-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2, .col-xl-offset-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3, .col-xl-offset-3 {
    margin-left: 25%;
  }
  .offset-xl-4, .col-xl-offset-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5, .col-xl-offset-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6, .col-xl-offset-6 {
    margin-left: 50%;
  }
  .offset-xl-7, .col-xl-offset-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8, .col-xl-offset-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9, .col-xl-offset-9 {
    margin-left: 75%;
  }
  .offset-xl-10, .col-xl-offset-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11, .col-xl-offset-11 {
    margin-left: 91.666667%;
  }
}