@charset "UTF-8";
/* Bootstrap */
.text-underline {
  text-decoration: underline !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 2px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: -webkit-calc(0.25rem + 4px);
  top: calc(0.25rem + 4px);
  left: -webkit-calc(-2.25rem + 4px);
  left: calc(-2.25rem + 4px);
  width: -webkit-calc(1rem - 8px);
  width: calc(1rem - 8px);
  height: -webkit-calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #adb5bd;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 2px solid #ccc;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: -webkit-calc(1.5em + 0.5rem + 4px);
  height: calc(1.5em + 0.5rem + 4px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: -webkit-calc(1.5em + 1rem + 4px);
  height: calc(1.5em + 1rem + 4px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 58px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 58px;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 58px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 2px solid #ccc;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: -webkit-calc(1.5em + 0.75rem);
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
          border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 58px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ccc;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: -webkit-calc(0.375rem + 2px);
  padding-top: calc(0.375rem + 2px);
  padding-bottom: -webkit-calc(0.375rem + 2px);
  padding-bottom: calc(0.375rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: -webkit-calc(0.5rem + 2px);
  padding-top: calc(0.5rem + 2px);
  padding-bottom: -webkit-calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: -webkit-calc(0.25rem + 2px);
  padding-top: calc(0.25rem + 2px);
  padding-bottom: -webkit-calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: -webkit-calc(1.5em + 0.5rem + 4px);
  height: calc(1.5em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}

.form-control-lg {
  height: -webkit-calc(1.5em + 1rem + 4px);
  height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: -webkit-calc(0.75em + 2.3125rem);
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc(0.75em + 2.3125rem);
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-ql,
.col-ql-auto, .col-ql-12, .col-ql-11, .col-ql-10, .col-ql-9, .col-ql-8, .col-ql-7, .col-ql-6, .col-ql-5, .col-ql-4, .col-ql-3, .col-ql-2, .col-ql-1, .col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1356px) {
  .col-xxl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1536px) {
  .col-xxxl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-ql {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-ql-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-ql-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-ql-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-ql-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-ql-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-ql-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-ql-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-ql-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-ql-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-ql-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-ql-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-ql-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-ql-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-ql-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-ql-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-ql-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-ql-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-ql-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-ql-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-ql-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-ql-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-ql-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-ql-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-ql-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-ql-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-ql-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-ql-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-ql-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-ql-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-ql-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-ql-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-ql-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-ql-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-ql-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-ql-0 {
    margin-left: 0;
  }

  .offset-ql-1 {
    margin-left: 8.3333333333%;
  }

  .offset-ql-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-ql-4 {
    margin-left: 33.3333333333%;
  }

  .offset-ql-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-ql-7 {
    margin-left: 58.3333333333%;
  }

  .offset-ql-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-ql-10 {
    margin-left: 83.3333333333%;
  }

  .offset-ql-11 {
    margin-left: 91.6666666667%;
  }
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -2px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -2px;
}

.input-group-prepend {
  margin-right: -2px;
}

.input-group-append {
  margin-left: -2px;
}

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #ccc;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: -webkit-calc(1.5em + 1rem + 4px);
  height: calc(1.5em + 1rem + 4px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: -webkit-calc(1.5em + 0.5rem + 4px);
  height: calc(1.5em + 0.5rem + 4px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 3px 0px 0px 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 8px;
  height: 4px;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 4px 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 4px 4px 0;
  border-top-color: rgba(0, 0, 0, 0.75);
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 4px;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 4px;
  height: 8px;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 4px 4px 4px 0;
  border-right-color: rgba(0, 0, 0, 0.75);
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 4px 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 4px 4px;
  border-bottom-color: rgba(0, 0, 0, 0.75);
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 4px;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 4px;
  height: 8px;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 4px 0 4px 4px;
  border-left-color: rgba(0, 0, 0, 0.75);
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  -webkit-border-radius: 0.2rem !important;
          border-radius: 0.2rem !important;
}

.rounded {
  -webkit-border-radius: 0.25rem !important;
          border-radius: 0.25rem !important;
}

.rounded-top {
  -webkit-border-top-left-radius: 0.25rem !important;
          border-top-left-radius: 0.25rem !important;
  -webkit-border-top-right-radius: 0.25rem !important;
          border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  -webkit-border-top-right-radius: 0.25rem !important;
          border-top-right-radius: 0.25rem !important;
  -webkit-border-bottom-right-radius: 0.25rem !important;
          border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  -webkit-border-bottom-right-radius: 0.25rem !important;
          border-bottom-right-radius: 0.25rem !important;
  -webkit-border-bottom-left-radius: 0.25rem !important;
          border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  -webkit-border-top-left-radius: 0.25rem !important;
          border-top-left-radius: 0.25rem !important;
  -webkit-border-bottom-left-radius: 0.25rem !important;
          border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  -webkit-border-radius: 0.3rem !important;
          border-radius: 0.3rem !important;
}

.rounded-circle {
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
}

.rounded-pill {
  -webkit-border-radius: 50rem !important;
          border-radius: 50rem !important;
}

.rounded-0 {
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1356px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1536px) {
  .d-xxxl-none {
    display: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-ql-none {
    display: none !important;
  }

  .d-ql-inline {
    display: inline !important;
  }

  .d-ql-inline-block {
    display: inline-block !important;
  }

  .d-ql-block {
    display: block !important;
  }

  .d-ql-table {
    display: table !important;
  }

  .d-ql-table-row {
    display: table-row !important;
  }

  .d-ql-table-cell {
    display: table-cell !important;
  }

  .d-ql-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-ql-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 1356px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 1536px) {
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-xxxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-xxxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-xxxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-xxxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-xxxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-ql-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-ql-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-ql-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-ql-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-ql-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-ql-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-ql-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-ql-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-ql-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-ql-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-ql-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-ql-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-ql-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-ql-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-ql-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-ql-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-ql-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-ql-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-ql-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-ql-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-ql-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-ql-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-ql-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-ql-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-ql-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-ql-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-ql-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-ql-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-ql-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-ql-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-ql-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-ql-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-ql-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-ql-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1356px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1536px) {
  .float-xxxl-left {
    float: left !important;
  }

  .float-xxxl-right {
    float: right !important;
  }

  .float-xxxl-none {
    float: none !important;
  }
}
@media (min-width: 1920px) {
  .float-ql-left {
    float: left !important;
  }

  .float-ql-right {
    float: right !important;
  }

  .float-ql-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

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

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1356px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1536px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }

  .mt-xxxl-0,
.my-xxxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxxl-0,
.mx-xxxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxxl-0,
.my-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxxl-0,
.mx-xxxl-0 {
    margin-left: 0 !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxxl-1,
.my-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxxl-1,
.mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxxl-1,
.my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxxl-1,
.mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxxl-2,
.my-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxxl-2,
.mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxxl-2,
.my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxxl-2,
.mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .mt-xxxl-3,
.my-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxxl-3,
.mx-xxxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxxl-3,
.my-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxxl-3,
.mx-xxxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxxl-4,
.my-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxxl-4,
.mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxxl-4,
.my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxxl-4,
.mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }

  .mt-xxxl-5,
.my-xxxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxxl-5,
.mx-xxxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxxl-5,
.my-xxxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxxl-5,
.mx-xxxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .pt-xxxl-0,
.py-xxxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxxl-0,
.px-xxxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxxl-0,
.py-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxxl-0,
.px-xxxl-0 {
    padding-left: 0 !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxxl-1,
.py-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxxl-1,
.px-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxxl-1,
.py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxxl-1,
.px-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxxl-2,
.py-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxxl-2,
.px-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxxl-2,
.py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxxl-2,
.px-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .pt-xxxl-3,
.py-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxxl-3,
.px-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxxl-3,
.py-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxxl-3,
.px-xxxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxxl-4,
.py-xxxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxxl-4,
.px-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxxl-4,
.py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxxl-4,
.px-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxxl-5 {
    padding: 3rem !important;
  }

  .pt-xxxl-5,
.py-xxxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxxl-5,
.px-xxxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxxl-5,
.py-xxxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxxl-5,
.px-xxxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxxl-n1,
.my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxxl-n1,
.mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxxl-n1,
.my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxxl-n1,
.mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxxl-n2,
.my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxxl-n2,
.mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxxl-n2,
.my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxxl-n2,
.mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxxl-n3,
.my-xxxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxxl-n3,
.mx-xxxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxxl-n3,
.my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxxl-n3,
.mx-xxxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxxl-n4,
.my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxxl-n4,
.mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxxl-n4,
.my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxxl-n4,
.mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxxl-n5,
.my-xxxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxxl-n5,
.mx-xxxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxxl-n5,
.my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxxl-n5,
.mx-xxxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mt-xxxl-auto,
.my-xxxl-auto {
    margin-top: auto !important;
  }

  .mr-xxxl-auto,
.mx-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-auto,
.my-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxxl-auto,
.mx-xxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-ql-0 {
    margin: 0 !important;
  }

  .mt-ql-0,
.my-ql-0 {
    margin-top: 0 !important;
  }

  .mr-ql-0,
.mx-ql-0 {
    margin-right: 0 !important;
  }

  .mb-ql-0,
.my-ql-0 {
    margin-bottom: 0 !important;
  }

  .ml-ql-0,
.mx-ql-0 {
    margin-left: 0 !important;
  }

  .m-ql-1 {
    margin: 0.25rem !important;
  }

  .mt-ql-1,
.my-ql-1 {
    margin-top: 0.25rem !important;
  }

  .mr-ql-1,
.mx-ql-1 {
    margin-right: 0.25rem !important;
  }

  .mb-ql-1,
.my-ql-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-ql-1,
.mx-ql-1 {
    margin-left: 0.25rem !important;
  }

  .m-ql-2 {
    margin: 0.5rem !important;
  }

  .mt-ql-2,
.my-ql-2 {
    margin-top: 0.5rem !important;
  }

  .mr-ql-2,
.mx-ql-2 {
    margin-right: 0.5rem !important;
  }

  .mb-ql-2,
.my-ql-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-ql-2,
.mx-ql-2 {
    margin-left: 0.5rem !important;
  }

  .m-ql-3 {
    margin: 1rem !important;
  }

  .mt-ql-3,
.my-ql-3 {
    margin-top: 1rem !important;
  }

  .mr-ql-3,
.mx-ql-3 {
    margin-right: 1rem !important;
  }

  .mb-ql-3,
.my-ql-3 {
    margin-bottom: 1rem !important;
  }

  .ml-ql-3,
.mx-ql-3 {
    margin-left: 1rem !important;
  }

  .m-ql-4 {
    margin: 1.5rem !important;
  }

  .mt-ql-4,
.my-ql-4 {
    margin-top: 1.5rem !important;
  }

  .mr-ql-4,
.mx-ql-4 {
    margin-right: 1.5rem !important;
  }

  .mb-ql-4,
.my-ql-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-ql-4,
.mx-ql-4 {
    margin-left: 1.5rem !important;
  }

  .m-ql-5 {
    margin: 3rem !important;
  }

  .mt-ql-5,
.my-ql-5 {
    margin-top: 3rem !important;
  }

  .mr-ql-5,
.mx-ql-5 {
    margin-right: 3rem !important;
  }

  .mb-ql-5,
.my-ql-5 {
    margin-bottom: 3rem !important;
  }

  .ml-ql-5,
.mx-ql-5 {
    margin-left: 3rem !important;
  }

  .p-ql-0 {
    padding: 0 !important;
  }

  .pt-ql-0,
.py-ql-0 {
    padding-top: 0 !important;
  }

  .pr-ql-0,
.px-ql-0 {
    padding-right: 0 !important;
  }

  .pb-ql-0,
.py-ql-0 {
    padding-bottom: 0 !important;
  }

  .pl-ql-0,
.px-ql-0 {
    padding-left: 0 !important;
  }

  .p-ql-1 {
    padding: 0.25rem !important;
  }

  .pt-ql-1,
.py-ql-1 {
    padding-top: 0.25rem !important;
  }

  .pr-ql-1,
.px-ql-1 {
    padding-right: 0.25rem !important;
  }

  .pb-ql-1,
.py-ql-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-ql-1,
.px-ql-1 {
    padding-left: 0.25rem !important;
  }

  .p-ql-2 {
    padding: 0.5rem !important;
  }

  .pt-ql-2,
.py-ql-2 {
    padding-top: 0.5rem !important;
  }

  .pr-ql-2,
.px-ql-2 {
    padding-right: 0.5rem !important;
  }

  .pb-ql-2,
.py-ql-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-ql-2,
.px-ql-2 {
    padding-left: 0.5rem !important;
  }

  .p-ql-3 {
    padding: 1rem !important;
  }

  .pt-ql-3,
.py-ql-3 {
    padding-top: 1rem !important;
  }

  .pr-ql-3,
.px-ql-3 {
    padding-right: 1rem !important;
  }

  .pb-ql-3,
.py-ql-3 {
    padding-bottom: 1rem !important;
  }

  .pl-ql-3,
.px-ql-3 {
    padding-left: 1rem !important;
  }

  .p-ql-4 {
    padding: 1.5rem !important;
  }

  .pt-ql-4,
.py-ql-4 {
    padding-top: 1.5rem !important;
  }

  .pr-ql-4,
.px-ql-4 {
    padding-right: 1.5rem !important;
  }

  .pb-ql-4,
.py-ql-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-ql-4,
.px-ql-4 {
    padding-left: 1.5rem !important;
  }

  .p-ql-5 {
    padding: 3rem !important;
  }

  .pt-ql-5,
.py-ql-5 {
    padding-top: 3rem !important;
  }

  .pr-ql-5,
.px-ql-5 {
    padding-right: 3rem !important;
  }

  .pb-ql-5,
.py-ql-5 {
    padding-bottom: 3rem !important;
  }

  .pl-ql-5,
.px-ql-5 {
    padding-left: 3rem !important;
  }

  .m-ql-n1 {
    margin: -0.25rem !important;
  }

  .mt-ql-n1,
.my-ql-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-ql-n1,
.mx-ql-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-ql-n1,
.my-ql-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-ql-n1,
.mx-ql-n1 {
    margin-left: -0.25rem !important;
  }

  .m-ql-n2 {
    margin: -0.5rem !important;
  }

  .mt-ql-n2,
.my-ql-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-ql-n2,
.mx-ql-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-ql-n2,
.my-ql-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-ql-n2,
.mx-ql-n2 {
    margin-left: -0.5rem !important;
  }

  .m-ql-n3 {
    margin: -1rem !important;
  }

  .mt-ql-n3,
.my-ql-n3 {
    margin-top: -1rem !important;
  }

  .mr-ql-n3,
.mx-ql-n3 {
    margin-right: -1rem !important;
  }

  .mb-ql-n3,
.my-ql-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-ql-n3,
.mx-ql-n3 {
    margin-left: -1rem !important;
  }

  .m-ql-n4 {
    margin: -1.5rem !important;
  }

  .mt-ql-n4,
.my-ql-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-ql-n4,
.mx-ql-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-ql-n4,
.my-ql-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-ql-n4,
.mx-ql-n4 {
    margin-left: -1.5rem !important;
  }

  .m-ql-n5 {
    margin: -3rem !important;
  }

  .mt-ql-n5,
.my-ql-n5 {
    margin-top: -3rem !important;
  }

  .mr-ql-n5,
.mx-ql-n5 {
    margin-right: -3rem !important;
  }

  .mb-ql-n5,
.my-ql-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-ql-n5,
.mx-ql-n5 {
    margin-left: -3rem !important;
  }

  .m-ql-auto {
    margin: auto !important;
  }

  .mt-ql-auto,
.my-ql-auto {
    margin-top: auto !important;
  }

  .mr-ql-auto,
.mx-ql-auto {
    margin-right: auto !important;
  }

  .mb-ql-auto,
.my-ql-auto {
    margin-bottom: auto !important;
  }

  .ml-ql-auto,
.mx-ql-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1356px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1536px) {
  .text-xxxl-left {
    text-align: left !important;
  }

  .text-xxxl-right {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-ql-left {
    text-align: left !important;
  }

  .text-ql-right {
    text-align: right !important;
  }

  .text-ql-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.row.gutters-5 {
  margin-right: -6px;
  margin-left: -6px;
}

.row.gutters-5 > .col,
.row.gutters-5 > [class*=col-] {
  padding-right: 6px;
  padding-left: 6px;
}

/* Animate.css */
/* CookieConsent */
/* Swiper */
/* Core config */
/* Import config file */
.c-modal ::-webkit-scrollbar-track {
  background: #fff;
}
.c-modal ::-webkit-scrollbar-thumb {
  border: 4px solid #fff;
}

/* Core */
html, body {
  font-size: "16px";
}

.c-button {
  text-transform: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  line-height: 1;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  text-shadow: none;
  text-align: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: default;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 1.5625rem;
          border-radius: 1.5625rem;
  color: #000;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.9375rem 2rem;
  background: #fff;
  -webkit-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  border: 1px solid #ccc;
}
.c-button:focus, .c-button:active {
  outline: none;
}
.c-button:hover {
  background: #fff;
  color: #ccc;
}
.c-button--close {
  text-transform: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  line-height: 1;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  text-shadow: none;
  text-align: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: default;
  cursor: pointer;
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
  -webkit-border-radius: 1.125rem;
          border-radius: 1.125rem;
  background-color: #0A1B40;
  -webkit-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0, 0, 0, 0.7);
}
.c-button--close:focus, .c-button--close:active {
  outline: none;
}
.c-button--close:before, .c-button--close:after {
  position: absolute;
  left: 1.0625rem;
  top: 0.5625rem;
  content: "";
  height: 1.125rem;
  width: 3px;
  background-color: #fff;
}
.c-button--close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-button--close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: rgba(41, 41, 41, 0.75);
  opacity: 0;
  -webkit-transition: max-height 0s ease-in-out 0.4s, opacity 0.4s ease-in-out;
  -o-transition: max-height 0s ease-in-out 0.4s, opacity 0.4s ease-in-out;
  transition: max-height 0s ease-in-out 0.4s, opacity 0.4s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 0px;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}
.c-backdrop.show {
  opacity: 1;
  -webkit-transition: max-height 0s ease-in-out 0s, opacity 0.4s ease-in-out;
  -o-transition: max-height 0s ease-in-out 0s, opacity 0.4s ease-in-out;
  transition: max-height 0s ease-in-out 0s, opacity 0.4s ease-in-out;
  max-height: 6000px;
}
.c-backdrop--dark {
  background-color: rgba(41, 41, 41, 0.75);
}
.c-backdrop--loader {
  background-color: rgba(41, 41, 41, 0.75);
}

.c-loader {
  display: inline-block;
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-loader {
    width: 5rem;
    height: 5rem;
  }
}
.c-loader div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin: 0.375rem;
  border: 0.375rem solid #0A1B40;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: c_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: c_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0A1B40 transparent transparent transparent;
}
@media (min-width: 768px) {
  .c-loader div {
    width: 4rem;
    height: 4rem;
    margin: 0.5rem;
    border-width: 0.5rem;
  }
}
.c-loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.c-loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.c-loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes c_loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes c_loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.c-modal {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 auto;
  position: relative;
  max-height: -webkit-calc(100vh - 30px);
  max-height: calc(100vh - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: -100vh;
  -webkit-animation: slide 0.3s forwards;
  animation: slide 0.3s forwards;
  max-width: -webkit-calc(100vw - 30px);
  max-width: calc(100vw - 30px);
}
.c-modal__content {
  color: #292929;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  margin: 0.25rem;
}
.c-modal__header {
  padding: 1rem;
  background-color: transparent;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  border-bottom: 1px solid #ddd;
}
.c-modal__body {
  padding: 1rem;
}
.c-modal__footer {
  padding: 1rem;
  background-color: #eee;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  border-top: 1px solid #ddd;
}
.c-modal__message {
  min-width: auto;
  max-width: 50rem;
}
.c-modal .c-button--close {
  position: absolute;
  right: -1.125rem;
  top: -1.125rem;
}

.modal-open {
  overflow: hidden;
}

@-webkit-keyframes slide {
  100% {
    top: 0;
  }
}
@keyframes slide {
  100% {
    top: 0;
  }
}
::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #F6F4F4;
}

::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  border: 4px solid #F6F4F4;
}

::-webkit-scrollbar-thumb:hover {
  background: #888;
}

::-webkit-scrollbar-button {
  display: none;
}

.modal-open {
  padding-right: 0;
}
@media (min-width: 992px) {
  .modal-open {
    padding-right: 15px;
  }
}

/* Import init file */
html, body {
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  background-color: #F6F4F4;
  height: 100%;
  min-height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #292929;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1544px;
  }
}
.user-select--none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p {
  line-height: 1.25rem;
  margin-top: 0;
}

a {
  color: #D66060;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}
@media (min-width: 992px) {
  a:hover {
    color: #D66060;
    text-decoration: underline;
  }
}
a:focus {
  outline: none;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img, iframe, object {
  max-width: 100%;
}

.h-ls--05 {
  letter-spacing: 0.6px;
}

.min-h-100 {
  min-height: 100%;
}

.min-h-100vh {
  min-height: 100vh;
}

/* Base - vars, fonts, etc. */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Rubik";
  src: url("https://assets-stage.epitunk.com/fonts/subset-Rubik-BlackItalic.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-BlackItalic.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-BlackItalic.svg#Rubik-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Bold.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Bold.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Bold.svg#Rubik-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Black.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Black.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Black.svg#Rubik-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("https://assets-stage.epitunk.com/fonts/subset-Rubik-BoldItalic.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-BoldItalic.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-BoldItalic.svg#Rubik-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("https://assets-stage.epitunk.com/fonts/subset-Rubik-ExtraBold.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-ExtraBold.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-ExtraBold.svg#Rubik-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Italic.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Italic.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Italic.svg#Rubik-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("https://assets-stage.epitunk.com/fonts/subset-Rubik-ExtraBoldItalic.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-ExtraBoldItalic.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-ExtraBoldItalic.svg#Rubik-ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("https://assets-stage.epitunk.com/fonts/subset-Rubik-LightItalic.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-LightItalic.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-LightItalic.svg#Rubik-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Light.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Light.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Light.svg#Rubik-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("https://assets-stage.epitunk.com/fonts/subset-Rubik-MediumItalic.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-MediumItalic.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-MediumItalic.svg#Rubik-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Medium.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Medium.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Medium.svg#Rubik-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Regular.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Regular.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-Regular.svg#Rubik-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("https://assets-stage.epitunk.com/fonts/subset-Rubik-SemiBoldItalic.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-SemiBoldItalic.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-SemiBoldItalic.svg#Rubik-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("https://assets-stage.epitunk.com/fonts/subset-Rubik-SemiBold.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-SemiBold.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-Rubik-SemiBold.svg#Rubik-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("https://assets-stage.epitunk.com/fonts/subset-NotoSans-Bold.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-NotoSans-Bold.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-NotoSans-Bold.svg#NotoSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("https://assets-stage.epitunk.com/fonts/subset-NotoSans-Italic.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-NotoSans-Italic.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-NotoSans-Italic.svg#NotoSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("https://assets-stage.epitunk.com/fonts/subset-NotoSans-BoldItalic.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-NotoSans-BoldItalic.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-NotoSans-BoldItalic.svg#NotoSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("https://assets-stage.epitunk.com/fonts/subset-NotoSans.woff2") format("woff2"), url("https://assets-stage.epitunk.com/fonts/subset-NotoSans.woff") format("woff"), url("https://assets-stage.epitunk.com/fonts/subset-NotoSans.svg#NotoSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-border-radius: 1.5625rem;
          border-radius: 1.5625rem;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.9375rem 2rem;
  line-height: 1;
  text-decoration: none;
  background: transparent -webkit-gradient(linear, left top, right top, from(#ED8880), to(#D66060)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, #ED8880 0%, #D66060 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ED8880 0%, #D66060 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  border: 0px;
  outline: none;
  letter-spacing: 0.0625rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:disabled {
  opacity: 0.4;
}
.btn:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(#D66060), to(#ED8880)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, #D66060 0%, #ED8880 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #D66060 0%, #ED8880 100%) 0% 0% no-repeat padding-box;
}
.btn:focus, .btn:active {
  outline: none;
}
.btn--18 {
  font-size: 1rem;
  padding: 0.9375rem 2rem;
}
@media (min-width: 992px) {
  .btn--18 {
    font-size: 1.125rem;
    padding: 1.125rem 2rem;
  }
}
.btn--wide {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .btn--wide {
    width: 30.5rem;
    max-width: 30.5rem;
  }
}
.btn--sw {
  padding-left: 3rem;
  padding-right: 3rem;
}
.btn--white {
  background: #fff;
  color: #000;
}
.btn--white:hover {
  background: #fff;
  text-decoration: underline;
}
.btn--white--blue {
  border: 2px solid #0A1B40;
}
.btn--white--blue:hover {
  background: #0A1B40;
  color: #fff;
  text-decoration: none;
}
.btn--gray {
  background: #F4F5F6;
  color: #0A1B40;
}
.btn--gray:hover {
  background: #0A1B40;
  color: #fff;
  text-decoration: none;
}
.btn--no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn--icon {
  width: 34px;
  height: 34px;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn--icon--logout {
  background-image: url("data:image/svg+xml,%3Csvg id='Component_28_47' data-name='Component 28 – 47' xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cg id='Ellipse_44' data-name='Ellipse 44' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='17' cy='17' r='17' stroke='none'/%3E%3Ccircle cx='17' cy='17' r='16' fill='none'/%3E%3C/g%3E%3Cpath id='ic_exit_to_app_24px' d='M10.09,15.59,11.5,17l5-5-5-5L10.09,8.41,12.67,11H3v2h9.67ZM19,3H5A2,2,0,0,0,3,5V9H5V5H19V19H5V15H3v4a2,2,0,0,0,2,2H19a2.006,2.006,0,0,0,2-2V5A2.006,2.006,0,0,0,19,3Z' transform='translate(29 29) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.btn--icon--logout:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cg id='Ellipse_44' data-name='Ellipse 44' fill='%23fff' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='17' cy='17' r='17' stroke='none'/%3E%3Ccircle cx='17' cy='17' r='16' fill='none'/%3E%3C/g%3E%3Cpath id='ic_exit_to_app_24px' d='M10.09,15.59,11.5,17l5-5-5-5L10.09,8.41,12.67,11H3v2h9.67ZM19,3H5A2,2,0,0,0,3,5V9H5V5H19V19H5V15H3v4a2,2,0,0,0,2,2H19a2.006,2.006,0,0,0,2-2V5A2.006,2.006,0,0,0,19,3Z' transform='translate(29 29) rotate(180)' fill='%230A1B40'/%3E%3C/svg%3E%0A");
}
.btn--icon--back {
  background-image: url("data:image/svg+xml,%3Csvg id='Component_28_49' data-name='Component 28 – 49' xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cg id='Ellipse_44' data-name='Ellipse 44' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='17' cy='17' r='17' stroke='none'/%3E%3Ccircle cx='17' cy='17' r='16' fill='none'/%3E%3C/g%3E%3Cpath id='ic_arrow_back_24px' d='M20,11H7.83l5.59-5.59L12,4,4,12l8,8,1.41-1.41L7.83,13H20Z' transform='translate(5 5)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.btn--icon--back:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cg id='Ellipse_44' data-name='Ellipse 44' fill='%23fff' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='17' cy='17' r='17' stroke='none'/%3E%3Ccircle cx='17' cy='17' r='16' fill='none'/%3E%3C/g%3E%3Cpath id='ic_arrow_back_24px' d='M20,11H7.83l5.59-5.59L12,4,4,12l8,8,1.41-1.41L7.83,13H20Z' transform='translate(5 5)' fill='%230A1B40'/%3E%3C/svg%3E");
}
.btn--icon--help {
  cursor: pointer;
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("https://assets-stage.epitunk.com/images/svg/help.svg");
          mask-image: url("https://assets-stage.epitunk.com/images/svg/help.svg");
  background-color: #CCCCCC;
}
.btn--icon--help:hover {
  background-color: #292929;
}

.shadow {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.border {
  -webkit-border-radius: 0.375rem;
          border-radius: 0.375rem;
}

/* Components */
.c-404 {
  position: relative;
  height: 100vh;
}
.c-404 h1 {
  position: relative;
}
.c-404 h1::after {
  background: #007bff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100px;
}
.c-404__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 992px) {
  .c-404__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.c-404__text__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.25rem;
}
.c-404__image {
  height: 100%;
  overflow: hidden;
  width: 50%;
}
.c-404__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-header {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  letter-spacing: 0.0375rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 3;
}
.c-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .c-header .container {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .c-header .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.c-header__logo a,
.c-header__logo img {
  display: block;
}
.c-header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  min-width: 1.125rem;
}
.c-header__menu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-header__menu__inner__top {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 1.5rem;
}
.c-header__menu__inner__top a,
.c-header__menu__inner__top img {
  display: block;
}
.c-header__menu__inner__button {
  margin-left: auto;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-image: url("https://assets-stage.epitunk.com/images/svg/close-black.svg");
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  .c-header__menu__inner {
    position: absolute;
    top: 0rem;
    height: -webkit-calc(100vh);
    height: calc(100vh);
    left: 0px;
    bottom: 0px;
    width: 100vw;
    background-color: #F6F4F4;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
            transform: translateX(-100vw);
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-header__menu__inner.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .c-header__menu__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767.98px) {
  .c-header__menu__inner .advertise-button {
    margin-top: auto;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.c-header__menu__button {
  margin-left: auto;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-image: url("https://assets-stage.epitunk.com/images/svg/hamburger.svg");
}
.c-header__description {
  color: #D66060;
  font-weight: bold;
  padding-left: 0.625rem;
  border-left: 1px solid #D66060;
  margin-left: 0.625rem;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-bottom: 0.25rem;
}
.c-header__links {
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .c-header__links {
    margin-left: 0.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-header__links a {
  color: #0A1B40;
}
@media (max-width: 767.98px) {
  .c-header__links a {
    font-size: 0.875rem;
    padding: 0 0.75rem;
    display: block;
    margin-bottom: 0.75rem;
  }
}
.c-header__links a:nth-child(2) {
  padding-left: 0.25rem;
  border-left: 1px solid #0A1B40;
  margin-left: 0.25rem;
}
@media (max-width: 767.98px) {
  .c-header__links a:nth-child(2) {
    padding: 0 0.75rem;
    border-left: none;
    margin-left: 0rem;
  }
}

.modal-open .c-header {
  z-index: 2;
}

.c-hero {
  margin-top: 1rem;
}
.c-hero__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-hero__text h1 {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .c-hero__text h1 {
    padding: 1rem 1.875rem;
  }
}
@media (min-width: 992px) {
  .c-hero__text h1 {
    padding: 0 1.875rem;
  }
}
@media (min-width: 1200px) {
  .c-hero__text h1 {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1356px) {
  .c-hero__text h1 {
    padding: 0 5rem;
  }
}
@media (min-width: 992px) {
  .c-hero__image {
    -webkit-border-top-right-radius: 0.375rem;
            border-top-right-radius: 0.375rem;
    overflow: hidden;
  }
}
.c-hero__bottom {
  background-color: #0A1B40;
  height: 130px;
  -webkit-border-bottom-left-radius: 0.375rem;
          border-bottom-left-radius: 0.375rem;
  -webkit-border-bottom-right-radius: 0.375rem;
          border-bottom-right-radius: 0.375rem;
}

.c-box {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 0.375rem;
          border-radius: 0.375rem;
  background-color: #fff;
}
.c-box img {
  display: block;
}

.c-filter {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .c-filter {
    padding: 1.875rem;
    margin-bottom: 2.625rem;
  }
}
@media (min-width: 1200px) {
  .c-filter__sbg {
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, rgba(255, 255, 255, 0)), color-stop(80%, white), to(white));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 80%, white 80%, white 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 80%, white 80%, white 100%);
  }
}
.c-filter__container {
  margin-top: -112px;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .c-filter__container {
    margin-top: -104px;
  }
}
.c-filter__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.0625rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
}
@media (min-width: 992px) {
  .c-filter__title {
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin-bottom: 1.625rem;
  }
}
.c-filter__result-number {
  height: 1.875rem;
  line-height: 1.875rem;
  color: #7B7B7B;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.0375rem;
  padding-top: 1rem;
}
.c-filter__result-number .c-loader {
  width: 1.875rem;
  height: 1.875rem;
}
@media (min-width: 768px) {
  .c-filter__result-number .c-loader {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.c-filter__result-number .c-loader div {
  width: 1.875rem;
  height: 1.875rem;
  border-width: 0.25rem;
}
@media (min-width: 768px) {
  .c-filter__result-number .c-loader div {
    width: 1.875rem;
    height: 1.875rem;
    border-width: 0.25rem;
  }
}

.c-banner {
  background-color: #D66060;
  background-image: url("https://assets-stage.epitunk.com/images/banner_bg.png");
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .c-banner {
    padding: 2.25rem 0;
  }
}
.c-banner__text {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.375rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .c-banner__text {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 0rem;
    text-align: left;
  }
}
.c-banner .advertise-button {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .c-banner .advertise-button {
    margin: 0;
  }
}
.c-banner--upload-service {
  background-color: transparent;
  background-image: none;
  padding: 2.5rem 0;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
}
.c-banner--upload-service .c-banner__text {
  font-size: 1.25rem;
  color: #0A1B40;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.c-partners {
  background-color: #292929;
  padding: 2.625rem 0 1.625rem 0;
}
.c-partners__text {
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.04375rem;
  text-transform: uppercase;
}
.c-partners__partner-col {
  margin: 1rem 0px;
}
.c-partners__partner-col__partner {
  -webkit-border-radius: 0.375rem;
          border-radius: 0.375rem;
  border: 0.125rem solid #CCCCCC;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-partners__partner-col__partner a {
  margin: 0 auto;
}
.c-partners__partner-col__partner a img {
  max-width: 100%;
  display: block;
}

.c-footer__bottom {
  background-color: #0A1B40;
  padding: 2.75rem 1rem;
}
.c-footer__bottom a {
  color: #fff;
  font-size: 0.75rem;
  margin-right: 2.625rem;
}
.c-footer__bottom a:last-of-type {
  margin-right: 0px;
}
.c-footer .f-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-footer .f-links a {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
@media (min-width: 992px) {
  .c-footer .f-links {
    display: block;
  }
  .c-footer .f-links a {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
.c-footer .u-links {
  text-align: center;
}
@media (min-width: 992px) {
  .c-footer .u-links {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .c-footer .u-links .advertise-button .btn {
    margin-left: 0 !important;
  }
}
.c-footer__user-links {
  margin-left: auto;
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .c-footer__user-links {
    margin-bottom: 0rem;
  }
}
.c-footer__user-links a {
  margin-right: 0rem;
}
.c-footer__user-links a:nth-child(2) {
  padding-left: 0.25rem;
  border-left: 1px solid #fff;
  margin-left: 0.25rem;
}

.c-modal--wide {
  max-width: 95%;
}
.c-modal__header {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05625rem;
  line-height: 1.375rem;
  border-bottom: 0px;
  text-transform: uppercase;
  color: #0A1B40;
  padding: 1rem 1rem 0 1rem;
}
@media (min-width: 992px) {
  .c-modal__header {
    padding: 2.5rem 5.625rem 0 5.625rem;
  }
}
.c-modal__body {
  padding: 1rem 1rem;
}
@media (min-width: 992px) {
  .c-modal__body {
    padding: 2.5rem 5.625rem;
  }
}
.c-modal .c-button--close {
  right: -0.75rem;
  top: -0.75rem;
}
.c-modal--no-padding .c-modal__content {
  margin: 0px;
}
.c-modal--no-padding .c-modal__body {
  padding: 0px;
}

.form--modal {
  max-width: -webkit-calc(100vw - 65px);
  max-width: calc(100vw - 65px);
}
.form--modal--wide {
  width: 52rem;
  max-width: 100%;
}
.form--modal--medium {
  width: 31.25rem;
}
.form--modal--small {
  width: 20rem;
}
.form__button-md-auto {
  width: 100%;
}
@media (min-width: 768px) {
  .form__button-md-auto {
    width: auto;
  }
}
.form__separator:after {
  content: "";
  padding-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  border-bottom: 0.125rem solid #CCCCCC;
  display: block;
}
@media (min-width: 992px) {
  .form__separator:after {
    padding-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

textarea:focus,
input:focus {
  outline: none;
  outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

label {
  font-size: 0.75rem;
  color: #7B7B7B;
  letter-spacing: 0.0375rem;
  font-weight: normal;
}

.form-control {
  height: 3.125rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .form-control {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .form-control {
    height: 3.625rem;
  }
}

.form-control,
input {
  font-family: "Rubik";
  color: #292929;
  margin-top: 0.5rem;
  -webkit-border-radius: 0.375rem;
          border-radius: 0.375rem;
}
.form-control:focus, .form-control:hover,
input:focus,
input:hover {
  border-color: #0A1B40;
  outline: none;
  outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .form-group {
    margin-bottom: 2rem;
  }
}
.form-group:hover .form-control {
  border-color: #0A1B40;
}
.form-group:hover label {
  color: #0A1B40;
}

select.form-control {
  border-color: transparent;
  outline: 0;
  -webkit-appearance: none;
}
select.form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select-holder {
  position: relative;
}
.select-holder::before, .select-holder::after {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 3px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 10px;
}
.select-holder::before {
  right: 16px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.select-holder::after {
  right: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.input-group-text {
  background-color: #000;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.error {
  font-size: 12px;
  color: #D66060;
  margin-bottom: 5px;
}
.specError .error {
  padding: 5px 0 0 15px;
}

.btn:disabled {
  cursor: no-drop;
}

.input-group-text {
  padding: 0.275rem 0.75rem;
}

.form-check {
  padding-left: 0px;
}
.form-check__label {
  cursor: pointer;
  display: inline-block;
  line-height: 1.125rem;
  margin: 0;
  padding: 0px 0 0 1.625rem;
  position: relative;
  color: #0A1B40;
  font-size: 1rem;
}
.form-check__input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.form-check__input:checked ~ .form-check__checkmark {
  background-color: #0A1B40;
}
.form-check__input:checked ~ .form-check__checkmark:hover {
  border: 2px solid #0A1B40;
}
.form-check__input:checked ~ .form-check__checkmark:after {
  display: block;
}
.form-check__checkmark {
  border: 2px solid #0A1B40;
  background-color: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.125rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-check__checkmark:hover {
  border: 2px solid #D66060;
}
.form-check__checkmark:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: none;
  height: 8px;
  left: 4px;
  position: absolute;
  top: 0px;
  width: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select-box {
  padding: 0px;
  min-height: 50px;
  height: auto;
}
@media (min-width: 768px) {
  .select-box {
    min-height: 58px;
  }
}
.select-box__inner__control {
  height: 100%;
  border: none !important;
  border-width: 0px !important;
  outline: none !important;
  outline-style: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-height: 48px !important;
}
@media (min-width: 768px) {
  .select-box__inner__control {
    min-height: 56px !important;
  }
}
.select-box__inner__control:hover {
  border: none !important;
  border-width: 0px !important;
  outline: none !important;
  outline-style: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.select-box__inner__multi-value {
  background-color: #F6F4F4 !important;
  -webkit-border-radius: 6px !important;
          border-radius: 6px !important;
  margin: 2px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.5rem;
}
.select-box__inner__multi-value__label {
  color: #292929 !important;
  font-size: 1rem !important;
  margin-right: 0.25rem;
}
.select-box__inner__multi-value__remove {
  width: 14px !important;
  height: 14px !important;
  background: transparent !important;
  cursor: pointer;
  position: relative;
  padding: 0px !important;
}
.select-box__inner__multi-value__remove:hover {
  background: transparent !important;
}
.select-box__inner__multi-value__remove::before {
  content: "";
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://assets-stage.epitunk.com/images/svg/close_gray.svg");
}
.select-box__inner__multi-value__remove svg {
  display: none;
}
.select-box__input__placeholder {
  color: #808080;
}

.radio-container {
  border: 2px solid #CCCCCC;
  -webkit-border-radius: 0.375rem;
          border-radius: 0.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 0px 40px;
}
.radio-container label {
  font-size: 1rem !important;
  cursor: pointer;
  padding-left: 6px;
  font-weight: normal !important;
  text-transform: none !important;
  width: 100%;
  padding: 16px 20px 16px 6px;
}
@media (min-width: 992px) {
  .radio-container label {
    padding: 20px 20px 20px 6px;
  }
}
.radio-container input {
  width: 2.5rem;
  height: 1.25rem;
  margin: 0;
  cursor: pointer;
}
.radio-container .custom-control-label:before {
  border-color: #CCCCCC;
  cursor: pointer;
  top: 16px;
}
@media (min-width: 992px) {
  .radio-container .custom-control-label:before {
    top: 20px;
  }
}
.radio-container .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #292929;
  cursor: pointer;
}
.radio-container .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #292929;
  background-image: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 20px;
  left: -20px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .radio-container .custom-control-input:checked ~ .custom-control-label::after {
    top: 24px;
  }
}
.radio-container:hover {
  border: 2px solid #292929;
}
.radio-container:hover .custom-control-label:before {
  border-color: #292929;
}

.compact .radio-container {
  padding: 0 0 0 40px;
}
.compact .form__separator:after {
  padding-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.compact .form-group {
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .compact input .custom-control-label:before {
    top: 16px !important;
  }
}
@media (min-width: 992px) {
  .compact input .custom-control-input:checked ~ .custom-control-label::after {
    top: 20px !important;
  }
}

.c-profile {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767.98px) {
  .c-profile__left .c-modal__body .btn {
    font-size: 0.75rem;
  }
}
.c-profile__right__container h3 {
  color: #0A1B40;
  font-weight: bold;
  font-size: 0.875rem;
  margin-top: 0px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.c-profile__right__container > h3 {
  display: none;
  margin-bottom: 0px;
}
.c-profile__right__container.mobile {
  margin-top: 1rem;
}
.c-profile__right__container.mobile .btn--white--blue {
  max-width: 250px !important;
  margin: 0 auto;
  display: block;
}
.c-profile__right__container.mobile .mobile-height {
  padding: 0 1rem;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.c-profile__right__container.mobile .mobile-height .c-profile__right__box {
  padding-top: 2rem;
}
.c-profile__right__container.mobile.open .mobile-height {
  max-height: 500px;
}
.c-profile__right__container.mobile h3 {
  display: none;
}
.c-profile__right__container.mobile > h3 {
  display: block;
  position: relative;
}
.c-profile__right__container.mobile > h3::after {
  content: "";
  position: absolute;
  width: 1.625rem;
  height: 1.625rem;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0px;
  top: -4px;
  background-image: url("https://assets-stage.epitunk.com/images/svg/openable-closed.svg");
}
.c-profile__right__container.mobile.open > h3::after {
  background-image: url("https://assets-stage.epitunk.com/images/svg/openable-open.svg");
}
@media (min-width: 1200px) {
  .c-profile__right__container {
    position: -webkit-sticky;
    position: sticky;
    top: 7.4375rem;
    z-index: 2;
    margin-top: -5rem;
  }
}
.c-profile__right .c-box {
  padding: 1rem;
}
@media (min-width: 1200px) {
  .c-profile__right .c-box {
    padding: 2.5rem 1rem;
  }
}
@media (min-width: 1356px) {
  .c-profile__right .c-box {
    padding: 2.5rem;
  }
}
.c-profile__data {
  font-size: 1rem;
  color: #292929;
}
.c-profile__data h4 {
  color: #7B7B7B;
  margin-top: 0px;
  font-size: 0.75rem;
  margin-bottom: 0;
  font-weight: normal;
}
.c-profile__data .row {
  margin-bottom: 24px;
}
.c-profile__data .empty-data {
  color: #D66060;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-profile__data .empty-data::before {
  content: "";
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://assets-stage.epitunk.com/images/svg/alert.svg");
  margin-right: 4px;
}
.c-profile__header {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #0A1B40;
  position: -webkit-sticky;
  position: sticky;
  top: 4.4375rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-profile__header {
    font-size: 0.875rem;
    top: 5.125rem;
  }
}
@media (min-width: 992px) {
  .c-profile__header {
    top: 5.625rem;
  }
}
.c-profile__header > .container {
  height: 5.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-profile__delete {
  text-align: center;
}
.c-profile__delete a {
  font-weight: bold;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
.c-profile__change-password {
  text-align: center;
}
.c-profile__change-password a {
  font-size: 1rem;
}

.c-service {
  padding-top: 1.5625rem;
}
.c-service__my-item {
  margin-bottom: 1rem;
  overflow: hidden;
}
.c-service__my-item__datas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .c-service__my-item__datas {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-service__my-item__datas:hover {
  text-decoration: none;
}
.c-service__my-item__image {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 992px) {
  .c-service__my-item__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.5rem;
        -ms-flex: 0 0 16.5rem;
            flex: 0 0 16.5rem;
  }
}
.c-service__my-item__image__number {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  color: #fff;
  font-weight: bold;
  padding-bottom: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-service__my-item__image__number div {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin: 0 auto;
}
.c-service__my-item__info {
  padding: 1rem;
}
@media (min-width: 992px) {
  .c-service__my-item__info {
    padding: 0 2.5rem;
  }
}
.c-service__my-item__info__state {
  color: #7B7B7B;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
  letter-spacing: 0.0375rem;
  font-weight: bold;
}
.c-service__my-item__info__state::before {
  content: "";
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://assets-stage.epitunk.com/images/svg/state_inactive.svg");
  margin-right: 0.5rem;
}
.c-service__my-item__info__state.active {
  color: #64C443;
}
.c-service__my-item__info__state.active::before {
  background-image: url("https://assets-stage.epitunk.com/images/svg/state_active.svg");
}
.c-service__my-item__info__title {
  margin-bottom: 1.625rem;
}
.c-service__my-item__info__title h4 {
  color: #292929;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .c-service__my-item__info__title h4 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.c-service__my-item__info__date {
  color: #292929;
  letter-spacing: 0.0375rem;
}
.c-service__my-item__info__date .label {
  color: #7B7B7B;
  font-size: 0.75rem;
  padding-bottom: 0.375rem;
}
.c-service__my-item__buttons {
  padding: 1.125rem 0;
  border-top: 0.125rem solid #CCCCCC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .c-service__my-item__buttons {
    font-size: 1.5rem;
    line-height: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-service__my-item__buttons a {
  color: #0A1B40;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.0375rem;
  line-height: 0.875rem;
}
.c-service__my-item__buttons span {
  padding: 0 2.5rem;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .c-service__my-item__buttons span {
    padding: 0 1.5625rem;
    margin-bottom: 0 !important;
    border-right: 0.125rem solid #CCCCCC;
  }
}
@media (min-width: 1200px) {
  .c-service__my-item__buttons span {
    padding: 0 1.5625rem;
  }
}
@media (min-width: 1356px) {
  .c-service__my-item__buttons span {
    padding: 0 2.5rem;
  }
}
.c-service__my-item__buttons span.no-border {
  border-right: 0px;
}
.c-service__my-item__buttons span.delete {
  margin-left: 0;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .c-service__my-item__buttons span.delete {
    margin-left: auto;
  }
}
.c-service__my-item__buttons span.delete a {
  color: #D66060;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-service__my-item__buttons span.delete a::before {
  content: "";
  width: 15px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://assets-stage.epitunk.com/images/svg/trash.svg");
  margin-right: 0.5rem;
}
.c-service__form label {
  font-size: 0.75rem;
  font-weight: bold;
  color: #0A1B40;
  text-transform: uppercase;
  letter-spacing: 0.04375rem;
}
@media (min-width: 768px) {
  .c-service__form label {
    font-size: 0.875rem;
  }
}
.c-service__form label.checkbox-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: none;
  line-height: 1.1875rem;
  color: #292929;
}
@media (min-width: 768px) {
  .c-service__form label.checkbox-label {
    font-size: 1rem;
  }
}
.c-service__form.compact label {
  font-size: 0.75rem;
}
.c-service__form__images .row {
  padding-top: 1rem;
}
.c-service__form__images .row:not(:empty) {
  margin-bottom: -6px;
}
.c-service__form__images .sortable-container.sorting .c-service__form__images__item__layer {
  display: none;
}
.c-service__form__images__sortable.sortable-drag .c-service__form__images__item__layer, .c-service__form__images__sortable.sortable-chosen .c-service__form__images__item__layer, .c-service__form__images__sortable.sortable-ghost .c-service__form__images__item__layer {
  display: none;
}
.c-service__form__images__sortable.sortable-ghost {
  opacity: 0;
}
.c-service__form__images__sortable.sortable-drag {
  opacity: 0.9;
}
.c-service__form__images__item {
  position: relative;
  margin-bottom: 0.75rem;
  -webkit-border-radius: 0.375rem;
          border-radius: 0.375rem;
  overflow: hidden;
}
.c-service__form__images__item img {
  display: block;
}
.c-service__form__images__item__layer {
  padding: 1.125rem 0 0 1.125rem;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-position: right 1.125rem center;
  background-repeat: no-repeat;
  cursor: -webkit-grab;
  cursor: grab;
}
.c-service__form__images__item__layer .select {
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
.c-service__form__images__item__layer .select span {
  display: none;
}
.c-service__form__images__item__layer .select:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0.125rem solid #fff;
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
  margin-right: 0.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
.c-service__form__images__item__layer .select.selected:before {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-image: url("https://assets-stage.epitunk.com/images/svg/image-selected.svg");
}
.c-service__form__images__item__layer .delete {
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  cursor: pointer;
  padding-left: 0.125rem;
}
.c-service__form__images__item__layer .delete:before {
  content: "";
  width: 0.9375rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://assets-stage.epitunk.com/images/svg/trash-white.svg");
}
.c-service__form__images__item__layer:hover {
  background-color: rgba(0, 0, 0, 0.48);
  background-image: url("https://assets-stage.epitunk.com/images/svg/drag.svg");
}
.c-service__form__images__item__layer:hover .select:before {
  display: block;
}
.c-service__form__images__item__layer:hover .select span {
  display: inline;
}
.c-service__form__images__item__layer:hover .delete {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-service__form__images__upload-button {
  position: relative;
  cursor: pointer;
}
.c-service__form__images__upload-button label {
  color: #ED8880 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04375rem;
}
@media (min-width: 768px) {
  .c-service__form__images__upload-button label {
    font-size: 0.875rem;
  }
}
.c-service__form__images__upload-button label:hover {
  color: #ED8880;
  text-decoration: none;
}
.c-service__form__images__upload-button label::before {
  content: "";
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://assets-stage.epitunk.com/images/svg/add_red.svg");
  margin-right: 0.375rem;
}
.c-service__form__images__upload-button input {
  position: absolute;
  left: -999999px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.c-backdrop--page {
  background-color: #F6F4F4;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  padding-bottom: 2rem;
  padding: 0 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-backdrop--page::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0px;
  height: 11.125rem;
  background-color: #0A1B40;
}
.c-backdrop--page .c-modal {
  max-height: none;
  margin: 0 auto;
}
.c-backdrop--page__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.875rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
}
.c-backdrop--page__header .title {
  margin: 0 auto;
  padding-right: 34px;
}
.c-backdrop--darger {
  background-color: rgba(0, 0, 0, 0.9);
}

.c-service-detail {
  padding-bottom: 5rem;
}
.c-service-detail__share {
  max-width: 25rem;
  padding-bottom: 2.5rem;
}
.c-service-detail .separator:after {
  content: "";
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 0.125rem solid #CCCCCC;
  display: block;
}
.c-service-detail__header {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.04375rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #0A1B40;
  position: -webkit-sticky;
  position: sticky;
  top: 4.4375rem;
  z-index: 1;
}
.c-service-detail__header__title {
  padding-right: 80px;
}
@media (min-width: 768px) {
  .c-service-detail__header__title {
    padding-right: 280px;
  }
}
@media (min-width: 768px) {
  .c-service-detail__header {
    font-size: 0.875rem;
    top: 5.125rem;
  }
}
@media (min-width: 992px) {
  .c-service-detail__header {
    top: 5.625rem;
  }
}
.c-service-detail__header > .container {
  height: 5.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-service-detail__detail-box-container {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .c-service-detail__detail-box-container {
    margin-top: 0px;
  }
}
.c-service-detail__contact-box {
  position: -webkit-sticky;
  position: sticky;
  top: 6.5625rem;
  z-index: 1;
  padding: 2.5rem;
  margin-top: -5rem;
}
.c-service-detail__contact-box.mobil {
  margin-top: -3.875rem;
  top: 6.25rem;
  max-width: 2.25rem;
  margin-left: auto;
  padding: 0rem 0.5rem 0rem 0.125rem;
  height: 36px;
  -webkit-border-radius: 18px;
          border-radius: 18px;
  cursor: pointer;
  z-index: 2;
}
body.menu-open .c-service-detail__contact-box.mobil {
  z-index: 1;
}

@media (min-width: 768px) {
  .c-service-detail__contact-box.mobil {
    margin-top: -4rem;
    top: 6.75rem;
    max-width: 12.5rem;
    padding: 0rem 0.5rem 0rem 0.875rem;
  }
}
@media (min-width: 992px) {
  .c-service-detail__contact-box.mobil {
    margin-top: -3.875rem;
    top: 7.375rem;
  }
}
.c-service-detail__contact-box.mobil h3 {
  display: none;
}
.c-service-detail__contact-box.mobil .mobil-button {
  font-size: 12px;
  color: #0A1B40;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-service-detail__contact-box.mobil .mobil-button:after {
  content: "";
  width: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url("https://assets-stage.epitunk.com/images/svg/contact.svg");
  margin-left: auto;
}
@media (min-width: 768px) {
  .c-service-detail__contact-box.mobil .mobil-button {
    position: static;
  }
}
.c-service-detail__contact-box.mobil .mobil-button .title {
  display: none;
}
@media (min-width: 768px) {
  .c-service-detail__contact-box.mobil .mobil-button .title {
    display: block;
  }
}
@media (min-width: 1200px) {
  .c-service-detail__contact-box .mobil {
    display: none;
  }
}
.c-service-detail__contact-box h3 {
  margin: 0 0 1.875rem 0;
  font-size: 0.875rem;
  font-size: bold;
  text-transform: uppercase;
  letter-spacing: 0.04375rem;
}
.c-service-detail__contact-box .address-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-service-detail__contact-box .address-cont:not(:empty) {
  min-height: 2.625rem;
  margin-bottom: 1.5rem;
}
.c-service-detail__contact-box .google {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.3125rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 2.625rem;
  min-width: 2.625rem;
  height: 2.625rem;
  background: #F4F5F6;
  margin-left: 1.875rem;
  -webkit-border-radius: 1.3125rem;
          border-radius: 1.3125rem;
  cursor: pointer;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-image: url("https://assets-stage.epitunk.com/images/svg/map.svg");
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.0375rem;
  overflow: hidden;
  color: #fff;
}
.c-service-detail__contact-box .google span {
  margin-right: 2.625rem;
  display: block;
  padding-left: 0.75rem;
}
.c-service-detail__contact-box .google:hover {
  width: 7.875rem;
  background-color: #0A1B40;
  background-image: url("https://assets-stage.epitunk.com/images/svg/map_white.svg");
  text-decoration: none;
  color: #fff;
}
.c-service-detail__contact-box .address {
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  padding-right: 4.5rem;
}
.c-service-detail__detail-box {
  margin-top: 1.25rem;
  overflow: hidden;
}
.c-service-detail__detail-box__inner {
  padding: 1rem;
}
@media (min-width: 768px) {
  .c-service-detail__detail-box__inner {
    padding: 2.5rem;
  }
}
.c-service-detail__detail-box__serviceTypeTitle {
  font-size: 0.75rem;
  letter-spacing: 0.0375rem;
  color: #0A1B40;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px;
  margin: 0 0 1rem 0;
}
.c-service-detail__detail-box__title {
  font-size: 1.25rem;
  color: #0A1B40;
  font-weight: normal;
  margin: 0 0 1.75rem 0;
  padding: 0;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .c-service-detail__detail-box__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 992px) {
  .c-service-detail__detail-box__title {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
}
@media (min-width: 1200px) {
  .c-service-detail__detail-box__title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.c-service-detail__detail-box .title {
  font-size: 0.75rem;
  letter-spacing: 0.0375rem;
}
.c-service-detail__detail-box__pictos {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .c-service-detail__detail-box__pictos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-service-detail__detail-box__pictos .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .c-service-detail__detail-box__pictos .item {
    margin-right: 2.5rem;
    margin-bottom: 0rem;
  }
}
.c-service-detail__detail-box__pictos .item .icon {
  height: 3.625rem;
  width: 3.625rem;
  min-width: 3.625rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F5F6;
  -webkit-border-radius: 1.8125rem;
          border-radius: 1.8125rem;
  margin-right: 1rem;
}
.c-service-detail__detail-box__pictos .item.volumen .icon {
  background-image: url("https://assets-stage.epitunk.com/images/svg/volumen.svg");
}
.c-service-detail__detail-box__pictos .item.images .icon {
  background-image: url("https://assets-stage.epitunk.com/images/svg/photo-red.svg");
}
.c-service-detail__detail-box__pictos .item.reviews .icon {
  background-image: url("https://assets-stage.epitunk.com/images/svg/review.svg");
}
.c-service-detail__detail-box__pictos .title {
  margin-bottom: 0rem;
}
.c-service-detail__detail-box__pictos .picto_data {
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
}
.c-service-detail__detail-box .text {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5rem;
  padding: 0px;
  margin: 0px;
}

.c-carousel .carousel {
  position: relative;
}
.c-carousel__dots {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-top: 1rem;
}
@media (min-width: 576px) {
  .c-carousel__dots {
    padding-top: 0rem;
    display: block;
  }
}
@media (min-width: 992px) {
  .c-carousel__dots {
    padding-top: 0rem;
    display: block;
  }
}
.c-carousel__dots .carousel__dot {
  width: 1.875rem;
  height: 0.25rem;
  margin: 0 0.3125rem;
  -webkit-border-radius: 0.125rem;
          border-radius: 0.125rem;
  border: 0;
  outline: none;
}
.c-carousel__dots .carousel__dot:focus, .c-carousel__dots .carousel__dot:active {
  outline: none;
}
.c-carousel__dots .carousel__dot--selected {
  background-color: #ED8880;
}
@media (min-width: 992px) {
  .c-carousel__dots .carousel__dot {
    width: 1.875rem;
    height: 0.25rem;
    margin: 0 0.625rem;
  }
}
.c-carousel__preview {
  margin-right: 0rem;
}
@media (min-width: 992px) {
  .c-carousel__preview {
    margin-right: 0.375rem;
  }
}
.c-carousel__slide {
  cursor: pointer;
}
.c-carousel__navigation {
  position: absolute;
  width: 3.125rem;
  height: 6.25rem;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  margin-top: -3.125rem;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  outline: none;
}
.c-carousel__navigation:focus, .c-carousel__navigation:active {
  outline: none;
}
.c-carousel__navigation--prev {
  background-image: url("https://assets-stage.epitunk.com/images/svg/arrow-simple-left.svg");
  left: 0px;
  -webkit-border-top-right-radius: 3.125rem;
          border-top-right-radius: 3.125rem;
  -webkit-border-bottom-right-radius: 3.125rem;
          border-bottom-right-radius: 3.125rem;
}
.c-carousel__navigation--next {
  background-image: url("https://assets-stage.epitunk.com/images/svg/arrow-simple-right.svg");
  right: 0px;
  -webkit-border-top-left-radius: 3.125rem;
          border-top-left-radius: 3.125rem;
  -webkit-border-bottom-left-radius: 3.125rem;
          border-bottom-left-radius: 3.125rem;
}
.c-carousel__thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-carousel__thumbs--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-top: 0.375rem;
  padding-right: 0.375rem;
}
.c-carousel__thumbs--vertical.no-other {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-carousel__thumbs--vertical.no-other .c-carousel__thumbs__item {
  margin-bottom: 0.375rem;
}
.c-carousel__thumbs__item {
  cursor: pointer;
}
.c-carousel__thumbs__more {
  padding: 2.1875rem 0;
  background-color: #F4F5F6;
  -webkit-border-radius: 0.375rem;
          border-radius: 0.375rem;
  text-align: center;
  color: #0A1B40;
  font-size: 0.75rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.c-carousel__thumbs__more .icon {
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://assets-stage.epitunk.com/images/svg/photo.svg");
  margin-bottom: 0.5rem;
}
.c-carousel--fullscreen .carousel__dot {
  padding: 4px;
  background-color: transparent;
  border: 0;
  outline: none;
  width: 100px;
  min-width: 100px;
}
.c-carousel--fullscreen .carousel__dot:focus, .c-carousel--fullscreen .carousel__dot:active {
  outline: none;
}
.c-carousel--fullscreen .carousel__dot--selected {
  background-color: #fff;
}
.c-carousel--fullscreen .c-carousel__thumbs {
  padding-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-carousel--fullscreen__inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-carousel--fullscreen__header__inner {
  height: 6.25rem;
  min-height: 6.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.375rem;
}
.c-carousel--fullscreen__header__inner .text {
  color: #fff;
}
.c-carousel--fullscreen__header__inner .text .title {
  font-weight: bold;
  margin-right: 1.375rem;
}
.c-carousel--fullscreen__header__inner .text .type {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0375rem;
}
.c-carousel--fullscreen__header__inner .close {
  display: block;
  margin-left: auto;
  width: 2.625rem;
  height: 2.625rem;
  -webkit-border-radius: 1.3125rem;
          border-radius: 1.3125rem;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://assets-stage.epitunk.com/images/svg/close-white.svg");
}
.c-carousel--fullscreen .carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.c-carousel--fullscreen__middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.c-carousel--fullscreen__middle img {
  margin: 0 auto;
}
.c-carousel--fullscreen .c-carousel__navigation {
  width: 3.25rem;
  height: 3.25rem;
  margin-top: -1.625rem;
}
.c-carousel--fullscreen .c-carousel__navigation--prev {
  background-image: url("https://assets-stage.epitunk.com/images/svg/arrow-simple-left.svg");
  left: 2.375rem;
  -webkit-border-radius: 1.625rem;
          border-radius: 1.625rem;
}
.c-carousel--fullscreen .c-carousel__navigation--next {
  background-image: url("https://assets-stage.epitunk.com/images/svg/arrow-simple-right.svg");
  right: 2.375rem;
  -webkit-border-radius: 1.625rem;
          border-radius: 1.625rem;
}
.c-carousel__animation--fade .c-carousel__slide {
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  will-change: opacity;
}
.c-carousel__animation--fade .c-carousel__slide--hidden {
  opacity: 0;
}
.c-carousel__animation--fade .c-carousel__slide--visible {
  opacity: 1;
}
.c-carousel .zoom {
  position: relative;
}
.c-carousel .zoom:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 1.25rem;
          border-radius: 1.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://assets-stage.epitunk.com/images/svg/zoom.svg");
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.c-carousel .zoom:hover:after {
  opacity: 1;
}
.c-carousel img {
  display: block;
}

.c-result {
  padding-bottom: 5rem;
}
.c-result__header {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.04375rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #0A1B40;
  position: -webkit-sticky;
  position: sticky;
  top: 4.4375rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-result__header {
    font-size: 0.875rem;
    top: 5.125rem;
  }
}
@media (min-width: 992px) {
  .c-result__header {
    top: 5.625rem;
  }
}
.c-result__header > .container {
  height: 5.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-result__header__order {
  display: none;
}
@media (min-width: 992px) {
  .c-result__header__order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-left: auto;
    margin-right: 15%;
    padding-right: 8px;
  }
}
@media (min-width: 1356px) {
  .c-result__header__order {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    margin-right: 33%;
  }
}
@media (min-width: 1536px) {
  .c-result__header__order {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    margin-right: 25%;
  }
}
.c-result__header__order .form-control {
  font-size: 14px;
  margin-top: 0px;
}
.c-result__header__order .form-control .select-box__inner__control {
  min-height: 3.125rem !important;
}
.c-result__filter-box {
  position: -webkit-sticky;
  position: sticky;
  top: 6.5625rem;
  z-index: 1;
  margin-top: -5rem;
}
.c-result__filter-box.mobil {
  margin-top: -3.875rem;
  top: 6.25rem;
  max-width: 2.25rem;
  margin-left: auto;
  padding: 0rem 0.5rem 0rem 0.125rem;
  height: 36px;
  -webkit-border-radius: 18px;
          border-radius: 18px;
  cursor: pointer;
  z-index: 2;
}
body.menu-open .c-result__filter-box.mobil {
  z-index: 1;
}

@media (min-width: 768px) {
  .c-result__filter-box.mobil {
    margin-top: -4rem;
    top: 6.75rem;
    max-width: 7.1875rem;
    padding: 0rem 0.5rem 0rem 0.875rem;
  }
}
@media (min-width: 992px) {
  .c-result__filter-box.mobil {
    margin-top: -3.875rem;
    top: 7.375rem;
  }
}
.c-result__filter-box.mobil h3 {
  display: none;
}
.c-result__filter-box.mobil .mobil-button {
  font-size: 12px;
  color: #0A1B40;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-result__filter-box.mobil .mobil-button:after {
  content: "";
  width: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url("https://assets-stage.epitunk.com/images/svg/settings.svg");
  margin-left: auto;
}
@media (min-width: 768px) {
  .c-result__filter-box.mobil .mobil-button {
    position: static;
  }
}
.c-result__filter-box.mobil .mobil-button .title {
  display: none;
}
@media (min-width: 768px) {
  .c-result__filter-box.mobil .mobil-button .title {
    display: block;
  }
}
.c-result__filter-box.mobil form {
  padding-bottom: 145px;
}
.c-result__filter-box.mobil form .form-buttons {
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(85%, white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, white 0%, white 85%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, white 85%, rgba(255, 255, 255, 0) 100%);
  left: 16px;
  right: 16px;
  padding: 0;
  bottom: 0px;
  position: fixed;
}
.c-result__filter-box.mobil .c-filter__result-number {
  height: 75px;
}
@media (min-width: 1356px) {
  .c-result__filter-box .mobil {
    display: none;
  }
}
.c-result__filter-box .c-box {
  padding: 1rem;
  max-height: -webkit-calc(100vh - 165px);
  max-height: calc(100vh - 165px);
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .c-result__filter-box .c-box {
    padding: 2.5rem;
  }
}
.c-result__filter-box .label-openable {
  width: 100%;
  padding-right: 1.625rem;
  position: relative;
  cursor: pointer;
  display: block;
}
.c-result__filter-box .label-openable::after {
  content: "";
  position: absolute;
  width: 1.625rem;
  height: 1.625rem;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0px;
  top: -4px;
}
.c-result__filter-box .label-openable.open::after {
  background-image: url("https://assets-stage.epitunk.com/images/svg/openable-open.svg");
}
.c-result__filter-box .label-openable.closed::after {
  background-image: url("https://assets-stage.epitunk.com/images/svg/openable-closed.svg");
}
.c-result__filter-box .div-openable {
  -webkit-transition: max-height 0.1s;
  -o-transition: max-height 0.1s;
  transition: max-height 0.1s;
}
.c-result__filter-box .div-openable.closed {
  max-height: 0px;
  overflow: hidden;
}
.c-result__filter-box .div-openable.open {
  max-height: 3400px;
  overflow: visible;
}
.c-result__result-box {
  margin-top: 1.25rem;
  overflow: hidden;
}
.c-result__result-box__item {
  margin-bottom: 1rem;
  overflow: hidden;
}
.c-result__result-box__item__datas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .c-result__result-box__item__datas {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-result__result-box__item__datas:hover {
  text-decoration: none;
}
.c-result__result-box__item__image {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .c-result__result-box__item__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20rem;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
  }
}
@media (min-width: 1536px) {
  .c-result__result-box__item__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30.5rem;
        -ms-flex: 0 0 30.5rem;
            flex: 0 0 30.5rem;
  }
}
.c-result__result-box__item__info {
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1536px) {
  .c-result__result-box__item__info {
    padding: 2.5rem;
  }
}
.c-result__result-box__item__info__service-type {
  margin-bottom: 1rem;
}
.c-result__result-box__item__info__service-type h4 {
  color: #0A1B40;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.0375rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
}
.c-result__result-box__item__info__title {
  margin-bottom: 1rem;
}
.c-result__result-box__item__info__title h2 {
  color: #292929;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.75rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 1536px) {
  .c-result__result-box__item__info__title h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 1536px) {
  .c-result__result-box__item__info__title {
    margin-bottom: 1.25rem;
  }
}
.c-result__result-box__item__info__lead {
  font-size: 0.875rem;
  letter-spacing: 0.0375rem;
  color: #292929;
  padding: 0px;
  margin: 0px;
  margin-bottom: 1rem;
}
@media (min-width: 1536px) {
  .c-result__result-box__item__info__lead {
    font-size: 1rem;
  }
}
.c-result__result-box__item__info__buttons {
  margin-top: auto;
}
.c-result__result-box__item__info__buttons a:hover {
  text-decoration: none;
  color: #fff;
}
.c-result__result-box__item__info__buttons .btn {
  width: 15.25rem;
}
@media (min-width: 768px) {
  .c-result__result-box__item__info__buttons .btn {
    width: 12.5rem;
  }
}
@media (min-width: 992px) {
  .c-result__result-box__item__info__buttons .btn {
    width: 15.25rem;
  }
}
.c-result__result-box__item__info__buttons .btn.more {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .c-result__result-box__item__info__buttons .btn.more {
    margin-right: 2.5rem;
    margin-bottom: 0rem;
  }
}
.c-result__result-box__item__info__buttons--footer {
  padding: 1rem;
  border-top: 2px solid #CCCCCC;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .c-result__result-box__item__info__buttons--footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .c-result__result-box__item__info__buttons--footer {
    text-align: right;
  }
}
.c-result__result-box__item__info__pictos {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .c-result__result-box__item__info__pictos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-result__result-box__item__info__pictos .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.5rem;
}
.c-result__result-box__item__info__pictos .item .picto__data {
  font-size: 0.875rem;
  letter-spacing: 0.0375rem;
  color: #292929;
}
@media (min-width: 1536px) {
  .c-result__result-box__item__info__pictos .item .picto__data {
    font-size: 1rem;
  }
}
.c-result__result-box__item__info__pictos .item .icon {
  height: 1.625rem;
  width: 1.625rem;
  min-width: 1.625rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
  background-color: #F4F5F6;
  -webkit-border-radius: 0.8125rem;
          border-radius: 0.8125rem;
  margin-right: 1rem;
}
@media (min-width: 1536px) {
  .c-result__result-box__item__info__pictos .item .icon {
    height: 2.25rem;
    width: 2.25rem;
    -webkit-border-radius: 1.8125rem;
            border-radius: 1.8125rem;
    background-size: 50% 50%;
  }
}
.c-result__result-box__item__info__pictos .item.volumen .icon {
  background-image: url("https://assets-stage.epitunk.com/images/svg/volumen.svg");
}
.c-result__result-box__item__info__pictos .item.images .icon {
  background-image: url("https://assets-stage.epitunk.com/images/svg/photo-red.svg");
}
.c-result__result-box__item__info__pictos .item.reviews .icon {
  background-image: url("https://assets-stage.epitunk.com/images/svg/review.svg");
}
.c-result__result-box__item__info__pictos .title {
  margin-bottom: 0rem;
}
.c-result__result-box__item__info__pictos .picto_data {
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
}

.c-review__title {
  font-size: 0.75rem;
  letter-spacing: 0.04375rem;
  margin-bottom: 1rem;
  color: #7B7B7B;
}
.c-review__item {
  margin-bottom: 1rem;
  border: 1px solid #F4F5F6;
  -webkit-border-radius: 0.375rem;
          border-radius: 0.375rem;
  padding: 1.5rem;
}
.c-review__item__info {
  font-size: 0.75rem;
  letter-spacing: 0.04375rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7B7B7B;
}
.c-review__item__info__name {
  color: #D66060;
  font-weight: bold;
}
.c-review__item__text {
  line-height: 1.5rem;
  letter-spacing: 0.04375rem;
  color: #292929;
}
.c-review__form__title {
  color: #7B7B7B;
  letter-spacing: 0.04375rem;
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
}

.c-highlighted-references {
  height: 100%;
  width: 100%;
  background: #fff;
  padding: 2rem 1.5rem;
}
@media (min-width: 992px) {
  .c-highlighted-references {
    padding: 1.875rem 2.5rem;
  }
}
.c-highlighted-references .carousel__slider--vertical .carousel__inner-slide {
  border: 8px solid transparent;
}
.c-highlighted-references__title {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #0A1B40;
  letter-spacing: 0.04375rem;
  margin-bottom: 1rem;
}
.c-highlighted-references__item {
  position: relative;
  margin-bottom: 1rem;
  margin: 0 0rem;
  display: block;
  -webkit-border-radius: 0.375rem;
          border-radius: 0.375rem;
  overflow: hidden;
}
@media (min-width: 576px) {
  .c-highlighted-references__item {
    margin: 0 0.375rem;
  }
}
@media (min-width: 1200px) {
  .c-highlighted-references__item {
    margin: 0 0.0625rem;
    margin-bottom: 1rem;
  }
}
.c-highlighted-references__item:last-of-type {
  margin-bottom: 0px;
}
.c-highlighted-references__item img {
  display: block;
}
.c-highlighted-references__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.c-highlighted-references__item__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.625rem 0.75rem;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.125rem;
  color: #fff;
  z-index: 2;
}
@media (min-width: 1200px) {
  .c-highlighted-references__item__title {
    font-size: 1rem;
    line-height: 2.25rem;
    padding: 0.75rem 1.5rem;
  }
}
.c-highlighted-references .carousel {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .c-highlighted-references .carousel {
    padding: 0;
  }
}
.c-highlighted-references .c-carousel__navigation {
  position: absolute;
  width: 1.875rem;
  -webkit-border-radius: 0.375rem !important;
          border-radius: 0.375rem !important;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0px;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 0px;
}
@media (min-width: 576px) {
  .c-highlighted-references .c-carousel__navigation {
    height: -webkit-calc(100% - 26px);
    height: calc(100% - 26px);
  }
}
.c-highlighted-references .c-carousel__navigation--prev {
  background-image: url("https://assets-stage.epitunk.com/images/svg/car_left.svg");
  left: -18px;
}
@media (min-width: 992px) {
  .c-highlighted-references .c-carousel__navigation--prev {
    left: -32px;
  }
}
.c-highlighted-references .c-carousel__navigation--next {
  background-image: url("https://assets-stage.epitunk.com/images/svg/car_right.svg");
  right: -18px;
}
@media (min-width: 992px) {
  .c-highlighted-references .c-carousel__navigation--next {
    right: -32px;
  }
}
@media (min-width: 1200px) {
  .c-highlighted-references .c-carousel__navigation {
    display: none;
  }
}

.c-static-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-static-content .c-box {
  padding: 1rem;
}
@media (min-width: 992px) {
  .c-static-content .c-box {
    padding: 1.5rem;
  }
}
.c-static-content .title {
  margin: 0px;
  padding: 0px;
  font-size: 1.25rem;
  line-height: 1.375rem;
  color: #0A1B40;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .c-static-content .title {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
.c-static-content .body {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 24px;
  padding-top: 24px;
}
.c-static-content .body p,
.c-static-content .body ol,
.c-static-content .body ul,
.c-static-content .body blockquote,
.c-static-content .body .article-image,
.c-static-content .body .article-object {
  margin: 0px;
  margin-bottom: 16px;
}
.c-static-content .body ul {
  padding-left: 20px;
  list-style: disc;
}
.c-static-content .body ol {
  padding-left: 20px;
  list-style: decimal;
}
.c-static-content .body p {
  line-height: 20px;
}
.c-static-content .body a,
.c-static-content .body .node-link-element {
  color: #D66060;
  font-weight: bold;
  cursor: pointer;
}
.c-static-content .body a:hover,
.c-static-content .body .node-link-element:hover {
  text-decoration: underline;
}
.c-static-content .body img {
  display: block;
}
.c-static-content .body .article-image {
  cursor: pointer;
}
.c-static-content .body .article-image-text {
  background-color: #ED8880;
  color: #000;
  padding: 5px 15px;
}
@media (min-width: 992px) {
  .c-static-content .body .article-image.left-out {
    float: left;
    margin-right: 15px;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .c-static-content .body .article-image.right-out {
    float: right;
    margin-left: 15px;
    max-width: 300px;
  }
}
.c-static-content .body blockquote {
  border-left: 4px solid #D66060;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  margin: 0px;
  padding-left: 32px;
}
.c-static-content .body .article-object {
  text-align: center;
}

.c-share {
  padding-top: 2.5rem;
}
.c-share__title {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.0375rem;
  color: #7B7B7B;
  padding-bottom: 0.375rem;
  text-align: center;
}
.c-share__buttons {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-share__buttons.c-box {
  padding: 0px;
}
.c-share .react-share__ShareButton {
  border-right: 2px solid #CCCCCC !important;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-share .react-share__ShareButton:last-child {
  border-right: 0 !important;
}
.c-share button {
  background-color: transparent;
  border: none;
  padding: 0px;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.c-share button :focus, .c-share button:active {
  outline: none;
}
.c-share .share-button {
  height: 3.125rem;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.c-share .share-button.share-facebook {
  background-image: url("https://assets-stage.epitunk.com/images/svg/facebook.svg");
}
.c-share .share-button.share-twitter {
  background-image: url("https://assets-stage.epitunk.com/images/svg/twitter.svg");
}
.c-share .share-button.share-email {
  background-image: url("https://assets-stage.epitunk.com/images/svg/mail.svg");
}
.c-share .share-button.share-linkedin {
  background-image: url("https://assets-stage.epitunk.com/images/svg/linkedin.svg");
}
.c-share .share-button.share-clipboard {
  background-image: url("https://assets-stage.epitunk.com/images/svg/clipboard.svg");
}
.c-share--detail {
  padding-top: 0;
}
.c-share--detail .c-box {
  border: 1px solid #CCCCCC;
}
.c-share--detail .c-share__title {
  font-size: 0.75rem;
  letter-spacing: 0.0375rem;
  color: #0A1B40;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}

.c-reg-help {
  padding-bottom: 40px;
}
.c-reg-help h2 {
  text-transform: uppercase;
  color: #0a1b40;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .c-reg-help h2 {
    margin-top: 20px;
  }
}
.c-reg-help h3 {
  text-transform: uppercase;
  color: #d66060;
  font-size: 18px;
  line-height: 22px;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .c-reg-help h3 {
    margin-bottom: 40px;
  }
}
.c-reg-help__text {
  padding-bottom: 20px;
}
.c-reg-help__text__line {
  border-left: 2px solid #cccccc;
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-reg-help__text__line:last-of-type {
  border-left-color: transparent;
}
.c-reg-help__text__line__number {
  width: 42px;
  height: 42px;
  border: 2px solid #ccc;
  font-size: 18px;
  color: #d66060;
  line-height: 42px;
  text-align: center;
  -webkit-border-radius: 21px;
          border-radius: 21px;
  background: #fff;
  margin-left: -22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42px;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
}
.c-reg-help__text__line__text {
  font-size: 16px;
  line-height: 22px;
  padding-left: 20px;
}
.c-reg-help__text__line__text h4 {
  font-weight: bold;
  margin: 0px;
}
.c-reg-help__text__line__text p {
  margin: 0 0 25px 0;
}

/* Helpers */
.h-ff--noto {
  font-family: "Noto Sans", sans-serif;
}

.h-ff--rubik {
  font-family: "Rubik", sans-serif;
}

.h-fs--12 {
  font-size: 0.75rem !important;
}

.h-fs--14 {
  font-size: 0.875rem !important;
}

.h-fs--16 {
  font-size: 1rem !important;
}

@media screen and (min-width: 0) {
  .h-fs--xs--12 {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-fs--xs--14 {
    font-size: 0.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-fs--xs--16 {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-fs--sm--12 {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-fs--sm--14 {
    font-size: 0.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-fs--sm--16 {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-fs--md--12 {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-fs--md--14 {
    font-size: 0.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-fs--md--16 {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-fs--lg--12 {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-fs--lg--14 {
    font-size: 0.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-fs--lg--16 {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-fs--xl--12 {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-fs--xl--14 {
    font-size: 0.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-fs--xl--16 {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-fs--xxl--12 {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-fs--xxl--14 {
    font-size: 0.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-fs--xxl--16 {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-fs--xxxl--12 {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-fs--xxxl--14 {
    font-size: 0.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-fs--xxxl--16 {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-fs--ql--12 {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-fs--ql--14 {
    font-size: 0.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-fs--ql--16 {
    font-size: 1rem !important;
  }
}

.h-fw--400 {
  font-weight: 400 !important;
}

.h-fw--700 {
  font-weight: 700 !important;
}

@media screen and (min-width: 0) {
  .h-fw--xs--400 {
    font-weight: 400 !important;
  }
}

@media screen and (min-width: 0) {
  .h-fw--xs--700 {
    font-weight: 700 !important;
  }
}

@media screen and (min-width: 576px) {
  .h-fw--sm--400 {
    font-weight: 400 !important;
  }
}

@media screen and (min-width: 576px) {
  .h-fw--sm--700 {
    font-weight: 700 !important;
  }
}

@media screen and (min-width: 768px) {
  .h-fw--md--400 {
    font-weight: 400 !important;
  }
}

@media screen and (min-width: 768px) {
  .h-fw--md--700 {
    font-weight: 700 !important;
  }
}

@media screen and (min-width: 992px) {
  .h-fw--lg--400 {
    font-weight: 400 !important;
  }
}

@media screen and (min-width: 992px) {
  .h-fw--lg--700 {
    font-weight: 700 !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-fw--xl--400 {
    font-weight: 400 !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-fw--xl--700 {
    font-weight: 700 !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-fw--xxl--400 {
    font-weight: 400 !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-fw--xxl--700 {
    font-weight: 700 !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-fw--xxxl--400 {
    font-weight: 400 !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-fw--xxxl--700 {
    font-weight: 700 !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-fw--ql--400 {
    font-weight: 400 !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-fw--ql--700 {
    font-weight: 700 !important;
  }
}

.h-lh--16 {
  line-height: 1rem !important;
}

@media screen and (min-width: 0) {
  .h-lh--xs--16 {
    line-height: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-lh--sm--16 {
    line-height: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-lh--md--16 {
    line-height: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-lh--lg--16 {
    line-height: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-lh--xl--16 {
    line-height: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-lh--xxl--16 {
    line-height: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-lh--xxxl--16 {
    line-height: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-lh--ql--16 {
    line-height: 1rem !important;
  }
}

.h-p--0 {
  padding: 0rem !important;
}

.h-px--0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.h-py--0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.h-pt--0 {
  padding-top: 0rem !important;
}

.h-pr--0 {
  padding-right: 0rem !important;
}

.h-pb--0 {
  padding-bottom: 0rem !important;
}

.h-pl--0 {
  padding-left: 0rem !important;
}

.h-m--0 {
  margin: 0rem !important;
}

.h-mx--0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.h-my--0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.h-mt--0 {
  margin-top: 0rem !important;
}

.h-mr--0 {
  margin-right: 0rem !important;
}

.h-mb--0 {
  margin-bottom: 0rem !important;
}

.h-ml--0 {
  margin-left: 0rem !important;
}

.h-p--5 {
  padding: 0.3125rem !important;
}

.h-px--5 {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
}

.h-py--5 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.h-pt--5 {
  padding-top: 0.3125rem !important;
}

.h-pr--5 {
  padding-right: 0.3125rem !important;
}

.h-pb--5 {
  padding-bottom: 0.3125rem !important;
}

.h-pl--5 {
  padding-left: 0.3125rem !important;
}

.h-m--5 {
  margin: 0.3125rem !important;
}

.h-mx--5 {
  margin-left: 0.3125rem !important;
  margin-right: 0.3125rem !important;
}

.h-my--5 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}

.h-mt--5 {
  margin-top: 0.3125rem !important;
}

.h-mr--5 {
  margin-right: 0.3125rem !important;
}

.h-mb--5 {
  margin-bottom: 0.3125rem !important;
}

.h-ml--5 {
  margin-left: 0.3125rem !important;
}

.h-p--8 {
  padding: 0.5rem !important;
}

.h-px--8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.h-py--8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.h-pt--8 {
  padding-top: 0.5rem !important;
}

.h-pr--8 {
  padding-right: 0.5rem !important;
}

.h-pb--8 {
  padding-bottom: 0.5rem !important;
}

.h-pl--8 {
  padding-left: 0.5rem !important;
}

.h-m--8 {
  margin: 0.5rem !important;
}

.h-mx--8 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.h-my--8 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.h-mt--8 {
  margin-top: 0.5rem !important;
}

.h-mr--8 {
  margin-right: 0.5rem !important;
}

.h-mb--8 {
  margin-bottom: 0.5rem !important;
}

.h-ml--8 {
  margin-left: 0.5rem !important;
}

.h-p--10 {
  padding: 0.625rem !important;
}

.h-px--10 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.h-py--10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.h-pt--10 {
  padding-top: 0.625rem !important;
}

.h-pr--10 {
  padding-right: 0.625rem !important;
}

.h-pb--10 {
  padding-bottom: 0.625rem !important;
}

.h-pl--10 {
  padding-left: 0.625rem !important;
}

.h-m--10 {
  margin: 0.625rem !important;
}

.h-mx--10 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

.h-my--10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.h-mt--10 {
  margin-top: 0.625rem !important;
}

.h-mr--10 {
  margin-right: 0.625rem !important;
}

.h-mb--10 {
  margin-bottom: 0.625rem !important;
}

.h-ml--10 {
  margin-left: 0.625rem !important;
}

.h-p--15 {
  padding: 0.9375rem !important;
}

.h-px--15 {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}

.h-py--15 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

.h-pt--15 {
  padding-top: 0.9375rem !important;
}

.h-pr--15 {
  padding-right: 0.9375rem !important;
}

.h-pb--15 {
  padding-bottom: 0.9375rem !important;
}

.h-pl--15 {
  padding-left: 0.9375rem !important;
}

.h-m--15 {
  margin: 0.9375rem !important;
}

.h-mx--15 {
  margin-left: 0.9375rem !important;
  margin-right: 0.9375rem !important;
}

.h-my--15 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}

.h-mt--15 {
  margin-top: 0.9375rem !important;
}

.h-mr--15 {
  margin-right: 0.9375rem !important;
}

.h-mb--15 {
  margin-bottom: 0.9375rem !important;
}

.h-ml--15 {
  margin-left: 0.9375rem !important;
}

.h-p--16 {
  padding: 1rem !important;
}

.h-px--16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.h-py--16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.h-pt--16 {
  padding-top: 1rem !important;
}

.h-pr--16 {
  padding-right: 1rem !important;
}

.h-pb--16 {
  padding-bottom: 1rem !important;
}

.h-pl--16 {
  padding-left: 1rem !important;
}

.h-m--16 {
  margin: 1rem !important;
}

.h-mx--16 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.h-my--16 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.h-mt--16 {
  margin-top: 1rem !important;
}

.h-mr--16 {
  margin-right: 1rem !important;
}

.h-mb--16 {
  margin-bottom: 1rem !important;
}

.h-ml--16 {
  margin-left: 1rem !important;
}

.h-p--20 {
  padding: 1.25rem !important;
}

.h-px--20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.h-py--20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.h-pt--20 {
  padding-top: 1.25rem !important;
}

.h-pr--20 {
  padding-right: 1.25rem !important;
}

.h-pb--20 {
  padding-bottom: 1.25rem !important;
}

.h-pl--20 {
  padding-left: 1.25rem !important;
}

.h-m--20 {
  margin: 1.25rem !important;
}

.h-mx--20 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.h-my--20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.h-mt--20 {
  margin-top: 1.25rem !important;
}

.h-mr--20 {
  margin-right: 1.25rem !important;
}

.h-mb--20 {
  margin-bottom: 1.25rem !important;
}

.h-ml--20 {
  margin-left: 1.25rem !important;
}

.h-p--24 {
  padding: 1.5rem !important;
}

.h-px--24 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.h-py--24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.h-pt--24 {
  padding-top: 1.5rem !important;
}

.h-pr--24 {
  padding-right: 1.5rem !important;
}

.h-pb--24 {
  padding-bottom: 1.5rem !important;
}

.h-pl--24 {
  padding-left: 1.5rem !important;
}

.h-m--24 {
  margin: 1.5rem !important;
}

.h-mx--24 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.h-my--24 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.h-mt--24 {
  margin-top: 1.5rem !important;
}

.h-mr--24 {
  margin-right: 1.5rem !important;
}

.h-mb--24 {
  margin-bottom: 1.5rem !important;
}

.h-ml--24 {
  margin-left: 1.5rem !important;
}

.h-p--25 {
  padding: 1.5625rem !important;
}

.h-px--25 {
  padding-left: 1.5625rem !important;
  padding-right: 1.5625rem !important;
}

.h-py--25 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important;
}

.h-pt--25 {
  padding-top: 1.5625rem !important;
}

.h-pr--25 {
  padding-right: 1.5625rem !important;
}

.h-pb--25 {
  padding-bottom: 1.5625rem !important;
}

.h-pl--25 {
  padding-left: 1.5625rem !important;
}

.h-m--25 {
  margin: 1.5625rem !important;
}

.h-mx--25 {
  margin-left: 1.5625rem !important;
  margin-right: 1.5625rem !important;
}

.h-my--25 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important;
}

.h-mt--25 {
  margin-top: 1.5625rem !important;
}

.h-mr--25 {
  margin-right: 1.5625rem !important;
}

.h-mb--25 {
  margin-bottom: 1.5625rem !important;
}

.h-ml--25 {
  margin-left: 1.5625rem !important;
}

.h-p--30 {
  padding: 1.875rem !important;
}

.h-px--30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

.h-py--30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.h-pt--30 {
  padding-top: 1.875rem !important;
}

.h-pr--30 {
  padding-right: 1.875rem !important;
}

.h-pb--30 {
  padding-bottom: 1.875rem !important;
}

.h-pl--30 {
  padding-left: 1.875rem !important;
}

.h-m--30 {
  margin: 1.875rem !important;
}

.h-mx--30 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}

.h-my--30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.h-mt--30 {
  margin-top: 1.875rem !important;
}

.h-mr--30 {
  margin-right: 1.875rem !important;
}

.h-mb--30 {
  margin-bottom: 1.875rem !important;
}

.h-ml--30 {
  margin-left: 1.875rem !important;
}

.h-p--32 {
  padding: 2rem !important;
}

.h-px--32 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.h-py--32 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.h-pt--32 {
  padding-top: 2rem !important;
}

.h-pr--32 {
  padding-right: 2rem !important;
}

.h-pb--32 {
  padding-bottom: 2rem !important;
}

.h-pl--32 {
  padding-left: 2rem !important;
}

.h-m--32 {
  margin: 2rem !important;
}

.h-mx--32 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.h-my--32 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.h-mt--32 {
  margin-top: 2rem !important;
}

.h-mr--32 {
  margin-right: 2rem !important;
}

.h-mb--32 {
  margin-bottom: 2rem !important;
}

.h-ml--32 {
  margin-left: 2rem !important;
}

.h-p--40 {
  padding: 2.5rem !important;
}

.h-px--40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.h-py--40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.h-pt--40 {
  padding-top: 2.5rem !important;
}

.h-pr--40 {
  padding-right: 2.5rem !important;
}

.h-pb--40 {
  padding-bottom: 2.5rem !important;
}

.h-pl--40 {
  padding-left: 2.5rem !important;
}

.h-m--40 {
  margin: 2.5rem !important;
}

.h-mx--40 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.h-my--40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.h-mt--40 {
  margin-top: 2.5rem !important;
}

.h-mr--40 {
  margin-right: 2.5rem !important;
}

.h-mb--40 {
  margin-bottom: 2.5rem !important;
}

.h-ml--40 {
  margin-left: 2.5rem !important;
}

.h-p--78 {
  padding: 4.875rem !important;
}

.h-px--78 {
  padding-left: 4.875rem !important;
  padding-right: 4.875rem !important;
}

.h-py--78 {
  padding-top: 4.875rem !important;
  padding-bottom: 4.875rem !important;
}

.h-pt--78 {
  padding-top: 4.875rem !important;
}

.h-pr--78 {
  padding-right: 4.875rem !important;
}

.h-pb--78 {
  padding-bottom: 4.875rem !important;
}

.h-pl--78 {
  padding-left: 4.875rem !important;
}

.h-m--78 {
  margin: 4.875rem !important;
}

.h-mx--78 {
  margin-left: 4.875rem !important;
  margin-right: 4.875rem !important;
}

.h-my--78 {
  margin-top: 4.875rem !important;
  margin-bottom: 4.875rem !important;
}

.h-mt--78 {
  margin-top: 4.875rem !important;
}

.h-mr--78 {
  margin-right: 4.875rem !important;
}

.h-mb--78 {
  margin-bottom: 4.875rem !important;
}

.h-ml--78 {
  margin-left: 4.875rem !important;
}

@media screen and (min-width: 0) {
  .h-p--xs--0 {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-px--xs--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-py--xs--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pt--xs--0 {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pr--xs--0 {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pb--xs--0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pl--xs--0 {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-m--xs--0 {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mx--xs--0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-my--xs--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mt--xs--0 {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mr--xs--0 {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mb--xs--0 {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-ml--xs--0 {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-p--xs--5 {
    padding: 0.3125rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-px--xs--5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-py--xs--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pt--xs--5 {
    padding-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pr--xs--5 {
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pb--xs--5 {
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pl--xs--5 {
    padding-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-m--xs--5 {
    margin: 0.3125rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mx--xs--5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-my--xs--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mt--xs--5 {
    margin-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mr--xs--5 {
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mb--xs--5 {
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-ml--xs--5 {
    margin-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-p--xs--8 {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-px--xs--8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-py--xs--8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pt--xs--8 {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pr--xs--8 {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pb--xs--8 {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pl--xs--8 {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-m--xs--8 {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mx--xs--8 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-my--xs--8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mt--xs--8 {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mr--xs--8 {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mb--xs--8 {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-ml--xs--8 {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-p--xs--10 {
    padding: 0.625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-px--xs--10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-py--xs--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pt--xs--10 {
    padding-top: 0.625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pr--xs--10 {
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pb--xs--10 {
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pl--xs--10 {
    padding-left: 0.625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-m--xs--10 {
    margin: 0.625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mx--xs--10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-my--xs--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mt--xs--10 {
    margin-top: 0.625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mr--xs--10 {
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mb--xs--10 {
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-ml--xs--10 {
    margin-left: 0.625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-p--xs--15 {
    padding: 0.9375rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-px--xs--15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-py--xs--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pt--xs--15 {
    padding-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pr--xs--15 {
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pb--xs--15 {
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pl--xs--15 {
    padding-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-m--xs--15 {
    margin: 0.9375rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mx--xs--15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-my--xs--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mt--xs--15 {
    margin-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mr--xs--15 {
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mb--xs--15 {
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-ml--xs--15 {
    margin-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-p--xs--16 {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-px--xs--16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-py--xs--16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pt--xs--16 {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pr--xs--16 {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pb--xs--16 {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pl--xs--16 {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-m--xs--16 {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mx--xs--16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-my--xs--16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mt--xs--16 {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mr--xs--16 {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mb--xs--16 {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-ml--xs--16 {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-p--xs--20 {
    padding: 1.25rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-px--xs--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-py--xs--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pt--xs--20 {
    padding-top: 1.25rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pr--xs--20 {
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pb--xs--20 {
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pl--xs--20 {
    padding-left: 1.25rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-m--xs--20 {
    margin: 1.25rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mx--xs--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-my--xs--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mt--xs--20 {
    margin-top: 1.25rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mr--xs--20 {
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mb--xs--20 {
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-ml--xs--20 {
    margin-left: 1.25rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-p--xs--24 {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-px--xs--24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-py--xs--24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pt--xs--24 {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pr--xs--24 {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pb--xs--24 {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pl--xs--24 {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-m--xs--24 {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mx--xs--24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-my--xs--24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mt--xs--24 {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mr--xs--24 {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mb--xs--24 {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-ml--xs--24 {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-p--xs--25 {
    padding: 1.5625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-px--xs--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-py--xs--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pt--xs--25 {
    padding-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pr--xs--25 {
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pb--xs--25 {
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pl--xs--25 {
    padding-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-m--xs--25 {
    margin: 1.5625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mx--xs--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-my--xs--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mt--xs--25 {
    margin-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mr--xs--25 {
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mb--xs--25 {
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-ml--xs--25 {
    margin-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-p--xs--30 {
    padding: 1.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-px--xs--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-py--xs--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pt--xs--30 {
    padding-top: 1.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pr--xs--30 {
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pb--xs--30 {
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pl--xs--30 {
    padding-left: 1.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-m--xs--30 {
    margin: 1.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mx--xs--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-my--xs--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mt--xs--30 {
    margin-top: 1.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mr--xs--30 {
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mb--xs--30 {
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-ml--xs--30 {
    margin-left: 1.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-p--xs--32 {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-px--xs--32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-py--xs--32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pt--xs--32 {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pr--xs--32 {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pb--xs--32 {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pl--xs--32 {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-m--xs--32 {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mx--xs--32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-my--xs--32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mt--xs--32 {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mr--xs--32 {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mb--xs--32 {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-ml--xs--32 {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-p--xs--40 {
    padding: 2.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-px--xs--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-py--xs--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pt--xs--40 {
    padding-top: 2.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pr--xs--40 {
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pb--xs--40 {
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pl--xs--40 {
    padding-left: 2.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-m--xs--40 {
    margin: 2.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mx--xs--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-my--xs--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mt--xs--40 {
    margin-top: 2.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mr--xs--40 {
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mb--xs--40 {
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-ml--xs--40 {
    margin-left: 2.5rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-p--xs--78 {
    padding: 4.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-px--xs--78 {
    padding-left: 4.875rem !important;
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-py--xs--78 {
    padding-top: 4.875rem !important;
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pt--xs--78 {
    padding-top: 4.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pr--xs--78 {
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pb--xs--78 {
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-pl--xs--78 {
    padding-left: 4.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-m--xs--78 {
    margin: 4.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mx--xs--78 {
    margin-left: 4.875rem !important;
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-my--xs--78 {
    margin-top: 4.875rem !important;
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mt--xs--78 {
    margin-top: 4.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mr--xs--78 {
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-mb--xs--78 {
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 0) {
  .h-ml--xs--78 {
    margin-left: 4.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-p--sm--0 {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-px--sm--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-py--sm--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pt--sm--0 {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pr--sm--0 {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pb--sm--0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pl--sm--0 {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-m--sm--0 {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mx--sm--0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-my--sm--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mt--sm--0 {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mr--sm--0 {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mb--sm--0 {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-ml--sm--0 {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-p--sm--5 {
    padding: 0.3125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-px--sm--5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-py--sm--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pt--sm--5 {
    padding-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pr--sm--5 {
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pb--sm--5 {
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pl--sm--5 {
    padding-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-m--sm--5 {
    margin: 0.3125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mx--sm--5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-my--sm--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mt--sm--5 {
    margin-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mr--sm--5 {
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mb--sm--5 {
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-ml--sm--5 {
    margin-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-p--sm--8 {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-px--sm--8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-py--sm--8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pt--sm--8 {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pr--sm--8 {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pb--sm--8 {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pl--sm--8 {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-m--sm--8 {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mx--sm--8 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-my--sm--8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mt--sm--8 {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mr--sm--8 {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mb--sm--8 {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-ml--sm--8 {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-p--sm--10 {
    padding: 0.625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-px--sm--10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-py--sm--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pt--sm--10 {
    padding-top: 0.625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pr--sm--10 {
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pb--sm--10 {
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pl--sm--10 {
    padding-left: 0.625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-m--sm--10 {
    margin: 0.625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mx--sm--10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-my--sm--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mt--sm--10 {
    margin-top: 0.625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mr--sm--10 {
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mb--sm--10 {
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-ml--sm--10 {
    margin-left: 0.625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-p--sm--15 {
    padding: 0.9375rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-px--sm--15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-py--sm--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pt--sm--15 {
    padding-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pr--sm--15 {
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pb--sm--15 {
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pl--sm--15 {
    padding-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-m--sm--15 {
    margin: 0.9375rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mx--sm--15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-my--sm--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mt--sm--15 {
    margin-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mr--sm--15 {
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mb--sm--15 {
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-ml--sm--15 {
    margin-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-p--sm--16 {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-px--sm--16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-py--sm--16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pt--sm--16 {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pr--sm--16 {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pb--sm--16 {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pl--sm--16 {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-m--sm--16 {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mx--sm--16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-my--sm--16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mt--sm--16 {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mr--sm--16 {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mb--sm--16 {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-ml--sm--16 {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-p--sm--20 {
    padding: 1.25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-px--sm--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-py--sm--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pt--sm--20 {
    padding-top: 1.25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pr--sm--20 {
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pb--sm--20 {
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pl--sm--20 {
    padding-left: 1.25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-m--sm--20 {
    margin: 1.25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mx--sm--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-my--sm--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mt--sm--20 {
    margin-top: 1.25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mr--sm--20 {
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mb--sm--20 {
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-ml--sm--20 {
    margin-left: 1.25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-p--sm--24 {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-px--sm--24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-py--sm--24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pt--sm--24 {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pr--sm--24 {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pb--sm--24 {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pl--sm--24 {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-m--sm--24 {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mx--sm--24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-my--sm--24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mt--sm--24 {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mr--sm--24 {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mb--sm--24 {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-ml--sm--24 {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-p--sm--25 {
    padding: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-px--sm--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-py--sm--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pt--sm--25 {
    padding-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pr--sm--25 {
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pb--sm--25 {
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pl--sm--25 {
    padding-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-m--sm--25 {
    margin: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mx--sm--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-my--sm--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mt--sm--25 {
    margin-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mr--sm--25 {
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mb--sm--25 {
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-ml--sm--25 {
    margin-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-p--sm--30 {
    padding: 1.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-px--sm--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-py--sm--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pt--sm--30 {
    padding-top: 1.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pr--sm--30 {
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pb--sm--30 {
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pl--sm--30 {
    padding-left: 1.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-m--sm--30 {
    margin: 1.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mx--sm--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-my--sm--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mt--sm--30 {
    margin-top: 1.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mr--sm--30 {
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mb--sm--30 {
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-ml--sm--30 {
    margin-left: 1.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-p--sm--32 {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-px--sm--32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-py--sm--32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pt--sm--32 {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pr--sm--32 {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pb--sm--32 {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pl--sm--32 {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-m--sm--32 {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mx--sm--32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-my--sm--32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mt--sm--32 {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mr--sm--32 {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mb--sm--32 {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-ml--sm--32 {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-p--sm--40 {
    padding: 2.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-px--sm--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-py--sm--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pt--sm--40 {
    padding-top: 2.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pr--sm--40 {
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pb--sm--40 {
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pl--sm--40 {
    padding-left: 2.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-m--sm--40 {
    margin: 2.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mx--sm--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-my--sm--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mt--sm--40 {
    margin-top: 2.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mr--sm--40 {
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mb--sm--40 {
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-ml--sm--40 {
    margin-left: 2.5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-p--sm--78 {
    padding: 4.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-px--sm--78 {
    padding-left: 4.875rem !important;
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-py--sm--78 {
    padding-top: 4.875rem !important;
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pt--sm--78 {
    padding-top: 4.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pr--sm--78 {
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pb--sm--78 {
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-pl--sm--78 {
    padding-left: 4.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-m--sm--78 {
    margin: 4.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mx--sm--78 {
    margin-left: 4.875rem !important;
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-my--sm--78 {
    margin-top: 4.875rem !important;
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mt--sm--78 {
    margin-top: 4.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mr--sm--78 {
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-mb--sm--78 {
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 576px) {
  .h-ml--sm--78 {
    margin-left: 4.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-p--md--0 {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-px--md--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-py--md--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pt--md--0 {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pr--md--0 {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pb--md--0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pl--md--0 {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-m--md--0 {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mx--md--0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-my--md--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mt--md--0 {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mr--md--0 {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mb--md--0 {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-ml--md--0 {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-p--md--5 {
    padding: 0.3125rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-px--md--5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-py--md--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pt--md--5 {
    padding-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pr--md--5 {
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pb--md--5 {
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pl--md--5 {
    padding-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-m--md--5 {
    margin: 0.3125rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mx--md--5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-my--md--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mt--md--5 {
    margin-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mr--md--5 {
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mb--md--5 {
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-ml--md--5 {
    margin-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-p--md--8 {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-px--md--8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-py--md--8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pt--md--8 {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pr--md--8 {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pb--md--8 {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pl--md--8 {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-m--md--8 {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mx--md--8 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-my--md--8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mt--md--8 {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mr--md--8 {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mb--md--8 {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-ml--md--8 {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-p--md--10 {
    padding: 0.625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-px--md--10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-py--md--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pt--md--10 {
    padding-top: 0.625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pr--md--10 {
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pb--md--10 {
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pl--md--10 {
    padding-left: 0.625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-m--md--10 {
    margin: 0.625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mx--md--10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-my--md--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mt--md--10 {
    margin-top: 0.625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mr--md--10 {
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mb--md--10 {
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-ml--md--10 {
    margin-left: 0.625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-p--md--15 {
    padding: 0.9375rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-px--md--15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-py--md--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pt--md--15 {
    padding-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pr--md--15 {
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pb--md--15 {
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pl--md--15 {
    padding-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-m--md--15 {
    margin: 0.9375rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mx--md--15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-my--md--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mt--md--15 {
    margin-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mr--md--15 {
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mb--md--15 {
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-ml--md--15 {
    margin-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-p--md--16 {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-px--md--16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-py--md--16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pt--md--16 {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pr--md--16 {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pb--md--16 {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pl--md--16 {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-m--md--16 {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mx--md--16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-my--md--16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mt--md--16 {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mr--md--16 {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mb--md--16 {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-ml--md--16 {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-p--md--20 {
    padding: 1.25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-px--md--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-py--md--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pt--md--20 {
    padding-top: 1.25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pr--md--20 {
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pb--md--20 {
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pl--md--20 {
    padding-left: 1.25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-m--md--20 {
    margin: 1.25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mx--md--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-my--md--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mt--md--20 {
    margin-top: 1.25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mr--md--20 {
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mb--md--20 {
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-ml--md--20 {
    margin-left: 1.25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-p--md--24 {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-px--md--24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-py--md--24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pt--md--24 {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pr--md--24 {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pb--md--24 {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pl--md--24 {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-m--md--24 {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mx--md--24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-my--md--24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mt--md--24 {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mr--md--24 {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mb--md--24 {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-ml--md--24 {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-p--md--25 {
    padding: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-px--md--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-py--md--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pt--md--25 {
    padding-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pr--md--25 {
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pb--md--25 {
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pl--md--25 {
    padding-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-m--md--25 {
    margin: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mx--md--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-my--md--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mt--md--25 {
    margin-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mr--md--25 {
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mb--md--25 {
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-ml--md--25 {
    margin-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-p--md--30 {
    padding: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-px--md--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-py--md--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pt--md--30 {
    padding-top: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pr--md--30 {
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pb--md--30 {
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pl--md--30 {
    padding-left: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-m--md--30 {
    margin: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mx--md--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-my--md--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mt--md--30 {
    margin-top: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mr--md--30 {
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mb--md--30 {
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-ml--md--30 {
    margin-left: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-p--md--32 {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-px--md--32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-py--md--32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pt--md--32 {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pr--md--32 {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pb--md--32 {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pl--md--32 {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-m--md--32 {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mx--md--32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-my--md--32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mt--md--32 {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mr--md--32 {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mb--md--32 {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-ml--md--32 {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-p--md--40 {
    padding: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-px--md--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-py--md--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pt--md--40 {
    padding-top: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pr--md--40 {
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pb--md--40 {
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pl--md--40 {
    padding-left: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-m--md--40 {
    margin: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mx--md--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-my--md--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mt--md--40 {
    margin-top: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mr--md--40 {
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mb--md--40 {
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-ml--md--40 {
    margin-left: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-p--md--78 {
    padding: 4.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-px--md--78 {
    padding-left: 4.875rem !important;
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-py--md--78 {
    padding-top: 4.875rem !important;
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pt--md--78 {
    padding-top: 4.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pr--md--78 {
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pb--md--78 {
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-pl--md--78 {
    padding-left: 4.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-m--md--78 {
    margin: 4.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mx--md--78 {
    margin-left: 4.875rem !important;
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-my--md--78 {
    margin-top: 4.875rem !important;
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mt--md--78 {
    margin-top: 4.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mr--md--78 {
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-mb--md--78 {
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .h-ml--md--78 {
    margin-left: 4.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-p--lg--0 {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-px--lg--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-py--lg--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pt--lg--0 {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pr--lg--0 {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pb--lg--0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pl--lg--0 {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-m--lg--0 {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mx--lg--0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-my--lg--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mt--lg--0 {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mr--lg--0 {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mb--lg--0 {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-ml--lg--0 {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-p--lg--5 {
    padding: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-px--lg--5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-py--lg--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pt--lg--5 {
    padding-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pr--lg--5 {
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pb--lg--5 {
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pl--lg--5 {
    padding-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-m--lg--5 {
    margin: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mx--lg--5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-my--lg--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mt--lg--5 {
    margin-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mr--lg--5 {
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mb--lg--5 {
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-ml--lg--5 {
    margin-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-p--lg--8 {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-px--lg--8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-py--lg--8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pt--lg--8 {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pr--lg--8 {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pb--lg--8 {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pl--lg--8 {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-m--lg--8 {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mx--lg--8 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-my--lg--8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mt--lg--8 {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mr--lg--8 {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mb--lg--8 {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-ml--lg--8 {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-p--lg--10 {
    padding: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-px--lg--10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-py--lg--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pt--lg--10 {
    padding-top: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pr--lg--10 {
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pb--lg--10 {
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pl--lg--10 {
    padding-left: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-m--lg--10 {
    margin: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mx--lg--10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-my--lg--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mt--lg--10 {
    margin-top: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mr--lg--10 {
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mb--lg--10 {
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-ml--lg--10 {
    margin-left: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-p--lg--15 {
    padding: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-px--lg--15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-py--lg--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pt--lg--15 {
    padding-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pr--lg--15 {
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pb--lg--15 {
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pl--lg--15 {
    padding-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-m--lg--15 {
    margin: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mx--lg--15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-my--lg--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mt--lg--15 {
    margin-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mr--lg--15 {
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mb--lg--15 {
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-ml--lg--15 {
    margin-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-p--lg--16 {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-px--lg--16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-py--lg--16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pt--lg--16 {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pr--lg--16 {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pb--lg--16 {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pl--lg--16 {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-m--lg--16 {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mx--lg--16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-my--lg--16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mt--lg--16 {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mr--lg--16 {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mb--lg--16 {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-ml--lg--16 {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-p--lg--20 {
    padding: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-px--lg--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-py--lg--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pt--lg--20 {
    padding-top: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pr--lg--20 {
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pb--lg--20 {
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pl--lg--20 {
    padding-left: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-m--lg--20 {
    margin: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mx--lg--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-my--lg--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mt--lg--20 {
    margin-top: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mr--lg--20 {
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mb--lg--20 {
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-ml--lg--20 {
    margin-left: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-p--lg--24 {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-px--lg--24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-py--lg--24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pt--lg--24 {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pr--lg--24 {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pb--lg--24 {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pl--lg--24 {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-m--lg--24 {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mx--lg--24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-my--lg--24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mt--lg--24 {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mr--lg--24 {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mb--lg--24 {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-ml--lg--24 {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-p--lg--25 {
    padding: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-px--lg--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-py--lg--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pt--lg--25 {
    padding-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pr--lg--25 {
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pb--lg--25 {
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pl--lg--25 {
    padding-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-m--lg--25 {
    margin: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mx--lg--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-my--lg--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mt--lg--25 {
    margin-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mr--lg--25 {
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mb--lg--25 {
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-ml--lg--25 {
    margin-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-p--lg--30 {
    padding: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-px--lg--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-py--lg--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pt--lg--30 {
    padding-top: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pr--lg--30 {
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pb--lg--30 {
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pl--lg--30 {
    padding-left: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-m--lg--30 {
    margin: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mx--lg--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-my--lg--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mt--lg--30 {
    margin-top: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mr--lg--30 {
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mb--lg--30 {
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-ml--lg--30 {
    margin-left: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-p--lg--32 {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-px--lg--32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-py--lg--32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pt--lg--32 {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pr--lg--32 {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pb--lg--32 {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pl--lg--32 {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-m--lg--32 {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mx--lg--32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-my--lg--32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mt--lg--32 {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mr--lg--32 {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mb--lg--32 {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-ml--lg--32 {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-p--lg--40 {
    padding: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-px--lg--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-py--lg--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pt--lg--40 {
    padding-top: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pr--lg--40 {
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pb--lg--40 {
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pl--lg--40 {
    padding-left: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-m--lg--40 {
    margin: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mx--lg--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-my--lg--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mt--lg--40 {
    margin-top: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mr--lg--40 {
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mb--lg--40 {
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-ml--lg--40 {
    margin-left: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-p--lg--78 {
    padding: 4.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-px--lg--78 {
    padding-left: 4.875rem !important;
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-py--lg--78 {
    padding-top: 4.875rem !important;
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pt--lg--78 {
    padding-top: 4.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pr--lg--78 {
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pb--lg--78 {
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-pl--lg--78 {
    padding-left: 4.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-m--lg--78 {
    margin: 4.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mx--lg--78 {
    margin-left: 4.875rem !important;
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-my--lg--78 {
    margin-top: 4.875rem !important;
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mt--lg--78 {
    margin-top: 4.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mr--lg--78 {
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-mb--lg--78 {
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .h-ml--lg--78 {
    margin-left: 4.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-p--xl--0 {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-px--xl--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-py--xl--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pt--xl--0 {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pr--xl--0 {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pb--xl--0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pl--xl--0 {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-m--xl--0 {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mx--xl--0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-my--xl--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mt--xl--0 {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mr--xl--0 {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mb--xl--0 {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-ml--xl--0 {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-p--xl--5 {
    padding: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-px--xl--5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-py--xl--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pt--xl--5 {
    padding-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pr--xl--5 {
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pb--xl--5 {
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pl--xl--5 {
    padding-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-m--xl--5 {
    margin: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mx--xl--5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-my--xl--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mt--xl--5 {
    margin-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mr--xl--5 {
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mb--xl--5 {
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-ml--xl--5 {
    margin-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-p--xl--8 {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-px--xl--8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-py--xl--8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pt--xl--8 {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pr--xl--8 {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pb--xl--8 {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pl--xl--8 {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-m--xl--8 {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mx--xl--8 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-my--xl--8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mt--xl--8 {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mr--xl--8 {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mb--xl--8 {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-ml--xl--8 {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-p--xl--10 {
    padding: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-px--xl--10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-py--xl--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pt--xl--10 {
    padding-top: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pr--xl--10 {
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pb--xl--10 {
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pl--xl--10 {
    padding-left: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-m--xl--10 {
    margin: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mx--xl--10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-my--xl--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mt--xl--10 {
    margin-top: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mr--xl--10 {
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mb--xl--10 {
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-ml--xl--10 {
    margin-left: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-p--xl--15 {
    padding: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-px--xl--15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-py--xl--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pt--xl--15 {
    padding-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pr--xl--15 {
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pb--xl--15 {
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pl--xl--15 {
    padding-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-m--xl--15 {
    margin: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mx--xl--15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-my--xl--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mt--xl--15 {
    margin-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mr--xl--15 {
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mb--xl--15 {
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-ml--xl--15 {
    margin-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-p--xl--16 {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-px--xl--16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-py--xl--16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pt--xl--16 {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pr--xl--16 {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pb--xl--16 {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pl--xl--16 {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-m--xl--16 {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mx--xl--16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-my--xl--16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mt--xl--16 {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mr--xl--16 {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mb--xl--16 {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-ml--xl--16 {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-p--xl--20 {
    padding: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-px--xl--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-py--xl--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pt--xl--20 {
    padding-top: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pr--xl--20 {
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pb--xl--20 {
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pl--xl--20 {
    padding-left: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-m--xl--20 {
    margin: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mx--xl--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-my--xl--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mt--xl--20 {
    margin-top: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mr--xl--20 {
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mb--xl--20 {
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-ml--xl--20 {
    margin-left: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-p--xl--24 {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-px--xl--24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-py--xl--24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pt--xl--24 {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pr--xl--24 {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pb--xl--24 {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pl--xl--24 {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-m--xl--24 {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mx--xl--24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-my--xl--24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mt--xl--24 {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mr--xl--24 {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mb--xl--24 {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-ml--xl--24 {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-p--xl--25 {
    padding: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-px--xl--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-py--xl--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pt--xl--25 {
    padding-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pr--xl--25 {
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pb--xl--25 {
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pl--xl--25 {
    padding-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-m--xl--25 {
    margin: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mx--xl--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-my--xl--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mt--xl--25 {
    margin-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mr--xl--25 {
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mb--xl--25 {
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-ml--xl--25 {
    margin-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-p--xl--30 {
    padding: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-px--xl--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-py--xl--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pt--xl--30 {
    padding-top: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pr--xl--30 {
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pb--xl--30 {
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pl--xl--30 {
    padding-left: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-m--xl--30 {
    margin: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mx--xl--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-my--xl--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mt--xl--30 {
    margin-top: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mr--xl--30 {
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mb--xl--30 {
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-ml--xl--30 {
    margin-left: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-p--xl--32 {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-px--xl--32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-py--xl--32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pt--xl--32 {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pr--xl--32 {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pb--xl--32 {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pl--xl--32 {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-m--xl--32 {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mx--xl--32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-my--xl--32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mt--xl--32 {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mr--xl--32 {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mb--xl--32 {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-ml--xl--32 {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-p--xl--40 {
    padding: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-px--xl--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-py--xl--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pt--xl--40 {
    padding-top: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pr--xl--40 {
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pb--xl--40 {
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pl--xl--40 {
    padding-left: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-m--xl--40 {
    margin: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mx--xl--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-my--xl--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mt--xl--40 {
    margin-top: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mr--xl--40 {
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mb--xl--40 {
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-ml--xl--40 {
    margin-left: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-p--xl--78 {
    padding: 4.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-px--xl--78 {
    padding-left: 4.875rem !important;
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-py--xl--78 {
    padding-top: 4.875rem !important;
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pt--xl--78 {
    padding-top: 4.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pr--xl--78 {
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pb--xl--78 {
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-pl--xl--78 {
    padding-left: 4.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-m--xl--78 {
    margin: 4.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mx--xl--78 {
    margin-left: 4.875rem !important;
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-my--xl--78 {
    margin-top: 4.875rem !important;
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mt--xl--78 {
    margin-top: 4.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mr--xl--78 {
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-mb--xl--78 {
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-ml--xl--78 {
    margin-left: 4.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-p--xxl--0 {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-px--xxl--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-py--xxl--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pt--xxl--0 {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pr--xxl--0 {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pb--xxl--0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pl--xxl--0 {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-m--xxl--0 {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mx--xxl--0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-my--xxl--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mt--xxl--0 {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mr--xxl--0 {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mb--xxl--0 {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-ml--xxl--0 {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-p--xxl--5 {
    padding: 0.3125rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-px--xxl--5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-py--xxl--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pt--xxl--5 {
    padding-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pr--xxl--5 {
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pb--xxl--5 {
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pl--xxl--5 {
    padding-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-m--xxl--5 {
    margin: 0.3125rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mx--xxl--5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-my--xxl--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mt--xxl--5 {
    margin-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mr--xxl--5 {
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mb--xxl--5 {
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-ml--xxl--5 {
    margin-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-p--xxl--8 {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-px--xxl--8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-py--xxl--8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pt--xxl--8 {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pr--xxl--8 {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pb--xxl--8 {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pl--xxl--8 {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-m--xxl--8 {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mx--xxl--8 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-my--xxl--8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mt--xxl--8 {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mr--xxl--8 {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mb--xxl--8 {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-ml--xxl--8 {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-p--xxl--10 {
    padding: 0.625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-px--xxl--10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-py--xxl--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pt--xxl--10 {
    padding-top: 0.625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pr--xxl--10 {
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pb--xxl--10 {
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pl--xxl--10 {
    padding-left: 0.625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-m--xxl--10 {
    margin: 0.625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mx--xxl--10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-my--xxl--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mt--xxl--10 {
    margin-top: 0.625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mr--xxl--10 {
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mb--xxl--10 {
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-ml--xxl--10 {
    margin-left: 0.625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-p--xxl--15 {
    padding: 0.9375rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-px--xxl--15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-py--xxl--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pt--xxl--15 {
    padding-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pr--xxl--15 {
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pb--xxl--15 {
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pl--xxl--15 {
    padding-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-m--xxl--15 {
    margin: 0.9375rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mx--xxl--15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-my--xxl--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mt--xxl--15 {
    margin-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mr--xxl--15 {
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mb--xxl--15 {
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-ml--xxl--15 {
    margin-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-p--xxl--16 {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-px--xxl--16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-py--xxl--16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pt--xxl--16 {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pr--xxl--16 {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pb--xxl--16 {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pl--xxl--16 {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-m--xxl--16 {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mx--xxl--16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-my--xxl--16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mt--xxl--16 {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mr--xxl--16 {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mb--xxl--16 {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-ml--xxl--16 {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-p--xxl--20 {
    padding: 1.25rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-px--xxl--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-py--xxl--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pt--xxl--20 {
    padding-top: 1.25rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pr--xxl--20 {
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pb--xxl--20 {
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pl--xxl--20 {
    padding-left: 1.25rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-m--xxl--20 {
    margin: 1.25rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mx--xxl--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-my--xxl--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mt--xxl--20 {
    margin-top: 1.25rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mr--xxl--20 {
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mb--xxl--20 {
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-ml--xxl--20 {
    margin-left: 1.25rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-p--xxl--24 {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-px--xxl--24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-py--xxl--24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pt--xxl--24 {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pr--xxl--24 {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pb--xxl--24 {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pl--xxl--24 {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-m--xxl--24 {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mx--xxl--24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-my--xxl--24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mt--xxl--24 {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mr--xxl--24 {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mb--xxl--24 {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-ml--xxl--24 {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-p--xxl--25 {
    padding: 1.5625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-px--xxl--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-py--xxl--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pt--xxl--25 {
    padding-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pr--xxl--25 {
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pb--xxl--25 {
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pl--xxl--25 {
    padding-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-m--xxl--25 {
    margin: 1.5625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mx--xxl--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-my--xxl--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mt--xxl--25 {
    margin-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mr--xxl--25 {
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mb--xxl--25 {
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-ml--xxl--25 {
    margin-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-p--xxl--30 {
    padding: 1.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-px--xxl--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-py--xxl--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pt--xxl--30 {
    padding-top: 1.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pr--xxl--30 {
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pb--xxl--30 {
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pl--xxl--30 {
    padding-left: 1.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-m--xxl--30 {
    margin: 1.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mx--xxl--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-my--xxl--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mt--xxl--30 {
    margin-top: 1.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mr--xxl--30 {
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mb--xxl--30 {
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-ml--xxl--30 {
    margin-left: 1.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-p--xxl--32 {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-px--xxl--32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-py--xxl--32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pt--xxl--32 {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pr--xxl--32 {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pb--xxl--32 {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pl--xxl--32 {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-m--xxl--32 {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mx--xxl--32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-my--xxl--32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mt--xxl--32 {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mr--xxl--32 {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mb--xxl--32 {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-ml--xxl--32 {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-p--xxl--40 {
    padding: 2.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-px--xxl--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-py--xxl--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pt--xxl--40 {
    padding-top: 2.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pr--xxl--40 {
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pb--xxl--40 {
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pl--xxl--40 {
    padding-left: 2.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-m--xxl--40 {
    margin: 2.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mx--xxl--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-my--xxl--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mt--xxl--40 {
    margin-top: 2.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mr--xxl--40 {
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mb--xxl--40 {
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-ml--xxl--40 {
    margin-left: 2.5rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-p--xxl--78 {
    padding: 4.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-px--xxl--78 {
    padding-left: 4.875rem !important;
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-py--xxl--78 {
    padding-top: 4.875rem !important;
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pt--xxl--78 {
    padding-top: 4.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pr--xxl--78 {
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pb--xxl--78 {
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-pl--xxl--78 {
    padding-left: 4.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-m--xxl--78 {
    margin: 4.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mx--xxl--78 {
    margin-left: 4.875rem !important;
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-my--xxl--78 {
    margin-top: 4.875rem !important;
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mt--xxl--78 {
    margin-top: 4.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mr--xxl--78 {
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-mb--xxl--78 {
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-ml--xxl--78 {
    margin-left: 4.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-p--xxxl--0 {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-px--xxxl--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-py--xxxl--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pt--xxxl--0 {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pr--xxxl--0 {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pb--xxxl--0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pl--xxxl--0 {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-m--xxxl--0 {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mx--xxxl--0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-my--xxxl--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mt--xxxl--0 {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mr--xxxl--0 {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mb--xxxl--0 {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-ml--xxxl--0 {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-p--xxxl--5 {
    padding: 0.3125rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-px--xxxl--5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-py--xxxl--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pt--xxxl--5 {
    padding-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pr--xxxl--5 {
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pb--xxxl--5 {
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pl--xxxl--5 {
    padding-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-m--xxxl--5 {
    margin: 0.3125rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mx--xxxl--5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-my--xxxl--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mt--xxxl--5 {
    margin-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mr--xxxl--5 {
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mb--xxxl--5 {
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-ml--xxxl--5 {
    margin-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-p--xxxl--8 {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-px--xxxl--8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-py--xxxl--8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pt--xxxl--8 {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pr--xxxl--8 {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pb--xxxl--8 {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pl--xxxl--8 {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-m--xxxl--8 {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mx--xxxl--8 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-my--xxxl--8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mt--xxxl--8 {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mr--xxxl--8 {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mb--xxxl--8 {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-ml--xxxl--8 {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-p--xxxl--10 {
    padding: 0.625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-px--xxxl--10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-py--xxxl--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pt--xxxl--10 {
    padding-top: 0.625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pr--xxxl--10 {
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pb--xxxl--10 {
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pl--xxxl--10 {
    padding-left: 0.625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-m--xxxl--10 {
    margin: 0.625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mx--xxxl--10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-my--xxxl--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mt--xxxl--10 {
    margin-top: 0.625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mr--xxxl--10 {
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mb--xxxl--10 {
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-ml--xxxl--10 {
    margin-left: 0.625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-p--xxxl--15 {
    padding: 0.9375rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-px--xxxl--15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-py--xxxl--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pt--xxxl--15 {
    padding-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pr--xxxl--15 {
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pb--xxxl--15 {
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pl--xxxl--15 {
    padding-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-m--xxxl--15 {
    margin: 0.9375rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mx--xxxl--15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-my--xxxl--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mt--xxxl--15 {
    margin-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mr--xxxl--15 {
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mb--xxxl--15 {
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-ml--xxxl--15 {
    margin-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-p--xxxl--16 {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-px--xxxl--16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-py--xxxl--16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pt--xxxl--16 {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pr--xxxl--16 {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pb--xxxl--16 {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pl--xxxl--16 {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-m--xxxl--16 {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mx--xxxl--16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-my--xxxl--16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mt--xxxl--16 {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mr--xxxl--16 {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mb--xxxl--16 {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-ml--xxxl--16 {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-p--xxxl--20 {
    padding: 1.25rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-px--xxxl--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-py--xxxl--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pt--xxxl--20 {
    padding-top: 1.25rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pr--xxxl--20 {
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pb--xxxl--20 {
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pl--xxxl--20 {
    padding-left: 1.25rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-m--xxxl--20 {
    margin: 1.25rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mx--xxxl--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-my--xxxl--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mt--xxxl--20 {
    margin-top: 1.25rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mr--xxxl--20 {
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mb--xxxl--20 {
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-ml--xxxl--20 {
    margin-left: 1.25rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-p--xxxl--24 {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-px--xxxl--24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-py--xxxl--24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pt--xxxl--24 {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pr--xxxl--24 {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pb--xxxl--24 {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pl--xxxl--24 {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-m--xxxl--24 {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mx--xxxl--24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-my--xxxl--24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mt--xxxl--24 {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mr--xxxl--24 {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mb--xxxl--24 {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-ml--xxxl--24 {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-p--xxxl--25 {
    padding: 1.5625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-px--xxxl--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-py--xxxl--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pt--xxxl--25 {
    padding-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pr--xxxl--25 {
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pb--xxxl--25 {
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pl--xxxl--25 {
    padding-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-m--xxxl--25 {
    margin: 1.5625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mx--xxxl--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-my--xxxl--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mt--xxxl--25 {
    margin-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mr--xxxl--25 {
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mb--xxxl--25 {
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-ml--xxxl--25 {
    margin-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-p--xxxl--30 {
    padding: 1.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-px--xxxl--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-py--xxxl--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pt--xxxl--30 {
    padding-top: 1.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pr--xxxl--30 {
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pb--xxxl--30 {
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pl--xxxl--30 {
    padding-left: 1.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-m--xxxl--30 {
    margin: 1.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mx--xxxl--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-my--xxxl--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mt--xxxl--30 {
    margin-top: 1.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mr--xxxl--30 {
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mb--xxxl--30 {
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-ml--xxxl--30 {
    margin-left: 1.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-p--xxxl--32 {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-px--xxxl--32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-py--xxxl--32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pt--xxxl--32 {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pr--xxxl--32 {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pb--xxxl--32 {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pl--xxxl--32 {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-m--xxxl--32 {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mx--xxxl--32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-my--xxxl--32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mt--xxxl--32 {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mr--xxxl--32 {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mb--xxxl--32 {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-ml--xxxl--32 {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-p--xxxl--40 {
    padding: 2.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-px--xxxl--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-py--xxxl--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pt--xxxl--40 {
    padding-top: 2.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pr--xxxl--40 {
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pb--xxxl--40 {
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pl--xxxl--40 {
    padding-left: 2.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-m--xxxl--40 {
    margin: 2.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mx--xxxl--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-my--xxxl--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mt--xxxl--40 {
    margin-top: 2.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mr--xxxl--40 {
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mb--xxxl--40 {
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-ml--xxxl--40 {
    margin-left: 2.5rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-p--xxxl--78 {
    padding: 4.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-px--xxxl--78 {
    padding-left: 4.875rem !important;
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-py--xxxl--78 {
    padding-top: 4.875rem !important;
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pt--xxxl--78 {
    padding-top: 4.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pr--xxxl--78 {
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pb--xxxl--78 {
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-pl--xxxl--78 {
    padding-left: 4.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-m--xxxl--78 {
    margin: 4.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mx--xxxl--78 {
    margin-left: 4.875rem !important;
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-my--xxxl--78 {
    margin-top: 4.875rem !important;
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mt--xxxl--78 {
    margin-top: 4.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mr--xxxl--78 {
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-mb--xxxl--78 {
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-ml--xxxl--78 {
    margin-left: 4.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-p--ql--0 {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-px--ql--0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-py--ql--0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pt--ql--0 {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pr--ql--0 {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pb--ql--0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pl--ql--0 {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-m--ql--0 {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mx--ql--0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-my--ql--0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mt--ql--0 {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mr--ql--0 {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mb--ql--0 {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-ml--ql--0 {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-p--ql--5 {
    padding: 0.3125rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-px--ql--5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-py--ql--5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pt--ql--5 {
    padding-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pr--ql--5 {
    padding-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pb--ql--5 {
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pl--ql--5 {
    padding-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-m--ql--5 {
    margin: 0.3125rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mx--ql--5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-my--ql--5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mt--ql--5 {
    margin-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mr--ql--5 {
    margin-right: 0.3125rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mb--ql--5 {
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-ml--ql--5 {
    margin-left: 0.3125rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-p--ql--8 {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-px--ql--8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-py--ql--8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pt--ql--8 {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pr--ql--8 {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pb--ql--8 {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pl--ql--8 {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-m--ql--8 {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mx--ql--8 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-my--ql--8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mt--ql--8 {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mr--ql--8 {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mb--ql--8 {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-ml--ql--8 {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-p--ql--10 {
    padding: 0.625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-px--ql--10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-py--ql--10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pt--ql--10 {
    padding-top: 0.625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pr--ql--10 {
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pb--ql--10 {
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pl--ql--10 {
    padding-left: 0.625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-m--ql--10 {
    margin: 0.625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mx--ql--10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-my--ql--10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mt--ql--10 {
    margin-top: 0.625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mr--ql--10 {
    margin-right: 0.625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mb--ql--10 {
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-ml--ql--10 {
    margin-left: 0.625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-p--ql--15 {
    padding: 0.9375rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-px--ql--15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-py--ql--15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pt--ql--15 {
    padding-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pr--ql--15 {
    padding-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pb--ql--15 {
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pl--ql--15 {
    padding-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-m--ql--15 {
    margin: 0.9375rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mx--ql--15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-my--ql--15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mt--ql--15 {
    margin-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mr--ql--15 {
    margin-right: 0.9375rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mb--ql--15 {
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-ml--ql--15 {
    margin-left: 0.9375rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-p--ql--16 {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-px--ql--16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-py--ql--16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pt--ql--16 {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pr--ql--16 {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pb--ql--16 {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pl--ql--16 {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-m--ql--16 {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mx--ql--16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-my--ql--16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mt--ql--16 {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mr--ql--16 {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mb--ql--16 {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-ml--ql--16 {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-p--ql--20 {
    padding: 1.25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-px--ql--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-py--ql--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pt--ql--20 {
    padding-top: 1.25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pr--ql--20 {
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pb--ql--20 {
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pl--ql--20 {
    padding-left: 1.25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-m--ql--20 {
    margin: 1.25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mx--ql--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-my--ql--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mt--ql--20 {
    margin-top: 1.25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mr--ql--20 {
    margin-right: 1.25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mb--ql--20 {
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-ml--ql--20 {
    margin-left: 1.25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-p--ql--24 {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-px--ql--24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-py--ql--24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pt--ql--24 {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pr--ql--24 {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pb--ql--24 {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pl--ql--24 {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-m--ql--24 {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mx--ql--24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-my--ql--24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mt--ql--24 {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mr--ql--24 {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mb--ql--24 {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-ml--ql--24 {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-p--ql--25 {
    padding: 1.5625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-px--ql--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-py--ql--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pt--ql--25 {
    padding-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pr--ql--25 {
    padding-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pb--ql--25 {
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pl--ql--25 {
    padding-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-m--ql--25 {
    margin: 1.5625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mx--ql--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-my--ql--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mt--ql--25 {
    margin-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mr--ql--25 {
    margin-right: 1.5625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mb--ql--25 {
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-ml--ql--25 {
    margin-left: 1.5625rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-p--ql--30 {
    padding: 1.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-px--ql--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-py--ql--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pt--ql--30 {
    padding-top: 1.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pr--ql--30 {
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pb--ql--30 {
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pl--ql--30 {
    padding-left: 1.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-m--ql--30 {
    margin: 1.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mx--ql--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-my--ql--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mt--ql--30 {
    margin-top: 1.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mr--ql--30 {
    margin-right: 1.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mb--ql--30 {
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-ml--ql--30 {
    margin-left: 1.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-p--ql--32 {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-px--ql--32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-py--ql--32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pt--ql--32 {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pr--ql--32 {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pb--ql--32 {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pl--ql--32 {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-m--ql--32 {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mx--ql--32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-my--ql--32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mt--ql--32 {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mr--ql--32 {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mb--ql--32 {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-ml--ql--32 {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-p--ql--40 {
    padding: 2.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-px--ql--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-py--ql--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pt--ql--40 {
    padding-top: 2.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pr--ql--40 {
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pb--ql--40 {
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pl--ql--40 {
    padding-left: 2.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-m--ql--40 {
    margin: 2.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mx--ql--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-my--ql--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mt--ql--40 {
    margin-top: 2.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mr--ql--40 {
    margin-right: 2.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mb--ql--40 {
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-ml--ql--40 {
    margin-left: 2.5rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-p--ql--78 {
    padding: 4.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-px--ql--78 {
    padding-left: 4.875rem !important;
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-py--ql--78 {
    padding-top: 4.875rem !important;
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pt--ql--78 {
    padding-top: 4.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pr--ql--78 {
    padding-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pb--ql--78 {
    padding-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-pl--ql--78 {
    padding-left: 4.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-m--ql--78 {
    margin: 4.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mx--ql--78 {
    margin-left: 4.875rem !important;
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-my--ql--78 {
    margin-top: 4.875rem !important;
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mt--ql--78 {
    margin-top: 4.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mr--ql--78 {
    margin-right: 4.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-mb--ql--78 {
    margin-bottom: 4.875rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-ml--ql--78 {
    margin-left: 4.875rem !important;
  }
}

.h-color--white {
  color: #fff !important;
}

@media (min-width: 992px) {
  .h-colorh--white:hover {
    color: #fff !important;
  }
}

.h-color--black {
  color: #000 !important;
}

@media (min-width: 992px) {
  .h-colorh--black:hover {
    color: #000 !important;
  }
}

.h-color--blue {
  color: #0A1B40 !important;
}

@media (min-width: 992px) {
  .h-colorh--blue:hover {
    color: #0A1B40 !important;
  }
}

.h-color--gray-29 {
  color: #292929 !important;
}

@media (min-width: 992px) {
  .h-colorh--gray-29:hover {
    color: #292929 !important;
  }
}

@media screen and (min-width: 0) {
  .h-color--xs--white {
    color: #fff !important;
  }
}

@media screen and (min-width: 0) {
  .h-color--xs--black {
    color: #000 !important;
  }
}

@media screen and (min-width: 0) {
  .h-color--xs--blue {
    color: #0A1B40 !important;
  }
}

@media screen and (min-width: 0) {
  .h-color--xs--gray-29 {
    color: #292929 !important;
  }
}

@media screen and (min-width: 576px) {
  .h-color--sm--white {
    color: #fff !important;
  }
}

@media screen and (min-width: 576px) {
  .h-color--sm--black {
    color: #000 !important;
  }
}

@media screen and (min-width: 576px) {
  .h-color--sm--blue {
    color: #0A1B40 !important;
  }
}

@media screen and (min-width: 576px) {
  .h-color--sm--gray-29 {
    color: #292929 !important;
  }
}

@media screen and (min-width: 768px) {
  .h-color--md--white {
    color: #fff !important;
  }
}

@media screen and (min-width: 768px) {
  .h-color--md--black {
    color: #000 !important;
  }
}

@media screen and (min-width: 768px) {
  .h-color--md--blue {
    color: #0A1B40 !important;
  }
}

@media screen and (min-width: 768px) {
  .h-color--md--gray-29 {
    color: #292929 !important;
  }
}

@media screen and (min-width: 992px) {
  .h-color--lg--white {
    color: #fff !important;
  }
}

@media screen and (min-width: 992px) {
  .h-color--lg--black {
    color: #000 !important;
  }
}

@media screen and (min-width: 992px) {
  .h-color--lg--blue {
    color: #0A1B40 !important;
  }
}

@media screen and (min-width: 992px) {
  .h-color--lg--gray-29 {
    color: #292929 !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-color--xl--white {
    color: #fff !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-color--xl--black {
    color: #000 !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-color--xl--blue {
    color: #0A1B40 !important;
  }
}

@media screen and (min-width: 1200px) {
  .h-color--xl--gray-29 {
    color: #292929 !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-color--xxl--white {
    color: #fff !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-color--xxl--black {
    color: #000 !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-color--xxl--blue {
    color: #0A1B40 !important;
  }
}

@media screen and (min-width: 1356px) {
  .h-color--xxl--gray-29 {
    color: #292929 !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-color--xxxl--white {
    color: #fff !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-color--xxxl--black {
    color: #000 !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-color--xxxl--blue {
    color: #0A1B40 !important;
  }
}

@media screen and (min-width: 1536px) {
  .h-color--xxxl--gray-29 {
    color: #292929 !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-color--ql--white {
    color: #fff !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-color--ql--black {
    color: #000 !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-color--ql--blue {
    color: #0A1B40 !important;
  }
}

@media screen and (min-width: 1920px) {
  .h-color--ql--gray-29 {
    color: #292929 !important;
  }
}