.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: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1320px) {
  .pad-xl-3 {
    padding: 32px !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: 56px !important;
}

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

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

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

@media all and (min-width: 1320px) {
  .pad-xl-5 {
    padding: 56px !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: 16px !important;
  padding-right: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1320px) {
  .pad-x-xl-3 {
    padding-left: 32px !important;
    padding-right: 32px !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: 56px !important;
  padding-right: 56px !important;
}

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

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

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

@media all and (min-width: 1320px) {
  .pad-x-xl-5 {
    padding-left: 56px !important;
    padding-right: 56px !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: 16px !important;
  padding-bottom: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1320px) {
  .pad-y-xl-3 {
    padding-top: 32px !important;
    padding-bottom: 32px !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: 56px !important;
  padding-bottom: 56px !important;
}

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

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

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

@media all and (min-width: 1320px) {
  .pad-y-xl-5 {
    padding-top: 56px !important;
    padding-bottom: 56px !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: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1320px) {
  .pad-left-xl-3 {
    padding-left: 32px !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: 56px !important;
}

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

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

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

@media all and (min-width: 1320px) {
  .pad-left-xl-5 {
    padding-left: 56px !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: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1320px) {
  .pad-right-xl-3 {
    padding-right: 32px !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: 56px !important;
}

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

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

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

@media all and (min-width: 1320px) {
  .pad-right-xl-5 {
    padding-right: 56px !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: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1320px) {
  .pad-top-xl-3 {
    padding-top: 32px !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: 56px !important;
}

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

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

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

@media all and (min-width: 1320px) {
  .pad-top-xl-5 {
    padding-top: 56px !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: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1320px) {
  .pad-bottom-xl-3 {
    padding-bottom: 32px !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: 56px !important;
}

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

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

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

@media all and (min-width: 1320px) {
  .pad-bottom-xl-5 {
    padding-bottom: 56px !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: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1320px) {
  .marg-xl-3 {
    margin: 32px !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: 56px !important;
}

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

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

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

@media all and (min-width: 1320px) {
  .marg-xl-5 {
    margin: 56px !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: 16px !important;
  margin-right: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1320px) {
  .marg-x-xl-3 {
    margin-left: 32px !important;
    margin-right: 32px !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: 56px !important;
  margin-right: 56px !important;
}

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

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

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

@media all and (min-width: 1320px) {
  .marg-x-xl-5 {
    margin-left: 56px !important;
    margin-right: 56px !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: 16px !important;
  margin-bottom: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1320px) {
  .marg-y-xl-3 {
    margin-top: 32px !important;
    margin-bottom: 32px !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: 56px !important;
  margin-bottom: 56px !important;
}

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

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

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

@media all and (min-width: 1320px) {
  .marg-y-xl-5 {
    margin-top: 56px !important;
    margin-bottom: 56px !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: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1320px) {
  .marg-left-xl-3 {
    margin-left: 32px !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: 56px !important;
}

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

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

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

@media all and (min-width: 1320px) {
  .marg-left-xl-5 {
    margin-left: 56px !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: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1320px) {
  .marg-right-xl-3 {
    margin-right: 32px !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: 56px !important;
}

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

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

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

@media all and (min-width: 1320px) {
  .marg-right-xl-5 {
    margin-right: 56px !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: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1320px) {
  .marg-top-xl-3 {
    margin-top: 32px !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: 56px !important;
}

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

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

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

@media all and (min-width: 1320px) {
  .marg-top-xl-5 {
    margin-top: 56px !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: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1320px) {
  .marg-bottom-xl-3 {
    margin-bottom: 32px !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: 56px !important;
}

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

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

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

@media all and (min-width: 1320px) {
  .marg-bottom-xl-5 {
    margin-bottom: 56px !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;
}

html {
  scroll-behavior: smooth;
}

body.site_atelier {
  min-height: 100%;
  font-family: "Lato", sans-serif;
  color: #3B0E1B;
  font-weight: 400;
}
body.site_atelier img {
  max-width: 100%;
}
body.site_atelier h1, body.site_atelier .h1 {
  font-family: "DM Serif Display", serif;
  color: #3B0E1B;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
}
@media all and (max-width: 991px) {
  body.site_atelier h1, body.site_atelier .h1 {
    font-size: 40px;
  }
}
body.site_atelier h2, body.site_atelier .h2 {
  font-family: "DM Serif Display", serif;
  color: #3B0E1B;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  body.site_atelier h2, body.site_atelier .h2 {
    font-size: 32px;
  }
}
body.site_atelier h3, body.site_atelier .h3 {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  margin: 0;
}
body.site_atelier p, body.site_atelier li {
  color: #675454;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.site_atelier .sous-titre {
  font-family: "Winky Rough", sans-serif;
}
body.site_atelier .bg_rouge {
  background-color: #EA4D4C;
}
body.site_atelier .texte-blanc, body.site_atelier .texte-blanc p {
  color: white;
}
body.site_atelier .texte-rouge, body.site_atelier .texte-rouge p {
  color: #E04443;
}
body.site_atelier .bouton {
  background: #E04443;
  font-family: "Winky Rough", sans-serif;
  color: white;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: 48px;
  padding: 8px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: all 0.15s ease-in-out;
}
@media all and (max-width: 991px) {
  body.site_atelier .bouton {
    width: 100%;
  }
}
body.site_atelier .bouton:not(:disabled, .disabled, .bouton-secondaire):hover {
  background-color: #a21c1b;
}
body.site_atelier .bouton:disabled, body.site_atelier .bouton.disabled {
  background: var(--couleur-disabled, #D3DBDE);
  cursor: default;
}
body.site_atelier .separator {
  width: 80px;
}
body.site_atelier .encart {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  background-color: #FFF2F1;
}
body.site_atelier .encart-titre {
  font-family: "Winky Rough", sans-serif;
  color: #3B0E1B;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
body.site_atelier .navbar {
  padding: 0;
  margin: 0;
  background: white;
}
body.site_atelier .navbar #nav-container {
  background: white;
  padding-top: 16px;
}
@media all and (max-width: 991px) {
  body.site_atelier .navbar #nav-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
body.site_atelier .navbar-collapse {
  background: white;
}
body.site_atelier .navbar-brand img {
  width: 224px;
  height: 42px;
}
@media all and (max-width: 991px) {
  body.site_atelier .navbar-brand img {
    width: 171px;
    height: 32px;
  }
}
body.site_atelier .navbar-toggler {
  background-color: transparent;
  border: none;
}
body.site_atelier .navbar-toggler:focus {
  box-shadow: none;
}
body.site_atelier .navbar-nav {
  padding: 40px 0;
}
@media all and (min-width: 992px) {
  body.site_atelier .navbar-nav {
    gap: 20px;
    padding: 16px 40px;
  }
}
body.site_atelier .navbar-nav .nav-item {
  width: fit-content;
  margin: 0 auto;
}
body.site_atelier .navbar-nav .nav-item .nav-link {
  text-align: center;
  background-color: transparent;
  font-family: "Winky Rough", sans-serif;
  font-size: 18px;
}
body.site_atelier .navbar-mobile-open {
  display: flex;
  align-content: flex-start;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  padding: 0;
}
body.site_atelier .navbar-mobile-open::before {
  content: "";
  position: fixed;
  inset: 100px 0 0 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: -1;
}
@media all and (max-width: 991px) {
  body.site_atelier .container, body.site_atelier .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.site_atelier ul:not(.navbar ul) {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
body.site_atelier ul:not(.navbar ul) li {
  position: relative;
  padding-left: 18px;
}
body.site_atelier ul:not(.navbar ul) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 8px;
  background: url("/images/icons/bullet.svg") no-repeat center;
  background-size: contain;
}
body.site_atelier footer p#copyright {
  font-size: 12px;
  text-align: end;
}
body.site_atelier footer p:not(#copyright) {
  text-align: center;
}
body.site_atelier footer img {
  width: 150px;
}
body.site_atelier #hero-container .hero-content-wrapper {
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 576px) {
  body.site_atelier #hero-container .hero-content-wrapper {
    max-width: 576px;
  }
}
@media all and (min-width: 768px) {
  body.site_atelier #hero-container .hero-content-wrapper {
    max-width: 768px;
  }
}
@media all and (min-width: 992px) {
  body.site_atelier #hero-container .hero-content-wrapper {
    max-width: 992px;
    margin-left: calc((100vw - 992px) / 2);
  }
}
@media all and (min-width: 1320px) {
  body.site_atelier #hero-container .hero-content-wrapper {
    max-width: 1320px;
    margin-left: calc((100vw - 1320px) / 2);
  }
}
body.site_atelier #hero-container .swiper-hero {
  margin-left: 56px;
}
body.site_atelier #hero-container .swiper-hero .swiper-slide {
  width: calc((100% - 8px) / 1.7);
}
@media all and (min-width: 1320px) {
  body.site_atelier #hero-container .swiper-hero .swiper-slide {
    width: calc((100% - 8px) / 1.7);
  }
}
@media all and (min-width: 1800px) {
  body.site_atelier #hero-container .swiper-hero .swiper-slide {
    width: calc((100% - 8px) / 2.7);
  }
}
@media all and (min-width: 2500px) {
  body.site_atelier #hero-container .swiper-hero .swiper-slide {
    width: calc((100% - 8px) / 3.4);
  }
}
body.site_atelier #hero-container .swiper-hero .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
body.site_atelier#page_home [data-tab-content] {
  display: none;
}
body.site_atelier#page_home [data-tab-content].active {
  display: block;
}
body.site_atelier#page_home .image-service {
  position: relative;
}
body.site_atelier#page_home .image-service img {
  width: 100%;
  height: auto;
}
body.site_atelier#page_home .image-service-texte {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  width: 100%;
  padding: 0 24px;
}
body.site_atelier#page_home .encart-info {
  color: #3B0E1B;
  font-family: "Winky Rough", sans-serif;
}
body.site_atelier#page_home .gallery-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body.site_atelier#page_home .gallery-wrapper .gallery-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  body.site_atelier#page_home .gallery-wrapper .gallery-content {
    grid-template-columns: repeat(4, 171px);
    gap: 8px;
  }
}
body.site_atelier#page_home .gallery-wrapper .gallery-content a {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
}
@media (max-width: 991px) {
  body.site_atelier#page_home .gallery-wrapper .gallery-content a {
    aspect-ratio: 1/1;
  }
}
body.site_atelier#page_home .gallery-wrapper .gallery-content img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: pointer;
}
body.site_atelier#page_home .stars {
  --star-filled: #E04443;
  --star-empty: rgba(103, 84, 84, 0.45);
  --percent: calc(var(--rating) / 5 * 100%);
  width: calc((var(--star-size) + var(--star-gap)) * 5);
  height: var(--star-size);
  display: inline-block;
  background: linear-gradient(90deg, var(--star-filled) var(--percent), var(--star-empty) var(--percent));
  -webkit-mask: url("/images/icons/star-mask.svg") repeat-x;
  -webkit-mask-size: calc(var(--star-size) + var(--star-gap)) var(--star-size);
  mask: url("/images/icons/star-mask.svg") repeat-x;
  mask-size: calc(var(--star-size) + var(--star-gap)) var(--star-size);
}
body.site_atelier#page_home .stars-review {
  --star-size: 18px;
  --star-gap: 2px;
}
body.site_atelier#page_home .stars-google {
  --star-size: 14px;
  --star-gap: 1px;
}
body.site_atelier#page_home #swiper_review {
  overflow: hidden;
}
body.site_atelier#page_home #swiper_review .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: linear;
}
body.site_atelier#page_home #swiper_review .swiper-slide {
  width: auto;
  height: auto;
  display: flex;
}
body.site_atelier#page_home #swiper_review .card_avis {
  width: 293px;
  height: 100%;
  padding: 16px 21px;
  background: #FFF2F1;
  display: flex;
  flex-direction: column;
}
body.site_atelier#page_home #swiper_review .card_avis-stars {
  margin-bottom: 8px;
}
body.site_atelier#page_home #swiper_review .card_avis-texte {
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  color: #675454;
}
body.site_atelier#page_home #swiper_review .card_avis-auteur {
  font-family: "Winky Rough", sans-serif;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 17px;
}
body.site_atelier#page_home #prestations {
  scroll-margin-top: 100px;
}
body.site_atelier#page_home #notation-google {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
}
@media all and (max-width: 991px) {
  body.site_atelier#page_home #notation-google {
    justify-content: center;
  }
}
body.site_atelier#page_home #fleurs {
  width: 64px;
}
body.site_atelier#page_home #tabs {
  gap: 8px;
  width: 100%;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer et Edge Legacy */
}
body.site_atelier#page_home #tabs::-webkit-scrollbar { /* Chrome, Safari, Opera */
  display: none;
}
body.site_atelier#page_home #tabs button.tab {
  font-family: "Winky Rough", sans-serif;
  color: #3B0E1B;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  width: 156px;
  padding: 8px 18px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #3B0E1B;
  text-wrap: nowrap;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
