.pad-0 {
  padding: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-sm-0 {
    padding: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-0 {
    padding: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-0 {
    padding: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-0 {
    padding: 0 !important;
  }
}

.pad-1 {
  padding: 10px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-1 {
    padding: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-1 {
    padding: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-1 {
    padding: 10px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-1 {
    padding: 10px !important;
  }
}

.pad-2 {
  padding: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-2 {
    padding: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-2 {
    padding: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-2 {
    padding: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-2 {
    padding: 16px !important;
  }
}

.pad-3 {
  padding: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-3 {
    padding: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-3 {
    padding: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-3 {
    padding: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-3 {
    padding: 24px !important;
  }
}

.pad-4 {
  padding: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-4 {
    padding: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-4 {
    padding: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-4 {
    padding: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-4 {
    padding: 40px !important;
  }
}

.pad-5 {
  padding: 60px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-5 {
    padding: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-5 {
    padding: 60px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-5 {
    padding: 60px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-5 {
    padding: 60px !important;
  }
}

.pad-6 {
  padding: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-6 {
    padding: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-6 {
    padding: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-6 {
    padding: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-6 {
    padding: 80px !important;
  }
}

.pad-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.pad-x-1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.pad-x-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.pad-x-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-3 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-3 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-3 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-3 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.pad-x-4 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.pad-x-5 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-5 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-5 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-5 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-5 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.pad-x-6 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-6 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-6 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-6 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-6 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

.pad-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.pad-y-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.pad-y-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

.pad-y-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

.pad-y-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.pad-y-5 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.pad-y-6 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-6 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-6 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-6 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-6 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

.pad-left-0 {
  padding-left: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-0 {
    padding-left: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-0 {
    padding-left: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-0 {
    padding-left: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-0 {
    padding-left: 0 !important;
  }
}

.pad-left-1 {
  padding-left: 10px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-1 {
    padding-left: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-1 {
    padding-left: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-1 {
    padding-left: 10px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-1 {
    padding-left: 10px !important;
  }
}

.pad-left-2 {
  padding-left: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-2 {
    padding-left: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-2 {
    padding-left: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-2 {
    padding-left: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-2 {
    padding-left: 16px !important;
  }
}

.pad-left-3 {
  padding-left: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-3 {
    padding-left: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-3 {
    padding-left: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-3 {
    padding-left: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-3 {
    padding-left: 24px !important;
  }
}

.pad-left-4 {
  padding-left: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-4 {
    padding-left: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-4 {
    padding-left: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-4 {
    padding-left: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-4 {
    padding-left: 40px !important;
  }
}

.pad-left-5 {
  padding-left: 60px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-5 {
    padding-left: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-5 {
    padding-left: 60px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-5 {
    padding-left: 60px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-5 {
    padding-left: 60px !important;
  }
}

.pad-left-6 {
  padding-left: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-6 {
    padding-left: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-6 {
    padding-left: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-6 {
    padding-left: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-6 {
    padding-left: 80px !important;
  }
}

.pad-right-0 {
  padding-right: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-0 {
    padding-right: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-0 {
    padding-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-0 {
    padding-right: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-0 {
    padding-right: 0 !important;
  }
}

.pad-right-1 {
  padding-right: 10px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-1 {
    padding-right: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-1 {
    padding-right: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-1 {
    padding-right: 10px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-1 {
    padding-right: 10px !important;
  }
}

.pad-right-2 {
  padding-right: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-2 {
    padding-right: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-2 {
    padding-right: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-2 {
    padding-right: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-2 {
    padding-right: 16px !important;
  }
}

.pad-right-3 {
  padding-right: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-3 {
    padding-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-3 {
    padding-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-3 {
    padding-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-3 {
    padding-right: 24px !important;
  }
}

.pad-right-4 {
  padding-right: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-4 {
    padding-right: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-4 {
    padding-right: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-4 {
    padding-right: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-4 {
    padding-right: 40px !important;
  }
}

.pad-right-5 {
  padding-right: 60px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-5 {
    padding-right: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-5 {
    padding-right: 60px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-5 {
    padding-right: 60px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-5 {
    padding-right: 60px !important;
  }
}

.pad-right-6 {
  padding-right: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-6 {
    padding-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-6 {
    padding-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-6 {
    padding-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-6 {
    padding-right: 80px !important;
  }
}

.pad-top-0 {
  padding-top: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-0 {
    padding-top: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-0 {
    padding-top: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-0 {
    padding-top: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-0 {
    padding-top: 0 !important;
  }
}

.pad-top-1 {
  padding-top: 10px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-1 {
    padding-top: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-1 {
    padding-top: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-1 {
    padding-top: 10px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-1 {
    padding-top: 10px !important;
  }
}

.pad-top-2 {
  padding-top: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-2 {
    padding-top: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-2 {
    padding-top: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-2 {
    padding-top: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-2 {
    padding-top: 16px !important;
  }
}

.pad-top-3 {
  padding-top: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-3 {
    padding-top: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-3 {
    padding-top: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-3 {
    padding-top: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-3 {
    padding-top: 24px !important;
  }
}

.pad-top-4 {
  padding-top: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-4 {
    padding-top: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-4 {
    padding-top: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-4 {
    padding-top: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-4 {
    padding-top: 40px !important;
  }
}

.pad-top-5 {
  padding-top: 60px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-5 {
    padding-top: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-5 {
    padding-top: 60px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-5 {
    padding-top: 60px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-5 {
    padding-top: 60px !important;
  }
}

.pad-top-6 {
  padding-top: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-6 {
    padding-top: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-6 {
    padding-top: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-6 {
    padding-top: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-6 {
    padding-top: 80px !important;
  }
}

.pad-bottom-0 {
  padding-bottom: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-0 {
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-0 {
    padding-bottom: 0 !important;
  }
}

.pad-bottom-1 {
  padding-bottom: 10px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-1 {
    padding-bottom: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-1 {
    padding-bottom: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-1 {
    padding-bottom: 10px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-1 {
    padding-bottom: 10px !important;
  }
}

.pad-bottom-2 {
  padding-bottom: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-2 {
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-2 {
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-2 {
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-2 {
    padding-bottom: 16px !important;
  }
}

.pad-bottom-3 {
  padding-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-3 {
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-3 {
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-3 {
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-3 {
    padding-bottom: 24px !important;
  }
}

.pad-bottom-4 {
  padding-bottom: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-4 {
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-4 {
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-4 {
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-4 {
    padding-bottom: 40px !important;
  }
}

.pad-bottom-5 {
  padding-bottom: 60px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-5 {
    padding-bottom: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-5 {
    padding-bottom: 60px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-5 {
    padding-bottom: 60px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-5 {
    padding-bottom: 60px !important;
  }
}

.pad-bottom-6 {
  padding-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-6 {
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-6 {
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-6 {
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-6 {
    padding-bottom: 80px !important;
  }
}

.marg-0 {
  margin: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-sm-0 {
    margin: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-0 {
    margin: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-0 {
    margin: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-0 {
    margin: 0 !important;
  }
}

.marg-1 {
  margin: 10px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-1 {
    margin: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-1 {
    margin: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-1 {
    margin: 10px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-1 {
    margin: 10px !important;
  }
}

.marg-2 {
  margin: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-2 {
    margin: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-2 {
    margin: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-2 {
    margin: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-2 {
    margin: 16px !important;
  }
}

.marg-3 {
  margin: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-3 {
    margin: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-3 {
    margin: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-3 {
    margin: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-3 {
    margin: 24px !important;
  }
}

.marg-4 {
  margin: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-4 {
    margin: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-4 {
    margin: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-4 {
    margin: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-4 {
    margin: 40px !important;
  }
}

.marg-5 {
  margin: 60px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-5 {
    margin: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-5 {
    margin: 60px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-5 {
    margin: 60px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-5 {
    margin: 60px !important;
  }
}

.marg-6 {
  margin: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-6 {
    margin: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-6 {
    margin: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-6 {
    margin: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-6 {
    margin: 80px !important;
  }
}

.marg-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.marg-x-1 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

.marg-x-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-2 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-2 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-2 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-2 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

.marg-x-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-3 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-3 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-3 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-3 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

.marg-x-4 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

.marg-x-5 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-5 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-5 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-5 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-5 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

.marg-x-6 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-6 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-6 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-6 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-6 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

.marg-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.marg-y-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

.marg-y-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

.marg-y-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

.marg-y-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

.marg-y-5 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

.marg-y-6 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-6 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-6 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-6 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-6 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

.marg-left-0 {
  margin-left: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-0 {
    margin-left: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-0 {
    margin-left: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-0 {
    margin-left: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-0 {
    margin-left: 0 !important;
  }
}

.marg-left-1 {
  margin-left: 10px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-1 {
    margin-left: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-1 {
    margin-left: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-1 {
    margin-left: 10px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-1 {
    margin-left: 10px !important;
  }
}

.marg-left-2 {
  margin-left: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-2 {
    margin-left: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-2 {
    margin-left: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-2 {
    margin-left: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-2 {
    margin-left: 16px !important;
  }
}

.marg-left-3 {
  margin-left: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-3 {
    margin-left: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-3 {
    margin-left: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-3 {
    margin-left: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-3 {
    margin-left: 24px !important;
  }
}

.marg-left-4 {
  margin-left: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-4 {
    margin-left: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-4 {
    margin-left: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-4 {
    margin-left: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-4 {
    margin-left: 40px !important;
  }
}

.marg-left-5 {
  margin-left: 60px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-5 {
    margin-left: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-5 {
    margin-left: 60px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-5 {
    margin-left: 60px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-5 {
    margin-left: 60px !important;
  }
}

.marg-left-6 {
  margin-left: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-6 {
    margin-left: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-6 {
    margin-left: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-6 {
    margin-left: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-6 {
    margin-left: 80px !important;
  }
}

.marg-right-0 {
  margin-right: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-0 {
    margin-right: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-0 {
    margin-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-0 {
    margin-right: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-0 {
    margin-right: 0 !important;
  }
}

.marg-right-1 {
  margin-right: 10px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-1 {
    margin-right: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-1 {
    margin-right: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-1 {
    margin-right: 10px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-1 {
    margin-right: 10px !important;
  }
}

.marg-right-2 {
  margin-right: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-2 {
    margin-right: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-2 {
    margin-right: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-2 {
    margin-right: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-2 {
    margin-right: 16px !important;
  }
}

.marg-right-3 {
  margin-right: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-3 {
    margin-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-3 {
    margin-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-3 {
    margin-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-3 {
    margin-right: 24px !important;
  }
}

.marg-right-4 {
  margin-right: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-4 {
    margin-right: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-4 {
    margin-right: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-4 {
    margin-right: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-4 {
    margin-right: 40px !important;
  }
}

.marg-right-5 {
  margin-right: 60px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-5 {
    margin-right: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-5 {
    margin-right: 60px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-5 {
    margin-right: 60px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-5 {
    margin-right: 60px !important;
  }
}

.marg-right-6 {
  margin-right: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-6 {
    margin-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-6 {
    margin-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-6 {
    margin-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-6 {
    margin-right: 80px !important;
  }
}

.marg-top-0 {
  margin-top: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-0 {
    margin-top: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-0 {
    margin-top: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-0 {
    margin-top: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-0 {
    margin-top: 0 !important;
  }
}

.marg-top-1 {
  margin-top: 10px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-1 {
    margin-top: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-1 {
    margin-top: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-1 {
    margin-top: 10px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-1 {
    margin-top: 10px !important;
  }
}

.marg-top-2 {
  margin-top: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-2 {
    margin-top: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-2 {
    margin-top: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-2 {
    margin-top: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-2 {
    margin-top: 16px !important;
  }
}

.marg-top-3 {
  margin-top: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-3 {
    margin-top: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-3 {
    margin-top: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-3 {
    margin-top: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-3 {
    margin-top: 24px !important;
  }
}

.marg-top-4 {
  margin-top: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-4 {
    margin-top: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-4 {
    margin-top: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-4 {
    margin-top: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-4 {
    margin-top: 40px !important;
  }
}

.marg-top-5 {
  margin-top: 60px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-5 {
    margin-top: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-5 {
    margin-top: 60px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-5 {
    margin-top: 60px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-5 {
    margin-top: 60px !important;
  }
}

.marg-top-6 {
  margin-top: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-6 {
    margin-top: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-6 {
    margin-top: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-6 {
    margin-top: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-6 {
    margin-top: 80px !important;
  }
}

.marg-bottom-0 {
  margin-bottom: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-0 {
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-0 {
    margin-bottom: 0 !important;
  }
}

.marg-bottom-1 {
  margin-bottom: 10px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-1 {
    margin-bottom: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-1 {
    margin-bottom: 10px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-1 {
    margin-bottom: 10px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-1 {
    margin-bottom: 10px !important;
  }
}

.marg-bottom-2 {
  margin-bottom: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-2 {
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-2 {
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-2 {
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-2 {
    margin-bottom: 16px !important;
  }
}

.marg-bottom-3 {
  margin-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-3 {
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-3 {
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-3 {
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-3 {
    margin-bottom: 24px !important;
  }
}

.marg-bottom-4 {
  margin-bottom: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-4 {
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-4 {
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-4 {
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-4 {
    margin-bottom: 40px !important;
  }
}

.marg-bottom-5 {
  margin-bottom: 60px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-5 {
    margin-bottom: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-5 {
    margin-bottom: 60px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-5 {
    margin-bottom: 60px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-5 {
    margin-bottom: 60px !important;
  }
}

.marg-bottom-6 {
  margin-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-6 {
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-6 {
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-6 {
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-6 {
    margin-bottom: 80px !important;
  }
}

* {
  margin: 0;
  padding: 0;
}

body.site_tar {
  min-height: 100%;
  font-family: "Sora", sans-serif;
  color: #1B1A17;
}
body.site_tar img {
  max-width: 100%;
}
body.site_tar h1, body.site_tar .h1 {
  color: #311D21;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
}
@media all and (max-width: 991px) {
  body.site_tar h1, body.site_tar .h1 {
    font-size: 32px;
  }
}
body.site_tar h2, body.site_tar .h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  body.site_tar h2, body.site_tar .h2 {
    font-size: 24px;
  }
}
body.site_tar h3, body.site_tar .h3 {
  font-size: 24px;
  line-height: 100%;
}
body.site_tar p {
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.site_tar .bg_rouge {
  background-color: #E40032;
}
body.site_tar .sous-titre {
  color: #4F3B3F;
  font-size: 32px;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  body.site_tar .sous-titre {
    font-size: 24px;
  }
}
body.site_tar .bouton {
  background: #E40032;
  color: white;
  text-decoration: none;
  height: 56px;
  text-align: center;
  width: fit-content;
  padding: 16px;
  gap: 8px;
  border-radius: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #E40032;
  transition: all 0.15s ease-in-out;
}
@media all and (max-width: 991px) {
  body.site_tar .bouton {
    text-align: start;
  }
}
body.site_tar .bouton-icon, body.site_tar .bouton.btn-apple, body.site_tar .bouton.btn-playstore, body.site_tar .bouton.btn-play, body.site_tar .bouton.btn-spotify {
  padding-left: 16px 16px 16px 8px;
}
body.site_tar .bouton-icon:before, body.site_tar .bouton.btn-apple:before, body.site_tar .bouton.btn-playstore:before, body.site_tar .bouton.btn-play:before, body.site_tar .bouton.btn-spotify:before {
  content: "";
  width: 24px;
  height: 24px;
  mask-size: 100%;
  mask-position: center;
  background-color: currentColor;
  flex-shrink: 0;
}
body.site_tar .bouton:not(:disabled, .disabled, .bouton-secondaire):hover {
  background-color: rgb(126, 0, 27.6315789474);
  border-color: rgb(126, 0, 27.6315789474);
}
body.site_tar .bouton:disabled, body.site_tar .bouton.disabled {
  background: var(--couleur-disabled, #D3DBDE);
  border-color: var(--couleur-disabled, #D3DBDE);
  cursor: default;
}
body.site_tar .bouton-secondaire {
  background-color: transparent;
  border-color: white;
}
body.site_tar .bouton-secondaire:hover {
  background-color: white;
  color: #E40032;
}
@media all and (max-width: 991px) {
  body.site_tar .bouton-full {
    width: 100%;
  }
}
body.site_tar .bouton.btn-spotify:before {
  mask-image: url("/images/icons/spotifyLogo.svg");
}
body.site_tar .bouton.btn-play:before {
  mask-image: url("/images/icons/play.svg");
}
body.site_tar .bouton.btn-play.playing::before {
  mask-image: url("/images/icons/pause.svg");
}
body.site_tar .bouton.btn-playstore:before {
  mask-image: url("/images/icons/googlePlayLogo.svg");
}
body.site_tar .bouton.btn-apple:before {
  mask-image: url("/images/icons/applePodcastsLogo.svg");
}
body.site_tar .texte-clair {
  color: #9D9AAB;
}
body.site_tar .texte-blanc, body.site_tar#page_home #hero-podcast, body.site_tar .bandeau-infos, body.site_tar .navbar a, body.site_tar .navbar p, body.site_tar .navbar .active, body.site_tar .navbar *.show, body.site_tar footer a, body.site_tar footer p, body.site_tar footer .active, body.site_tar footer *.show, body.site_tar .texte-blanc p, body.site_tar#page_home #hero-podcast p, body.site_tar .bandeau-infos p, body.site_tar .navbar a p, body.site_tar .navbar p p, body.site_tar .navbar .active p, body.site_tar .navbar *.show p, body.site_tar footer a p, body.site_tar footer p p, body.site_tar footer .active p, body.site_tar footer *.show p {
  color: white;
}
body.site_tar .navbar, body.site_tar footer {
  background-color: #271317 !important;
}
body.site_tar .navbar {
  padding: 8px 0;
}
body.site_tar .navbar-brand, body.site_tar .navbar li:not(.dropdown li, li.dropdown), body.site_tar .navbar .dropdown-toggle {
  padding: 0 24px;
}
body.site_tar .navbar li a:not(.dropdown-toggle) {
  position: relative;
  padding: 0;
  width: fit-content;
  background-color: transparent;
}
body.site_tar .navbar li a:not(.dropdown-toggle)::before {
  content: "";
  overflow: hidden;
  width: 0;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: white;
  transition: width 0.2s ease-in-out;
}
body.site_tar .navbar li a:not(.dropdown-toggle):hover::before {
  width: 100%;
}
body.site_tar .navbar-toggler:focus {
  box-shadow: none;
}
body.site_tar .navbar-toggler svg {
  transition: transform 0.3s ease;
}
body.site_tar .navbar-toggler svg path {
  transition: all 0.3s ease;
  transform-origin: center;
}
body.site_tar .navbar-toggler:not(.collapsed) svg path:nth-child(1) {
  transform: translateY(7px) translateX(-5px) rotate(45deg);
}
body.site_tar .navbar-toggler:not(.collapsed) svg path:nth-child(2) {
  opacity: 0;
  transform: translateX(20px);
}
body.site_tar .navbar-toggler:not(.collapsed) svg path:nth-child(3) {
  transform: translateY(-6px) translateX(-6px) rotate(-45deg);
}
body.site_tar .navbar li a, body.site_tar .navbar .navbar-brand {
  height: 68px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
body.site_tar .navbar .dropdown {
  position: unset;
}
body.site_tar .navbar .dropdown-menu li {
  padding: 0 48px;
}
body.site_tar .navbar .dropdown-menu {
  border-radius: 0;
  top: 100%;
  right: 0;
  background-color: #3B272B;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: -1px 0 0 0;
  opacity: 0;
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: opacity 0.3s ease;
}
@media all and (min-width: 992px) {
  body.site_tar .navbar .dropdown-menu {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }
}
body.site_tar .navbar .dropdown-menu.show {
  opacity: 1;
  max-height: 100vh;
  transition: opacity 0.3s ease;
}
body.site_tar .navbar-mobile-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
}
body.site_tar .bandeau-infos {
  display: flex;
  align-items: center;
  gap: 6px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
body.site_tar .bandeau-infos-wrapper {
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
body.site_tar .bandeau-infos-wrapper::before, body.site_tar .bandeau-infos-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 152px;
  height: 100%;
  z-index: 2;
}
@media all and (max-width: 991px) {
  body.site_tar .bandeau-infos-wrapper::before, body.site_tar .bandeau-infos-wrapper::after {
    width: 52px;
  }
}
body.site_tar .bandeau-infos-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #E40032 0%, transparent 100%);
}
body.site_tar .bandeau-infos-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #E40032 0%, transparent 100%);
}
@media all and (max-width: 767px) {
  body.site_tar .bandeau-infos-wrapper::after {
    display: none;
  }
}
body.site_tar .bandeau-infos-autoscroll {
  display: flex;
  white-space: nowrap;
}
body.site_tar .bandeau-infos-autoscroll:hover .group {
  animation-play-state: paused;
}
body.site_tar .bandeau-infos .group {
  display: flex;
  gap: 16px;
  padding-left: 16px;
  cursor: default;
  animation: scroll 15s linear infinite;
  will-change: transform;
}
body.site_tar .bandeau-infos .group p {
  font-size: 18px;
}
@media all and (max-width: 991px) {
  body.site_tar .bandeau-infos .group p {
    font-size: 14px;
  }
}
body.site_tar .bandeau-infos .group p span {
  font-weight: 700;
}
body.site_tar footer .footer-logo {
  margin-right: 41px;
}
@media all and (max-width: 991px) {
  body.site_tar footer .footer-logo {
    margin-bottom: 48px;
    margin-right: 0;
  }
}
body.site_tar footer .footer-logo img {
  width: 142px;
  height: 88px;
}
body.site_tar footer .footer-titre {
  font-size: 18px;
  font-weight: 700;
  margin-left: 41px;
}
@media all and (max-width: 991px) {
  body.site_tar footer .footer-titre {
    margin-left: 0;
  }
}
body.site_tar footer .footer-liens {
  gap: 8px;
  padding-left: 41px;
}
@media all and (max-width: 991px) {
  body.site_tar footer .footer-liens {
    padding-left: 0;
  }
}
body.site_tar#page_home h1 span {
  color: #E40032;
}
body.site_tar#page_home .lead {
  font-family: "Poppins", sans-serif;
  color: #311D21;
  font-size: 16px;
  font-weight: 400;
}
body.site_tar#page_home #hero-podcast {
  position: relative;
}
body.site_tar#page_home #hero-podcast .tag {
  color: #000;
  font-size: 12px;
  border-radius: 8px;
  background-color: white;
  width: fit-content;
  line-height: normal;
}
body.site_tar#page_home #hero-podcast .tag svg {
  margin-right: 4px;
}
body.site_tar#page_home #hero-podcast p {
  line-height: normal;
}
body.site_tar#page_home #hero-podcast p:first-of-type {
  font-size: 32px;
  font-weight: 800;
}
@media all and (max-width: 991px) {
  body.site_tar#page_home #hero-podcast p:first-of-type {
    font-size: 24px;
  }
}
@media all and (max-width: 991px) {
  body.site_tar#page_home #hero-podcast p:last-of-type {
    font-size: 14px;
  }
}
body.site_tar#page_home #hero-podcast-container {
  gap: 16px;
}
body.site_tar#page_home #hero-podcast .hero-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

/*# sourceMappingURL=tar_20251209.css.map */
