@charset "UTF-8";

/*****************************************************************************
  Helpers.
*/

/*****************************************************************************
  Base settings.
*/

/*****************************************************************************
  Bootstrap settings.
*/

/*****************************************************************************
  Bootstrap variables' custom overrides.
*/

/*****************************************************************************
  Project-specific variables.
*/

/*****************************************************************************
  Account.
*/

/*****************************************************************************
  Global components.
*/

/*****************************************************************************
  Homepage.
*/

/*****************************************************************************
  Recipe.
*/

.badge {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  transition: color 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;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #db123b;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #ac0e2e;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 18, 59, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #3d88e8;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #1a6dd8;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 136, 232, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #1fa728;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #177c1e;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(31, 167, 40, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #009ec3;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #007590;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 195, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #f56500;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #fff;
  background-color: #c25000;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 101, 0, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #db123b;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #ac0e2e;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 18, 59, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f0f0f0;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #d7d7d7;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #666666;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #4d4d4d;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.badge-primary-muted {
  color: #212529;
  background-color: #f0b3c1;
}

a.badge-primary-muted:hover,
a.badge-primary-muted:focus {
  color: #212529;
  background-color: #e8889e;
}

a.badge-primary-muted:focus,
a.badge-primary-muted.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 179, 193, 0.5);
}

.badge-success-muted {
  color: #212529;
  background-color: #e8f6e9;
}

a.badge-success-muted:hover,
a.badge-success-muted:focus {
  color: #212529;
  background-color: #c3e8c6;
}

a.badge-success-muted:focus,
a.badge-success-muted.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 246, 233, 0.5);
}

.badge-white {
  color: #212529;
  background-color: #fff;
}

a.badge-white:hover,
a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}

a.badge-white:focus,
a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-darker {
  color: #fff;
  background-color: #212529;
}

a.badge-darker:hover,
a.badge-darker:focus {
  color: #fff;
  background-color: #0a0c0d;
}

a.badge-darker:focus,
a.badge-darker.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.badge-fb-blue {
  color: #fff;
  background-color: #1877f2;
}

a.badge-fb-blue:hover,
a.badge-fb-blue:focus {
  color: #fff;
  background-color: #0b5fcc;
}

a.badge-fb-blue:focus,
a.badge-fb-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #000;
}

a.badge-black:hover,
a.badge-black:focus {
  color: #fff;
  background-color: black;
}

a.badge-black:focus,
a.badge-black.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #666666;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6875rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 7px;
  transition: color 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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #666666;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #db123b;
  border-color: #db123b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #b80f31;
  border-color: #ac0e2e;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #b80f31;
  border-color: #ac0e2e;
  box-shadow: 0 0 0 0.2rem rgba(224, 54, 88, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #db123b;
  border-color: #db123b;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ac0e2e;
  border-color: #a00d2b;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 54, 88, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #3d88e8;
  border-color: #3d88e8;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #1b73e4;
  border-color: #1a6dd8;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #1b73e4;
  border-color: #1a6dd8;
  box-shadow: 0 0 0 0.2rem rgba(90, 154, 235, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #3d88e8;
  border-color: #3d88e8;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1a6dd8;
  border-color: #1868cd;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 154, 235, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #1fa728;
  border-color: #1fa728;
}

.btn-success:hover {
  color: #fff;
  background-color: #198720;
  border-color: #177c1e;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #198720;
  border-color: #177c1e;
  box-shadow: 0 0 0 0.2rem rgba(65, 180, 72, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #1fa728;
  border-color: #1fa728;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #177c1e;
  border-color: #15711b;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 180, 72, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #009ec3;
  border-color: #009ec3;
}

.btn-info:hover {
  color: #fff;
  background-color: #007f9d;
  border-color: #007590;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #007f9d;
  border-color: #007590;
  box-shadow: 0 0 0 0.2rem rgba(38, 173, 204, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #009ec3;
  border-color: #009ec3;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #007590;
  border-color: #006a83;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 173, 204, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #f56500;
  border-color: #f56500;
}

.btn-warning:hover {
  color: #fff;
  background-color: #cf5500;
  border-color: #c25000;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #cf5500;
  border-color: #c25000;
  box-shadow: 0 0 0 0.2rem rgba(247, 124, 38, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #f56500;
  border-color: #f56500;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c25000;
  border-color: #b54b00;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 124, 38, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #db123b;
  border-color: #db123b;
}

.btn-danger:hover {
  color: #fff;
  background-color: #b80f31;
  border-color: #ac0e2e;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #b80f31;
  border-color: #ac0e2e;
  box-shadow: 0 0 0 0.2rem rgba(224, 54, 88, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #db123b;
  border-color: #db123b;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ac0e2e;
  border-color: #a00d2b;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 54, 88, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-light:hover {
  color: #212529;
  background-color: #dddddd;
  border-color: #d7d7d7;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #dddddd;
  border-color: #d7d7d7;
  box-shadow: 0 0 0 0.2rem rgba(209, 210, 210, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d7d7d7;
  border-color: #d0d0d0;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 210, 210, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-dark:hover {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #464646;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-primary-muted {
  color: #212529;
  background-color: #f0b3c1;
  border-color: #f0b3c1;
}

.btn-primary-muted:hover {
  color: #212529;
  background-color: #ea93a7;
  border-color: #e8889e;
}

.btn-primary-muted:focus,
.btn-primary-muted.focus {
  color: #212529;
  background-color: #ea93a7;
  border-color: #e8889e;
  box-shadow: 0 0 0 0.2rem rgba(209, 158, 170, 0.5);
}

.btn-primary-muted.disabled,
.btn-primary-muted:disabled {
  color: #212529;
  background-color: #f0b3c1;
  border-color: #f0b3c1;
}

.btn-primary-muted:not(:disabled):not(.disabled):active,
.btn-primary-muted:not(:disabled):not(.disabled).active,
.show > .btn-primary-muted.dropdown-toggle {
  color: #212529;
  background-color: #e8889e;
  border-color: #e57e96;
}

.btn-primary-muted:not(:disabled):not(.disabled):active:focus,
.btn-primary-muted:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 158, 170, 0.5);
}

.btn-success-muted {
  color: #212529;
  background-color: #e8f6e9;
  border-color: #e8f6e9;
}

.btn-success-muted:hover {
  color: #212529;
  background-color: #cdebcf;
  border-color: #c3e8c6;
}

.btn-success-muted:focus,
.btn-success-muted.focus {
  color: #212529;
  background-color: #cdebcf;
  border-color: #c3e8c6;
  box-shadow: 0 0 0 0.2rem rgba(202, 215, 204, 0.5);
}

.btn-success-muted.disabled,
.btn-success-muted:disabled {
  color: #212529;
  background-color: #e8f6e9;
  border-color: #e8f6e9;
}

.btn-success-muted:not(:disabled):not(.disabled):active,
.btn-success-muted:not(:disabled):not(.disabled).active,
.show > .btn-success-muted.dropdown-toggle {
  color: #212529;
  background-color: #c3e8c6;
  border-color: #bae4bd;
}

.btn-success-muted:not(:disabled):not(.disabled):active:focus,
.btn-success-muted:not(:disabled):not(.disabled).active:focus,
.show > .btn-success-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(202, 215, 204, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white:focus,
.btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-darker {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-darker:hover {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d;
}

.btn-darker:focus,
.btn-darker.focus {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d;
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}

.btn-darker.disabled,
.btn-darker:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-darker:not(:disabled):not(.disabled):active,
.btn-darker:not(:disabled):not(.disabled).active,
.show > .btn-darker.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506;
}

.btn-darker:not(:disabled):not(.disabled):active:focus,
.btn-darker:not(:disabled):not(.disabled).active:focus,
.show > .btn-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}

.btn-fb-blue {
  color: #fff;
  background-color: #1877f2;
  border-color: #1877f2;
}

.btn-fb-blue:hover {
  color: #fff;
  background-color: #0c65d8;
  border-color: #0b5fcc;
}

.btn-fb-blue:focus,
.btn-fb-blue.focus {
  color: #fff;
  background-color: #0c65d8;
  border-color: #0b5fcc;
  box-shadow: 0 0 0 0.2rem rgba(59, 139, 244, 0.5);
}

.btn-fb-blue.disabled,
.btn-fb-blue:disabled {
  color: #fff;
  background-color: #1877f2;
  border-color: #1877f2;
}

.btn-fb-blue:not(:disabled):not(.disabled):active,
.btn-fb-blue:not(:disabled):not(.disabled).active,
.show > .btn-fb-blue.dropdown-toggle {
  color: #fff;
  background-color: #0b5fcc;
  border-color: #0b5abf;
}

.btn-fb-blue:not(:disabled):not(.disabled):active:focus,
.btn-fb-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-fb-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 139, 244, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-black.disabled,
.btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black:not(:disabled):not(.disabled):active,
.btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-black:not(:disabled):not(.disabled):active:focus,
.btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-outline-primary {
  color: #db123b;
  border-color: #db123b;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #db123b;
  border-color: #db123b;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 18, 59, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #db123b;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #db123b;
  border-color: #db123b;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 18, 59, 0.5);
}

.btn-outline-secondary {
  color: #3d88e8;
  border-color: #3d88e8;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #3d88e8;
  border-color: #3d88e8;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 136, 232, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #3d88e8;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3d88e8;
  border-color: #3d88e8;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 136, 232, 0.5);
}

.btn-outline-success {
  color: #1fa728;
  border-color: #1fa728;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #1fa728;
  border-color: #1fa728;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 167, 40, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #1fa728;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1fa728;
  border-color: #1fa728;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 167, 40, 0.5);
}

.btn-outline-info {
  color: #009ec3;
  border-color: #009ec3;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #009ec3;
  border-color: #009ec3;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 195, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #009ec3;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #009ec3;
  border-color: #009ec3;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 195, 0.5);
}

.btn-outline-warning {
  color: #f56500;
  border-color: #f56500;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f56500;
  border-color: #f56500;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 101, 0, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f56500;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f56500;
  border-color: #f56500;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 101, 0, 0.5);
}

.btn-outline-danger {
  color: #db123b;
  border-color: #db123b;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #db123b;
  border-color: #db123b;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 18, 59, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #db123b;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #db123b;
  border-color: #db123b;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 18, 59, 0.5);
}

.btn-outline-light {
  color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f0f0f0;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.btn-outline-dark {
  color: #666666;
  border-color: #666666;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #666666;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-outline-primary-muted {
  color: #f0b3c1;
  border-color: #f0b3c1;
}

.btn-outline-primary-muted:hover {
  color: #212529;
  background-color: #f0b3c1;
  border-color: #f0b3c1;
}

.btn-outline-primary-muted:focus,
.btn-outline-primary-muted.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 179, 193, 0.5);
}

.btn-outline-primary-muted.disabled,
.btn-outline-primary-muted:disabled {
  color: #f0b3c1;
  background-color: transparent;
}

.btn-outline-primary-muted:not(:disabled):not(.disabled):active,
.btn-outline-primary-muted:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-muted.dropdown-toggle {
  color: #212529;
  background-color: #f0b3c1;
  border-color: #f0b3c1;
}

.btn-outline-primary-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-muted:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 179, 193, 0.5);
}

.btn-outline-success-muted {
  color: #e8f6e9;
  border-color: #e8f6e9;
}

.btn-outline-success-muted:hover {
  color: #212529;
  background-color: #e8f6e9;
  border-color: #e8f6e9;
}

.btn-outline-success-muted:focus,
.btn-outline-success-muted.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 246, 233, 0.5);
}