@media all and (max-width: 991px) {
  body.site_atelier#page_home #tabs button.tab {
    flex: 1 0 0;
    padding: 8px 12px;
    font-size: 16px;
  }
}
body.site_atelier#page_home #tabs button.tab:hover, body.site_atelier#page_home #tabs button.tab.active {
  background-color: #3B0E1B;
  color: white;
}
body.site_atelier#page_contact .encart-info {
  color: #E04443;
  font-weight: 800;
  text-decoration: none;
}
body.site_atelier#page_contact .encart p:not(.encart-info, .encart-titre) {
  color: #3B0E1B;
}
body.site_atelier#page_contact .form {
  width: 100%;
}
body.site_atelier#page_contact .form .form-check .form-check-input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  cursor: pointer;
  flex-shrink: 0;
  background-color: transparent;
  background-image: url("/images/icons/radio-unchecked.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
body.site_atelier#page_contact .form .form-check .form-check-input[type=radio]:checked {
  background-image: url("/images/icons/radio-checked.svg");
  background-color: transparent;
}
body.site_atelier#page_contact .form .form-check .form-check-input[type=radio]:focus {
  box-shadow: none;
  outline: none;
}
body.site_atelier#page_contact .form .form-check .form-check-label {
  cursor: pointer;
  padding-left: 8px;
}
body.site_atelier#page_contact .form .form-floating label {
  color: #AD9A9A;
  font-family: "Lato", sans-serif;
}
body.site_atelier#page_contact .form .form-floating input {
  border: none;
  border-radius: 0;
}
body.site_atelier#page_contact .message {
  font-size: 28px;
  text-align: center;
  margin: auto;
  margin-top: 24px;
}

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