.btn-outline-success-muted.disabled,
.btn-outline-success-muted:disabled {
  color: #e8f6e9;
  background-color: transparent;
}

.btn-outline-success-muted:not(:disabled):not(.disabled):active,
.btn-outline-success-muted:not(:disabled):not(.disabled).active,
.show > .btn-outline-success-muted.dropdown-toggle {
  color: #212529;
  background-color: #e8f6e9;
  border-color: #e8f6e9;
}

.btn-outline-success-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-success-muted:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 246, 233, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-darker {
  color: #212529;
  border-color: #212529;
}

.btn-outline-darker:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-darker:focus,
.btn-outline-darker.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-darker:not(:disabled):not(.disabled).active,
.show > .btn-outline-darker.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-darker:not(:disabled):not(.disabled):active:focus,
.btn-outline-darker:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-outline-fb-blue {
  color: #1877f2;
  border-color: #1877f2;
}

.btn-outline-fb-blue:hover {
  color: #fff;
  background-color: #1877f2;
  border-color: #1877f2;
}

.btn-outline-fb-blue:focus,
.btn-outline-fb-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.5);
}

.btn-outline-fb-blue.disabled,
.btn-outline-fb-blue:disabled {
  color: #1877f2;
  background-color: transparent;
}

.btn-outline-fb-blue:not(:disabled):not(.disabled):active,
.btn-outline-fb-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-fb-blue.dropdown-toggle {
  color: #fff;
  background-color: #1877f2;
  border-color: #1877f2;
}

.btn-outline-fb-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-fb-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-fb-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.5);
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-black:focus,
.btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #db123b;
  text-decoration: none;
}

.btn-link:hover {
  color: #940c28;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.875rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 7px;
}

.btn-sm {
  padding: 0.5rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 7px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.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: 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: #db123b;
  background-color: #db123b;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: var(--black);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #f8a8b8;
  border-color: #f8a8b8;
}

.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: var(--white);
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  color: #666666;
  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 1px;
}

.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 {
  border-radius: 5px;
}

.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: #db123b;
  background-color: #db123b;
}

.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(219, 18, 59, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(219, 18, 59, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(219, 18, 59, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(219, 18, 59, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.625rem + 2px);
  padding: 0.8125rem 2.5rem 0.8125rem 1.5rem;
  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 1.5rem center/8px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 0.625em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: var(--black);
  outline: 0;
  box-shadow: none;
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.5rem;
  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: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1rem;
}

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

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.625rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.625rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: var(--black);
  box-shadow: none;
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: var(--white);
}

.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: calc(1.5em + 1.625rem + 2px);
  padding: 0.8125rem 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.625em;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.625rem);
  padding: 0.8125rem 1.5rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.625em 0.625em 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 {
  box-shadow: 0 0 0 1px #fff, none;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #db123b;
  border: 0;
  border-radius: 1rem;
  -webkit-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-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: #f8a8b8;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #db123b;
  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: #f8a8b8;
}

.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: #db123b;
  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: #f8a8b8;
}

.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 {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  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: 1172px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.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: 8px;
  padding-left: 8px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-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%;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: proxima-nova, -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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #db123b;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #940c28;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1rem;
  font-family: "Organika Script", Brush Script MT, cursive;
  font-weight: 400;
  line-height: 1.2;
  color: #db123b;
}

h1,
.h1 {
  font-size: 3.625rem;
}

@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.4875rem + 2.85vw);
  }
}

h2,
.h2 {
  font-size: 3.25rem;
}

@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.45rem + 2.4vw);
  }
}

h3,
.h3 {
  font-size: 2.875rem;
}

@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.4125rem + 1.95vw);
  }
}

h4,
.h4 {
  font-size: 2.5625rem;
}

@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.38125rem + 1.575vw);
  }
}

h5,
.h5 {
  font-size: 2.25rem;
}

@media (max-width: 1200px) {
  h5,
  .h5 {
    font-size: calc(1.35rem + 1.2vw);
  }
}

h6,
.h6 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  h6,
  .h6 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: unset solid unset;
}

small,
.small {
  font-size: 0.75rem;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.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: #db123b !important;
}

.border-secondary {
  border-color: #3d88e8 !important;
}

.border-success {
  border-color: #1fa728 !important;
}

.border-info {
  border-color: #009ec3 !important;
}

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

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

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

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

.border-primary-muted {
  border-color: #f0b3c1 !important;
}

.border-success-muted {
  border-color: #e8f6e9 !important;
}

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

.border-darker {
  border-color: #212529 !important;
}

.border-fb-blue {
  border-color: #1877f2 !important;
}

.border-black {
  border-color: #000 !important;
}

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

.rounded-sm {
  border-radius: 0.5em !important;
}

.rounded {
  border-radius: 0.625em !important;
}

.rounded-top {
  border-top-left-radius: 0.625em !important;
  border-top-right-radius: 0.625em !important;
}

.rounded-right {
  border-top-right-radius: 0.625em !important;
  border-bottom-right-radius: 0.625em !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.625em !important;
  border-bottom-left-radius: 0.625em !important;
}

.rounded-left {
  border-top-left-radius: 0.625em !important;
  border-bottom-left-radius: 0.625em !important;
}

.rounded-lg {
  border-radius: 0.75em !important;
}

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

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

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

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

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    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%;
}

.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 {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  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: 4px !important;
}

.mt-1,
.my-1 {
  margin-top: 4px !important;
}

.mr-1,
.mx-1 {
  margin-right: 4px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 4px !important;
}

.ml-1,
.mx-1 {
  margin-left: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.mt-2,
.my-2 {
  margin-top: 8px !important;
}

.mr-2,
.mx-2 {
  margin-right: 8px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 8px !important;
}

.ml-2,
.mx-2 {
  margin-left: 8px !important;
}

.m-3 {
  margin: 12px !important;
}

.mt-3,
.my-3 {
  margin-top: 12px !important;
}

.mr-3,
.mx-3 {
  margin-right: 12px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 12px !important;
}

.ml-3,
.mx-3 {
  margin-left: 12px !important;
}

.m-4 {
  margin: 16px !important;
}

.mt-4,
.my-4 {
  margin-top: 16px !important;
}

.mr-4,
.mx-4 {
  margin-right: 16px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 16px !important;
}

.ml-4,
.mx-4 {
  margin-left: 16px !important;
}

.m-5 {
  margin: 20px !important;
}

.mt-5,
.my-5 {
  margin-top: 20px !important;
}

.mr-5,
.mx-5 {
  margin-right: 20px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 20px !important;
}

.ml-5,
.mx-5 {
  margin-left: 20px !important;
}

.m-6 {
  margin: 24px !important;
}

.mt-6,
.my-6 {
  margin-top: 24px !important;
}

.mr-6,
.mx-6 {
  margin-right: 24px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 24px !important;
}

.ml-6,
.mx-6 {
  margin-left: 24px !important;
}

.m-7 {
  margin: 28px !important;
}

.mt-7,
.my-7 {
  margin-top: 28px !important;
}

.mr-7,
.mx-7 {
  margin-right: 28px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 28px !important;
}

.ml-7,
.mx-7 {
  margin-left: 28px !important;
}

.m-8 {
  margin: 32px !important;
}

.mt-8,
.my-8 {
  margin-top: 32px !important;
}

.mr-8,
.mx-8 {
  margin-right: 32px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 32px !important;
}

.ml-8,
.mx-8 {
  margin-left: 32px !important;
}

.m-9 {
  margin: 36px !important;
}

.mt-9,
.my-9 {
  margin-top: 36px !important;
}

.mr-9,
.mx-9 {
  margin-right: 36px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 36px !important;
}

.ml-9,
.mx-9 {
  margin-left: 36px !important;
}

.m-10 {
  margin: 48px !important;
}

.mt-10,
.my-10 {
  margin-top: 48px !important;
}

.mr-10,
.mx-10 {
  margin-right: 48px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 48px !important;
}

.ml-10,
.mx-10 {
  margin-left: 48px !important;
}

.m-11 {
  margin: 64px !important;
}

.mt-11,
.my-11 {
  margin-top: 64px !important;
}

.mr-11,
.mx-11 {
  margin-right: 64px !important;
}

.mb-11,
.my-11 {
  margin-bottom: 64px !important;
}

.ml-11,
.mx-11 {
  margin-left: 64px !important;
}

.m-12 {
  margin: 72px !important;
}

.mt-12,
.my-12 {
  margin-top: 72px !important;
}

.mr-12,
.mx-12 {
  margin-right: 72px !important;
}

.mb-12,
.my-12 {
  margin-bottom: 72px !important;
}

.ml-12,
.mx-12 {
  margin-left: 72px !important;
}

.m-13 {
  margin: 108px !important;
}

.mt-13,
.my-13 {
  margin-top: 108px !important;
}

.mr-13,
.mx-13 {
  margin-right: 108px !important;
}

.mb-13,
.my-13 {
  margin-bottom: 108px !important;
}

.ml-13,
.mx-13 {
  margin-left: 108px !important;
}

.m-14 {
  margin: 128px !important;
}

.mt-14,
.my-14 {
  margin-top: 128px !important;
}

.mr-14,
.mx-14 {
  margin-right: 128px !important;
}

.mb-14,
.my-14 {
  margin-bottom: 128px !important;
}

.ml-14,
.mx-14 {
  margin-left: 128px !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: 4px !important;
}

.pt-1,
.py-1 {
  padding-top: 4px !important;
}

.pr-1,
.px-1 {
  padding-right: 4px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 4px !important;
}

.pl-1,
.px-1 {
  padding-left: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.pt-2,
.py-2 {
  padding-top: 8px !important;
}

.pr-2,
.px-2 {
  padding-right: 8px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 8px !important;
}

.pl-2,
.px-2 {
  padding-left: 8px !important;
}

.p-3 {
  padding: 12px !important;
}

.pt-3,
.py-3 {
  padding-top: 12px !important;
}

.pr-3,
.px-3 {
  padding-right: 12px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 12px !important;
}

.pl-3,
.px-3 {
  padding-left: 12px !important;
}

.p-4 {
  padding: 16px !important;
}

.pt-4,
.py-4 {
  padding-top: 16px !important;
}

.pr-4,
.px-4 {
  padding-right: 16px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 16px !important;
}

.pl-4,
.px-4 {
  padding-left: 16px !important;
}

.p-5 {
  padding: 20px !important;
}

.pt-5,
.py-5 {
  padding-top: 20px !important;
}

.pr-5,
.px-5 {
  padding-right: 20px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 20px !important;
}

.pl-5,
.px-5 {
  padding-left: 20px !important;
}

.p-6 {
  padding: 24px !important;
}

.pt-6,
.py-6 {
  padding-top: 24px !important;
}

.pr-6,
.px-6 {
  padding-right: 24px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 24px !important;
}

.pl-6,
.px-6 {
  padding-left: 24px !important;
}

.p-7 {
  padding: 28px !important;
}

.pt-7,
.py-7 {
  padding-top: 28px !important;
}

.pr-7,
.px-7 {
  padding-right: 28px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 28px !important;
}

.pl-7,
.px-7 {
  padding-left: 28px !important;
}

.p-8 {
  padding: 32px !important;
}

.pt-8,
.py-8 {
  padding-top: 32px !important;
}

.pr-8,
.px-8 {
  padding-right: 32px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 32px !important;
}

.pl-8,
.px-8 {
  padding-left: 32px !important;
}

.p-9 {
  padding: 36px !important;
}

.pt-9,
.py-9 {
  padding-top: 36px !important;
}

.pr-9,
.px-9 {
  padding-right: 36px !important;
}

.pb-9,
.py-9 {
  padding-bottom: 36px !important;
}

.pl-9,
.px-9 {
  padding-left: 36px !important;
}

.p-10 {
  padding: 48px !important;
}

.pt-10,
.py-10 {
  padding-top: 48px !important;
}

.pr-10,
.px-10 {
  padding-right: 48px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 48px !important;
}

.pl-10,
.px-10 {
  padding-left: 48px !important;
}

.p-11 {
  padding: 64px !important;
}

.pt-11,
.py-11 {
  padding-top: 64px !important;
}

.pr-11,
.px-11 {
  padding-right: 64px !important;
}

.pb-11,
.py-11 {
  padding-bottom: 64px !important;
}

.pl-11,
.px-11 {
  padding-left: 64px !important;
}

.p-12 {
  padding: 72px !important;
}

.pt-12,
.py-12 {
  padding-top: 72px !important;
}

.pr-12,
.px-12 {
  padding-right: 72px !important;
}

.pb-12,
.py-12 {
  padding-bottom: 72px !important;
}

.pl-12,
.px-12 {
  padding-left: 72px !important;
}

.p-13 {
  padding: 108px !important;
}

.pt-13,
.py-13 {
  padding-top: 108px !important;
}

.pr-13,
.px-13 {
  padding-right: 108px !important;
}

.pb-13,
.py-13 {
  padding-bottom: 108px !important;
}

.pl-13,
.px-13 {
  padding-left: 108px !important;
}

.p-14 {
  padding: 128px !important;
}

.pt-14,
.py-14 {
  padding-top: 128px !important;
}

.pr-14,
.px-14 {
  padding-right: 128px !important;
}

.pb-14,
.py-14 {
  padding-bottom: 128px !important;
}

.pl-14,
.px-14 {
  padding-left: 128px !important;
}

.m-n1 {
  margin: -4px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -4px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -4px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -4px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -4px !important;
}

.m-n2 {
  margin: -8px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -8px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -8px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -8px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -8px !important;
}

.m-n3 {
  margin: -12px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -12px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -12px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -12px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -12px !important;
}

.m-n4 {
  margin: -16px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -16px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -16px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -16px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -16px !important;
}

.m-n5 {
  margin: -20px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -20px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -20px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -20px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -20px !important;
}

.m-n6 {
  margin: -24px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -24px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -24px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -24px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -24px !important;
}

.m-n7 {
  margin: -28px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -28px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -28px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -28px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -28px !important;
}

.m-n8 {
  margin: -32px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -32px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -32px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -32px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -32px !important;
}

.m-n9 {
  margin: -36px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -36px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -36px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -36px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -36px !important;
}

.m-n10 {
  margin: -48px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -48px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -48px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -48px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -48px !important;
}

.m-n11 {
  margin: -64px !important;
}

.mt-n11,
.my-n11 {
  margin-top: -64px !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -64px !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -64px !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -64px !important;
}

.m-n12 {
  margin: -72px !important;
}

.mt-n12,
.my-n12 {
  margin-top: -72px !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -72px !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -72px !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -72px !important;
}

.m-n13 {
  margin: -108px !important;
}

.mt-n13,
.my-n13 {
  margin-top: -108px !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -108px !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -108px !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -108px !important;
}

.m-n14 {
  margin: -128px !important;
}

.mt-n14,
.my-n14 {
  margin-top: -128px !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -128px !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -128px !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -128px !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: 4px !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important;
  }

  .m-sm-2 {
    margin: 8px !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important;
  }

  .m-sm-3 {
    margin: 12px !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 12px !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 12px !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 12px !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 12px !important;
  }

  .m-sm-4 {
    margin: 16px !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 16px !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 16px !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 16px !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 16px !important;
  }

  .m-sm-5 {
    margin: 20px !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 20px !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 20px !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 20px !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 20px !important;
  }

  .m-sm-6 {
    margin: 24px !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 24px !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 24px !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 24px !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 24px !important;
  }

  .m-sm-7 {
    margin: 28px !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 28px !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 28px !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 28px !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 28px !important;
  }

  .m-sm-8 {
    margin: 32px !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 32px !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 32px !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 32px !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 32px !important;
  }

  .m-sm-9 {
    margin: 36px !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 36px !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 36px !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 36px !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 36px !important;
  }

  .m-sm-10 {
    margin: 48px !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 48px !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 48px !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 48px !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 48px !important;
  }

  .m-sm-11 {
    margin: 64px !important;
  }

  .mt-sm-11,
  .my-sm-11 {
    margin-top: 64px !important;
  }

  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 64px !important;
  }

  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 64px !important;
  }

  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 64px !important;
  }

  .m-sm-12 {
    margin: 72px !important;
  }

  .mt-sm-12,
  .my-sm-12 {
    margin-top: 72px !important;
  }

  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 72px !important;
  }

  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 72px !important;
  }

  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 72px !important;
  }

  .m-sm-13 {
    margin: 108px !important;
  }

  .mt-sm-13,
  .my-sm-13 {
    margin-top: 108px !important;
  }

  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 108px !important;
  }

  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 108px !important;
  }

  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 108px !important;
  }

  .m-sm-14 {
    margin: 128px !important;
  }

  .mt-sm-14,
  .my-sm-14 {
    margin-top: 128px !important;
  }

  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 128px !important;
  }

  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 128px !important;
  }

  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 128px !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: 4px !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important;
  }

  .p-sm-2 {
    padding: 8px !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important;
  }

  .p-sm-3 {
    padding: 12px !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 12px !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 12px !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 12px !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 12px !important;
  }

  .p-sm-4 {
    padding: 16px !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 16px !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 16px !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 16px !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 16px !important;
  }

  .p-sm-5 {
    padding: 20px !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 20px !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 20px !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 20px !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 20px !important;
  }

  .p-sm-6 {
    padding: 24px !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 24px !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 24px !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 24px !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 24px !important;
  }

  .p-sm-7 {
    padding: 28px !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 28px !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 28px !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 28px !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 28px !important;
  }

  .p-sm-8 {
    padding: 32px !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 32px !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 32px !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 32px !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 32px !important;
  }

  .p-sm-9 {
    padding: 36px !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 36px !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 36px !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 36px !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 36px !important;
  }

  .p-sm-10 {
    padding: 48px !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 48px !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 48px !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 48px !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 48px !important;
  }

  .p-sm-11 {
    padding: 64px !important;
  }

  .pt-sm-11,
  .py-sm-11 {
    padding-top: 64px !important;
  }

  .pr-sm-11,
  .px-sm-11 {
    padding-right: 64px !important;
  }

  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 64px !important;
  }

  .pl-sm-11,
  .px-sm-11 {
    padding-left: 64px !important;
  }

  .p-sm-12 {
    padding: 72px !important;
  }

  .pt-sm-12,
  .py-sm-12 {
    padding-top: 72px !important;
  }

  .pr-sm-12,
  .px-sm-12 {
    padding-right: 72px !important;
  }

  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 72px !important;
  }

  .pl-sm-12,
  .px-sm-12 {
    padding-left: 72px !important;
  }

  .p-sm-13 {
    padding: 108px !important;
  }

  .pt-sm-13,
  .py-sm-13 {
    padding-top: 108px !important;
  }

  .pr-sm-13,
  .px-sm-13 {
    padding-right: 108px !important;
  }

  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 108px !important;
  }

  .pl-sm-13,
  .px-sm-13 {
    padding-left: 108px !important;
  }

  .p-sm-14 {
    padding: 128px !important;
  }

  .pt-sm-14,
  .py-sm-14 {
    padding-top: 128px !important;
  }

  .pr-sm-14,
  .px-sm-14 {
    padding-right: 128px !important;
  }

  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 128px !important;
  }

  .pl-sm-14,
  .px-sm-14 {
    padding-left: 128px !important;
  }

  .m-sm-n1 {
    margin: -4px !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -4px !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -4px !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -4px !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -4px !important;
  }

  .m-sm-n2 {
    margin: -8px !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -8px !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -8px !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -8px !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -8px !important;
  }

  .m-sm-n3 {
    margin: -12px !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -12px !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -12px !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -12px !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -12px !important;
  }

  .m-sm-n4 {
    margin: -16px !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -16px !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -16px !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -16px !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -16px !important;
  }

  .m-sm-n5 {
    margin: -20px !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -20px !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -20px !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -20px !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -20px !important;
  }

  .m-sm-n6 {
    margin: -24px !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -24px !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -24px !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -24px !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -24px !important;
  }

  .m-sm-n7 {
    margin: -28px !important;
  }

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -28px !important;
  }

  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -28px !important;
  }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -28px !important;
  }

  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -28px !important;
  }

  .m-sm-n8 {
    margin: -32px !important;
  }

  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -32px !important;
  }

  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -32px !important;
  }

  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -32px !important;
  }

  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -32px !important;
  }

  .m-sm-n9 {
    margin: -36px !important;
  }

  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -36px !important;
  }

  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -36px !important;
  }

  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -36px !important;
  }

  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -36px !important;
  }

  .m-sm-n10 {
    margin: -48px !important;
  }

  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -48px !important;
  }

  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -48px !important;
  }

  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -48px !important;
  }

  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -48px !important;
  }

  .m-sm-n11 {
    margin: -64px !important;
  }

  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -64px !important;
  }

  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -64px !important;
  }

  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -64px !important;
  }

  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -64px !important;
  }

  .m-sm-n12 {
    margin: -72px !important;
  }

  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -72px !important;
  }

  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -72px !important;
  }

  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -72px !important;
  }

  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -72px !important;
  }

  .m-sm-n13 {
    margin: -108px !important;
  }

  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -108px !important;
  }

  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -108px !important;
  }

  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -108px !important;
  }

  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -108px !important;
  }

  .m-sm-n14 {
    margin: -128px !important;
  }

  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -128px !important;
  }

  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -128px !important;
  }

  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -128px !important;
  }

  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -128px !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: 4px !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important;
  }

  .m-md-2 {
    margin: 8px !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important;
  }

  .m-md-3 {
    margin: 12px !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 12px !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 12px !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 12px !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 12px !important;
  }

  .m-md-4 {
    margin: 16px !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 16px !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 16px !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 16px !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 16px !important;
  }

  .m-md-5 {
    margin: 20px !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 20px !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 20px !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 20px !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 20px !important;
  }

  .m-md-6 {
    margin: 24px !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 24px !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 24px !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 24px !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 24px !important;
  }

  .m-md-7 {
    margin: 28px !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 28px !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 28px !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 28px !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 28px !important;
  }

  .m-md-8 {
    margin: 32px !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 32px !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 32px !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 32px !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 32px !important;
  }

  .m-md-9 {
    margin: 36px !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 36px !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 36px !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 36px !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 36px !important;
  }

  .m-md-10 {
    margin: 48px !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 48px !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 48px !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 48px !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 48px !important;
  }

  .m-md-11 {
    margin: 64px !important;
  }

  .mt-md-11,
  .my-md-11 {
    margin-top: 64px !important;
  }

  .mr-md-11,
  .mx-md-11 {
    margin-right: 64px !important;
  }

  .mb-md-11,
  .my-md-11 {
    margin-bottom: 64px !important;
  }

  .ml-md-11,
  .mx-md-11 {
    margin-left: 64px !important;
  }

  .m-md-12 {
    margin: 72px !important;
  }

  .mt-md-12,
  .my-md-12 {
    margin-top: 72px !important;
  }

  .mr-md-12,
  .mx-md-12 {
    margin-right: 72px !important;
  }

  .mb-md-12,
  .my-md-12 {
    margin-bottom: 72px !important;
  }

  .ml-md-12,
  .mx-md-12 {
    margin-left: 72px !important;
  }

  .m-md-13 {
    margin: 108px !important;
  }

  .mt-md-13,
  .my-md-13 {
    margin-top: 108px !important;
  }

  .mr-md-13,
  .mx-md-13 {
    margin-right: 108px !important;
  }

  .mb-md-13,
  .my-md-13 {
    margin-bottom: 108px !important;
  }

  .ml-md-13,
  .mx-md-13 {
    margin-left: 108px !important;
  }

  .m-md-14 {
    margin: 128px !important;
  }

  .mt-md-14,
  .my-md-14 {
    margin-top: 128px !important;
  }

  .mr-md-14,
  .mx-md-14 {
    margin-right: 128px !important;
  }

  .mb-md-14,
  .my-md-14 {
    margin-bottom: 128px !important;
  }

  .ml-md-14,
  .mx-md-14 {
    margin-left: 128px !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: 4px !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important;
  }

  .p-md-2 {
    padding: 8px !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important;
  }

  .p-md-3 {
    padding: 12px !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 12px !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 12px !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 12px !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 12px !important;
  }

  .p-md-4 {
    padding: 16px !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 16px !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 16px !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 16px !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 16px !important;
  }

  .p-md-5 {
    padding: 20px !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 20px !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 20px !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 20px !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 20px !important;
  }

  .p-md-6 {
    padding: 24px !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 24px !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 24px !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 24px !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 24px !important;
  }

  .p-md-7 {
    padding: 28px !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 28px !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 28px !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 28px !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 28px !important;
  }

  .p-md-8 {
    padding: 32px !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 32px !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 32px !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 32px !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 32px !important;
  }

  .p-md-9 {
    padding: 36px !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 36px !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 36px !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 36px !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 36px !important;
  }

  .p-md-10 {
    padding: 48px !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 48px !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 48px !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 48px !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 48px !important;
  }

  .p-md-11 {
    padding: 64px !important;
  }

  .pt-md-11,
  .py-md-11 {
    padding-top: 64px !important;
  }

  .pr-md-11,
  .px-md-11 {
    padding-right: 64px !important;
  }

  .pb-md-11,
  .py-md-11 {
    padding-bottom: 64px !important;
  }

  .pl-md-11,
  .px-md-11 {
    padding-left: 64px !important;
  }

  .p-md-12 {
    padding: 72px !important;
  }

  .pt-md-12,
  .py-md-12 {
    padding-top: 72px !important;
  }

  .pr-md-12,
  .px-md-12 {
    padding-right: 72px !important;
  }

  .pb-md-12,
  .py-md-12 {
    padding-bottom: 72px !important;
  }

  .pl-md-12,
  .px-md-12 {
    padding-left: 72px !important;
  }

  .p-md-13 {
    padding: 108px !important;
  }

  .pt-md-13,
  .py-md-13 {
    padding-top: 108px !important;
  }

  .pr-md-13,
  .px-md-13 {
    padding-right: 108px !important;
  }

  .pb-md-13,
  .py-md-13 {
    padding-bottom: 108px !important;
  }

  .pl-md-13,
  .px-md-13 {
    padding-left: 108px !important;
  }

  .p-md-14 {
    padding: 128px !important;
  }

  .pt-md-14,
  .py-md-14 {
    padding-top: 128px !important;
  }

  .pr-md-14,
  .px-md-14 {
    padding-right: 128px !important;
  }

  .pb-md-14,
  .py-md-14 {
    padding-bottom: 128px !important;
  }

  .pl-md-14,
  .px-md-14 {
    padding-left: 128px !important;
  }

  .m-md-n1 {
    margin: -4px !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -4px !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -4px !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -4px !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -4px !important;
  }

  .m-md-n2 {
    margin: -8px !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -8px !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -8px !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -8px !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -8px !important;
  }

  .m-md-n3 {
    margin: -12px !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -12px !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -12px !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -12px !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -12px !important;
  }

  .m-md-n4 {
    margin: -16px !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -16px !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -16px !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -16px !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -16px !important;
  }

  .m-md-n5 {
    margin: -20px !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -20px !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -20px !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -20px !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -20px !important;
  }

  .m-md-n6 {
    margin: -24px !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -24px !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -24px !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -24px !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -24px !important;
  }

  .m-md-n7 {
    margin: -28px !important;
  }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -28px !important;
  }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -28px !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -28px !important;
  }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -28px !important;
  }

  .m-md-n8 {
    margin: -32px !important;
  }

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -32px !important;
  }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -32px !important;
  }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -32px !important;
  }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -32px !important;
  }

  .m-md-n9 {
    margin: -36px !important;
  }

  .mt-md-n9,
  .my-md-n9 {
    margin-top: -36px !important;
  }

  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -36px !important;
  }

  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -36px !important;
  }

  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -36px !important;
  }

  .m-md-n10 {
    margin: -48px !important;
  }

  .mt-md-n10,
  .my-md-n10 {
    margin-top: -48px !important;
  }

  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -48px !important;
  }

  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -48px !important;
  }

  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -48px !important;
  }

  .m-md-n11 {
    margin: -64px !important;
  }

  .mt-md-n11,
  .my-md-n11 {
    margin-top: -64px !important;
  }

  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -64px !important;
  }

  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -64px !important;
  }

  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -64px !important;
  }

  .m-md-n12 {
    margin: -72px !important;
  }

  .mt-md-n12,
  .my-md-n12 {
    margin-top: -72px !important;
  }

  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -72px !important;
  }

  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -72px !important;
  }

  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -72px !important;
  }

  .m-md-n13 {
    margin: -108px !important;
  }

  .mt-md-n13,
  .my-md-n13 {
    margin-top: -108px !important;
  }

  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -108px !important;
  }

  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -108px !important;
  }

  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -108px !important;
  }

  .m-md-n14 {
    margin: -128px !important;
  }

  .mt-md-n14,
  .my-md-n14 {
    margin-top: -128px !important;
  }

  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -128px !important;
  }

  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -128px !important;
  }

  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -128px !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: 4px !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important;
  }

  .m-lg-2 {
    margin: 8px !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important;
  }

  .m-lg-3 {
    margin: 12px !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 12px !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 12px !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 12px !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 12px !important;
  }

  .m-lg-4 {
    margin: 16px !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 16px !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 16px !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 16px !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 16px !important;
  }

  .m-lg-5 {
    margin: 20px !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 20px !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 20px !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 20px !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 20px !important;
  }

  .m-lg-6 {
    margin: 24px !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 24px !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 24px !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 24px !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 24px !important;
  }

  .m-lg-7 {
    margin: 28px !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 28px !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 28px !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 28px !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 28px !important;
  }

  .m-lg-8 {
    margin: 32px !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 32px !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 32px !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 32px !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 32px !important;
  }

  .m-lg-9 {
    margin: 36px !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 36px !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 36px !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 36px !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 36px !important;
  }

  .m-lg-10 {
    margin: 48px !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 48px !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 48px !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 48px !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 48px !important;
  }

  .m-lg-11 {
    margin: 64px !important;
  }

  .mt-lg-11,
  .my-lg-11 {
    margin-top: 64px !important;
  }

  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 64px !important;
  }

  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 64px !important;
  }

  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 64px !important;
  }

  .m-lg-12 {
    margin: 72px !important;
  }

  .mt-lg-12,
  .my-lg-12 {
    margin-top: 72px !important;
  }

  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 72px !important;
  }

  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 72px !important;
  }

  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 72px !important;
  }

  .m-lg-13 {
    margin: 108px !important;
  }

  .mt-lg-13,
  .my-lg-13 {
    margin-top: 108px !important;
  }

  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 108px !important;
  }

  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 108px !important;
  }

  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 108px !important;
  }

  .m-lg-14 {
    margin: 128px !important;
  }

  .mt-lg-14,
  .my-lg-14 {
    margin-top: 128px !important;
  }

  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 128px !important;
  }

  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 128px !important;
  }

  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 128px !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: 4px !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important;
  }

  .p-lg-2 {
    padding: 8px !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important;
  }

  .p-lg-3 {
    padding: 12px !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 12px !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 12px !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 12px !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 12px !important;
  }

  .p-lg-4 {
    padding: 16px !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 16px !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 16px !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 16px !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 16px !important;
  }

  .p-lg-5 {
    padding: 20px !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 20px !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 20px !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 20px !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 20px !important;
  }

  .p-lg-6 {
    padding: 24px !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 24px !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 24px !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 24px !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 24px !important;
  }

  .p-lg-7 {
    padding: 28px !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 28px !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 28px !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 28px !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 28px !important;
  }

  .p-lg-8 {
    padding: 32px !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 32px !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 32px !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 32px !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 32px !important;
  }

  .p-lg-9 {
    padding: 36px !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 36px !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 36px !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 36px !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 36px !important;
  }

  .p-lg-10 {
    padding: 48px !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 48px !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 48px !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 48px !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 48px !important;
  }

  .p-lg-11 {
    padding: 64px !important;
  }

  .pt-lg-11,
  .py-lg-11 {
    padding-top: 64px !important;
  }

  .pr-lg-11,
  .px-lg-11 {
    padding-right: 64px !important;
  }

  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 64px !important;
  }

  .pl-lg-11,
  .px-lg-11 {
    padding-left: 64px !important;
  }

  .p-lg-12 {
    padding: 72px !important;
  }

  .pt-lg-12,
  .py-lg-12 {
    padding-top: 72px !important;
  }

  .pr-lg-12,
  .px-lg-12 {
    padding-right: 72px !important;
  }

  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 72px !important;
  }

  .pl-lg-12,
  .px-lg-12 {
    padding-left: 72px !important;
  }

  .p-lg-13 {
    padding: 108px !important;
  }

  .pt-lg-13,
  .py-lg-13 {
    padding-top: 108px !important;
  }

  .pr-lg-13,
  .px-lg-13 {
    padding-right: 108px !important;
  }

  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 108px !important;
  }

  .pl-lg-13,
  .px-lg-13 {
    padding-left: 108px !important;
  }

  .p-lg-14 {
    padding: 128px !important;
  }

  .pt-lg-14,
  .py-lg-14 {
    padding-top: 128px !important;
  }

  .pr-lg-14,
  .px-lg-14 {
    padding-right: 128px !important;
  }

  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 128px !important;
  }

  .pl-lg-14,
  .px-lg-14 {
    padding-left: 128px !important;
  }

  .m-lg-n1 {
    margin: -4px !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -4px !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -4px !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -4px !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -4px !important;
  }

  .m-lg-n2 {
    margin: -8px !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -8px !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -8px !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -8px !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -8px !important;
  }

  .m-lg-n3 {
    margin: -12px !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -12px !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -12px !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -12px !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -12px !important;
  }

  .m-lg-n4 {
    margin: -16px !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -16px !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -16px !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -16px !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -16px !important;
  }

  .m-lg-n5 {
    margin: -20px !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -20px !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -20px !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -20px !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -20px !important;
  }

  .m-lg-n6 {
    margin: -24px !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -24px !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -24px !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -24px !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -24px !important;
  }

  .m-lg-n7 {
    margin: -28px !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -28px !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -28px !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -28px !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -28px !important;
  }

  .m-lg-n8 {
    margin: -32px !important;
  }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -32px !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -32px !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -32px !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -32px !important;
  }

  .m-lg-n9 {
    margin: -36px !important;
  }

  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -36px !important;
  }

  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -36px !important;
  }

  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -36px !important;
  }

  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -36px !important;
  }

  .m-lg-n10 {
    margin: -48px !important;
  }

  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -48px !important;
  }

  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -48px !important;
  }

  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -48px !important;
  }

  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -48px !important;
  }

  .m-lg-n11 {
    margin: -64px !important;
  }

  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -64px !important;
  }

  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -64px !important;
  }

  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -64px !important;
  }

  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -64px !important;
  }

  .m-lg-n12 {
    margin: -72px !important;
  }

  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -72px !important;
  }

  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -72px !important;
  }

  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -72px !important;
  }

  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -72px !important;
  }

  .m-lg-n13 {
    margin: -108px !important;
  }

  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -108px !important;
  }

  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -108px !important;
  }

  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -108px !important;
  }

  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -108px !important;
  }

  .m-lg-n14 {
    margin: -128px !important;
  }

  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -128px !important;
  }

  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -128px !important;
  }

  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -128px !important;
  }

  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -128px !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: 4px !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important;
  }

  .m-xl-2 {
    margin: 8px !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important;
  }

  .m-xl-3 {
    margin: 12px !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 12px !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 12px !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 12px !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 12px !important;
  }

  .m-xl-4 {
    margin: 16px !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 16px !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 16px !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 16px !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 16px !important;
  }

  .m-xl-5 {
    margin: 20px !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 20px !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 20px !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 20px !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 20px !important;
  }

  .m-xl-6 {
    margin: 24px !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 24px !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 24px !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 24px !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 24px !important;
  }

  .m-xl-7 {
    margin: 28px !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 28px !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 28px !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 28px !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 28px !important;
  }

  .m-xl-8 {
    margin: 32px !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 32px !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 32px !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 32px !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 32px !important;
  }

  .m-xl-9 {
    margin: 36px !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 36px !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 36px !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 36px !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 36px !important;
  }

  .m-xl-10 {
    margin: 48px !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 48px !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 48px !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 48px !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 48px !important;
  }

  .m-xl-11 {
    margin: 64px !important;
  }

  .mt-xl-11,
  .my-xl-11 {
    margin-top: 64px !important;
  }

  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 64px !important;
  }

  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 64px !important;
  }

  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 64px !important;
  }

  .m-xl-12 {
    margin: 72px !important;
  }

  .mt-xl-12,
  .my-xl-12 {
    margin-top: 72px !important;
  }

  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 72px !important;
  }

  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 72px !important;
  }

  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 72px !important;
  }

  .m-xl-13 {
    margin: 108px !important;
  }

  .mt-xl-13,
  .my-xl-13 {
    margin-top: 108px !important;
  }

  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 108px !important;
  }

  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 108px !important;
  }

  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 108px !important;
  }

  .m-xl-14 {
    margin: 128px !important;
  }

  .mt-xl-14,
  .my-xl-14 {
    margin-top: 128px !important;
  }

  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 128px !important;
  }

  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 128px !important;
  }

  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 128px !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: 4px !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important;
  }

  .p-xl-2 {
    padding: 8px !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important;
  }

  .p-xl-3 {
    padding: 12px !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 12px !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 12px !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 12px !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 12px !important;
  }

  .p-xl-4 {
    padding: 16px !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 16px !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 16px !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 16px !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 16px !important;
  }

  .p-xl-5 {
    padding: 20px !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 20px !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 20px !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 20px !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 20px !important;
  }

  .p-xl-6 {
    padding: 24px !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 24px !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 24px !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 24px !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 24px !important;
  }

  .p-xl-7 {
    padding: 28px !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 28px !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 28px !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 28px !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 28px !important;
  }

  .p-xl-8 {
    padding: 32px !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 32px !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 32px !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 32px !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 32px !important;
  }

  .p-xl-9 {
    padding: 36px !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 36px !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 36px !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 36px !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 36px !important;
  }

  .p-xl-10 {
    padding: 48px !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 48px !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 48px !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 48px !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 48px !important;
  }

  .p-xl-11 {
    padding: 64px !important;
  }

  .pt-xl-11,
  .py-xl-11 {
    padding-top: 64px !important;
  }

  .pr-xl-11,
  .px-xl-11 {
    padding-right: 64px !important;
  }

  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 64px !important;
  }

  .pl-xl-11,
  .px-xl-11 {
    padding-left: 64px !important;
  }

  .p-xl-12 {
    padding: 72px !important;
  }

  .pt-xl-12,
  .py-xl-12 {
    padding-top: 72px !important;
  }

  .pr-xl-12,
  .px-xl-12 {
    padding-right: 72px !important;
  }

  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 72px !important;
  }

  .pl-xl-12,
  .px-xl-12 {
    padding-left: 72px !important;
  }

  .p-xl-13 {
    padding: 108px !important;
  }

  .pt-xl-13,
  .py-xl-13 {
    padding-top: 108px !important;
  }

  .pr-xl-13,
  .px-xl-13 {
    padding-right: 108px !important;
  }

  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 108px !important;
  }

  .pl-xl-13,
  .px-xl-13 {
    padding-left: 108px !important;
  }

  .p-xl-14 {
    padding: 128px !important;
  }

  .pt-xl-14,
  .py-xl-14 {
    padding-top: 128px !important;
  }

  .pr-xl-14,
  .px-xl-14 {
    padding-right: 128px !important;
  }

  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 128px !important;
  }

  .pl-xl-14,
  .px-xl-14 {
    padding-left: 128px !important;
  }

  .m-xl-n1 {
    margin: -4px !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -4px !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -4px !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -4px !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -4px !important;
  }

  .m-xl-n2 {
    margin: -8px !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -8px !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -8px !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -8px !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -8px !important;
  }

  .m-xl-n3 {
    margin: -12px !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -12px !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -12px !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -12px !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -12px !important;
  }

  .m-xl-n4 {
    margin: -16px !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -16px !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -16px !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -16px !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -16px !important;
  }

  .m-xl-n5 {
    margin: -20px !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -20px !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -20px !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -20px !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -20px !important;
  }

  .m-xl-n6 {
    margin: -24px !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -24px !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -24px !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -24px !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -24px !important;
  }

  .m-xl-n7 {
    margin: -28px !important;
  }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -28px !important;
  }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -28px !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -28px !important;
  }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -28px !important;
  }

  .m-xl-n8 {
    margin: -32px !important;
  }

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -32px !important;
  }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -32px !important;
  }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -32px !important;
  }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -32px !important;
  }

  .m-xl-n9 {
    margin: -36px !important;
  }

  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -36px !important;
  }

  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -36px !important;
  }

  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -36px !important;
  }

  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -36px !important;
  }

  .m-xl-n10 {
    margin: -48px !important;
  }

  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -48px !important;
  }

  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -48px !important;
  }

  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -48px !important;
  }

  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -48px !important;
  }

  .m-xl-n11 {
    margin: -64px !important;
  }

  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -64px !important;
  }

  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -64px !important;
  }

  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -64px !important;
  }

  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -64px !important;
  }

  .m-xl-n12 {
    margin: -72px !important;
  }

  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -72px !important;
  }

  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -72px !important;
  }

  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -72px !important;
  }

  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -72px !important;
  }

  .m-xl-n13 {
    margin: -108px !important;
  }

  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -108px !important;
  }

  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -108px !important;
  }

  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -108px !important;
  }

  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -108px !important;
  }

  .m-xl-n14 {
    margin: -128px !important;
  }

  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -128px !important;
  }

  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -128px !important;
  }

  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -128px !important;
  }

  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -128px !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;
  }
}

.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;
  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;
  }
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #db123b !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #940c28 !important;
}

.text-secondary {
  color: #3d88e8 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #1762c2 !important;
}

.text-success {
  color: #1fa728 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #136619 !important;
}

.text-info {
  color: #009ec3 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #006077 !important;
}

.text-warning {
  color: #f56500 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a94500 !important;
}

.text-danger {
  color: #db123b !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #940c28 !important;
}

.text-light {
  color: #f0f0f0 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cacaca !important;
}

.text-dark {
  color: #666666 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #404040 !important;
}

.text-primary-muted {
  color: #f0b3c1 !important;
}

a.text-primary-muted:hover,
a.text-primary-muted:focus {
  color: #e3738d !important;
}

.text-success-muted {
  color: #e8f6e9 !important;
}

a.text-success-muted:hover,
a.text-success-muted:focus {
  color: #b1e0b4 !important;
}

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

a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-darker {
  color: #212529 !important;
}

a.text-darker:hover,
a.text-darker:focus {
  color: black !important;
}

.text-fb-blue {
  color: #1877f2 !important;
}

a.text-fb-blue:hover,
a.text-fb-blue:focus {
  color: #0a54b3 !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover,
a.text-black:focus {
  color: black !important;
}

.text-body {
  color: #666666 !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;
}

/*****************************************************************************
  Bootstrap settings.
*/

/*****************************************************************************
  Bootstrap variables' custom overrides.
*/

/*****************************************************************************
  Project-specific variables.
*/

/*****************************************************************************
  Account.
*/

/*****************************************************************************
  Global components.
*/

/*****************************************************************************
  Homepage.
*/

/*****************************************************************************
  Recipe.
*/

.anchor-target::before {
  content: "";
  display: block;
  --anchor-target-offset: 100px;
  height: var(--anchor-target-offset);
  margin-top: calc(-1 * var(--anchor-target-offset));
}

@media (min-width: 992px) {
  .anchor-target::before {
    --anchor-target-offset: 200px;
  }
}

.btn-primary:hover:not([disabled]),
.btn-outline-primary:hover:not([disabled]) {
  box-shadow: 0 3px 20px 0 rgba(219, 18, 59, 0.3);
}

.btn.\--with-icon > [class^=icon-]:first-child,
.btn.\--with-icon > [class*=" icon-"]:first-child {
  margin-right: 12px;
}

.btn.\--with-icon > [class^=icon-]:last-child,
.btn.\--with-icon > [class*=" icon-"]:last-child {
  margin-left: 12px;
}

.btn-xs {
  padding: 0.5rem 1.1875rem;
  font-size: 0.875rem;
  line-height: 17px;
  border-radius: 7px;
}

@media (max-width: 575.98px) {
  .hidden-xs,
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hidden-sm,
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-md,
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-lg,
  .hidden-desktop {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl,
  .hidden-desktop {
    display: none !important;
  }
}

/*****************************************************************************
  Bootstrap settings.
*/

/*****************************************************************************
  Bootstrap variables' custom overrides.
*/

/*****************************************************************************
  Project-specific variables.
*/

/*****************************************************************************
  Account.
*/

/*****************************************************************************
  Global components.
*/

/*****************************************************************************
  Homepage.
*/

/*****************************************************************************
  Recipe.
*/

/*****************************************************************************
  Bootstrap settings.
*/

/*****************************************************************************
  Bootstrap variables' custom overrides.
*/

/*****************************************************************************
  Project-specific variables.
*/

/*****************************************************************************
  Account.
*/

/*****************************************************************************
  Global components.
*/

/*****************************************************************************
  Homepage.
*/

/*****************************************************************************
  Recipe.
*/

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.625rem + 2px);
  padding: 0.8125rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.625em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out 0.2s ease-in-out;
  will-change: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.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: var(--black);
  outline: 0;
  box-shadow: none;
}

.form-control::-moz-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: var(--white);
  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: calc(0.8125rem + 1px);
  padding-bottom: calc(0.8125rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.8125rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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: flex;
  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: inline-flex;
  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;
  font-size: 0.75rem;
  color: #1fa728;
}

.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(31, 167, 40, 0.9);
  border-radius: 0.625em;
}

.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: #1fa728;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #1fa728;
  box-shadow: 0 0 0 0.2rem rgba(31, 167, 40, 0.25);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #1fa728;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #1fa728;
  box-shadow: 0 0 0 0.2rem rgba(31, 167, 40, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #1fa728;
}

.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: #1fa728;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1fa728;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #27d232;
  background-color: #27d232;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(31, 167, 40, 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: #1fa728;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1fa728;
}

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0;
  font-size: 0.75rem;
  color: #f56500;
}

.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(245, 101, 0, 0.9);
  border-radius: 0.625em;
}

.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: #f56500;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #f56500;
  box-shadow: 0 0 0 0.2rem rgba(245, 101, 0, 0.25);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f56500;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f56500;
  box-shadow: 0 0 0 0.2rem rgba(245, 101, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #f56500;
}

.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: #f56500;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f56500;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff8129;
  background-color: #ff8129;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(245, 101, 0, 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: #f56500;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f56500;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f56500;
  box-shadow: 0 0 0 0.2rem rgba(245, 101, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.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: 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: #db123b;
  background-color: #db123b;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: var(--black);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #f8a8b8;
  border-color: #f8a8b8;
}

.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: var(--white);
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  color: #666666;
  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 1px;
}

.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 {
  border-radius: 5px;
}

.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: #db123b;
  background-color: #db123b;
}

.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(219, 18, 59, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(219, 18, 59, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(219, 18, 59, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out 0.2s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out 0.2s ease-in-out;
  will-change: 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;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(219, 18, 59, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.625rem + 2px);
  padding: 0.8125rem 2.5rem 0.8125rem 1.5rem;
  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 1.5rem center/8px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 0.625em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: var(--black);
  outline: 0;
  box-shadow: none;
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.5rem;
  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: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1rem;
}

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

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.625rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.625rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: var(--black);
  box-shadow: none;
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: var(--white);
}

.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: calc(1.5em + 1.625rem + 2px);
  padding: 0.8125rem 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.625em;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.625rem);
  padding: 0.8125rem 1.5rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.625em 0.625em 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 {
  box-shadow: 0 0 0 1px #fff, none;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #db123b;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out 0.2s 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 0.2s ease-in-out;
  will-change: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #f8a8b8;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #db123b;
  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 0.2s 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 0.2s ease-in-out;
  will-change: 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;
}

.custom-range::-moz-range-thumb:active {
  background-color: #f8a8b8;
}

.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: #db123b;
  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 0.2s 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 0.2s ease-in-out;
  will-change: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.custom-range::-ms-thumb:active {
  background-color: #f8a8b8;
}

.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 {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out 0.2s ease-in-out;
  will-change: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group {
  position: relative;
}

.form-label {
  font-size: 1rem;
  position: absolute;
  top: 0.8125rem;
  left: 1.5rem;
  border-radius: 0.5em;
  transform: translateY(1px);
  transition: transform 200ms ease-in-out, background-color 200ms ease-in-out, padding 200ms ease-in-out, opacity 200ms ease-in-out, font-size 200ms ease-in-out;
}

.form-label:hover {
  cursor: text;
}

.form-control {
  transition: opacity 200ms ease-in-out;
}

.form-control:focus + .form-label,
.form-control:-webkit-autofill + .form-label,
.form-control:not(:placeholder-shown) + .form-label {
  transform: translate(-3.75px, calc(-0.8125rem - 49%));
  font-size: 0.75rem;
  background: #fff;
  padding: 0 5px;
}

.form-control[required]:not([required=false]) + .form-label::after {
  content: "*";
}

.form-control[disabled],
.form-control[disabled] + .form-label {
  opacity: 0.4;
}

.form-control.is-valid,
.form-control.is-invalid {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-control.is-valid:focus,
.form-control.is-invalid:focus {
  box-shadow: none;
}

.valid-feedback,
.invalid-feedback {
  color: #fff;
  padding: 9px 1.5rem;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.valid-feedback {
  background: #1fa728;
  border: 1px solid #1fa728;
}

.invalid-feedback {
  background: #f56500;
  border: 1px solid #f56500;
}

.custom-control {
  z-index: 0;
}

.custom-control-label {
  max-width: 100%;
}

.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
  font-size: 0.875rem;
  padding-top: 2px;
}

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  border-radius: 50%;
  transition: background-color 200ms ease-in-out, border 200ms ease-in-out;
}

.custom-radio .custom-control-label::after {
  width: 0.9rem;
  height: 0.9rem;
  top: 0.3rem;
  left: -1.45rem;
}

.custom-radio .custom-control-input:checked + .custom-control-label::before {
  border: 1px solid #db123b;
}

.custom-radio .custom-control-input:checked + .custom-control-label::after {
  background: #db123b;
  border: 0.25rem solid #fff;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.container-extender {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.container-extender.\--stop-xs {
  width: unset;
  position: unset;
  margin-left: unset;
  left: unset;
}

@media (min-width: 576px) {
  .container-extender.\--stop-sm {
    width: unset;
    position: unset;
    margin-left: unset;
    left: unset;
  }
}

@media (min-width: 768px) {
  .container-extender.\--stop-md {
    width: unset;
    position: unset;
    margin-left: unset;
    left: unset;
  }
}

@media (min-width: 992px) {
  .container-extender.\--stop-lg {
    width: unset;
    position: unset;
    margin-left: unset;
    left: unset;
  }
}

@media (min-width: 1200px) {
  .container-extender.\--stop-xl {
    width: unset;
    position: unset;
    margin-left: unset;
    left: unset;
  }
}

/*****************************************************************************
  Bootstrap settings.
*/

/*****************************************************************************
  Bootstrap variables' custom overrides.
*/

/*****************************************************************************
  Project-specific variables.
*/

/*****************************************************************************
  Account.
*/

/*****************************************************************************
  Global components.
*/

/*****************************************************************************
  Homepage.
*/

/*****************************************************************************
  Recipe.
*/

@media print {
@page {
    size: auto;
    margin: 25px 0 25px 0;
}

  .container {
    width: auto;
  }

  .container,
  .container-lg,
  .container-xl {
    max-width: unset;
    margin: 0 1.5cm;
  }

  .navbar {
    display: none !important;
  }

  .bottom-nav {
    display: none !important;
  }

  .ws-breadcrumbs {
    display: none !important;
  }

  .ws-collection {
    display: none !important;
  }

  .ws-dashed-line {
    display: none !important;
  }

  .ws-header__socials {
    display: none !important;
  }

  .ws-print-save {
    display: none !important;
  }

  .ws-recipe-rating {
    display: none !important;
  }

  .ws-user-rating {
    display: none !important;
  }

  .ws-gallery {
    display: none !important;
  }

  .ws-comments {
    display: none !important;
  }

  .ws-other-recipes {
    display: none !important;
  }

  .ws-footer {
    display: none !important;
  }

  .ws-print {
    display: none !important;
  }

  .ws-step-product {
    display: none !important;
  }
}

@media print and (max-width: 991.98px) {
  .ws-recipe-intro {
    display: none !important;
  }

  .ws-partner {
    display: none !important;
  }

  .recipe-vote {
    display: none !important;
  }

  .recipe-print-mobile h2 {
    font-family: proxima-nova, serif;
    font-size: 1.25rem !important;
    font-weight: bold;
    color: #db123b;
    padding: 10px 0 !important;
    margin: 0 !important;
  }

  .recipe-print-mobile .ws-sidebar__section.\--sticky {
    display: none;
  }

  .recipe-print-mobile .ws-header {
    position: relative;
  }

  .recipe-print-mobile .ws-header h1 {
    max-width: 65%;
  }

  .recipe-print-mobile .ws-header__img-wrapper {
    position: absolute;
    height: 175px;
    width: 175px;
    top: 0;
    right: 0;
  }

  .recipe-print-mobile .ws-header__img-wrapper .ws-header__img {
    -o-object-position: center;
       object-position: center;
  }

  .recipe-print-mobile .ws-recipe-author {
    padding-top: 15px;
    margin-bottom: -20px !important;
  }

  .recipe-print-mobile .ws-recipe-details {
    margin-top: 0 !important;
  }

  .recipe-print-mobile .ws-recipe-details__top {
    display: flex;
    justify-content: flex-start;
  }

  .recipe-print-mobile .ws-recipe-details__top__item {
    flex-grow: 0;
  }

  .recipe-print-mobile .ws-recipe-details__top__item__spacer {
    display: none !important;
  }

  .recipe-print-mobile .ws-step-basic__content-wrapper,
  .recipe-print-mobile .ws-step-basic__content-wrapper h3,
  .recipe-print-mobile .ws-step-basic__content-wrapper div,
  .recipe-print-mobile .ws-step-tip,
  .recipe-print-mobile .ws-step-tip h3,
  .recipe-print-mobile .ws-step-tip__desc {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    display: table;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 25px;
  }

  .recipe-print-mobile .ws-step-basic__media__wrapper {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
  }

  .recipe-print-mobile .ws-sidebar__section__heading {
    color: #db123b;
    padding: 0;
  }

  .recipe-print-mobile .ws-sidebar__section__heading span span,
  .recipe-print-mobile .ws-sidebar__section__heading span:before {
    display: none;
  }

  .qr-code {
    display: table !important;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }

  .qr-code table,
  .qr-code tr,
  .qr-code td {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #007bff;
}

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #e83e8c;
}

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #dc3545;
}

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #fd7e14;
}

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #ffc107;
}

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #28a745;
}

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #17a2b8;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #6c757d;
}

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40;
}

.swiper-button-prev.swiper-button-gray-00,
.swiper-button-next.swiper-button-gray-00 {
  --swiper-navigation-color: #666666;
}

.swiper-button-prev.swiper-button-gray-01,
.swiper-button-next.swiper-button-gray-01 {
  --swiper-navigation-color: #9a9a9a;
}

.swiper-button-prev.swiper-button-primary-muted,
.swiper-button-next.swiper-button-primary-muted {
  --swiper-navigation-color: #f0b3c1;
}

.swiper-button-prev.swiper-button-success-muted,
.swiper-button-next.swiper-button-success-muted {
  --swiper-navigation-color: #e8f6e9;
}

.swiper-button-prev.swiper-button-darker,
.swiper-button-next.swiper-button-darker {
  --swiper-navigation-color: #212529;
}

.swiper-button-prev.swiper-button-fb-blue,
.swiper-button-next.swiper-button-fb-blue {
  --swiper-navigation-color: #1877f2;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #007bff;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #e83e8c;
}

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #28a745;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #17a2b8;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

.swiper-pagination-gray-00 {
  --swiper-pagination-color: #666666;
}

.swiper-pagination-gray-01 {
  --swiper-pagination-color: #9a9a9a;
}

.swiper-pagination-primary-muted {
  --swiper-pagination-color: #f0b3c1;
}

.swiper-pagination-success-muted {
  --swiper-pagination-color: #e8f6e9;
}

.swiper-pagination-darker {
  --swiper-pagination-color: #212529;
}

.swiper-pagination-fb-blue {
  --swiper-pagination-color: #1877f2;
}

.swiper-pagination-lock {
  display: none;
}

/*****************************************************************************
  Bootstrap settings.
*/

/*****************************************************************************
  Bootstrap variables' custom overrides.
*/

/*****************************************************************************
  Project-specific variables.
*/

/*****************************************************************************
  Account.
*/

/*****************************************************************************
  Global components.
*/

/*****************************************************************************
  Homepage.
*/

/*****************************************************************************
  Recipe.
*/

:root {
  --swiper-theme-color: #db123b;
}

/*****************************************************************************
  Navigation.
*/

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: all;
  cursor: not-allowed;
}

/*****************************************************************************
  Pagination.
*/

.swiper-pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
}

.swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #e5e5e5;
}

@media (min-width: 992px) {
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #fff;
    border: solid 1px #f0f0f0;
  }
}

@media (min-width: 992px) {
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}

.swiper-pagination.\--hidden {
  opacity: 0;
  pointer-events: none;
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6.3px;
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7.85px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.eot?v=1663679246775);
  src: url(/fonts/icomoon.eot?v=1663679246775) format("embedded-opentype"), url(/fonts/icomoon.ttf?v=1663679246775) format("truetype"), url(/fonts/icomoon.woff?v=1663679246776) format("woff"), url(/fonts/icomoon.svg?v=1663679246776) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-difficulty-medium:before {
  content: "\E923";
}

.icon-difficulty-easy:before {
  content: "\E922";
}

.icon-checkmark:before {
  content: "\E91E";
}

.icon-ticket:before {
  content: "\E91F";
}

.icon-clock:before {
  content: "\E920";
}

.icon-video:before {
  content: "\E921";
}

.icon-fb-filled:before {
  content: "\E91D";
}

.icon-play:before {
  content: "\E90E";
}

.icon-instagram:before {
  content: "\E91B";
}

.icon-youtube:before {
  content: "\E91C";
}

.icon-camera:before {
  content: "\E91A";
}

.icon-cart:before {
  content: "\E905";
}

.icon-home:before {
  content: "\E90A";
}

.icon-cake:before {
  content: "\E919";
}

.icon-arrow-left:before {
  content: "\E904";
}

.icon-arrow-right:before {
  content: "\E915";
}

.icon-chevron-left:before {
  content: "\E906";
}

.icon-chevron-up:before {
  content: "\E916";
}

.icon-chevron-down:before {
  content: "\E917";
}

.icon-chevron-right:before {
  content: "\E918";
}

.icon-bookmark:before {
  content: "\E900";
}

.icon-chefs-hat:before {
  content: "\E901";
}

.icon-facebook:before {
  content: "\E902";
}

.icon-pinterest:before {
  content: "\E90C";
}

.icon-light-bulb:before {
  content: "\E903";
}

.icon-stopwatch:before {
  content: "\E909";
}

.icon-star-filled:before {
  content: "\E913";
}

.icon-star-outlined:before {
  content: "\E914";
}

.icon-close:before {
  content: "\E907";
}

.icon-download:before {
  content: "\E908";
}

.icon-more:before {
  content: "\E90B";
}

.icon-print:before {
  content: "\E90F";
}

.icon-search:before {
  content: "\E910";
}

.icon-thumb-up:before {
  content: "\E911";
}

.icon-thumb-down:before {
  content: "\E90D";
}

.icon-user:before {
  content: "\E912";
}

@font-face {
  font-family: "Organika Script";
  src: local("Organika Script"), local("Organika-Script"), url(/fonts/Organika-Script.woff2) format("woff2"), url(/fonts/Organika-Script.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-serif {
  font-family: "Organika Script", Brush Script MT, cursive;
}

@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.525rem + 3.3vw);
  }
}

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * proxima-nova:
 *   - http://typekit.com/eulas/00000000000000003b9b3068
 *   - http://typekit.com/eulas/00000000000000003b9b3066
 *   - http://typekit.com/eulas/00000000000000003b9b3062
 *   - http://typekit.com/eulas/00000000000000003b9b3064
 *
 * © 2009-2020 Adobe Systems Incorporated. All Rights Reserved.
 */

/*{"last_published":"2019-08-22 09:28:37 UTC"}*/

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n6&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n5&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

