@charset "UTF-8";
/**
 * Custom Gutters Mixin
 * This will create custom gutters for localized implentation.
 * Usage: Pass in a new gutter value and this will apply those to child grid classnames.
 *
 * - does not loop through breakpoints
 * - intended to be used in an already-defined media query or child structure
 *
 * param: $number new gutter value, already halved
 * param: $context 'container', 'row'. Used to skip the L1 or L2 classname selectors. Pass as an empty string to only apply to columns.
 * param: $colclassname custom classname to use for columns. Defaults to a generic '.col-' selector
 */
/* --------------------------------
Typography - Fonts
-------------------------------- */
/* --------------------------------
Typography
-------------------------------- */
@font-face {
  font-family: open-sans-fallback;
  src: local("Gill Sans");
  ascent-override: 106.07%;
  descent-override: 29.29%;
}
@font-face {
  font-family: roboto-cond-fallback;
  src: local("Helvetica");
  ascent-override: 92.7%;
  descent-override: 24.4%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.title1 {
  font-size: 4.5rem;
}

.title2 {
  font-size: 4rem;
}

.title3 {
  font-size: 3rem;
}

.title4 {
  font-size: 2.25rem;
}

.title5 {
  font-size: 1.75rem;
}

.title6 {
  font-size: 1.5rem;
}

.title7 {
  font-size: 1.25rem;
}

.title8 {
  font-size: 1.125rem;
}

.caption1 {
  font-size: 0.75rem;
}

.caption2 {
  font-size: 0.625rem;
  text-transform: uppercase;
}

.text--caption_sm {
  font-size: 0.625rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.text--caption {
  font-size: 0.75rem;
  line-height: 1.3334;
}

.text--body_sm {
  font-size: 0.875rem;
  line-height: 1.43;
}

.text--body {
  font-size: 1rem;
  line-height: 1.25;
}

.text--title_8 {
  font-size: 1.125rem;
  line-height: 1.3334;
}

.text--title_7 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.text--title_6 {
  font-size: 1.5rem;
  line-height: 1.3334;
}

.text--title_5 {
  font-size: 1.75rem;
  line-height: 1.2857;
}

.text--title_4 {
  font-size: 2.25rem;
  line-height: 1.3334;
}

.text--title_3 {
  font-size: 3rem;
  line-height: 1.3334;
}

.text--title_2 {
  font-size: 4rem;
  line-height: 1.25;
}

.text--title_1 {
  font-size: 4.5rem;
  line-height: 1.3334;
}

@media only screen and (max-width: 599px) {
  .text--caption_sm-m {
    font-size: 0.625rem;
    line-height: 1.2;
  }
  .text--caption-m {
    font-size: 0.75rem;
    line-height: 1.3334;
  }
  .text--body_sm-m {
    font-size: 0.875rem;
    line-height: 1.43;
  }
  .text--body-m {
    font-size: 1rem;
    line-height: 1.25;
  }
  .text--title_8-m {
    font-size: 1.125rem;
    line-height: 1.3334;
  }
  .text--title_7-m {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .text--title_6-m {
    font-size: 1.5rem;
    line-height: 1.3334;
  }
  .text--title_5-m {
    font-size: 1.75rem;
    line-height: 1.2857;
  }
  .text--title_4-m {
    font-size: 2.25rem;
    line-height: 1.3334;
  }
  .text--title_3-m {
    font-size: 3rem;
    line-height: 1.3334;
  }
  .text--title_2-m {
    font-size: 4rem;
    line-height: 1.25;
  }
  .text--title_1-m {
    font-size: 4.5rem;
    line-height: 1.3334;
  }
}
@media only screen and (min-width: 600px) {
  .text--caption_sm-t {
    font-size: 0.625rem;
    line-height: 1.2;
  }
  .text--caption-t {
    font-size: 0.75rem;
    line-height: 1.3334;
  }
  .text--body_sm-t {
    font-size: 0.875rem;
    line-height: 1.43;
  }
  .text--body-t {
    font-size: 1rem;
    line-height: 1.25;
  }
  .text--title_8-t {
    font-size: 1.125rem;
    line-height: 1.3334;
  }
  .text--title_7-t {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .text--title_6-t {
    font-size: 1.5rem;
    line-height: 1.3334;
  }
  .text--title_5-t {
    font-size: 1.75rem;
    line-height: 1.2857;
  }
  .text--title_4-t {
    font-size: 2.25rem;
    line-height: 1.3334;
  }
  .text--title_3-t {
    font-size: 3rem;
    line-height: 1.3334;
  }
  .text--title_2-t {
    font-size: 4rem;
    line-height: 1.25;
  }
  .text--title_1-t {
    font-size: 4.5rem;
    line-height: 1.3334;
  }
}
@media only screen and (min-width: 1024px) {
  .text--caption_sm-d {
    font-size: 0.625rem;
    line-height: 1.2;
  }
  .text--caption-d {
    font-size: 0.75rem;
    line-height: 1.3334;
  }
  .text--body_sm-d {
    font-size: 0.875rem;
    line-height: 1.43;
  }
  .text--body-d {
    font-size: 1rem;
    line-height: 1.25;
  }
  .text--title_8-d {
    font-size: 1.125rem;
    line-height: 1.3334;
  }
  .text--title_7-d {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .text--title_6-d {
    font-size: 1.5rem;
    line-height: 1.3334;
  }
  .text--title_5-d {
    font-size: 1.75rem;
    line-height: 1.2857;
  }
  .text--title_4-d {
    font-size: 2.25rem;
    line-height: 1.3334;
  }
  .text--title_3-d {
    font-size: 3rem;
    line-height: 1.3334;
  }
  .text--title_2-d {
    font-size: 4rem;
    line-height: 1.25;
  }
  .text--title_1-d {
    font-size: 4.5rem;
    line-height: 1.3334;
  }
}
/* Font-family helpers */
.title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-weight: normal;
}

.title.title--primary,
.title--primary {
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-weight: 400;
}

.title.title--secondary,
.title--secondary {
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-weight: 600;
}

.title.title--tertiary,
.title--tertiary {
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-weight: 400;
}

.title.title--quaternary,
.title--quaternary {
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-weight: 700;
}

.text--upper {
  text-transform: uppercase;
}

/* stylelint-disable */
/** THIS FILE IS AUTOGENERATED BY 'build/site-custom-svgs/sprite.scss'. DONT EDIT THIS FILE **/
.sp-icon {
  font-size: 10px;
}
.sp-icon:before {
  content: " ";
  vertical-align: middle;
  display: inline-block;
  background-image: url("../images/sprites/customicons-sprite.svg");
  background-repeat: no-repeat;
  background-size: 34.8em 354.6em;
}
.no-svg .sp-icon:before {
  background-image: url("../customicons-sprite.png");
}

.sp-icon.account:before {
  background-position: 0em 0em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.align-footbed:before {
  background-position: 0em -2.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.align-footbed-active:before {
  background-position: 0em -4.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.apple:before {
  background-position: 0em -7.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.arrow-down:before {
  background-position: 0em -9.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.arrow-left:before {
  background-position: 0em -12em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.arrow-right:before {
  background-position: 0em -14.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.arrow-up:before {
  background-position: 0em -16.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.calendar:before {
  background-position: 0em -19.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.captions-off:before {
  background-position: 0em -21.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.captions-on:before {
  background-position: 0em -24em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.cart:before {
  background-position: 0em -26.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.cart-alt:before {
  background-position: 0em -28.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.check:before {
  background-position: 0em -31.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.checkbox-checked:before {
  background-position: 0em -33.6em;
  width: 1.8em;
  height: 1.6em;
}

.sp-icon.checkbox-checked-disabled:before {
  background-position: 0em -35.2em;
  width: 1.8em;
  height: 1.6em;
}

.sp-icon.checkbox-disabled:before {
  background-position: 0em -36.8em;
  width: 1.8em;
  height: 1.6em;
}

.sp-icon.checkbox-empty:before {
  background-position: 0em -38.4em;
  width: 1.8em;
  height: 1.6em;
}

.sp-icon.checkbox-focus:before {
  background-position: 0em -40em;
  width: 1.8em;
  height: 1.6em;
}

.sp-icon.checkmark:before {
  background-position: 0em -41.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.clock:before {
  background-position: 0em -44em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.close:before {
  background-position: 0em -46.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.close-small:before {
  background-position: 0em -48.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.close-small-filled:before {
  background-position: 0em -51.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.close-small-filled-white-x:before {
  background-position: 0em -53.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.customer-service:before {
  background-position: 0em -56em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.cycle:before {
  background-position: 0em -58.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.delivered-desktop:before {
  background-position: 0em -60.8em;
  width: 34.6em;
  height: 6.2em;
}

.sp-icon.delivered-mobile:before {
  background-position: 0em -67em;
  width: 28.6em;
  height: 6.2em;
}

.sp-icon.easy-adjust-lacing:before {
  background-position: 0em -73.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.easy-adjust-lacing-active:before {
  background-position: 0em -75.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.easy-clean:before {
  background-position: 0em -78em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.easy-clean-active:before {
  background-position: 0em -80.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.envelope:before {
  background-position: 0em -82.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.error-outlines:before {
  background-position: 0em -85.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.error-solid:before {
  background-position: 0em -87.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.eye-closed:before {
  background-position: 0em -90em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.eye-open:before {
  background-position: 0em -92.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.facebook:before {
  background-position: 0em -94.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.facebook-alt:before {
  background-position: 0em -97.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.fluid-resistant-toe:before {
  background-position: 0em -99.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.fluid-resistant-toe-active:before {
  background-position: 0em -102em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.google-plus:before {
  background-position: 0em -104.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.graduated-compression:before {
  background-position: 0em -106.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.graduated-compression-active:before {
  background-position: 0em -109.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.highlight:before {
  background-position: 0em -111.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.home:before {
  background-position: 0em -114em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.info-outlines:before {
  background-position: 0em -116.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.info-solid:before {
  background-position: 0em -118.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.instagram:before {
  background-position: 0em -121.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.lightweight:before {
  background-position: 0em -123.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.lightweight-active:before {
  background-position: 0em -126em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.list:before {
  background-position: 0em -128.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.location:before {
  background-position: 0em -130.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.locked:before {
  background-position: 0em -133.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.mappin:before {
  background-position: 0em -135.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.menu:before {
  background-position: 0em -138em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.minus:before {
  background-position: 0em -140.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.mute:before {
  background-position: 0em -142.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.order-cancelled-desktop:before {
  background-position: 0em -145.2em;
  width: 34.6em;
  height: 6.2em;
}

.sp-icon.order-cancelled-mobile:before {
  background-position: 0em -151.4em;
  width: 28.6em;
  height: 6.2em;
}

.sp-icon.order-exchanged-desktop:before {
  background-position: 0em -157.6em;
  width: 34.8em;
  height: 6.6em;
}

.sp-icon.order-exchanged-mobile:before {
  background-position: 0em -164.2em;
  width: 28.8em;
  height: 6.6em;
}

.sp-icon.order-onhold-desktop:before {
  background-position: 0em -170.8em;
  width: 34.6em;
  height: 6.2em;
}

.sp-icon.order-onhold-mobile:before {
  background-position: 0em -177em;
  width: 28.6em;
  height: 6.2em;
}

.sp-icon.order-placed_prepare-ship:before {
  background-position: 0em -183.2em;
  width: 34.6em;
  height: 6.2em;
}

.sp-icon.order-placed_prepare-ship-desktop:before {
  background-position: 0em -189.4em;
  width: 34.6em;
  height: 6.2em;
}

.sp-icon.order-placed_prepare-ship-mobile:before {
  background-position: 0em -195.6em;
  width: 28.6em;
  height: 6.2em;
}

.sp-icon.order-returned-desktop:before {
  background-position: 0em -201.8em;
  width: 34.8em;
  height: 6.6em;
}

.sp-icon.order-returned-mobile:before {
  background-position: 0em -208.4em;
  width: 28.8em;
  height: 6.6em;
}

.sp-icon.pause:before {
  background-position: 0em -215em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.payment-amex:before {
  background-position: 0em -217.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.payment-apple-pay:before {
  background-position: 0em -219.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.payment-credit-card:before {
  background-position: 0em -222.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.payment-discover:before {
  background-position: 0em -224.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.payment-mastercard:before {
  background-position: 0em -227em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.payment-paypal:before {
  background-position: 0em -229.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.payment-visa:before {
  background-position: 0em -231.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.paypal:before {
  background-position: 0em -234.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.phone-handset:before {
  background-position: 0em -236.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.pillowtop-insole:before {
  background-position: 0em -239em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.pillowtop-insole-active:before {
  background-position: 0em -241.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.pinterest:before {
  background-position: 0em -243.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.play:before {
  background-position: 0em -246.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.plus:before {
  background-position: 0em -248.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.printer:before {
  background-position: 0em -251em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.privacy-security:before {
  background-position: 0em -253.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.question-outlines:before {
  background-position: 0em -255.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.question-solid:before {
  background-position: 0em -258.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.radio-btn-active:before {
  background-position: 0em -260.6em;
  width: 1.6em;
  height: 1.6em;
}

.sp-icon.radio-btn-active-disabled:before {
  background-position: 0em -262.2em;
  width: 1.6em;
  height: 1.6em;
}

.sp-icon.radio-btn-active-focus:before {
  background-position: 0em -263.8em;
  width: 1.6em;
  height: 1.6em;
}

.sp-icon.radio-btn-disabled:before {
  background-position: 0em -265.4em;
  width: 1.6em;
  height: 1.6em;
}

.sp-icon.radio-btn-empty:before {
  background-position: 0em -267em;
  width: 1.6em;
  height: 1.6em;
}

.sp-icon.radio-btn-focus:before {
  background-position: 0em -268.6em;
  width: 1.6em;
  height: 1.6em;
}

.sp-icon.radiocircle:before {
  background-position: 0em -270.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.returns-exchanges:before {
  background-position: 0em -272.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.ruler:before {
  background-position: 0em -275em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.search:before {
  background-position: 0em -277.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.selectarrows:before {
  background-position: 0em -279.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.selectarrows-2:before {
  background-position: 0em -282.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.settings:before {
  background-position: 0em -284.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.share-link:before {
  background-position: 0em -287em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.shipped-desktop:before {
  background-position: 0em -289.4em;
  width: 34.6em;
  height: 6.2em;
}

.sp-icon.shipped-mobile:before {
  background-position: 0em -295.6em;
  width: 28.6em;
  height: 6.2em;
}

.sp-icon.slip-resistant:before {
  background-position: 0em -301.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.slip-resistant-active:before {
  background-position: 0em -304.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.snapchat:before {
  background-position: 0em -306.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.spotify:before {
  background-position: 0em -309em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.star-empty:before {
  background-position: 0em -311.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.star-filled:before {
  background-position: 0em -313.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.star-half:before {
  background-position: 0em -316.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.success-outlines:before {
  background-position: 0em -318.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.success-solid:before {
  background-position: 0em -321em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.trash:before {
  background-position: 0em -323.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.truck:before {
  background-position: 0em -325.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.tumblr:before {
  background-position: 0em -328.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.twitter:before {
  background-position: 0em -330.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.unlocked:before {
  background-position: 0em -333em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.unmute:before {
  background-position: 0em -335.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.video:before {
  background-position: 0em -337.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.warehouse:before {
  background-position: 0em -340.2em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.warning-outlines:before {
  background-position: 0em -342.6em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.warning-solid:before {
  background-position: 0em -345em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.wishlist-active-no-border:before {
  background-position: 0em -347.4em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.wishlist-inactive-no-border:before {
  background-position: 0em -349.8em;
  width: 2.4em;
  height: 2.4em;
}

.sp-icon.youtube:before {
  background-position: 0em -352.2em;
  width: 2.4em;
  height: 2.4em;
}

/** THIS FILE IS AUTOGENERATED BY 'build/site-custom-svgs/sprite.scss'. DONT EDIT THIS FILE **/
/* stylelint-enable */
/* Product Tile Ext Icons - Active Positions */
.tile-tool-icons.active .slip-resistant::before {
  background-position: 0 -304.2em;
}
.tile-tool-icons.active .lightweight::before {
  background-position: 0 -126em;
}
.tile-tool-icons.active .fluid-resistant-toe::before {
  background-position: 0 -102em;
}
.tile-tool-icons.active .easy-clean::before {
  background-position: 0 -80.4em;
}
.tile-tool-icons.active .graduated-compression::before {
  background-position: 0 -109.2em;
}
.tile-tool-icons.active .easy-adjust-lacing::before {
  background-position: 0 -75.6em;
}
.tile-tool-icons.active .align-footbed::before {
  background-position: 0 -4.8em;
}
.tile-tool-icons.active .pillowtop-insole::before {
  background-position: 0 -241.4em;
}

:root {
  --blue: #0070d2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c00;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #008827;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #006ec7;
  --secondary: #006580;
  --success: #008827;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #c00;
  --light: #f5f5f5;
  --dark: #6e6e6e;
  --breakpoint-xs: 0;
  --breakpoint-sm: 600px;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1440px;
  --breakpoint-xl: 1760px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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: #404040;
  text-align: left;
  background-color: #fff;
}

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

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

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

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: 700;
}

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: #444;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1e1e1e;
  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:not(:focus-visible) {
  outline: 0;
}

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] {
  -webkit-box-sizing: border-box;
          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;
}

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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ccc;
}

small,
.small {
  font-size: 0.875em;
  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.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.1875rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.1875rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 1760px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1760px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1440px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1760px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #404040;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
.table tbody + tbody {
  border-top: 2px solid #ccc;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #ccc;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ccc;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #404040;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d6ef;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ab4e2;
}

.table-hover .table-primary:hover {
  background-color: #a3caea;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a3caea;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8d4db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7aafbd;
}

.table-hover .table-secondary:hover {
  background-color: #a7cad2;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #a7cad2;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8dec3;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ac18f;
}

.table-hover .table-success:hover {
  background-color: #a7d6b4;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a7d6b4;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f1b8b8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e47a7a;
}

.table-hover .table-danger:hover {
  background-color: #eda3a3;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #eda3a3;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fafafa;
}

.table-hover .table-light:hover {
  background-color: #efefef;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #efefef;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d6d6d6;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #b4b4b4;
}

.table-hover .table-dark:hover {
  background-color: #c9c9c9;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c9c9c9;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ccc;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 599.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1759.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

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

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
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.375rem + 1px);
  padding-bottom: calc(0.375rem + 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: 1.25rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #404040;
  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: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #008827;
}

.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(0, 136, 39, 0.9);
  border-radius: 0.1875rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.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: #008827;
  padding-right: calc(1.5em + 0.75rem) !important;
  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='%23008827' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #008827;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008827;
}
.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: #008827;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #008827;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00bb36;
  background-color: #00bb36;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 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: #008827;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #008827;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #008827;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25);
}

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

.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(204, 0, 0, 0.9);
  border-radius: 0.1875rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #c00;
}
.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: #c00;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #c00;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: red;
  background-color: red;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(204, 0, 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: #c00;
}

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #404040;
  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.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #404040;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 110, 199, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 110, 199, 0.25);
}
.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: #006ec7;
  border-color: #006ec7;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0059a1;
  border-color: #005294;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0059a1;
  border-color: #005294;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 132, 207, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 132, 207, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #006ec7;
  border-color: #006ec7;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005294;
  border-color: #004b87;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 132, 207, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 132, 207, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #006580;
  border-color: #006580;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #00475a;
  border-color: #003d4d;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #00475a;
  border-color: #003d4d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 124, 147, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 124, 147, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #006580;
  border-color: #006580;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #003d4d;
  border-color: #003340;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 124, 147, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 124, 147, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #008827;
  border-color: #008827;
}
.btn-success:hover {
  color: #fff;
  background-color: #00621c;
  border-color: #005518;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #00621c;
  border-color: #005518;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 154, 71, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 154, 71, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #008827;
  border-color: #008827;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #005518;
  border-color: #004815;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 154, 71, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 154, 71, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #c00;
  border-color: #c00;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a60000;
  border-color: #990000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #a60000;
  border-color: #990000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 38, 38, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #c00;
  border-color: #c00;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #990000;
  border-color: #8c0000;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 38, 38, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: gainsboro;
  border-color: #d5d5d5;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.btn-dark:hover {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #555555;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #555555;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #555555;
  border-color: #4e4e4e;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
}

.btn-outline-primary {
  color: #006ec7;
  border-color: #006ec7;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #006ec7;
  border-color: #006ec7;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 110, 199, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 110, 199, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #006ec7;
  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: #006ec7;
  border-color: #006ec7;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 110, 199, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 110, 199, 0.5);
}

.btn-outline-secondary {
  color: #006580;
  border-color: #006580;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #006580;
  border-color: #006580;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 101, 128, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 101, 128, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #006580;
  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: #006580;
  border-color: #006580;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 101, 128, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 101, 128, 0.5);
}

.btn-outline-success {
  color: #008827;
  border-color: #008827;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #008827;
  border-color: #008827;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #008827;
  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: #008827;
  border-color: #008827;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  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: #17a2b8;
  border-color: #17a2b8;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  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: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #c00;
  border-color: #c00;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #c00;
  border-color: #c00;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #c00;
  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: #c00;
  border-color: #c00;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f5f5f5;
  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: #f5f5f5;
  border-color: #f5f5f5;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-dark {
  color: #6e6e6e;
  border-color: #6e6e6e;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #6e6e6e;
  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: #6e6e6e;
  border-color: #6e6e6e;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #444;
  text-decoration: none;
}
.btn-link:hover {
  color: #1e1e1e;
  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, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #404040;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1875rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 600px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1760px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #006ec7;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #006ec7;
  background-color: #006ec7;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 110, 199, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 110, 199, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #48adff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #7bc4ff;
  border-color: #7bc4ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1875rem;
}
.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: #006ec7;
  background-color: #006ec7;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 110, 199, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 110, 199, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 110, 199, 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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 110, 199, 0.5);
}

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

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #48adff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 110, 199, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 110, 199, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.1875rem 0.1875rem 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: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 110, 199, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 110, 199, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 110, 199, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 110, 199, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #006ec7;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #7bc4ff;
}
.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: #006ec7;
  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: #7bc4ff;
}
.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: #006ec7;
  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: #7bc4ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background-color: transparent;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.1875rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #006ec7;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 599.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1759.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1760px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.1875rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 600px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.1875rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.1875rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #444;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #1e1e1e;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 110, 199, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 110, 199, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #006ec7;
  border-color: #006ec7;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.1875rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    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: #006ec7;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #005294;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 110, 199, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 110, 199, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #006580;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #003d4d;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 101, 128, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 101, 128, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #008827;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #005518;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #c00;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #990000;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f5f5f5;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: gainsboro;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #6e6e6e;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #555555;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.1875rem;
}
@media (min-width: 600px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #003967;
  background-color: #cce2f4;
  border-color: #b8d6ef;
}
.alert-primary hr {
  border-top-color: #a3caea;
}
.alert-primary .alert-link {
  color: #001d34;
}

.alert-secondary {
  color: #003543;
  background-color: #cce0e6;
  border-color: #b8d4db;
}
.alert-secondary hr {
  border-top-color: #a7cad2;
}
.alert-secondary .alert-link {
  color: #000d10;
}

.alert-success {
  color: #004714;
  background-color: #cce7d4;
  border-color: #b8dec3;
}
.alert-success hr {
  border-top-color: #a7d6b4;
}
.alert-success .alert-link {
  color: #001406;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #6a0000;
  background-color: #f5cccc;
  border-color: #f1b8b8;
}
.alert-danger hr {
  border-top-color: #eda3a3;
}
.alert-danger .alert-link {
  color: #370000;
}

.alert-light {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-light hr {
  border-top-color: #efefef;
}
.alert-light .alert-link {
  color: #666666;
}

.alert-dark {
  color: #393939;
  background-color: #e2e2e2;
  border-color: #d6d6d6;
}
.alert-dark hr {
  border-top-color: #c9c9c9;
}
.alert-dark .alert-link {
  color: #202020;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.1875rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #006ec7;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.1875rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #404040;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #006ec7;
  border-color: #006ec7;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.1875rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.1875rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 600px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1760px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #003967;
  background-color: #b8d6ef;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #003967;
  background-color: #a3caea;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #003967;
  border-color: #003967;
}

.list-group-item-secondary {
  color: #003543;
  background-color: #b8d4db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #003543;
  background-color: #a7cad2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #003543;
  border-color: #003543;
}

.list-group-item-success {
  color: #004714;
  background-color: #b8dec3;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #004714;
  background-color: #a7d6b4;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #004714;
  border-color: #004714;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #6a0000;
  background-color: #f1b8b8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #6a0000;
  background-color: #eda3a3;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6a0000;
  border-color: #6a0000;
}

.list-group-item-light {
  color: #7f7f7f;
  background-color: #fcfcfc;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7f7f7f;
  background-color: #efefef;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.list-group-item-dark {
  color: #393939;
  background-color: #d6d6d6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #393939;
  background-color: #c9c9c9;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #393939;
  border-color: #393939;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 600px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1440px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1760px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.1875rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.1875rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.1875rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.1875rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #404040;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #006ec7 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #6e6e6e !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #006ec7 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1760px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1760px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 600px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1760px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

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

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

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

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

.m-5 {
  margin: 1.25rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1.25rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.25rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 1.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 1.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.mt-7,
.my-7 {
  margin-top: 1.75rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 1.75rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 1.75rem !important;
}

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

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

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

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

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

.m-9 {
  margin: 2.25rem !important;
}

.mt-9,
.my-9 {
  margin-top: 2.25rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 2.25rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 2.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 2.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.mt-11,
.my-11 {
  margin-top: 2.75rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 2.75rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 2.75rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 2.75rem !important;
}

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

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

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

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

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

.m-13 {
  margin: 3.25rem !important;
}

.mt-13,
.my-13 {
  margin-top: 3.25rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 3.25rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 3.25rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 3.25rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.mt-14,
.my-14 {
  margin-top: 3.5rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 3.5rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 3.5rem !important;
}

.m-15 {
  margin: 3.75rem !important;
}

.mt-15,
.my-15 {
  margin-top: 3.75rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 3.75rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 3.75rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 3.75rem !important;
}

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

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

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

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

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

.m-17 {
  margin: 4.25rem !important;
}

.mt-17,
.my-17 {
  margin-top: 4.25rem !important;
}

.mr-17,
.mx-17 {
  margin-right: 4.25rem !important;
}

.mb-17,
.my-17 {
  margin-bottom: 4.25rem !important;
}

.ml-17,
.mx-17 {
  margin-left: 4.25rem !important;
}

.m-18 {
  margin: 4.5rem !important;
}

.mt-18,
.my-18 {
  margin-top: 4.5rem !important;
}

.mr-18,
.mx-18 {
  margin-right: 4.5rem !important;
}

.mb-18,
.my-18 {
  margin-bottom: 4.5rem !important;
}

.ml-18,
.mx-18 {
  margin-left: 4.5rem !important;
}

.m-19 {
  margin: 4.75rem !important;
}

.mt-19,
.my-19 {
  margin-top: 4.75rem !important;
}

.mr-19,
.mx-19 {
  margin-right: 4.75rem !important;
}

.mb-19,
.my-19 {
  margin-bottom: 4.75rem !important;
}

.ml-19,
.mx-19 {
  margin-left: 4.75rem !important;
}

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

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

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

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

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

.m-21 {
  margin: 5.25rem !important;
}

.mt-21,
.my-21 {
  margin-top: 5.25rem !important;
}

.mr-21,
.mx-21 {
  margin-right: 5.25rem !important;
}

.mb-21,
.my-21 {
  margin-bottom: 5.25rem !important;
}

.ml-21,
.mx-21 {
  margin-left: 5.25rem !important;
}

.m-22 {
  margin: 5.5rem !important;
}

.mt-22,
.my-22 {
  margin-top: 5.5rem !important;
}

.mr-22,
.mx-22 {
  margin-right: 5.5rem !important;
}

.mb-22,
.my-22 {
  margin-bottom: 5.5rem !important;
}

.ml-22,
.mx-22 {
  margin-left: 5.5rem !important;
}

.m-23 {
  margin: 5.75rem !important;
}

.mt-23,
.my-23 {
  margin-top: 5.75rem !important;
}

.mr-23,
.mx-23 {
  margin-right: 5.75rem !important;
}

.mb-23,
.my-23 {
  margin-bottom: 5.75rem !important;
}

.ml-23,
.mx-23 {
  margin-left: 5.75rem !important;
}

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

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

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

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

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

.m-25 {
  margin: 6.25rem !important;
}

.mt-25,
.my-25 {
  margin-top: 6.25rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 6.25rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 6.25rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 6.25rem !important;
}

.m-26 {
  margin: 6.5rem !important;
}

.mt-26,
.my-26 {
  margin-top: 6.5rem !important;
}

.mr-26,
.mx-26 {
  margin-right: 6.5rem !important;
}

.mb-26,
.my-26 {
  margin-bottom: 6.5rem !important;
}

.ml-26,
.mx-26 {
  margin-left: 6.5rem !important;
}

.m-27 {
  margin: 6.75rem !important;
}

.mt-27,
.my-27 {
  margin-top: 6.75rem !important;
}

.mr-27,
.mx-27 {
  margin-right: 6.75rem !important;
}

.mb-27,
.my-27 {
  margin-bottom: 6.75rem !important;
}

.ml-27,
.mx-27 {
  margin-left: 6.75rem !important;
}

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

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

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

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

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

.m-29 {
  margin: 7.25rem !important;
}

.mt-29,
.my-29 {
  margin-top: 7.25rem !important;
}

.mr-29,
.mx-29 {
  margin-right: 7.25rem !important;
}

.mb-29,
.my-29 {
  margin-bottom: 7.25rem !important;
}

.ml-29,
.mx-29 {
  margin-left: 7.25rem !important;
}

.m-30 {
  margin: 7.5rem !important;
}

.mt-30,
.my-30 {
  margin-top: 7.5rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 7.5rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 7.5rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 7.5rem !important;
}

.m-31 {
  margin: 7.75rem !important;
}

.mt-31,
.my-31 {
  margin-top: 7.75rem !important;
}

.mr-31,
.mx-31 {
  margin-right: 7.75rem !important;
}

.mb-31,
.my-31 {
  margin-bottom: 7.75rem !important;
}

.ml-31,
.mx-31 {
  margin-left: 7.75rem !important;
}

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

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

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

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

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

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

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

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

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

.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1.25rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.25rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 1.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 1.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.pt-7,
.py-7 {
  padding-top: 1.75rem !important;
}

.pr-7,
.px-7 {
  padding-right: 1.75rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7,
.px-7 {
  padding-left: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pt-8,
.py-8 {
  padding-top: 2rem !important;
}

.pr-8,
.px-8 {
  padding-right: 2rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 2rem !important;
}

.pl-8,
.px-8 {
  padding-left: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.pt-9,
.py-9 {
  padding-top: 2.25rem !important;
}

.pr-9,
.px-9 {
  padding-right: 2.25rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9,
.px-9 {
  padding-left: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 2.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 2.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.pt-11,
.py-11 {
  padding-top: 2.75rem !important;
}

.pr-11,
.px-11 {
  padding-right: 2.75rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 2.75rem !important;
}

.pl-11,
.px-11 {
  padding-left: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.pt-12,
.py-12 {
  padding-top: 3rem !important;
}

.pr-12,
.px-12 {
  padding-right: 3rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 3rem !important;
}

.pl-12,
.px-12 {
  padding-left: 3rem !important;
}

.p-13 {
  padding: 3.25rem !important;
}

.pt-13,
.py-13 {
  padding-top: 3.25rem !important;
}

.pr-13,
.px-13 {
  padding-right: 3.25rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 3.25rem !important;
}

.pl-13,
.px-13 {
  padding-left: 3.25rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.pt-14,
.py-14 {
  padding-top: 3.5rem !important;
}

.pr-14,
.px-14 {
  padding-right: 3.5rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14,
.px-14 {
  padding-left: 3.5rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

.pt-15,
.py-15 {
  padding-top: 3.75rem !important;
}

.pr-15,
.px-15 {
  padding-right: 3.75rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 3.75rem !important;
}

.pl-15,
.px-15 {
  padding-left: 3.75rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.pt-16,
.py-16 {
  padding-top: 4rem !important;
}

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

.pb-16,
.py-16 {
  padding-bottom: 4rem !important;
}

.pl-16,
.px-16 {
  padding-left: 4rem !important;
}

.p-17 {
  padding: 4.25rem !important;
}

.pt-17,
.py-17 {
  padding-top: 4.25rem !important;
}

.pr-17,
.px-17 {
  padding-right: 4.25rem !important;
}

.pb-17,
.py-17 {
  padding-bottom: 4.25rem !important;
}

.pl-17,
.px-17 {
  padding-left: 4.25rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.pt-18,
.py-18 {
  padding-top: 4.5rem !important;
}

.pr-18,
.px-18 {
  padding-right: 4.5rem !important;
}

.pb-18,
.py-18 {
  padding-bottom: 4.5rem !important;
}

.pl-18,
.px-18 {
  padding-left: 4.5rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

.pt-19,
.py-19 {
  padding-top: 4.75rem !important;
}

.pr-19,
.px-19 {
  padding-right: 4.75rem !important;
}

.pb-19,
.py-19 {
  padding-bottom: 4.75rem !important;
}

.pl-19,
.px-19 {
  padding-left: 4.75rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.pt-20,
.py-20 {
  padding-top: 5rem !important;
}

.pr-20,
.px-20 {
  padding-right: 5rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 5rem !important;
}

.pl-20,
.px-20 {
  padding-left: 5rem !important;
}

.p-21 {
  padding: 5.25rem !important;
}

.pt-21,
.py-21 {
  padding-top: 5.25rem !important;
}

.pr-21,
.px-21 {
  padding-right: 5.25rem !important;
}

.pb-21,
.py-21 {
  padding-bottom: 5.25rem !important;
}

.pl-21,
.px-21 {
  padding-left: 5.25rem !important;
}

.p-22 {
  padding: 5.5rem !important;
}

.pt-22,
.py-22 {
  padding-top: 5.5rem !important;
}

.pr-22,
.px-22 {
  padding-right: 5.5rem !important;
}

.pb-22,
.py-22 {
  padding-bottom: 5.5rem !important;
}

.pl-22,
.px-22 {
  padding-left: 5.5rem !important;
}

.p-23 {
  padding: 5.75rem !important;
}

.pt-23,
.py-23 {
  padding-top: 5.75rem !important;
}

.pr-23,
.px-23 {
  padding-right: 5.75rem !important;
}

.pb-23,
.py-23 {
  padding-bottom: 5.75rem !important;
}

.pl-23,
.px-23 {
  padding-left: 5.75rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.pt-24,
.py-24 {
  padding-top: 6rem !important;
}

.pr-24,
.px-24 {
  padding-right: 6rem !important;
}

.pb-24,
.py-24 {
  padding-bottom: 6rem !important;
}

.pl-24,
.px-24 {
  padding-left: 6rem !important;
}

.p-25 {
  padding: 6.25rem !important;
}

.pt-25,
.py-25 {
  padding-top: 6.25rem !important;
}

.pr-25,
.px-25 {
  padding-right: 6.25rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 6.25rem !important;
}

.pl-25,
.px-25 {
  padding-left: 6.25rem !important;
}

.p-26 {
  padding: 6.5rem !important;
}

.pt-26,
.py-26 {
  padding-top: 6.5rem !important;
}

.pr-26,
.px-26 {
  padding-right: 6.5rem !important;
}

.pb-26,
.py-26 {
  padding-bottom: 6.5rem !important;
}

.pl-26,
.px-26 {
  padding-left: 6.5rem !important;
}

.p-27 {
  padding: 6.75rem !important;
}

.pt-27,
.py-27 {
  padding-top: 6.75rem !important;
}

.pr-27,
.px-27 {
  padding-right: 6.75rem !important;
}

.pb-27,
.py-27 {
  padding-bottom: 6.75rem !important;
}

.pl-27,
.px-27 {
  padding-left: 6.75rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.pt-28,
.py-28 {
  padding-top: 7rem !important;
}

.pr-28,
.px-28 {
  padding-right: 7rem !important;
}

.pb-28,
.py-28 {
  padding-bottom: 7rem !important;
}

.pl-28,
.px-28 {
  padding-left: 7rem !important;
}

.p-29 {
  padding: 7.25rem !important;
}

.pt-29,
.py-29 {
  padding-top: 7.25rem !important;
}

.pr-29,
.px-29 {
  padding-right: 7.25rem !important;
}

.pb-29,
.py-29 {
  padding-bottom: 7.25rem !important;
}

.pl-29,
.px-29 {
  padding-left: 7.25rem !important;
}

.p-30 {
  padding: 7.5rem !important;
}

.pt-30,
.py-30 {
  padding-top: 7.5rem !important;
}

.pr-30,
.px-30 {
  padding-right: 7.5rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 7.5rem !important;
}

.pl-30,
.px-30 {
  padding-left: 7.5rem !important;
}

.p-31 {
  padding: 7.75rem !important;
}

.pt-31,
.py-31 {
  padding-top: 7.75rem !important;
}

.pr-31,
.px-31 {
  padding-right: 7.75rem !important;
}

.pb-31,
.py-31 {
  padding-bottom: 7.75rem !important;
}

.pl-31,
.px-31 {
  padding-left: 7.75rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.pt-32,
.py-32 {
  padding-top: 8rem !important;
}

.pr-32,
.px-32 {
  padding-right: 8rem !important;
}

.pb-32,
.py-32 {
  padding-bottom: 8rem !important;
}

.pl-32,
.px-32 {
  padding-left: 8rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

.m-n5 {
  margin: -1.25rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1.25rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.25rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.25rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.25rem !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -1.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -1.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -1.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -1.5rem !important;
}

.m-n7 {
  margin: -1.75rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -1.75rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -1.75rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -1.75rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -1.75rem !important;
}

.m-n8 {
  margin: -2rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -2rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -2rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -2rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -2rem !important;
}

.m-n9 {
  margin: -2.25rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -2.25rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -2.25rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -2.25rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -2.25rem !important;
}

.m-n10 {
  margin: -2.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -2.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -2.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -2.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -2.5rem !important;
}

.m-n11 {
  margin: -2.75rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -2.75rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -2.75rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -2.75rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -2.75rem !important;
}

.m-n12 {
  margin: -3rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -3rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -3rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -3rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -3rem !important;
}

.m-n13 {
  margin: -3.25rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -3.25rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -3.25rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -3.25rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -3.25rem !important;
}

.m-n14 {
  margin: -3.5rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -3.5rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -3.5rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -3.5rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -3.5rem !important;
}

.m-n15 {
  margin: -3.75rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -3.75rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -3.75rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -3.75rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -3.75rem !important;
}

.m-n16 {
  margin: -4rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -4rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -4rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -4rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -4rem !important;
}

.m-n17 {
  margin: -4.25rem !important;
}

.mt-n17,
.my-n17 {
  margin-top: -4.25rem !important;
}

.mr-n17,
.mx-n17 {
  margin-right: -4.25rem !important;
}

.mb-n17,
.my-n17 {
  margin-bottom: -4.25rem !important;
}

.ml-n17,
.mx-n17 {
  margin-left: -4.25rem !important;
}

.m-n18 {
  margin: -4.5rem !important;
}

.mt-n18,
.my-n18 {
  margin-top: -4.5rem !important;
}

.mr-n18,
.mx-n18 {
  margin-right: -4.5rem !important;
}

.mb-n18,
.my-n18 {
  margin-bottom: -4.5rem !important;
}

.ml-n18,
.mx-n18 {
  margin-left: -4.5rem !important;
}

.m-n19 {
  margin: -4.75rem !important;
}

.mt-n19,
.my-n19 {
  margin-top: -4.75rem !important;
}

.mr-n19,
.mx-n19 {
  margin-right: -4.75rem !important;
}

.mb-n19,
.my-n19 {
  margin-bottom: -4.75rem !important;
}

.ml-n19,
.mx-n19 {
  margin-left: -4.75rem !important;
}

.m-n20 {
  margin: -5rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -5rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -5rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -5rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -5rem !important;
}

.m-n21 {
  margin: -5.25rem !important;
}

.mt-n21,
.my-n21 {
  margin-top: -5.25rem !important;
}

.mr-n21,
.mx-n21 {
  margin-right: -5.25rem !important;
}

.mb-n21,
.my-n21 {
  margin-bottom: -5.25rem !important;
}

.ml-n21,
.mx-n21 {
  margin-left: -5.25rem !important;
}

.m-n22 {
  margin: -5.5rem !important;
}

.mt-n22,
.my-n22 {
  margin-top: -5.5rem !important;
}

.mr-n22,
.mx-n22 {
  margin-right: -5.5rem !important;
}

.mb-n22,
.my-n22 {
  margin-bottom: -5.5rem !important;
}

.ml-n22,
.mx-n22 {
  margin-left: -5.5rem !important;
}

.m-n23 {
  margin: -5.75rem !important;
}

.mt-n23,
.my-n23 {
  margin-top: -5.75rem !important;
}

.mr-n23,
.mx-n23 {
  margin-right: -5.75rem !important;
}

.mb-n23,
.my-n23 {
  margin-bottom: -5.75rem !important;
}

.ml-n23,
.mx-n23 {
  margin-left: -5.75rem !important;
}

.m-n24 {
  margin: -6rem !important;
}

.mt-n24,
.my-n24 {
  margin-top: -6rem !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -6rem !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -6rem !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -6rem !important;
}

.m-n25 {
  margin: -6.25rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -6.25rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -6.25rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -6.25rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -6.25rem !important;
}

.m-n26 {
  margin: -6.5rem !important;
}

.mt-n26,
.my-n26 {
  margin-top: -6.5rem !important;
}

.mr-n26,
.mx-n26 {
  margin-right: -6.5rem !important;
}

.mb-n26,
.my-n26 {
  margin-bottom: -6.5rem !important;
}

.ml-n26,
.mx-n26 {
  margin-left: -6.5rem !important;
}

.m-n27 {
  margin: -6.75rem !important;
}

.mt-n27,
.my-n27 {
  margin-top: -6.75rem !important;
}

.mr-n27,
.mx-n27 {
  margin-right: -6.75rem !important;
}

.mb-n27,
.my-n27 {
  margin-bottom: -6.75rem !important;
}

.ml-n27,
.mx-n27 {
  margin-left: -6.75rem !important;
}

.m-n28 {
  margin: -7rem !important;
}

.mt-n28,
.my-n28 {
  margin-top: -7rem !important;
}

.mr-n28,
.mx-n28 {
  margin-right: -7rem !important;
}

.mb-n28,
.my-n28 {
  margin-bottom: -7rem !important;
}

.ml-n28,
.mx-n28 {
  margin-left: -7rem !important;
}

.m-n29 {
  margin: -7.25rem !important;
}

.mt-n29,
.my-n29 {
  margin-top: -7.25rem !important;
}

.mr-n29,
.mx-n29 {
  margin-right: -7.25rem !important;
}

.mb-n29,
.my-n29 {
  margin-bottom: -7.25rem !important;
}

.ml-n29,
.mx-n29 {
  margin-left: -7.25rem !important;
}

.m-n30 {
  margin: -7.5rem !important;
}

.mt-n30,
.my-n30 {
  margin-top: -7.5rem !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -7.5rem !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -7.5rem !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -7.5rem !important;
}

.m-n31 {
  margin: -7.75rem !important;
}

.mt-n31,
.my-n31 {
  margin-top: -7.75rem !important;
}

.mr-n31,
.mx-n31 {
  margin-right: -7.75rem !important;
}

.mb-n31,
.my-n31 {
  margin-bottom: -7.75rem !important;
}

.ml-n31,
.mx-n31 {
  margin-left: -7.75rem !important;
}

.m-n32 {
  margin: -8rem !important;
}

.mt-n32,
.my-n32 {
  margin-top: -8rem !important;
}

.mr-n32,
.mx-n32 {
  margin-right: -8rem !important;
}

.mb-n32,
.my-n32 {
  margin-bottom: -8rem !important;
}

.ml-n32,
.mx-n32 {
  margin-left: -8rem !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: 600px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 2.5rem !important;
  }
  .m-sm-11 {
    margin: 2.75rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 2.75rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 2.75rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 2.75rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 3rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 3rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 3rem !important;
  }
  .m-sm-13 {
    margin: 3.25rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 3.25rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 3.25rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 3.25rem !important;
  }
  .m-sm-14 {
    margin: 3.5rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 3.5rem !important;
  }
  .m-sm-15 {
    margin: 3.75rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 3.75rem !important;
  }
  .m-sm-16 {
    margin: 4rem !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 4rem !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 4rem !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 4rem !important;
  }
  .m-sm-17 {
    margin: 4.25rem !important;
  }
  .mt-sm-17,
  .my-sm-17 {
    margin-top: 4.25rem !important;
  }
  .mr-sm-17,
  .mx-sm-17 {
    margin-right: 4.25rem !important;
  }
  .mb-sm-17,
  .my-sm-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-sm-17,
  .mx-sm-17 {
    margin-left: 4.25rem !important;
  }
  .m-sm-18 {
    margin: 4.5rem !important;
  }
  .mt-sm-18,
  .my-sm-18 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-18,
  .mx-sm-18 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-18,
  .mx-sm-18 {
    margin-left: 4.5rem !important;
  }
  .m-sm-19 {
    margin: 4.75rem !important;
  }
  .mt-sm-19,
  .my-sm-19 {
    margin-top: 4.75rem !important;
  }
  .mr-sm-19,
  .mx-sm-19 {
    margin-right: 4.75rem !important;
  }
  .mb-sm-19,
  .my-sm-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-sm-19,
  .mx-sm-19 {
    margin-left: 4.75rem !important;
  }
  .m-sm-20 {
    margin: 5rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 5rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 5rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 5rem !important;
  }
  .m-sm-21 {
    margin: 5.25rem !important;
  }
  .mt-sm-21,
  .my-sm-21 {
    margin-top: 5.25rem !important;
  }
  .mr-sm-21,
  .mx-sm-21 {
    margin-right: 5.25rem !important;
  }
  .mb-sm-21,
  .my-sm-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-sm-21,
  .mx-sm-21 {
    margin-left: 5.25rem !important;
  }
  .m-sm-22 {
    margin: 5.5rem !important;
  }
  .mt-sm-22,
  .my-sm-22 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-22,
  .mx-sm-22 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-22,
  .my-sm-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-22,
  .mx-sm-22 {
    margin-left: 5.5rem !important;
  }
  .m-sm-23 {
    margin: 5.75rem !important;
  }
  .mt-sm-23,
  .my-sm-23 {
    margin-top: 5.75rem !important;
  }
  .mr-sm-23,
  .mx-sm-23 {
    margin-right: 5.75rem !important;
  }
  .mb-sm-23,
  .my-sm-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-sm-23,
  .mx-sm-23 {
    margin-left: 5.75rem !important;
  }
  .m-sm-24 {
    margin: 6rem !important;
  }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 6rem !important;
  }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 6rem !important;
  }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 6rem !important;
  }
  .m-sm-25 {
    margin: 6.25rem !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 6.25rem !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 6.25rem !important;
  }
  .m-sm-26 {
    margin: 6.5rem !important;
  }
  .mt-sm-26,
  .my-sm-26 {
    margin-top: 6.5rem !important;
  }
  .mr-sm-26,
  .mx-sm-26 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-26,
  .my-sm-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sm-26,
  .mx-sm-26 {
    margin-left: 6.5rem !important;
  }
  .m-sm-27 {
    margin: 6.75rem !important;
  }
  .mt-sm-27,
  .my-sm-27 {
    margin-top: 6.75rem !important;
  }
  .mr-sm-27,
  .mx-sm-27 {
    margin-right: 6.75rem !important;
  }
  .mb-sm-27,
  .my-sm-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-sm-27,
  .mx-sm-27 {
    margin-left: 6.75rem !important;
  }
  .m-sm-28 {
    margin: 7rem !important;
  }
  .mt-sm-28,
  .my-sm-28 {
    margin-top: 7rem !important;
  }
  .mr-sm-28,
  .mx-sm-28 {
    margin-right: 7rem !important;
  }
  .mb-sm-28,
  .my-sm-28 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-28,
  .mx-sm-28 {
    margin-left: 7rem !important;
  }
  .m-sm-29 {
    margin: 7.25rem !important;
  }
  .mt-sm-29,
  .my-sm-29 {
    margin-top: 7.25rem !important;
  }
  .mr-sm-29,
  .mx-sm-29 {
    margin-right: 7.25rem !important;
  }
  .mb-sm-29,
  .my-sm-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-sm-29,
  .mx-sm-29 {
    margin-left: 7.25rem !important;
  }
  .m-sm-30 {
    margin: 7.5rem !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 7.5rem !important;
  }
  .m-sm-31 {
    margin: 7.75rem !important;
  }
  .mt-sm-31,
  .my-sm-31 {
    margin-top: 7.75rem !important;
  }
  .mr-sm-31,
  .mx-sm-31 {
    margin-right: 7.75rem !important;
  }
  .mb-sm-31,
  .my-sm-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-sm-31,
  .mx-sm-31 {
    margin-left: 7.75rem !important;
  }
  .m-sm-32 {
    margin: 8rem !important;
  }
  .mt-sm-32,
  .my-sm-32 {
    margin-top: 8rem !important;
  }
  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 8rem !important;
  }
  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 8rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 2.25rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 2.5rem !important;
  }
  .p-sm-11 {
    padding: 2.75rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 2.75rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 2.75rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 2.75rem !important;
  }
  .p-sm-12 {
    padding: 3rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 3rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 3rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 3rem !important;
  }
  .p-sm-13 {
    padding: 3.25rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 3.25rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 3.25rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 3.25rem !important;
  }
  .p-sm-14 {
    padding: 3.5rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 3.5rem !important;
  }
  .p-sm-15 {
    padding: 3.75rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 3.75rem !important;
  }
  .p-sm-16 {
    padding: 4rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 4rem !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 4rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 4rem !important;
  }
  .p-sm-17 {
    padding: 4.25rem !important;
  }
  .pt-sm-17,
  .py-sm-17 {
    padding-top: 4.25rem !important;
  }
  .pr-sm-17,
  .px-sm-17 {
    padding-right: 4.25rem !important;
  }
  .pb-sm-17,
  .py-sm-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-sm-17,
  .px-sm-17 {
    padding-left: 4.25rem !important;
  }
  .p-sm-18 {
    padding: 4.5rem !important;
  }
  .pt-sm-18,
  .py-sm-18 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-18,
  .px-sm-18 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-18,
  .px-sm-18 {
    padding-left: 4.5rem !important;
  }
  .p-sm-19 {
    padding: 4.75rem !important;
  }
  .pt-sm-19,
  .py-sm-19 {
    padding-top: 4.75rem !important;
  }
  .pr-sm-19,
  .px-sm-19 {
    padding-right: 4.75rem !important;
  }
  .pb-sm-19,
  .py-sm-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-sm-19,
  .px-sm-19 {
    padding-left: 4.75rem !important;
  }
  .p-sm-20 {
    padding: 5rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 5rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 5rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 5rem !important;
  }
  .p-sm-21 {
    padding: 5.25rem !important;
  }
  .pt-sm-21,
  .py-sm-21 {
    padding-top: 5.25rem !important;
  }
  .pr-sm-21,
  .px-sm-21 {
    padding-right: 5.25rem !important;
  }
  .pb-sm-21,
  .py-sm-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-sm-21,
  .px-sm-21 {
    padding-left: 5.25rem !important;
  }
  .p-sm-22 {
    padding: 5.5rem !important;
  }
  .pt-sm-22,
  .py-sm-22 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-22,
  .px-sm-22 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-22,
  .py-sm-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-22,
  .px-sm-22 {
    padding-left: 5.5rem !important;
  }
  .p-sm-23 {
    padding: 5.75rem !important;
  }
  .pt-sm-23,
  .py-sm-23 {
    padding-top: 5.75rem !important;
  }
  .pr-sm-23,
  .px-sm-23 {
    padding-right: 5.75rem !important;
  }
  .pb-sm-23,
  .py-sm-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-sm-23,
  .px-sm-23 {
    padding-left: 5.75rem !important;
  }
  .p-sm-24 {
    padding: 6rem !important;
  }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 6rem !important;
  }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 6rem !important;
  }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 6rem !important;
  }
  .p-sm-25 {
    padding: 6.25rem !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 6.25rem !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 6.25rem !important;
  }
  .p-sm-26 {
    padding: 6.5rem !important;
  }
  .pt-sm-26,
  .py-sm-26 {
    padding-top: 6.5rem !important;
  }
  .pr-sm-26,
  .px-sm-26 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-26,
  .py-sm-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sm-26,
  .px-sm-26 {
    padding-left: 6.5rem !important;
  }
  .p-sm-27 {
    padding: 6.75rem !important;
  }
  .pt-sm-27,
  .py-sm-27 {
    padding-top: 6.75rem !important;
  }
  .pr-sm-27,
  .px-sm-27 {
    padding-right: 6.75rem !important;
  }
  .pb-sm-27,
  .py-sm-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-sm-27,
  .px-sm-27 {
    padding-left: 6.75rem !important;
  }
  .p-sm-28 {
    padding: 7rem !important;
  }
  .pt-sm-28,
  .py-sm-28 {
    padding-top: 7rem !important;
  }
  .pr-sm-28,
  .px-sm-28 {
    padding-right: 7rem !important;
  }
  .pb-sm-28,
  .py-sm-28 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-28,
  .px-sm-28 {
    padding-left: 7rem !important;
  }
  .p-sm-29 {
    padding: 7.25rem !important;
  }
  .pt-sm-29,
  .py-sm-29 {
    padding-top: 7.25rem !important;
  }
  .pr-sm-29,
  .px-sm-29 {
    padding-right: 7.25rem !important;
  }
  .pb-sm-29,
  .py-sm-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-sm-29,
  .px-sm-29 {
    padding-left: 7.25rem !important;
  }
  .p-sm-30 {
    padding: 7.5rem !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 7.5rem !important;
  }
  .p-sm-31 {
    padding: 7.75rem !important;
  }
  .pt-sm-31,
  .py-sm-31 {
    padding-top: 7.75rem !important;
  }
  .pr-sm-31,
  .px-sm-31 {
    padding-right: 7.75rem !important;
  }
  .pb-sm-31,
  .py-sm-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-sm-31,
  .px-sm-31 {
    padding-left: 7.75rem !important;
  }
  .p-sm-32 {
    padding: 8rem !important;
  }
  .pt-sm-32,
  .py-sm-32 {
    padding-top: 8rem !important;
  }
  .pr-sm-32,
  .px-sm-32 {
    padding-right: 8rem !important;
  }
  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-32,
  .px-sm-32 {
    padding-left: 8rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n7 {
    margin: -1.75rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -1.75rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -2rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -2rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -2rem !important;
  }
  .m-sm-n9 {
    margin: -2.25rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -2.25rem !important;
  }
  .m-sm-n10 {
    margin: -2.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n11 {
    margin: -2.75rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -2.75rem !important;
  }
  .m-sm-n12 {
    margin: -3rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -3rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -3rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -3rem !important;
  }
  .m-sm-n13 {
    margin: -3.25rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -3.25rem !important;
  }
  .m-sm-n14 {
    margin: -3.5rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n15 {
    margin: -3.75rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -3.75rem !important;
  }
  .m-sm-n16 {
    margin: -4rem !important;
  }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -4rem !important;
  }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -4rem !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -4rem !important;
  }
  .m-sm-n17 {
    margin: -4.25rem !important;
  }
  .mt-sm-n17,
  .my-sm-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-sm-n17,
  .mx-sm-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-sm-n17,
  .my-sm-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-sm-n17,
  .mx-sm-n17 {
    margin-left: -4.25rem !important;
  }
  .m-sm-n18 {
    margin: -4.5rem !important;
  }
  .mt-sm-n18,
  .my-sm-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n18,
  .mx-sm-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n18,
  .my-sm-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n18,
  .mx-sm-n18 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n19 {
    margin: -4.75rem !important;
  }
  .mt-sm-n19,
  .my-sm-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-sm-n19,
  .mx-sm-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-sm-n19,
  .my-sm-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-sm-n19,
  .mx-sm-n19 {
    margin-left: -4.75rem !important;
  }
  .m-sm-n20 {
    margin: -5rem !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -5rem !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -5rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -5rem !important;
  }
  .m-sm-n21 {
    margin: -5.25rem !important;
  }
  .mt-sm-n21,
  .my-sm-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-sm-n21,
  .mx-sm-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-sm-n21,
  .my-sm-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-sm-n21,
  .mx-sm-n21 {
    margin-left: -5.25rem !important;
  }
  .m-sm-n22 {
    margin: -5.5rem !important;
  }
  .mt-sm-n22,
  .my-sm-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-sm-n22,
  .mx-sm-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-sm-n22,
  .my-sm-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-sm-n22,
  .mx-sm-n22 {
    margin-left: -5.5rem !important;
  }
  .m-sm-n23 {
    margin: -5.75rem !important;
  }
  .mt-sm-n23,
  .my-sm-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-sm-n23,
  .mx-sm-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-sm-n23,
  .my-sm-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-sm-n23,
  .mx-sm-n23 {
    margin-left: -5.75rem !important;
  }
  .m-sm-n24 {
    margin: -6rem !important;
  }
  .mt-sm-n24,
  .my-sm-n24 {
    margin-top: -6rem !important;
  }
  .mr-sm-n24,
  .mx-sm-n24 {
    margin-right: -6rem !important;
  }
  .mb-sm-n24,
  .my-sm-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n24,
  .mx-sm-n24 {
    margin-left: -6rem !important;
  }
  .m-sm-n25 {
    margin: -6.25rem !important;
  }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -6.25rem !important;
  }
  .m-sm-n26 {
    margin: -6.5rem !important;
  }
  .mt-sm-n26,
  .my-sm-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-sm-n26,
  .mx-sm-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-sm-n26,
  .my-sm-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-sm-n26,
  .mx-sm-n26 {
    margin-left: -6.5rem !important;
  }
  .m-sm-n27 {
    margin: -6.75rem !important;
  }
  .mt-sm-n27,
  .my-sm-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-sm-n27,
  .mx-sm-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-sm-n27,
  .my-sm-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-sm-n27,
  .mx-sm-n27 {
    margin-left: -6.75rem !important;
  }
  .m-sm-n28 {
    margin: -7rem !important;
  }
  .mt-sm-n28,
  .my-sm-n28 {
    margin-top: -7rem !important;
  }
  .mr-sm-n28,
  .mx-sm-n28 {
    margin-right: -7rem !important;
  }
  .mb-sm-n28,
  .my-sm-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n28,
  .mx-sm-n28 {
    margin-left: -7rem !important;
  }
  .m-sm-n29 {
    margin: -7.25rem !important;
  }
  .mt-sm-n29,
  .my-sm-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-sm-n29,
  .mx-sm-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-sm-n29,
  .my-sm-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-sm-n29,
  .mx-sm-n29 {
    margin-left: -7.25rem !important;
  }
  .m-sm-n30 {
    margin: -7.5rem !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n31 {
    margin: -7.75rem !important;
  }
  .mt-sm-n31,
  .my-sm-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-sm-n31,
  .mx-sm-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-sm-n31,
  .my-sm-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-sm-n31,
  .mx-sm-n31 {
    margin-left: -7.75rem !important;
  }
  .m-sm-n32 {
    margin: -8rem !important;
  }
  .mt-sm-n32,
  .my-sm-n32 {
    margin-top: -8rem !important;
  }
  .mr-sm-n32,
  .mx-sm-n32 {
    margin-right: -8rem !important;
  }
  .mb-sm-n32,
  .my-sm-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n32,
  .mx-sm-n32 {
    margin-left: -8rem !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: 1024px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 2.25rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 2.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 2.5rem !important;
  }
  .m-md-11 {
    margin: 2.75rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 2.75rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 2.75rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 2.75rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 3rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 3rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 3rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 3rem !important;
  }
  .m-md-13 {
    margin: 3.25rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 3.25rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 3.25rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 3.25rem !important;
  }
  .m-md-14 {
    margin: 3.5rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 3.5rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 3.5rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 3.5rem !important;
  }
  .m-md-15 {
    margin: 3.75rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 3.75rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 3.75rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 3.75rem !important;
  }
  .m-md-16 {
    margin: 4rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 4rem !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 4rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 4rem !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 4rem !important;
  }
  .m-md-17 {
    margin: 4.25rem !important;
  }
  .mt-md-17,
  .my-md-17 {
    margin-top: 4.25rem !important;
  }
  .mr-md-17,
  .mx-md-17 {
    margin-right: 4.25rem !important;
  }
  .mb-md-17,
  .my-md-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-md-17,
  .mx-md-17 {
    margin-left: 4.25rem !important;
  }
  .m-md-18 {
    margin: 4.5rem !important;
  }
  .mt-md-18,
  .my-md-18 {
    margin-top: 4.5rem !important;
  }
  .mr-md-18,
  .mx-md-18 {
    margin-right: 4.5rem !important;
  }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-18,
  .mx-md-18 {
    margin-left: 4.5rem !important;
  }
  .m-md-19 {
    margin: 4.75rem !important;
  }
  .mt-md-19,
  .my-md-19 {
    margin-top: 4.75rem !important;
  }
  .mr-md-19,
  .mx-md-19 {
    margin-right: 4.75rem !important;
  }
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-md-19,
  .mx-md-19 {
    margin-left: 4.75rem !important;
  }
  .m-md-20 {
    margin: 5rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 5rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 5rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 5rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 5rem !important;
  }
  .m-md-21 {
    margin: 5.25rem !important;
  }
  .mt-md-21,
  .my-md-21 {
    margin-top: 5.25rem !important;
  }
  .mr-md-21,
  .mx-md-21 {
    margin-right: 5.25rem !important;
  }
  .mb-md-21,
  .my-md-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-md-21,
  .mx-md-21 {
    margin-left: 5.25rem !important;
  }
  .m-md-22 {
    margin: 5.5rem !important;
  }
  .mt-md-22,
  .my-md-22 {
    margin-top: 5.5rem !important;
  }
  .mr-md-22,
  .mx-md-22 {
    margin-right: 5.5rem !important;
  }
  .mb-md-22,
  .my-md-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-22,
  .mx-md-22 {
    margin-left: 5.5rem !important;
  }
  .m-md-23 {
    margin: 5.75rem !important;
  }
  .mt-md-23,
  .my-md-23 {
    margin-top: 5.75rem !important;
  }
  .mr-md-23,
  .mx-md-23 {
    margin-right: 5.75rem !important;
  }
  .mb-md-23,
  .my-md-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-md-23,
  .mx-md-23 {
    margin-left: 5.75rem !important;
  }
  .m-md-24 {
    margin: 6rem !important;
  }
  .mt-md-24,
  .my-md-24 {
    margin-top: 6rem !important;
  }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 6rem !important;
  }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 6rem !important;
  }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 6rem !important;
  }
  .m-md-25 {
    margin: 6.25rem !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 6.25rem !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 6.25rem !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 6.25rem !important;
  }
  .m-md-26 {
    margin: 6.5rem !important;
  }
  .mt-md-26,
  .my-md-26 {
    margin-top: 6.5rem !important;
  }
  .mr-md-26,
  .mx-md-26 {
    margin-right: 6.5rem !important;
  }
  .mb-md-26,
  .my-md-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-26,
  .mx-md-26 {
    margin-left: 6.5rem !important;
  }
  .m-md-27 {
    margin: 6.75rem !important;
  }
  .mt-md-27,
  .my-md-27 {
    margin-top: 6.75rem !important;
  }
  .mr-md-27,
  .mx-md-27 {
    margin-right: 6.75rem !important;
  }
  .mb-md-27,
  .my-md-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-md-27,
  .mx-md-27 {
    margin-left: 6.75rem !important;
  }
  .m-md-28 {
    margin: 7rem !important;
  }
  .mt-md-28,
  .my-md-28 {
    margin-top: 7rem !important;
  }
  .mr-md-28,
  .mx-md-28 {
    margin-right: 7rem !important;
  }
  .mb-md-28,
  .my-md-28 {
    margin-bottom: 7rem !important;
  }
  .ml-md-28,
  .mx-md-28 {
    margin-left: 7rem !important;
  }
  .m-md-29 {
    margin: 7.25rem !important;
  }
  .mt-md-29,
  .my-md-29 {
    margin-top: 7.25rem !important;
  }
  .mr-md-29,
  .mx-md-29 {
    margin-right: 7.25rem !important;
  }
  .mb-md-29,
  .my-md-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-md-29,
  .mx-md-29 {
    margin-left: 7.25rem !important;
  }
  .m-md-30 {
    margin: 7.5rem !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 7.5rem !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 7.5rem !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 7.5rem !important;
  }
  .m-md-31 {
    margin: 7.75rem !important;
  }
  .mt-md-31,
  .my-md-31 {
    margin-top: 7.75rem !important;
  }
  .mr-md-31,
  .mx-md-31 {
    margin-right: 7.75rem !important;
  }
  .mb-md-31,
  .my-md-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-md-31,
  .mx-md-31 {
    margin-left: 7.75rem !important;
  }
  .m-md-32 {
    margin: 8rem !important;
  }
  .mt-md-32,
  .my-md-32 {
    margin-top: 8rem !important;
  }
  .mr-md-32,
  .mx-md-32 {
    margin-right: 8rem !important;
  }
  .mb-md-32,
  .my-md-32 {
    margin-bottom: 8rem !important;
  }
  .ml-md-32,
  .mx-md-32 {
    margin-left: 8rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 1.75rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 2rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 2.25rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 2.25rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 2.25rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 2.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 2.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 2.5rem !important;
  }
  .p-md-11 {
    padding: 2.75rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 2.75rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 2.75rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 2.75rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 3rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 3rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 3rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 3rem !important;
  }
  .p-md-13 {
    padding: 3.25rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 3.25rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 3.25rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 3.25rem !important;
  }
  .p-md-14 {
    padding: 3.5rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 3.5rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 3.5rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 3.5rem !important;
  }
  .p-md-15 {
    padding: 3.75rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 3.75rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 3.75rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 3.75rem !important;
  }
  .p-md-16 {
    padding: 4rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 4rem !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 4rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 4rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 4rem !important;
  }
  .p-md-17 {
    padding: 4.25rem !important;
  }
  .pt-md-17,
  .py-md-17 {
    padding-top: 4.25rem !important;
  }
  .pr-md-17,
  .px-md-17 {
    padding-right: 4.25rem !important;
  }
  .pb-md-17,
  .py-md-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-md-17,
  .px-md-17 {
    padding-left: 4.25rem !important;
  }
  .p-md-18 {
    padding: 4.5rem !important;
  }
  .pt-md-18,
  .py-md-18 {
    padding-top: 4.5rem !important;
  }
  .pr-md-18,
  .px-md-18 {
    padding-right: 4.5rem !important;
  }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-18,
  .px-md-18 {
    padding-left: 4.5rem !important;
  }
  .p-md-19 {
    padding: 4.75rem !important;
  }
  .pt-md-19,
  .py-md-19 {
    padding-top: 4.75rem !important;
  }
  .pr-md-19,
  .px-md-19 {
    padding-right: 4.75rem !important;
  }
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-md-19,
  .px-md-19 {
    padding-left: 4.75rem !important;
  }
  .p-md-20 {
    padding: 5rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 5rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 5rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 5rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 5rem !important;
  }
  .p-md-21 {
    padding: 5.25rem !important;
  }
  .pt-md-21,
  .py-md-21 {
    padding-top: 5.25rem !important;
  }
  .pr-md-21,
  .px-md-21 {
    padding-right: 5.25rem !important;
  }
  .pb-md-21,
  .py-md-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-md-21,
  .px-md-21 {
    padding-left: 5.25rem !important;
  }
  .p-md-22 {
    padding: 5.5rem !important;
  }
  .pt-md-22,
  .py-md-22 {
    padding-top: 5.5rem !important;
  }
  .pr-md-22,
  .px-md-22 {
    padding-right: 5.5rem !important;
  }
  .pb-md-22,
  .py-md-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-22,
  .px-md-22 {
    padding-left: 5.5rem !important;
  }
  .p-md-23 {
    padding: 5.75rem !important;
  }
  .pt-md-23,
  .py-md-23 {
    padding-top: 5.75rem !important;
  }
  .pr-md-23,
  .px-md-23 {
    padding-right: 5.75rem !important;
  }
  .pb-md-23,
  .py-md-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-md-23,
  .px-md-23 {
    padding-left: 5.75rem !important;
  }
  .p-md-24 {
    padding: 6rem !important;
  }
  .pt-md-24,
  .py-md-24 {
    padding-top: 6rem !important;
  }
  .pr-md-24,
  .px-md-24 {
    padding-right: 6rem !important;
  }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 6rem !important;
  }
  .pl-md-24,
  .px-md-24 {
    padding-left: 6rem !important;
  }
  .p-md-25 {
    padding: 6.25rem !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 6.25rem !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 6.25rem !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 6.25rem !important;
  }
  .p-md-26 {
    padding: 6.5rem !important;
  }
  .pt-md-26,
  .py-md-26 {
    padding-top: 6.5rem !important;
  }
  .pr-md-26,
  .px-md-26 {
    padding-right: 6.5rem !important;
  }
  .pb-md-26,
  .py-md-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-26,
  .px-md-26 {
    padding-left: 6.5rem !important;
  }
  .p-md-27 {
    padding: 6.75rem !important;
  }
  .pt-md-27,
  .py-md-27 {
    padding-top: 6.75rem !important;
  }
  .pr-md-27,
  .px-md-27 {
    padding-right: 6.75rem !important;
  }
  .pb-md-27,
  .py-md-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-md-27,
  .px-md-27 {
    padding-left: 6.75rem !important;
  }
  .p-md-28 {
    padding: 7rem !important;
  }
  .pt-md-28,
  .py-md-28 {
    padding-top: 7rem !important;
  }
  .pr-md-28,
  .px-md-28 {
    padding-right: 7rem !important;
  }
  .pb-md-28,
  .py-md-28 {
    padding-bottom: 7rem !important;
  }
  .pl-md-28,
  .px-md-28 {
    padding-left: 7rem !important;
  }
  .p-md-29 {
    padding: 7.25rem !important;
  }
  .pt-md-29,
  .py-md-29 {
    padding-top: 7.25rem !important;
  }
  .pr-md-29,
  .px-md-29 {
    padding-right: 7.25rem !important;
  }
  .pb-md-29,
  .py-md-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-md-29,
  .px-md-29 {
    padding-left: 7.25rem !important;
  }
  .p-md-30 {
    padding: 7.5rem !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 7.5rem !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 7.5rem !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 7.5rem !important;
  }
  .p-md-31 {
    padding: 7.75rem !important;
  }
  .pt-md-31,
  .py-md-31 {
    padding-top: 7.75rem !important;
  }
  .pr-md-31,
  .px-md-31 {
    padding-right: 7.75rem !important;
  }
  .pb-md-31,
  .py-md-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-md-31,
  .px-md-31 {
    padding-left: 7.75rem !important;
  }
  .p-md-32 {
    padding: 8rem !important;
  }
  .pt-md-32,
  .py-md-32 {
    padding-top: 8rem !important;
  }
  .pr-md-32,
  .px-md-32 {
    padding-right: 8rem !important;
  }
  .pb-md-32,
  .py-md-32 {
    padding-bottom: 8rem !important;
  }
  .pl-md-32,
  .px-md-32 {
    padding-left: 8rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.25rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.5rem !important;
  }
  .m-md-n7 {
    margin: -1.75rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -1.75rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -2rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -2rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -2rem !important;
  }
  .m-md-n9 {
    margin: -2.25rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -2.25rem !important;
  }
  .m-md-n10 {
    margin: -2.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -2.5rem !important;
  }
  .m-md-n11 {
    margin: -2.75rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -2.75rem !important;
  }
  .m-md-n12 {
    margin: -3rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -3rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -3rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -3rem !important;
  }
  .m-md-n13 {
    margin: -3.25rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -3.25rem !important;
  }
  .m-md-n14 {
    margin: -3.5rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -3.5rem !important;
  }
  .m-md-n15 {
    margin: -3.75rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -3.75rem !important;
  }
  .m-md-n16 {
    margin: -4rem !important;
  }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -4rem !important;
  }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -4rem !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -4rem !important;
  }
  .m-md-n17 {
    margin: -4.25rem !important;
  }
  .mt-md-n17,
  .my-md-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-md-n17,
  .mx-md-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-md-n17,
  .my-md-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-md-n17,
  .mx-md-n17 {
    margin-left: -4.25rem !important;
  }
  .m-md-n18 {
    margin: -4.5rem !important;
  }
  .mt-md-n18,
  .my-md-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n18,
  .mx-md-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n18,
  .my-md-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n18,
  .mx-md-n18 {
    margin-left: -4.5rem !important;
  }
  .m-md-n19 {
    margin: -4.75rem !important;
  }
  .mt-md-n19,
  .my-md-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-md-n19,
  .mx-md-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-md-n19,
  .my-md-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-md-n19,
  .mx-md-n19 {
    margin-left: -4.75rem !important;
  }
  .m-md-n20 {
    margin: -5rem !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -5rem !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -5rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -5rem !important;
  }
  .m-md-n21 {
    margin: -5.25rem !important;
  }
  .mt-md-n21,
  .my-md-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-md-n21,
  .mx-md-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-md-n21,
  .my-md-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-md-n21,
  .mx-md-n21 {
    margin-left: -5.25rem !important;
  }
  .m-md-n22 {
    margin: -5.5rem !important;
  }
  .mt-md-n22,
  .my-md-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-md-n22,
  .mx-md-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-md-n22,
  .my-md-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-md-n22,
  .mx-md-n22 {
    margin-left: -5.5rem !important;
  }
  .m-md-n23 {
    margin: -5.75rem !important;
  }
  .mt-md-n23,
  .my-md-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-md-n23,
  .mx-md-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-md-n23,
  .my-md-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-md-n23,
  .mx-md-n23 {
    margin-left: -5.75rem !important;
  }
  .m-md-n24 {
    margin: -6rem !important;
  }
  .mt-md-n24,
  .my-md-n24 {
    margin-top: -6rem !important;
  }
  .mr-md-n24,
  .mx-md-n24 {
    margin-right: -6rem !important;
  }
  .mb-md-n24,
  .my-md-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n24,
  .mx-md-n24 {
    margin-left: -6rem !important;
  }
  .m-md-n25 {
    margin: -6.25rem !important;
  }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -6.25rem !important;
  }
  .m-md-n26 {
    margin: -6.5rem !important;
  }
  .mt-md-n26,
  .my-md-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-md-n26,
  .mx-md-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-md-n26,
  .my-md-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-md-n26,
  .mx-md-n26 {
    margin-left: -6.5rem !important;
  }
  .m-md-n27 {
    margin: -6.75rem !important;
  }
  .mt-md-n27,
  .my-md-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-md-n27,
  .mx-md-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-md-n27,
  .my-md-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-md-n27,
  .mx-md-n27 {
    margin-left: -6.75rem !important;
  }
  .m-md-n28 {
    margin: -7rem !important;
  }
  .mt-md-n28,
  .my-md-n28 {
    margin-top: -7rem !important;
  }
  .mr-md-n28,
  .mx-md-n28 {
    margin-right: -7rem !important;
  }
  .mb-md-n28,
  .my-md-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n28,
  .mx-md-n28 {
    margin-left: -7rem !important;
  }
  .m-md-n29 {
    margin: -7.25rem !important;
  }
  .mt-md-n29,
  .my-md-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-md-n29,
  .mx-md-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-md-n29,
  .my-md-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-md-n29,
  .mx-md-n29 {
    margin-left: -7.25rem !important;
  }
  .m-md-n30 {
    margin: -7.5rem !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -7.5rem !important;
  }
  .m-md-n31 {
    margin: -7.75rem !important;
  }
  .mt-md-n31,
  .my-md-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-md-n31,
  .mx-md-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-md-n31,
  .my-md-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-md-n31,
  .mx-md-n31 {
    margin-left: -7.75rem !important;
  }
  .m-md-n32 {
    margin: -8rem !important;
  }
  .mt-md-n32,
  .my-md-n32 {
    margin-top: -8rem !important;
  }
  .mr-md-n32,
  .mx-md-n32 {
    margin-right: -8rem !important;
  }
  .mb-md-n32,
  .my-md-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n32,
  .mx-md-n32 {
    margin-left: -8rem !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: 1440px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 2.5rem !important;
  }
  .m-lg-11 {
    margin: 2.75rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 2.75rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 2.75rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 2.75rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 3rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 3rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 3rem !important;
  }
  .m-lg-13 {
    margin: 3.25rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 3.25rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 3.25rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 3.25rem !important;
  }
  .m-lg-14 {
    margin: 3.5rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 3.5rem !important;
  }
  .m-lg-15 {
    margin: 3.75rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 3.75rem !important;
  }
  .m-lg-16 {
    margin: 4rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 4rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 4rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 4rem !important;
  }
  .m-lg-17 {
    margin: 4.25rem !important;
  }
  .mt-lg-17,
  .my-lg-17 {
    margin-top: 4.25rem !important;
  }
  .mr-lg-17,
  .mx-lg-17 {
    margin-right: 4.25rem !important;
  }
  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-lg-17,
  .mx-lg-17 {
    margin-left: 4.25rem !important;
  }
  .m-lg-18 {
    margin: 4.5rem !important;
  }
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 4.5rem !important;
  }
  .m-lg-19 {
    margin: 4.75rem !important;
  }
  .mt-lg-19,
  .my-lg-19 {
    margin-top: 4.75rem !important;
  }
  .mr-lg-19,
  .mx-lg-19 {
    margin-right: 4.75rem !important;
  }
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-lg-19,
  .mx-lg-19 {
    margin-left: 4.75rem !important;
  }
  .m-lg-20 {
    margin: 5rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 5rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 5rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 5rem !important;
  }
  .m-lg-21 {
    margin: 5.25rem !important;
  }
  .mt-lg-21,
  .my-lg-21 {
    margin-top: 5.25rem !important;
  }
  .mr-lg-21,
  .mx-lg-21 {
    margin-right: 5.25rem !important;
  }
  .mb-lg-21,
  .my-lg-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-lg-21,
  .mx-lg-21 {
    margin-left: 5.25rem !important;
  }
  .m-lg-22 {
    margin: 5.5rem !important;
  }
  .mt-lg-22,
  .my-lg-22 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-22,
  .mx-lg-22 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-22,
  .my-lg-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-22,
  .mx-lg-22 {
    margin-left: 5.5rem !important;
  }
  .m-lg-23 {
    margin: 5.75rem !important;
  }
  .mt-lg-23,
  .my-lg-23 {
    margin-top: 5.75rem !important;
  }
  .mr-lg-23,
  .mx-lg-23 {
    margin-right: 5.75rem !important;
  }
  .mb-lg-23,
  .my-lg-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-lg-23,
  .mx-lg-23 {
    margin-left: 5.75rem !important;
  }
  .m-lg-24 {
    margin: 6rem !important;
  }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 6rem !important;
  }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 6rem !important;
  }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 6rem !important;
  }
  .m-lg-25 {
    margin: 6.25rem !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 6.25rem !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 6.25rem !important;
  }
  .m-lg-26 {
    margin: 6.5rem !important;
  }
  .mt-lg-26,
  .my-lg-26 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-26,
  .mx-lg-26 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-26,
  .my-lg-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-26,
  .mx-lg-26 {
    margin-left: 6.5rem !important;
  }
  .m-lg-27 {
    margin: 6.75rem !important;
  }
  .mt-lg-27,
  .my-lg-27 {
    margin-top: 6.75rem !important;
  }
  .mr-lg-27,
  .mx-lg-27 {
    margin-right: 6.75rem !important;
  }
  .mb-lg-27,
  .my-lg-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-lg-27,
  .mx-lg-27 {
    margin-left: 6.75rem !important;
  }
  .m-lg-28 {
    margin: 7rem !important;
  }
  .mt-lg-28,
  .my-lg-28 {
    margin-top: 7rem !important;
  }
  .mr-lg-28,
  .mx-lg-28 {
    margin-right: 7rem !important;
  }
  .mb-lg-28,
  .my-lg-28 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-28,
  .mx-lg-28 {
    margin-left: 7rem !important;
  }
  .m-lg-29 {
    margin: 7.25rem !important;
  }
  .mt-lg-29,
  .my-lg-29 {
    margin-top: 7.25rem !important;
  }
  .mr-lg-29,
  .mx-lg-29 {
    margin-right: 7.25rem !important;
  }
  .mb-lg-29,
  .my-lg-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-lg-29,
  .mx-lg-29 {
    margin-left: 7.25rem !important;
  }
  .m-lg-30 {
    margin: 7.5rem !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 7.5rem !important;
  }
  .m-lg-31 {
    margin: 7.75rem !important;
  }
  .mt-lg-31,
  .my-lg-31 {
    margin-top: 7.75rem !important;
  }
  .mr-lg-31,
  .mx-lg-31 {
    margin-right: 7.75rem !important;
  }
  .mb-lg-31,
  .my-lg-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-lg-31,
  .mx-lg-31 {
    margin-left: 7.75rem !important;
  }
  .m-lg-32 {
    margin: 8rem !important;
  }
  .mt-lg-32,
  .my-lg-32 {
    margin-top: 8rem !important;
  }
  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 8rem !important;
  }
  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 8rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 2.25rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 2.5rem !important;
  }
  .p-lg-11 {
    padding: 2.75rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 2.75rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 2.75rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 2.75rem !important;
  }
  .p-lg-12 {
    padding: 3rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 3rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 3rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 3rem !important;
  }
  .p-lg-13 {
    padding: 3.25rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 3.25rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 3.25rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 3.25rem !important;
  }
  .p-lg-14 {
    padding: 3.5rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 3.5rem !important;
  }
  .p-lg-15 {
    padding: 3.75rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 3.75rem !important;
  }
  .p-lg-16 {
    padding: 4rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 4rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 4rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 4rem !important;
  }
  .p-lg-17 {
    padding: 4.25rem !important;
  }
  .pt-lg-17,
  .py-lg-17 {
    padding-top: 4.25rem !important;
  }
  .pr-lg-17,
  .px-lg-17 {
    padding-right: 4.25rem !important;
  }
  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-lg-17,
  .px-lg-17 {
    padding-left: 4.25rem !important;
  }
  .p-lg-18 {
    padding: 4.5rem !important;
  }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-18,
  .px-lg-18 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 4.5rem !important;
  }
  .p-lg-19 {
    padding: 4.75rem !important;
  }
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 4.75rem !important;
  }
  .pr-lg-19,
  .px-lg-19 {
    padding-right: 4.75rem !important;
  }
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-lg-19,
  .px-lg-19 {
    padding-left: 4.75rem !important;
  }
  .p-lg-20 {
    padding: 5rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 5rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 5rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 5rem !important;
  }
  .p-lg-21 {
    padding: 5.25rem !important;
  }
  .pt-lg-21,
  .py-lg-21 {
    padding-top: 5.25rem !important;
  }
  .pr-lg-21,
  .px-lg-21 {
    padding-right: 5.25rem !important;
  }
  .pb-lg-21,
  .py-lg-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-lg-21,
  .px-lg-21 {
    padding-left: 5.25rem !important;
  }
  .p-lg-22 {
    padding: 5.5rem !important;
  }
  .pt-lg-22,
  .py-lg-22 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-22,
  .px-lg-22 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-22,
  .py-lg-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-22,
  .px-lg-22 {
    padding-left: 5.5rem !important;
  }
  .p-lg-23 {
    padding: 5.75rem !important;
  }
  .pt-lg-23,
  .py-lg-23 {
    padding-top: 5.75rem !important;
  }
  .pr-lg-23,
  .px-lg-23 {
    padding-right: 5.75rem !important;
  }
  .pb-lg-23,
  .py-lg-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-lg-23,
  .px-lg-23 {
    padding-left: 5.75rem !important;
  }
  .p-lg-24 {
    padding: 6rem !important;
  }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 6rem !important;
  }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 6rem !important;
  }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 6rem !important;
  }
  .p-lg-25 {
    padding: 6.25rem !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 6.25rem !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 6.25rem !important;
  }
  .p-lg-26 {
    padding: 6.5rem !important;
  }
  .pt-lg-26,
  .py-lg-26 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-26,
  .px-lg-26 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-26,
  .py-lg-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-26,
  .px-lg-26 {
    padding-left: 6.5rem !important;
  }
  .p-lg-27 {
    padding: 6.75rem !important;
  }
  .pt-lg-27,
  .py-lg-27 {
    padding-top: 6.75rem !important;
  }
  .pr-lg-27,
  .px-lg-27 {
    padding-right: 6.75rem !important;
  }
  .pb-lg-27,
  .py-lg-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-lg-27,
  .px-lg-27 {
    padding-left: 6.75rem !important;
  }
  .p-lg-28 {
    padding: 7rem !important;
  }
  .pt-lg-28,
  .py-lg-28 {
    padding-top: 7rem !important;
  }
  .pr-lg-28,
  .px-lg-28 {
    padding-right: 7rem !important;
  }
  .pb-lg-28,
  .py-lg-28 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-28,
  .px-lg-28 {
    padding-left: 7rem !important;
  }
  .p-lg-29 {
    padding: 7.25rem !important;
  }
  .pt-lg-29,
  .py-lg-29 {
    padding-top: 7.25rem !important;
  }
  .pr-lg-29,
  .px-lg-29 {
    padding-right: 7.25rem !important;
  }
  .pb-lg-29,
  .py-lg-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-lg-29,
  .px-lg-29 {
    padding-left: 7.25rem !important;
  }
  .p-lg-30 {
    padding: 7.5rem !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 7.5rem !important;
  }
  .p-lg-31 {
    padding: 7.75rem !important;
  }
  .pt-lg-31,
  .py-lg-31 {
    padding-top: 7.75rem !important;
  }
  .pr-lg-31,
  .px-lg-31 {
    padding-right: 7.75rem !important;
  }
  .pb-lg-31,
  .py-lg-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-lg-31,
  .px-lg-31 {
    padding-left: 7.75rem !important;
  }
  .p-lg-32 {
    padding: 8rem !important;
  }
  .pt-lg-32,
  .py-lg-32 {
    padding-top: 8rem !important;
  }
  .pr-lg-32,
  .px-lg-32 {
    padding-right: 8rem !important;
  }
  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-32,
  .px-lg-32 {
    padding-left: 8rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n7 {
    margin: -1.75rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -1.75rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -2rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -2rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -2rem !important;
  }
  .m-lg-n9 {
    margin: -2.25rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -2.25rem !important;
  }
  .m-lg-n10 {
    margin: -2.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n11 {
    margin: -2.75rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -2.75rem !important;
  }
  .m-lg-n12 {
    margin: -3rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -3rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -3rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -3rem !important;
  }
  .m-lg-n13 {
    margin: -3.25rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -3.25rem !important;
  }
  .m-lg-n14 {
    margin: -3.5rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n15 {
    margin: -3.75rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -3.75rem !important;
  }
  .m-lg-n16 {
    margin: -4rem !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -4rem !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -4rem !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -4rem !important;
  }
  .m-lg-n17 {
    margin: -4.25rem !important;
  }
  .mt-lg-n17,
  .my-lg-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-lg-n17,
  .mx-lg-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-lg-n17,
  .my-lg-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-lg-n17,
  .mx-lg-n17 {
    margin-left: -4.25rem !important;
  }
  .m-lg-n18 {
    margin: -4.5rem !important;
  }
  .mt-lg-n18,
  .my-lg-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n18,
  .mx-lg-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n18,
  .my-lg-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n18,
  .mx-lg-n18 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n19 {
    margin: -4.75rem !important;
  }
  .mt-lg-n19,
  .my-lg-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-lg-n19,
  .mx-lg-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-lg-n19,
  .my-lg-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-lg-n19,
  .mx-lg-n19 {
    margin-left: -4.75rem !important;
  }
  .m-lg-n20 {
    margin: -5rem !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -5rem !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -5rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -5rem !important;
  }
  .m-lg-n21 {
    margin: -5.25rem !important;
  }
  .mt-lg-n21,
  .my-lg-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-lg-n21,
  .mx-lg-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-lg-n21,
  .my-lg-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-lg-n21,
  .mx-lg-n21 {
    margin-left: -5.25rem !important;
  }
  .m-lg-n22 {
    margin: -5.5rem !important;
  }
  .mt-lg-n22,
  .my-lg-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-lg-n22,
  .mx-lg-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-lg-n22,
  .my-lg-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-lg-n22,
  .mx-lg-n22 {
    margin-left: -5.5rem !important;
  }
  .m-lg-n23 {
    margin: -5.75rem !important;
  }
  .mt-lg-n23,
  .my-lg-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-lg-n23,
  .mx-lg-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-lg-n23,
  .my-lg-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-lg-n23,
  .mx-lg-n23 {
    margin-left: -5.75rem !important;
  }
  .m-lg-n24 {
    margin: -6rem !important;
  }
  .mt-lg-n24,
  .my-lg-n24 {
    margin-top: -6rem !important;
  }
  .mr-lg-n24,
  .mx-lg-n24 {
    margin-right: -6rem !important;
  }
  .mb-lg-n24,
  .my-lg-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n24,
  .mx-lg-n24 {
    margin-left: -6rem !important;
  }
  .m-lg-n25 {
    margin: -6.25rem !important;
  }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -6.25rem !important;
  }
  .m-lg-n26 {
    margin: -6.5rem !important;
  }
  .mt-lg-n26,
  .my-lg-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-lg-n26,
  .mx-lg-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-lg-n26,
  .my-lg-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-lg-n26,
  .mx-lg-n26 {
    margin-left: -6.5rem !important;
  }
  .m-lg-n27 {
    margin: -6.75rem !important;
  }
  .mt-lg-n27,
  .my-lg-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-lg-n27,
  .mx-lg-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-lg-n27,
  .my-lg-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-lg-n27,
  .mx-lg-n27 {
    margin-left: -6.75rem !important;
  }
  .m-lg-n28 {
    margin: -7rem !important;
  }
  .mt-lg-n28,
  .my-lg-n28 {
    margin-top: -7rem !important;
  }
  .mr-lg-n28,
  .mx-lg-n28 {
    margin-right: -7rem !important;
  }
  .mb-lg-n28,
  .my-lg-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n28,
  .mx-lg-n28 {
    margin-left: -7rem !important;
  }
  .m-lg-n29 {
    margin: -7.25rem !important;
  }
  .mt-lg-n29,
  .my-lg-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-lg-n29,
  .mx-lg-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-lg-n29,
  .my-lg-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-lg-n29,
  .mx-lg-n29 {
    margin-left: -7.25rem !important;
  }
  .m-lg-n30 {
    margin: -7.5rem !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n31 {
    margin: -7.75rem !important;
  }
  .mt-lg-n31,
  .my-lg-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-lg-n31,
  .mx-lg-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-lg-n31,
  .my-lg-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-lg-n31,
  .mx-lg-n31 {
    margin-left: -7.75rem !important;
  }
  .m-lg-n32 {
    margin: -8rem !important;
  }
  .mt-lg-n32,
  .my-lg-n32 {
    margin-top: -8rem !important;
  }
  .mr-lg-n32,
  .mx-lg-n32 {
    margin-right: -8rem !important;
  }
  .mb-lg-n32,
  .my-lg-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n32,
  .mx-lg-n32 {
    margin-left: -8rem !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: 1760px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xl-11 {
    margin: 2.75rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 3rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 3rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 3rem !important;
  }
  .m-xl-13 {
    margin: 3.25rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xl-14 {
    margin: 3.5rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xl-15 {
    margin: 3.75rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xl-16 {
    margin: 4rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 4rem !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 4rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 4rem !important;
  }
  .m-xl-17 {
    margin: 4.25rem !important;
  }
  .mt-xl-17,
  .my-xl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xl-17,
  .mx-xl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xl-17,
  .my-xl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xl-17,
  .mx-xl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xl-18 {
    margin: 4.5rem !important;
  }
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xl-19 {
    margin: 4.75rem !important;
  }
  .mt-xl-19,
  .my-xl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xl-19,
  .mx-xl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xl-19,
  .mx-xl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xl-20 {
    margin: 5rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 5rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 5rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 5rem !important;
  }
  .m-xl-21 {
    margin: 5.25rem !important;
  }
  .mt-xl-21,
  .my-xl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xl-21,
  .mx-xl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xl-21,
  .my-xl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xl-21,
  .mx-xl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xl-22 {
    margin: 5.5rem !important;
  }
  .mt-xl-22,
  .my-xl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-22,
  .mx-xl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-22,
  .my-xl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-22,
  .mx-xl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xl-23 {
    margin: 5.75rem !important;
  }
  .mt-xl-23,
  .my-xl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xl-23,
  .mx-xl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xl-23,
  .my-xl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xl-23,
  .mx-xl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xl-24 {
    margin: 6rem !important;
  }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 6rem !important;
  }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 6rem !important;
  }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 6rem !important;
  }
  .m-xl-25 {
    margin: 6.25rem !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xl-26 {
    margin: 6.5rem !important;
  }
  .mt-xl-26,
  .my-xl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-26,
  .mx-xl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-26,
  .my-xl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-26,
  .mx-xl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xl-27 {
    margin: 6.75rem !important;
  }
  .mt-xl-27,
  .my-xl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xl-27,
  .mx-xl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xl-27,
  .my-xl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xl-27,
  .mx-xl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xl-28 {
    margin: 7rem !important;
  }
  .mt-xl-28,
  .my-xl-28 {
    margin-top: 7rem !important;
  }
  .mr-xl-28,
  .mx-xl-28 {
    margin-right: 7rem !important;
  }
  .mb-xl-28,
  .my-xl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-28,
  .mx-xl-28 {
    margin-left: 7rem !important;
  }
  .m-xl-29 {
    margin: 7.25rem !important;
  }
  .mt-xl-29,
  .my-xl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xl-29,
  .mx-xl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xl-29,
  .my-xl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xl-29,
  .mx-xl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xl-30 {
    margin: 7.5rem !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 7.5rem !important;
  }
  .m-xl-31 {
    margin: 7.75rem !important;
  }
  .mt-xl-31,
  .my-xl-31 {
    margin-top: 7.75rem !important;
  }
  .mr-xl-31,
  .mx-xl-31 {
    margin-right: 7.75rem !important;
  }
  .mb-xl-31,
  .my-xl-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-xl-31,
  .mx-xl-31 {
    margin-left: 7.75rem !important;
  }
  .m-xl-32 {
    margin: 8rem !important;
  }
  .mt-xl-32,
  .my-xl-32 {
    margin-top: 8rem !important;
  }
  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 8rem !important;
  }
  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 8rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xl-11 {
    padding: 2.75rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xl-12 {
    padding: 3rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 3rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 3rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 3rem !important;
  }
  .p-xl-13 {
    padding: 3.25rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xl-14 {
    padding: 3.5rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xl-15 {
    padding: 3.75rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xl-16 {
    padding: 4rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 4rem !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 4rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 4rem !important;
  }
  .p-xl-17 {
    padding: 4.25rem !important;
  }
  .pt-xl-17,
  .py-xl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xl-17,
  .px-xl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xl-17,
  .py-xl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xl-17,
  .px-xl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xl-18 {
    padding: 4.5rem !important;
  }
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-18,
  .px-xl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-18,
  .px-xl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xl-19 {
    padding: 4.75rem !important;
  }
  .pt-xl-19,
  .py-xl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xl-19,
  .px-xl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xl-19,
  .px-xl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xl-20 {
    padding: 5rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 5rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 5rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 5rem !important;
  }
  .p-xl-21 {
    padding: 5.25rem !important;
  }
  .pt-xl-21,
  .py-xl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xl-21,
  .px-xl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xl-21,
  .py-xl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xl-21,
  .px-xl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xl-22 {
    padding: 5.5rem !important;
  }
  .pt-xl-22,
  .py-xl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-22,
  .px-xl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-22,
  .py-xl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-22,
  .px-xl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xl-23 {
    padding: 5.75rem !important;
  }
  .pt-xl-23,
  .py-xl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xl-23,
  .px-xl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xl-23,
  .py-xl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xl-23,
  .px-xl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xl-24 {
    padding: 6rem !important;
  }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 6rem !important;
  }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 6rem !important;
  }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 6rem !important;
  }
  .p-xl-25 {
    padding: 6.25rem !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xl-26 {
    padding: 6.5rem !important;
  }
  .pt-xl-26,
  .py-xl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-26,
  .px-xl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-26,
  .py-xl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-26,
  .px-xl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xl-27 {
    padding: 6.75rem !important;
  }
  .pt-xl-27,
  .py-xl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xl-27,
  .px-xl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xl-27,
  .py-xl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xl-27,
  .px-xl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xl-28 {
    padding: 7rem !important;
  }
  .pt-xl-28,
  .py-xl-28 {
    padding-top: 7rem !important;
  }
  .pr-xl-28,
  .px-xl-28 {
    padding-right: 7rem !important;
  }
  .pb-xl-28,
  .py-xl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-28,
  .px-xl-28 {
    padding-left: 7rem !important;
  }
  .p-xl-29 {
    padding: 7.25rem !important;
  }
  .pt-xl-29,
  .py-xl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xl-29,
  .px-xl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xl-29,
  .py-xl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xl-29,
  .px-xl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xl-30 {
    padding: 7.5rem !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 7.5rem !important;
  }
  .p-xl-31 {
    padding: 7.75rem !important;
  }
  .pt-xl-31,
  .py-xl-31 {
    padding-top: 7.75rem !important;
  }
  .pr-xl-31,
  .px-xl-31 {
    padding-right: 7.75rem !important;
  }
  .pb-xl-31,
  .py-xl-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-xl-31,
  .px-xl-31 {
    padding-left: 7.75rem !important;
  }
  .p-xl-32 {
    padding: 8rem !important;
  }
  .pt-xl-32,
  .py-xl-32 {
    padding-top: 8rem !important;
  }
  .pr-xl-32,
  .px-xl-32 {
    padding-right: 8rem !important;
  }
  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-32,
  .px-xl-32 {
    padding-left: 8rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -2rem !important;
  }
  .m-xl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xl-n12 {
    margin: -3rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -3rem !important;
  }
  .m-xl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xl-n16 {
    margin: -4rem !important;
  }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -4rem !important;
  }
  .m-xl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xl-n17,
  .my-xl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xl-n17,
  .mx-xl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xl-n17,
  .my-xl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xl-n17,
  .mx-xl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xl-n18,
  .my-xl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n18,
  .mx-xl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n18,
  .my-xl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n18,
  .mx-xl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xl-n19,
  .my-xl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xl-n19,
  .mx-xl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xl-n19,
  .my-xl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xl-n19,
  .mx-xl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xl-n20 {
    margin: -5rem !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -5rem !important;
  }
  .m-xl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xl-n21,
  .my-xl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xl-n21,
  .mx-xl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xl-n21,
  .my-xl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xl-n21,
  .mx-xl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xl-n22,
  .my-xl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xl-n22,
  .mx-xl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xl-n22,
  .my-xl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xl-n22,
  .mx-xl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xl-n23,
  .my-xl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xl-n23,
  .mx-xl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xl-n23,
  .my-xl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xl-n23,
  .mx-xl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xl-n24 {
    margin: -6rem !important;
  }
  .mt-xl-n24,
  .my-xl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xl-n24,
  .mx-xl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xl-n24,
  .my-xl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n24,
  .mx-xl-n24 {
    margin-left: -6rem !important;
  }
  .m-xl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xl-n26,
  .my-xl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xl-n26,
  .mx-xl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xl-n26,
  .my-xl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xl-n26,
  .mx-xl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xl-n27,
  .my-xl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xl-n27,
  .mx-xl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xl-n27,
  .my-xl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xl-n27,
  .mx-xl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xl-n28 {
    margin: -7rem !important;
  }
  .mt-xl-n28,
  .my-xl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xl-n28,
  .mx-xl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xl-n28,
  .my-xl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n28,
  .mx-xl-n28 {
    margin-left: -7rem !important;
  }
  .m-xl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xl-n29,
  .my-xl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xl-n29,
  .mx-xl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xl-n29,
  .my-xl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xl-n29,
  .mx-xl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n31 {
    margin: -7.75rem !important;
  }
  .mt-xl-n31,
  .my-xl-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-xl-n31,
  .mx-xl-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-xl-n31,
  .my-xl-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-xl-n31,
  .mx-xl-n31 {
    margin-left: -7.75rem !important;
  }
  .m-xl-n32 {
    margin: -8rem !important;
  }
  .mt-xl-n32,
  .my-xl-n32 {
    margin-top: -8rem !important;
  }
  .mr-xl-n32,
  .mx-xl-n32 {
    margin-right: -8rem !important;
  }
  .mb-xl-n32,
  .my-xl-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n32,
  .mx-xl-n32 {
    margin-left: -8rem !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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  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: 600px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1760px) {
  .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: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #006ec7 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #00447b !important;
}

.text-secondary {
  color: #006580 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #002934 !important;
}

.text-success {
  color: #008827 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #003c11 !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #c00 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: maroon !important;
}

.text-light {
  color: #f5f5f5 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cfcfcf !important;
}

.text-dark {
  color: #6e6e6e !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #484848 !important;
}

.text-body {
  color: #404040 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1440px !important;
  }
  .container {
    min-width: 1440px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #ccc;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #ccc;
  }
}
.carousel .icon-prev,
.carousel .icon-next {
  background-color: #fff;
  font-size: 1.875em;
  height: 3rem;
  padding-top: 0.24em;
  width: 3rem;
}
.carousel .icon-prev::before,
.carousel .icon-next::before {
  color: black;
  font-family: FontAwesome, sans-serif;
}
.carousel .icon-prev::before {
  content: "\f104";
}
.carousel .icon-next::before {
  content: "\f105";
}
.carousel .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.carousel .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 3rem;
}
.carousel .carousel-control-next:focus,
.carousel .carousel-control-prev:focus {
  outline: auto black;
}

.nav-tabs {
  border-bottom: 1px solid #d0d0d0;
}
.nav-tabs .nav-link {
  font-size: 1.1rem;
  color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.active {
  border-bottom: 0.188em solid var(--skin-primary-color-1);
}

.card {
  margin-bottom: 1em;
}

.card-header h4 {
  margin-bottom: 0;
}

.modal .modal-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

dt {
  color: #495057;
  font-weight: normal;
}

.custom-checkbox .custom-control-label::before {
  border: 1px solid black;
  background: #f9f9f9; /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#d0d0d0));
  background: linear-gradient(#f9f9f9, #d0d0d0); /* Standard syntax */
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2333788e' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-label::before {
  border: 1px solid black;
  background: #d0d0d0; /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#909090));
  background: linear-gradient(#d0d0d0, #909090); /* Standard syntax */
}

.form-control.is-invalid {
  background-image: none;
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 600px) and (max-width: 1023.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1440px) and (max-width: 1759.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1760px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 599.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1439.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1759.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

:root {
  --primary-color: #006ec7;
  --primary-light-color: #d7e7f4;
  --primary-dark-color: #053b65;
  --secondary-color: #006580;
  --secondary-light-color: #67afad;
  --secondary-dark-color: #05776c;
  --tertiary-color: #c80393;
  --tertiary-light-color: #efcfe6;
  --tertiary-dark-color: #760156;
  --darkest: #404040;
  --dark: #6e6e6e;
  --lightest: #fff;
  --light: #f5f5f5;
  --black: #000;
  --mid: #ccc;
  --success-color: #417505;
}

:root {
  --font_1_reg-font-weight: 400;
  --font_1_reg-font-family: Open Sans, open-sans-fallback, sans-serif;
  --font_1_alt-font-weight: 600;
  --font_1_alt-font-family: Open Sans, open-sans-fallback, sans-serif;
  --font_2_reg-font-weight: 400;
  --font_2_reg-font-family: Roboto Condensed, roboto-cond-fallback, sans-serif;
  --font_2_alt-font-weight: 700;
  --font_2_alt-font-family: Roboto Condensed, roboto-cond-fallback, sans-serif;
}

.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0;
}

input[placeholder] {
  text-overflow: ellipsis;
}

/* Remove offending SFRA code
header ~ #maincontent .container a:not(.btn-primary, .btn-outline-primary) {
    color: var(--skin-link-color-2);
}
*/
.hide-order-discount {
  display: none;
}

.hide-shipping-discount {
  display: none;
}

.order-discount {
  color: #008827;
}

.shipping-discount {
  color: #008827;
}

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.error-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em;
}

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.error.continue-shopping {
  margin-bottom: 6.25em;
}

.error-unassigned-category {
  color: #c00;
}

.skip {
  position: absolute;
  left: 0;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-header-custom {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.single-approaching-discount {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
  color: #008827;
  margin-bottom: 0.3125rem;
}

.checkout-continue {
  position: fixed;
  bottom: 0;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 599.98px) {
  .checkout-continue {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .checkout-continue div {
    padding: 0.625em;
  }
}
@media (min-width: 600px) {
  .checkout-continue {
    position: static;
    padding-right: 0.938em;
    padding-left: 0.938em;
  }
}

.edit {
  margin-right: 0.625em;
}

.product-edit {
  margin-top: auto;
}
.product-edit a {
  font-size: 0.813em;
}

.line-item-attributes {
  font-size: 0.813rem;
  margin: 0;
}

.item-attributes {
  display: inline-block;
  vertical-align: top;
}

.line-item-divider {
  margin: 0.625em -0.625rem 0.625em -0.625rem;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1em;
  color: #222;
  font-weight: bold;
  margin-bottom: 0.625em;
  width: 90%;
}

.line-item-price {
  font-size: 1em;
  color: #222;
  font-weight: bold;
}

.line-item-price-info {
  font-size: 0.75em;
  margin-bottom: 0.5rem;
}

.no-margin-top {
  margin-top: 0;
}

.number-of-items {
  font-size: 1.25rem;
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .number-of-items {
    margin-top: 0;
  }
}

.optional-promo {
  color: var(--skin-primary-color-1);
}

.product-info {
  margin-bottom: 0.313em;
  padding: 0.625em;
}
@media (min-width: 1024px) {
  .product-info {
    height: auto;
  }
}
.product-info .remove-btn {
  color: #999;
  font-size: 1.625em;
  padding: 0;
  position: absolute;
  top: -0.625rem;
  right: 0.25rem;
  border: none;
  background-color: #fff;
}
@media (min-width: 1440px) {
  .product-info .remove-btn {
    top: 0;
    bottom: 0;
    right: -0.625rem;
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.product-info .remove-btn-lg {
  border: none;
  border-radius: 0;
  font-size: 1.625em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  z-index: 1;
}

.product-to-remove {
  font-weight: bold;
}

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

.promo-code-form {
  display: none;
}
@media (min-width: 600px) {
  .promo-code-form {
    display: block;
  }
}

.promo-code-submit {
  padding-left: 0;
}

.quantity-form {
  margin-bottom: 0;
  margin-top: -0.313em;
}

/* .bonus-product {
    display: block;
    text-align: center;
} */
.remove-line-item {
  position: relative;
}

.remove-coupon {
  border: none;
  background: transparent;
}

.sub-total {
  font-weight: bold;
}

.grand-total {
  font-size: 1em;
  font-weight: 600;
}

.coupon-price-adjustment {
  background-color: #fff;
  padding: 0.625em;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
}

.coupon-price-adjustment + .coupon-price-adjustment {
  margin-top: 0.625rem;
}

.coupon-promotion-relationship {
  font-size: 0.813em;
  padding-left: 1rem;
  margin-bottom: 0;
}

.coupons-and-promos {
  margin-bottom: 0.625rem;
  padding-right: 0;
  padding-left: 0;
}

.coupon-code {
  font-size: 1.125em;
}

.coupon-applied {
  color: #008827;
  font-size: 0.813em;
}

.coupon-not-applied {
  color: #c00;
  font-size: 0.813em;
}

.coupon-error {
  color: #c00;
  margin-top: 0.25rem;
}

.coupon-missing-error {
  display: none;
}

.applied-promotion-discount {
  color: #008827;
  float: right;
}

.promotion-information {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}

.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

/* .cart-page .bundled-line-item + .bundled-line-item::before,
.cart-page .bonus-line-item-row + .bonus-line-item-msg::before {
    content: "";
    display: block;
    border-bottom: 0.063em dashed $horizontal-rule-grey;
    margin: 0.625em -0.625em;
} */
.quantity-label {
  font-size: 0.813em;
}

.quantity {
  width: 100%;
  min-width: 5em;
}

.bundle-misc {
  font-size: 0.813rem;
}
@media (max-width: 1439.98px) {
  .bundle-misc {
    margin-bottom: 0.625em;
  }
}

.cart-error-messaging.cart-error {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.valid-cart-error {
  min-height: 6.5rem;
}

.bundled-line-item .item-attributes {
  margin-left: 0;
}

/* .bonus-product-button {
    margin-right: 1.5em;
} */
abbr[data-original-title],
abbr[title] {
  text-decoration: none;
  cursor: text;
}

.search-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.star-filled,
.star-half,
.star-empty {
  fill: #006ec7;
}
@media (max-width: 1023.98px) {
  .star-filled,
  .star-half,
  .star-empty {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: -2%;
  }
}
@media (min-width: 600px) {
  .star-filled,
  .star-half,
  .star-empty {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.service-section {
  width: 100%;
}
@media (min-width: 1024px) {
  .service-section {
    padding: 5.1875rem 0rem 4rem;
    max-width: 1116px;
    margin: 0 auto;
  }
}

[tabindex="-1"]:focus {
  outline: 0.3rem dotted currentColor !important;
}

a.skip:not(.btn):focus, a.skip:not(.btn):active {
  border: solid #fff 2px;
  background: #006ec7;
  color: #fff;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-size: 1rem;
  left: 4.375rem;
  outline-color: #fff;
  outline-offset: 0.0625rem;
  padding: 0.3125rem 1.9375rem;
  text-decoration: underline;
  text-transform: lowercase;
  top: 2.25rem;
}
@media (max-width: 1023.98px) {
  a.skip:not(.btn):focus, a.skip:not(.btn):active {
    left: 1.375rem;
  }
}

.service-sec-cntr {
  background-color: #fff;
  margin: 0;
}
@media (min-width: 1024px) {
  .service-sec-cntr {
    background: none;
    margin: 0;
    padding-left: 1.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .service-sec-cntr {
    padding-left: 0;
  }
}
.service-sec-cntr .serv-tile {
  border-top: 1px solid #6e6e6e;
}
@media (min-width: 1024px) {
  .service-sec-cntr .serv-tile {
    border: none;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .service-sec-cntr .serv-tile.returns-exchange {
    max-width: 23.0625rem;
  }
}
@media (min-width: 1024px) {
  .service-sec-cntr .serv-tile.customer-service {
    max-width: 22.3125rem;
  }
}
@media (min-width: 1024px) {
  .service-sec-cntr .serv-tile.customer-service .serv-desc a {
    margin-top: 0.4375rem;
  }
}
@media (min-width: 1440px) {
  .service-sec-cntr .serv-tile.customer-service .serv-desc a {
    margin-top: 0;
  }
}
.service-sec-cntr .serv-tile.privacy-policy {
  border-bottom: 1px solid #6e6e6e;
}
@media (min-width: 1024px) {
  .service-sec-cntr .serv-tile.privacy-policy {
    border-bottom: none;
    max-width: 21.375rem;
    margin: 0;
  }
}
.service-sec-cntr .serv-tile .serv-hdg-mob-btn {
  position: relative;
  padding: 0.95625rem 0rem 0.96875rem 2rem;
  outline-color: #404040;
  text-align: left;
  width: 100%;
}
.service-sec-cntr .serv-tile .serv-hdg-mob-btn .serv-hdg-mob-title {
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  color: #404040;
  line-height: 1.5rem;
}
.service-sec-cntr .serv-tile .serv-hdg-mob-btn::before {
  content: "";
  height: 16px;
  border-left: 2px solid #404040;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 27px;
  margin: 0;
}
.service-sec-cntr .serv-tile .serv-hdg-mob-btn::after {
  content: "";
  width: 16px;
  border-top: 2px solid #404040;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 20px;
  margin: 0;
}
.service-sec-cntr .serv-tile.active .serv-hdg-mob-btn::before {
  display: none;
}
.service-sec-cntr .serv-tile.active .serv-contents {
  display: block !important;
}
.service-sec-cntr .serv-tile .serv-contents {
  padding: 1.5rem 1.125rem 3rem 1.5rem;
}
@media (min-width: 600px) {
  .service-sec-cntr .serv-tile .serv-contents {
    max-width: 20.25rem;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .service-sec-cntr .serv-tile .serv-contents {
    max-width: 362px;
    padding: 0;
  }
}
.service-sec-cntr .serv-tile .serv-contents .serv-img {
  display: inline-block;
  text-align: center;
  width: 48px;
  height: 48px;
}
@media (min-width: 1024px) {
  .service-sec-cntr .serv-tile .serv-contents .serv-img {
    width: 59px;
    display: inline-block;
    margin-right: 0.75rem;
    vertical-align: middle;
    height: auto;
  }
}
@media (min-width: 1440px) {
  .service-sec-cntr .serv-tile .serv-contents .serv-img {
    margin-right: 1.5625rem;
  }
}
.service-sec-cntr .serv-tile .serv-contents .serv-img .serv-icon {
  height: 48px;
  width: 48px;
  fill: #717171;
}
@media (min-width: 1024px) {
  .service-sec-cntr .serv-tile .serv-contents .serv-img .serv-icon {
    width: 59px;
    height: 59px;
  }
}
.service-sec-cntr .serv-tile .serv-contents .serv-details {
  width: calc(100% - 65px);
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
@media (min-width: 1024px) {
  .service-sec-cntr .serv-tile .serv-contents .serv-details {
    width: calc(100% - 91px);
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
.service-sec-cntr .serv-tile .serv-contents .serv-details .serv-heading {
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  color: #006ec7;
  padding: 0.125rem 0rem 0.1875rem 0rem;
  margin-bottom: 0;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .service-sec-cntr .serv-tile .serv-contents .serv-details .serv-heading {
    font-size: 1.5rem;
  }
}
.service-sec-cntr .serv-tile .serv-contents .serv-details .serv-desc,
.service-sec-cntr .serv-tile .serv-contents .serv-details .serv-link {
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {
  .service-sec-cntr .serv-tile .serv-contents .serv-details .serv-desc,
  .service-sec-cntr .serv-tile .serv-contents .serv-details .serv-link {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.service-sec-cntr .serv-tile .serv-contents .serv-details .serv-desc {
  padding-bottom: 0.25rem;
  margin-bottom: 0;
}
.service-sec-cntr .serv-tile .serv-contents .serv-details .serv-desc .serv-number {
  width: 100%;
  display: inline-block;
  text-decoration: underline;
}
.service-sec-cntr .serv-tile .serv-contents .serv-details .serv-link {
  text-decoration: underline !important;
  color: #404040;
}

.g-tooltip-icon {
  position: relative;
  display: inline-block;
  background: #404040;
  height: 14px;
  width: 14px;
  text-align: center;
  line-height: 11px;
  border-radius: 50%;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #404040;
  cursor: pointer;
}
.g-tooltip-icon::after {
  content: "?";
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-size: 0.875rem;
}
.g-tooltip-icon:hover, .g-tooltip-icon:focus {
  background: #006ec7;
}
.g-tooltip-icon .tool-tip-content {
  position: absolute;
  padding: 7px 8px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-weight: 400;
  background-color: #006ec7;
  color: #fff;
  display: none;
  letter-spacing: 0;
  border: 1px solid #006ec7;
  -webkit-transform: translate(-50%, 2em);
          transform: translate(-50%, 2em);
  left: 50%;
  z-index: 1;
  width: 160px;
  line-height: 16px;
}
.g-tooltip-icon .tool-tip-content::before, .g-tooltip-icon .tool-tip-content::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #006ec7;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  width: 0;
  top: -9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.g-tooltip-icon .tool-tip-content::after {
  border-top: 9px solid #006ec7;
  bottom: -8px;
}
.g-tooltip-icon:focus, .g-tooltip-icon:focus:not(:focus-visible) {
  outline-offset: 1px;
  outline-color: #404040;
}

.recommendation-title {
  border-top: 1px solid #ccc;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.75rem;
  color: #404040;
  line-height: 36px;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
}

.paypalPay-button {
  background-color: #efcfe6;
  color: #000;
  border-radius: 3px;
}

.applePay-button {
  background-color: #000;
  color: #efcfe6;
  padding: 10px 12px;
  border-radius: 0.3125rem !important;
}
.applePay-button svg {
  fill: #fff;
  vertical-align: top;
}
.applePay-button .apple-txt {
  position: relative;
  display: inline-block;
  left: -3px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-size: 1.375rem;
  text-transform: capitalize;
  line-height: 1;
}

.custom-modal {
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
.custom-modal .modal-dialog {
  max-width: 30rem;
}
.custom-modal:focus .modal-content {
  outline: dotted 0.1875rem currentColor;
  outline-offset: -0.375rem;
}
.custom-modal .modal-content {
  border-radius: 0;
  padding: 0rem 0.8125rem 1.3125rem;
}
@media (min-width: 1024px) {
  .custom-modal .modal-content {
    padding: 0rem 3.5rem 2rem;
  }
}
.custom-modal .header-modal {
  margin-top: 40px;
}
.custom-modal .header-modal .modal-title {
  font-size: 1.5rem;
  color: #006ec7;
  line-height: 36px;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .custom-modal .header-modal .modal-title {
    font-size: 1.75rem;
    line-height: 1.2857142857;
  }
}
.custom-modal .header-modal .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-weight: normal;
  font-size: 2.3125rem;
  color: #404040;
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
}
.custom-modal .header-modal .close:hover {
  opacity: 1;
}
.custom-modal .header-modal .close svg {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.custom-modal .modal-body {
  font-size: 1.125rem;
  line-height: 24px;
}
.custom-modal .modal-body .remove-item {
  font-size: 1.25rem;
  color: #006ec7;
  line-height: 28px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-weight: 600;
}
.custom-modal .modal-footer {
  border-top: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.custom-modal .modal-footer button {
  max-width: 8.125rem;
  width: 100%;
  margin: 0;
}
.custom-modal .modal-footer button.cancel-button {
  margin-right: 1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .custom-modal .modal-footer button {
    max-width: 10.875rem;
  }
}
.custom-modal .cancel-button,
.custom-modal .cancel-coupon-button,
.custom-modal .cart-delete-confirmation-btn,
.custom-modal .delete-confirmation-btn,
.custom-modal .delete-coupon-confirmation-btn {
  line-height: 1.6;
}
.custom-modal#removeCouponModal .header-modal {
  margin: 3rem 0rem 0.25rem 0rem;
}
.custom-modal#removeCouponModal .header-modal .modal-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #006ec7;
  line-height: 32px;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
}
@media (min-width: 1024px) {
  .custom-modal#removeCouponModal .header-modal {
    margin: 3.5rem 0rem 0.5rem 0rem;
  }
  .custom-modal#removeCouponModal .header-modal .modal-title {
    font-size: 1.75rem;
    line-height: 36px;
  }
}
.custom-modal#removeCouponModal .modal-body {
  padding: 0.75rem;
}
.custom-modal#removeCouponModal .remove-item {
  font-weight: 600;
}
.custom-modal#removeCouponModal .cancel-coupon-button {
  text-transform: uppercase;
}
.custom-modal#removeCouponModal .modal-footer {
  margin-top: 0.5rem;
}
@media (min-width: 1024px) {
  .custom-modal#removeCouponModal .modal-footer {
    margin-top: 1.25rem;
  }
}

.totals {
  background: #fff;
  padding: 16px 16px 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 1.25rem;
  border: solid 1px #6e6e6e;
}
.totals .card-header {
  background: transparent;
  border: none;
  padding: 0;
}
.totals .card-header-custom {
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  margin-bottom: 0.8125rem;
  line-height: 1.75rem;
}
.totals .promos-and-coupons-wrapper {
  border-bottom: 1px solid #6e6e6e;
  margin-bottom: 1.4375rem;
  padding-bottom: 0.75rem;
}
.totals .promos-and-coupons-wrapper .coupons-and-promos {
  padding: 0;
  margin: 0;
}
.totals .promos-and-coupons-wrapper .coupons-and-promos .coupon-price-adjustment {
  border-radius: 0;
  border: 2px solid #053b65;
  position: relative;
  margin-bottom: 0.75rem;
  padding: 0.3125rem 0.5625rem;
}
.totals .promos-and-coupons-wrapper .coupons-and-promos .coupon-price-adjustment:first-child {
  margin-top: 0.75rem;
}
.totals .promos-and-coupons-wrapper .coupons-and-promos .coupon-price-adjustment .coupon-code {
  line-height: 24px;
}
.totals .promos-and-coupons-wrapper .coupons-and-promos .coupon-price-adjustment .coupon-code .remove-coupon {
  position: absolute;
  right: -0.0625rem;
  top: 0.0625rem;
  font-size: 1.25rem;
  max-width: 2.875rem;
}
.totals .promos-and-coupons-wrapper .coupons-and-promos .coupon-price-adjustment .coupon-code .close-small {
  width: 1rem;
  height: 1rem;
  fill: #404040;
}
.totals .promos-and-coupons-wrapper .coupons-and-promos .coupon-price-adjustment .coupon-promotion-relationship {
  padding-left: 0;
}
.totals .promos-and-coupons-wrapper .coupons-and-promos .promotion-information {
  display: none;
}
.totals .order-total-summary .card-header {
  display: none;
}
.totals .form-group {
  padding: 0rem 1.25rem;
}
.totals .form-group .shippingMethods {
  border: 2px solid #6e6e6e;
}
.totals .form-group label {
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
.totals .promo-code-form {
  display: none;
  padding-top: 1.4375rem;
}
.totals .promo-code-form .form-group {
  margin-bottom: 0;
  padding: 0;
}
.totals .promo-code-form .form-group .form-control.is-invalid {
  border: 2px solid #d0021b;
}
.totals .promo-code-form .form-group .promo-field-sec {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.totals .promo-code-form .form-group .promo-code-btn {
  text-transform: uppercase;
}
.totals .promo-code-form label {
  line-height: 1.5rem;
}
.totals .promo-code-form .promo-code-submit button {
  padding: 7px 10px;
}
.totals .promo-code-form .coupon-code-field {
  border: 2px solid #404040;
  padding: 7px 12px;
  margin-bottom: 0.4375rem;
}
.totals .promo-code-form .error-cross {
  display: none;
}
.totals .promo-code-form .coupon-missing-error {
  display: none;
}
.totals .promo-code-form .coupon-code-field.is-invalid ~ .coupon-error {
  position: relative;
  margin-top: 0.25rem;
  line-height: 1.25rem;
}
.totals .promo-code-form .coupon-code-field.is-invalid ~ .coupon-error::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23d0021b' fill-rule='evenodd'%3E%3Cpath d='m12 0c6.627417 0 12 5.372583 12 12s-5.372583 12-12 12-12-5.372583-12-12 5.372583-12 12-12zm0 2c-5.5228475 0-10 4.4771525-10 10s4.4771525 10 10 10 10-4.4771525 10-10-4.4771525-10-10-10zm4.8994949 3.58578644 1.4142136 1.41421356-4.9497085 4.95 4.9497085 4.9494949-1.4142136 1.4142136-4.9504949-4.9497085-4.949 4.9497085-1.41421356-1.4142136 4.94921356-4.9504949-4.94921356-4.949 1.41421356-1.41421356 4.949 4.94921356z'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 6px;
}
.totals .promo-code-form .coupon-code-field.is-invalid ~ .coupon-error .coupon-missing-error {
  display: inline-block;
  color: #d0021b;
  padding-left: 1.125rem;
  line-height: 1.5rem;
}
.totals .promo-code-form .coupon-code-field ~ .coupon-error {
  margin-top: 0;
  line-height: 0;
}
.totals .promo-code-form .coupon-error-message {
  padding: 3px 0 0 18px;
  display: inline-block;
}
.totals .order-discount .order-discount-text {
  color: #404040;
}
.totals .order-discount .order-discount-total {
  color: #006580;
}
.totals .shipping-discount-total {
  color: #006580;
}
.totals .total__wrapper,
.totals .shipping-discount,
.totals .order-discount,
.totals .grand__total--wrapper {
  margin: 0rem 0.0625rem;
}
.totals .grand__total--wrapper {
  border-top: 1px solid #6e6e6e;
  padding-top: 0.75rem;
  margin-top: 0.1875rem;
  margin-bottom: 1.5rem;
}
.totals .checkout-continue {
  position: relative;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0.8125rem;
  z-index: 0;
}
.totals .paypalButton {
  z-index: 0;
}
.totals .order-total-summary {
  padding: 0;
}
.totals .order-total-summary .leading-lines .start-lines,
.totals .order-total-summary .leading-lines .end-lines {
  padding: 0;
}
.totals .order-total-summary .leading-lines .start-lines p,
.totals .order-total-summary .leading-lines .end-lines p {
  margin: 0;
}
.totals .order-total-summary .leading-lines .start-lines .order-receipt-label,
.totals .order-total-summary .leading-lines .end-lines .order-receipt-label {
  color: #404040;
}
.totals .order-total-summary .leading-lines .start-lines span,
.totals .order-total-summary .leading-lines .end-lines span {
  background: none;
  line-height: 1.5rem;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-weight: 400;
}
.totals .order-total-summary .leading-lines .start-lines::before {
  display: none;
}
.totals .order-total-summary .leading-lines .order-receipt-label {
  overflow: visible;
}
.totals .order-total-summary .leading-lines dd {
  margin-bottom: 0;
}
.totals .order-total-summary .leading-lines.grand-total {
  font-weight: 400;
  border-top: 1px solid #6e6e6e;
  margin-top: 1rem;
  padding-top: 1rem;
}

@media (min-width: 1024px) {
  .totals {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    margin-top: 0;
  }
  .totals .promos-and-coupons-wrapper {
    padding: 0 16px 12px;
  }
  .totals .order-total-summary .leading-lines {
    padding: 0 1rem;
  }
}
/* code for common modal */
.common-model {
  border: none;
  border-radius: 0;
  padding: 44px 13px 37px;
  position: relative;
}
.common-model .com-mod-head,
.common-model .com-mod-desc,
.common-model .com-mod-btns {
  padding: 0;
  border: none;
}
.common-model .com-mod-head {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
}
.common-model .com-mod-head .modal-title {
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #006ec7;
}
.common-model .com-mod-head button {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
}
.common-model .com-mod-head button svg {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  padding: 0;
  margin: 0;
}
.common-model .com-mod-desc {
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-size: 1.125rem;
  text-align: center;
  padding: 0 10px;
  line-height: 1.4;
}
.common-model .com-mod-desc .product-to-remove {
  font-size: 1.25rem;
  color: #006ec7;
  font-weight: 600;
  margin: 8px 0 36px;
}
.common-model .com-mod-btns {
  width: 100%;
}
.common-model .com-mod-btns button {
  width: 47%;
  display: inline-block;
  margin-right: 4%;
}
.common-model .com-mod-btns button.delete-confirmation-btn {
  margin: 0;
}
.common-model .com-mod-btns button.delete-confirmation-btn, .common-model .com-mod-btns button.cancel-button {
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

/* Delete address modal end */
@media (min-width: 1024px) {
  .common-model {
    max-width: 480px;
    margin: 0 auto;
    padding: 48px 56px;
  }
  .common-model .com-mod-head {
    margin: 5px 0 21px;
  }
  .common-model .com-mod-head .modal-title {
    font-size: 1.75rem;
    line-height: 1.2857142857;
  }
  .common-model .com-mod-btns button {
    padding: 0.625rem;
  }
  .common-model .com-mod-btns button span {
    font-size: 2.1875rem;
  }
}
.space-top-4 {
  margin-top: 0.25rem;
}

.space-top-6 {
  margin-top: 0.375rem;
}

/* css for all error state in login and checkout pages */
.all-error-state {
  background-color: #fae6e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23d0021b' fill-rule='evenodd'%3E%3Cpath d='m12 0c6.627417 0 12 5.372583 12 12s-5.372583 12-12 12-12-5.372583-12-12 5.372583-12 12-12zm0 2c-5.5228475 0-10 4.4771525-10 10s4.4771525 10 10 10 10-4.4771525 10-10-4.4771525-10-10-10zm4.8994949 3.58578644 1.4142136 1.41421356-4.9497085 4.95 4.9497085 4.9494949-1.4142136 1.4142136-4.9504949-4.9497085-4.949 4.9497085-1.41421356-1.4142136 4.94921356-4.9504949-4.94921356-4.949 1.41421356-1.41421356 4.949 4.94921356z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 9px 9px;
  font-size: 14px;
  background-size: 1.25rem;
  border: 1px solid #d0021b;
  background-repeat: no-repeat;
  position: relative;
  padding: 10px 36px 12px;
  line-height: 1.4375rem;
  margin-bottom: 1.5625rem;
  display: none;
}
.all-error-state .remove-error {
  position: absolute;
  top: 5px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 1.5625rem;
  color: #d0021b;
  padding: 0;
  line-height: 1;
}
.all-error-state .error-statements {
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}
.all-error-state .error-statements + .error-list {
  margin-top: 0.1875rem;
}
.all-error-state .error-list {
  line-height: 1.25rem;
}
.all-error-state .error-list li {
  list-style-type: none;
  position: relative;
  padding-left: 0.875rem;
  margin-left: 0.25rem;
}
.all-error-state .error-list li::before {
  content: ".";
  display: inline;
  font-size: 1.75rem;
  position: absolute;
  bottom: 9px;
  left: 0;
}

/* code for breadcrumbs */
.breadcrumbs-cntr {
  width: 100%;
  display: inline-block;
  text-align: left;
}

.breadcrumbs-sec {
  padding: 0;
}
.breadcrumbs-sec .breadcrumb-item a {
  font-size: 14px;
}

.not-found-page,
.csrf-error-page {
  padding: 2.1875rem 1rem 4.25rem;
}
.not-found-page .error-title,
.csrf-error-page .error-title {
  margin-bottom: 0;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 2.25rem;
  color: #006ec7;
  line-height: 48px;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
}
.not-found-page .error-title::first-letter,
.csrf-error-page .error-title::first-letter {
  text-transform: uppercase;
}
.not-found-page .error-message,
.not-found-page .error-code,
.csrf-error-page .error-message,
.csrf-error-page .error-code {
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  text-align: center;
  max-width: 45rem;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 32px;
}
@media (max-width: 1439.98px) {
  .not-found-page .error-code,
  .csrf-error-page .error-code {
    margin-top: 0.125rem;
  }
}
.not-found-page .error-list,
.csrf-error-page .error-list {
  margin-top: 1.4375rem;
}
@media (min-width: 1024px) {
  .not-found-page .error-list,
  .csrf-error-page .error-list {
    margin-top: 2.3125rem;
  }
}
.not-found-page .error-page-category-link,
.csrf-error-page .error-page-category-link {
  text-align: center;
  margin-top: 0.625rem;
}
.not-found-page .error-page-category-link a,
.csrf-error-page .error-page-category-link a {
  font-size: 1.125rem;
  color: #006ec7;
  line-height: 26px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  text-align: center;
  text-decoration: underline !important;
}

@media (min-width: 1024px) {
  .not-found-page,
  .csrf-error-page {
    padding-top: 6rem;
    padding-bottom: 22.1875rem;
  }
  .not-found-page .error-title,
  .csrf-error-page .error-title {
    font-size: 3rem;
    line-height: 64px;
  }
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 3px dotted #000;
}

.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::after {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 3px dotted currentColor;
}

.custom-control-input[type=radio]:focus ~ .custom-control-label::before,
.custom-control-input[type=radio]:focus ~ .custom-control-label::after {
  outline-offset: 3px;
}

button.share-icons {
  padding: 0;
}

/* Not clear what this is yet
.footer-copy {
    .svgiconlib {
        width: rem(87px);
        height: rem(83px);
        margin: 0 auto rem(18px);

        @include media-breakpoint-up(sm) {
            width: rem(91px);
            height: rem(86px);
            margin: 0 auto rem(16px);
        }
    }
}
*/
/* Sticky Footer */
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

#maincontent {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.site-footer,
.header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Site Footer */
.site-footer {
  overflow: hidden;
  background-color: #f5f5f5;
  margin-top: 0.625rem;
  /* Flex layouts */
  /* Titles */
  /* Top Container */
  /* Bottom Container */
}
.site-footer .site-footer__bottom-container span[aria-hidden],
.site-footer .privacy-terms-container span[aria-hidden] {
  padding: 0;
}
.site-footer .terms ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .terms ul li {
  margin-left: 0.25rem;
  white-space: nowrap;
}
.site-footer .terms ul li:first-of-type {
  margin-left: 0;
}
.site-footer .terms ul li::after {
  content: "|";
  margin-left: 0.25rem;
}
.site-footer .terms ul li:last-of-type::after {
  content: "";
  margin-left: 0;
}
.site-footer[tabindex="-1"]:focus,
.site-footer [tabindex="-1"]:focus {
  outline: 0.3rem dotted currentColor !important;
  outline-offset: -0.1875rem;
}
.site-footer[tabindex="-1"]:focus {
  outline-offset: -0.125rem;
}
.site-footer a:hover, .site-footer a:active,
.site-footer a:not(.btn, .bhsh-btn):hover,
.site-footer a:not(.btn, .bhsh-btn):active {
  text-decoration: underline;
}
.site-footer .site-footer__top-inner,
.site-footer picture,
.site-footer button.title,
.site-footer .site-footer__sign-up,
.site-footer .site-footer__socialForter,
.site-footer .social-links,
.site-footer .site-footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer h2 {
  margin-bottom: 0;
  line-height: 1;
}
.site-footer .title,
.site-footer .site-footer__sign-up span,
.site-footer .site-footer__social span {
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  color: #404040;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
.site-footer .site-footer__top-container {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  min-height: 11.375rem;
  padding: 0 0 1.75rem;
  margin: 0;
}
.modal-open .site-footer .site-footer__top-container, .minicart-visible .site-footer .site-footer__top-container {
  z-index: 0;
}
.site-footer .site-footer__top-container a,
.site-footer .site-footer__top-container a:not(.btn, .bhsh-btn) {
  color: #404040;
}
@media (max-width: 1023.98px) {
  .site-footer .site-footer__top-container {
    border-top: 0.0625rem solid #ccc;
  }
}
@media (min-width: 1024px) {
  .site-footer .site-footer__top-container {
    height: 17.8125rem;
    padding-top: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .site-footer .site-footer__top-container {
    height: 17.875rem;
    padding-top: 2.125rem;
  }
}
@media (min-width: 1760px) {
  .site-footer .site-footer__top-container {
    padding-top: 1.9375rem;
  }
}
.site-footer .site-footer__top-inner {
  margin: 0;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@media (min-width: 1024px) {
  .site-footer .site-footer__top-inner {
    max-width: 110rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.site-footer picture {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.site-footer .footer__bg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .site-footer .footer__bg {
    -o-object-position: right center;
       object-position: right center;
  }
}
.site-footer .site-footer__help {
  border-bottom: 0.0625rem solid #6e6e6e;
  padding-bottom: 1.5625rem;
  margin-bottom: 2.1875rem;
  padding-left: 1.25rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
.site-footer .site-footer__help button.title {
  padding-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
}
@media (max-width: 1439.98px) {
  .site-footer .site-footer__help button.title {
    margin-top: -0.3125rem;
  }
}
.site-footer .site-footer__help .show {
  margin-bottom: -0.75rem;
}
.site-footer .site-footer__help .accordion-title-content button.collapsed ~ .selectarrows-2 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.site-footer .site-footer__help .accordion-title-content .selectarrows-2 {
  width: 1.875rem;
  height: 1.875rem;
  fill: #404040;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -0.5rem;
  margin-left: -0.3125rem;
}
@media (min-width: 1024px) {
  .site-footer .site-footer__help {
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    place-content: center center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.68%;
            flex: 0 0 31.68%;
    max-width: 31.68%;
    padding-left: 4rem;
    padding-bottom: 1.5625rem;
    margin-top: -2.8125rem;
  }
}
@media (min-width: 1440px) {
  .site-footer .site-footer__help {
    margin-top: -2.1875rem;
  }
}
.site-footer .menu-footer {
  margin: 2.5rem 0;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media (min-width: 1024px) {
  .site-footer .menu-footer {
    margin: 0;
    line-height: 1.3333333333;
  }
}
.site-footer .site-footer__sign-up,
.site-footer .site-footer__socialForter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-footer .site-footer__social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .site-footer .site-footer__social {
    width: 100%;
    max-width: inherit;
  }
}
.site-footer .site-footer__social .social-links {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .site-footer__social .social-links a {
  font-size: 0.75rem;
  display: inline-block;
}
.site-footer .site-footer__social .social-links a:focus {
  outline-offset: 0;
}
.site-footer .site-footer__social .social-links li {
  width: auto;
  margin: 0.75rem 0.5rem 0rem;
}
.site-footer .site-footer__social .social-links li:first-child {
  margin-left: 0;
}
.site-footer .site-footer__social img {
  width: 1.875rem;
}
@media (min-width: 1024px) {
  .site-footer .site-footer__socialForter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
            flex: 0 0 27%;
    margin-top: -1.375rem;
  }
}
@media (min-width: 1440px) {
  .site-footer .site-footer__socialForter {
    margin-top: 1.25rem;
  }
}
.site-footer .site-footer__custNum {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5;
  color: #404040;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  text-align: center;
  margin: 0.75rem 0 0;
}
.site-footer .site-footer__sign-up {
  padding-bottom: 2.9375rem;
}
@media (min-width: 1024px) {
  .site-footer .site-footer__sign-up {
    padding-bottom: 0;
  }
}
.site-footer .site-footer__sign-up .signup-form {
  margin: auto;
}
@media (max-width: 1439.98px) {
  .site-footer .site-footer__sign-up .signup-form {
    max-width: 17.5rem;
  }
}
@media (min-width: 1440px) {
  .site-footer .site-footer__sign-up .signup-form {
    max-width: 25.125rem;
  }
}
.site-footer .site-footer__sign-up .signup-form input {
  color: #404040;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  text-align: center;
  height: 2.5rem;
  width: 17.5rem;
  margin-bottom: 0.3125rem;
  border-radius: 0;
  border: 0.125rem solid #404040;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.site-footer .site-footer__sign-up .signup-form input::-webkit-input-placeholder {
  color: #404040;
  opacity: 1;
}
.site-footer .site-footer__sign-up .signup-form input::-moz-placeholder {
  color: #404040;
  opacity: 1;
}
.site-footer .site-footer__sign-up .signup-form input:-ms-input-placeholder {
  color: #404040;
  opacity: 1;
}
.site-footer .site-footer__sign-up .signup-form input::-ms-input-placeholder {
  color: #404040;
  opacity: 1;
}
.site-footer .site-footer__sign-up .signup-form input::placeholder {
  color: #404040;
  opacity: 1;
}
.site-footer .site-footer__sign-up .signup-form input.verified {
  background-color: #ecf1e6;
  border: 1px solid #417505;
  position: relative;
  background-position: calc(100% - 6px);
  background-size: 1.375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23417505' fill-rule='evenodd'%3E%3Cpath d='m12 0c6.627417 0 12 5.372583 12 12s-5.372583 12-12 12-12-5.372583-12-12 5.372583-12 12-12zm0 2c-5.5228475 0-10 4.4771525-10 10s4.4771525 10 10 10 10-4.4771525 10-10-4.4771525-10-10-10zm7.0156098 4.57017667 1.4142135 1.41421356-9.4298233 9.42982337-1.41421356-1.4142136-4-4 1.41421356-1.4142136 3.999 3.9992136z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.site-footer .site-footer__sign-up .signup-form input:focus {
  outline: 3px dotted #404040;
}
@media (min-width: 1440px) {
  .site-footer .site-footer__sign-up .signup-form input {
    width: 16.4375rem;
    margin-bottom: 0;
  }
}
@media (max-width: 1439.98px) {
  .site-footer .site-footer__sign-up .signup-form input {
    width: 100%;
  }
}
.site-footer .site-footer__sign-up .signup-form .subscribe-email {
  width: 17.5rem;
  padding-left: 0;
  padding-right: 0;
  height: 2.5rem;
}
@media (min-width: 1440px) {
  .site-footer .site-footer__sign-up .signup-form .subscribe-email {
    width: 8.1875rem;
  }
}
.site-footer .site-footer__sign-up form {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .site-footer .site-footer__sign-up {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.58%;
            flex: 0 0 37.58%;
    max-width: 36.58%;
  }
  .site-footer .site-footer__sign-up .signup-form {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .site-footer__sign-up .signup-form .signup-form__input-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .site-footer__sign-up .signup-form .email-response {
    width: 100%;
  }
}
.site-footer .site-footer__bottom-container {
  background-color: #006ec7;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  min-height: 14.6875rem;
  padding: 2rem 1.25rem;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
@media (min-width: 1024px) {
  .site-footer .site-footer__bottom-container {
    padding: 0;
    min-height: inherit;
  }
}
.site-footer .site-footer__bottom-container,
.site-footer .site-footer__bottom-container a {
  color: #fff;
}
.site-footer .site-footer__bottom-container button#ot-sdk-btn.ot-sdk-show-settings,
.site-footer .site-footer__bottom-container button#ot-sdk-btn.optanon-show-settings {
  font-family: inherit;
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  white-space: inherit;
  -webkit-transition: none;
  transition: none;
  padding: 0 0.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
}
.site-footer .site-footer__bottom-container button#ot-sdk-btn.ot-sdk-show-settings:hover,
.site-footer .site-footer__bottom-container button#ot-sdk-btn.optanon-show-settings:hover {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .site-footer .site-footer__bottom-container button#ot-sdk-btn.ot-sdk-show-settings,
  .site-footer .site-footer__bottom-container button#ot-sdk-btn.optanon-show-settings {
    padding: 0;
  }
}
.site-footer .site-footer__bottom-container a,
.site-footer .site-footer__bottom-container span {
  display: inline-block;
}
@media (max-width: 1023.98px) {
  .site-footer .site-footer__bottom-container a span {
    display: block;
  }
}
.site-footer .site-footer__bottom-inner {
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 1024px) {
  .site-footer .site-footer__bottom-inner {
    max-width: 110rem;
    margin: 0 auto;
    position: relative;
  }
}
.site-footer .copyright-wrapper {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .site-footer .copyright-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 4.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .site-footer .copyright-wrapper {
    min-height: 3rem;
  }
  .site-footer .copyright-wrapper:lang(es) {
    min-height: 4.5rem;
  }
}
@media (min-width: 1760px) {
  .site-footer .copyright-wrapper:lang(es) {
    min-height: 3rem;
  }
}
.site-footer .copyright-container {
  margin: 0 auto 0.75rem;
  max-width: 16.5625rem;
}
@media (min-width: 1024px) {
  .site-footer .copyright-container {
    max-width: 23.4375rem;
    text-align: left;
    margin: 0 0 0 8.5rem;
  }
  .site-footer .copyright-container:lang(es) {
    margin-left: 6.6875rem;
  }
  .site-footer .copyright-container a,
  .site-footer .copyright-container span {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .site-footer .copyright-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    margin: 0 0 0 9rem;
  }
  .site-footer .copyright-container:lang(es) {
    margin-left: 9rem;
    display: block;
  }
}
@media (min-width: 1760px) {
  .site-footer .copyright-container {
    margin: 0 0 0 10.9375rem;
  }
  .site-footer .copyright-container:lang(es) {
    margin-left: 10.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-footer .privacy a:not(.btn, .bhsh-btn) {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .site-footer .privacy {
    white-space: nowrap;
  }
}
@media (min-width: 1440px) {
  .site-footer .privacy {
    margin-left: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .site-footer .privacy:lang(es) {
    margin-left: 0;
    white-space: normal;
  }
  .site-footer .privacy:lang(es) button {
    display: block;
  }
}
@media (min-width: 1760px) {
  .site-footer .privacy:lang(es) {
    margin-left: 0.25rem;
  }
}
.site-footer .privacy-terms-container a,
.site-footer .privacy-terms-container span {
  padding: 0 0.25rem;
}
@media (min-width: 1024px) {
  .site-footer .privacy-terms-container {
    margin: -1.375rem 3.8125rem 0 0;
  }
  .site-footer .privacy-terms-container:lang(es) {
    margin-right: 0.8125rem;
  }
}
@media (min-width: 1440px) {
  .site-footer .privacy-terms-container {
    margin: 0 3.6875rem 0 0;
  }
  .site-footer .privacy-terms-container:lang(es) {
    margin-right: 3.6875rem;
  }
}
.site-footer a.back-to-top {
  position: fixed;
  bottom: -0.0625rem;
  border: 1px solid #404040;
  padding: 0;
  height: 3rem;
  width: 3rem;
  background: #fff;
  z-index: 1;
  left: 1rem;
  text-align: center;
}
.modal-open .site-footer a.back-to-top, .minicart-visible .site-footer a.back-to-top {
  z-index: 0;
}
.site-footer a.back-to-top:focus {
  outline-offset: 0;
  outline-color: #404040;
}
@media (min-width: 1024px) {
  .site-footer a.back-to-top {
    left: auto;
    margin-left: 1.5rem;
    height: 4rem;
    width: 4rem;
  }
}
@media (min-width: 1440px) {
  .site-footer a.back-to-top {
    margin-left: 2.25rem;
  }
}
.site-footer a.back-to-top .back-toTop-text {
  font-size: 1.25rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  color: #404040;
  margin-top: -0.5625rem;
}
.site-footer a.back-to-top .arrow-up {
  width: 2.25rem;
  height: 2.25rem;
  fill: #404040;
  margin-top: 0.25rem;
}
@media (min-width: 1024px) {
  .site-footer a.back-to-top .arrow-up {
    margin-top: 0;
  }
}

#contentAssetModal .logoImage__image {
  margin: 0 auto 1rem;
  width: 19.8125rem;
}
#contentAssetModal .header-modal .title {
  margin-bottom: 0;
}
#contentAssetModal .modal-body {
  padding-top: 0;
}
@media (min-width: 1440px) {
  #contentAssetModal .modal-dialog {
    max-width: 40.5rem;
  }
  #contentAssetModal .logoImage__image {
    margin: 3.125rem auto 2rem;
    width: 26.75rem;
  }
}

.notify {
  position: fixed;
  top: 0;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 599.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 599.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 600px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 599.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 599.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.product-tile {
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 1439.98px) {
  .product-tile {
    min-height: 23.4375em;
  }
}
@media (max-width: 1023.98px) {
  .product-tile {
    min-height: 19.6875em;
  }
}
@media (max-width: 599.98px) {
  .product-tile {
    min-height: 13.4375em;
  }
}
.product-tile .swatches a {
  text-decoration: none;
}
.product-tile .image-container {
  position: relative;
  overflow: auto;
}
.product-tile .image-container .quickview {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.product-tile .image-container .quickview i.fa-expand {
  color: rgba(0, 0, 0, 0.7);
}
.product-tile .image-container .quickview i.fa-circle {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.product-tile .image-container a {
  display: block;
}
.product-tile .image-container a .tile-image {
  width: 100%;
}
.product-tile .tile-body {
  padding: 0.625em 0 1.875em;
}
.product-tile .tile-body .color-swatches {
  min-height: 2.25em;
}
.product-tile .tile-body .color-swatches .product-tile-color-label {
  cursor: pointer;
  font-size: 1em;
}
@media (max-width: 1439.98px) {
  .product-tile .tile-body .color-swatches .product-tile-color-label {
    font-size: 0.9375em;
  }
}
@media (max-width: 1023.98px) {
  .product-tile .tile-body .color-swatches .product-tile-color-label {
    font-size: 0.8125em;
  }
}
.product-tile .tile-body .price {
  font-size: 1.125em;
  margin-bottom: 0;
}
@media (max-width: 1439.98px) {
  .product-tile .tile-body .price {
    font-size: 1.0625em;
  }
}
@media (max-width: 1023.98px) {
  .product-tile .tile-body .price {
    font-size: 1em;
  }
}
.product-tile .tile-body .price .tiered {
  font-size: 0.875em;
}
.product-tile .tile-body .price .tiered .value {
  font-weight: bold;
}
.product-tile .tile-body .coming-soon-tile {
  text-align: center;
}
.product-tile .tile-body .pdp-link {
  line-height: 1.2;
}
.product-tile .tile-body .pdp-link a {
  font-size: 1em;
  text-decoration: none;
}
@media (max-width: 1439.98px) {
  .product-tile .tile-body .pdp-link a {
    font-size: 0.9375em;
  }
}
@media (max-width: 1023.98px) {
  .product-tile .tile-body .pdp-link a {
    font-size: 0.8125em;
  }
}
.product-tile .tile-body .ratings {
  font-size: 0.9em;
}
.product-tile .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.8em;
  height: 1.8em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.9em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-tile .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-tile .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-tile .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

/* stylelint-disable-next-line selector-id-pattern */
/*
#chooseBonusProductModal {
    .modal-footer {
        .container {
            margin-left: 0;
            width: 100%;
            margin-right: 0;
        }
    }

    .select-cbp-container {
        margin-top: auto;
        margin-bottom: auto;
    }

    .product-name-wrapper {
        width: 100%;
    }

    .bonus-quantity,
    .bonus-option {
        margin-top: 0.938em;
    }

    .bonus-quantity-select {
        min-width: 5em;
    }

    .select-bonus-product {
        margin-top: 1em;
    }

    .selected-pid {
        border: 1px solid $grey3;

        .bonus-product-name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }

    .bonus-product-price {
        text-align: center;
        margin-top: 1em;
    }
}
*/
.form-nav .nav-tabs .nav-link {
  color: #333;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
}

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #333;
}

@media (min-width: 1440px) {
  .form-nav .nav-item > .nav-link {
    color: #333;
  }
}
.container .breadcrumb {
  border-radius: 0;
  border-bottom: none;
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.3125rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.25rem;
  color: #404040;
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
}

.breadcrumb {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb li.breadcrumb-item a {
  text-decoration: underline;
  font-size: 1rem;
  color: #404040;
  line-height: 24px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}

@media (min-width: 1440px) {
  .breadcrumb-item + .breadcrumb-item::before,
  .breadcrumb li.breadcrumb-item a {
    font-size: 0.875rem;
    line-height: 20px;
  }
}

.veil {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #ccc;
}

.spinner {
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
          animation: sk-rotate 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #006ec7;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit;
}
.info-icon .icon {
  border-radius: 1.25rem;
  background-color: var(--skin-primary-color-1);
  width: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.info-icon .tooltip {
  position: absolute;
  bottom: 100%;
  padding: 0.312rem;
  border-radius: 0.1875rem;
  background-color: #444;
  color: #fff;
  font-size: 0.928rem;
  min-width: 20rem;
  max-width: 15rem;
  -webkit-transform: translate(-50%, calc(-1 * 1.25em / 2));
          transform: translate(-50%, calc(-1 * 1.25em / 2));
  left: 50%;
  margin-left: 4px;
  -webkit-animation: fade-in 0.5s linear forwards;
          animation: fade-in 0.5s linear forwards;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info-icon .tooltip::before {
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em; /* 20/16 */
  left: 0;
  bottom: -1.25em;
  width: 100%;
}
.info-icon .tooltip::after {
  border-left: solid transparent calc(1.25em / 2); /* 10/16 */
  border-right: solid transparent calc(1.25em / 2); /* 10/16 */
  border-top: solid #444 0.625em;
  bottom: -0.625em;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.site-search {
  position: relative;
  height: 2.5em; /* 40/16 */
}
@media (min-width: 600px) {
  .site-search {
    margin-right: 0.5em; /* 20/16 */
  }
}
@media (min-width: 1760px) {
  .site-search {
    width: 20em; /* 320/16 */
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .site-search {
    width: 14.0625em; /* 225/16 */
  }
}
@media (min-width: 600px) and (max-width: 1023.98px) {
  .site-search {
    width: 12.5em; /* 200/16 */
  }
}
.site-search .fa-close,
.site-search .fa-search {
  position: absolute;
  border: none;
  top: 0.5625em; /* 9/16 */
  right: 0.5625em; /* 9/16 */
  padding: 0;
  background-color: transparent;
}
.site-search .reset-button {
  position: absolute;
  border: none;
  top: 0.5625em; /* 9/16 */
  right: 2em; /* 32/16 */
  padding: 0;
  background-color: transparent;
}
.site-search input {
  padding-right: 2rem;
  height: 100%;
}

@media (max-width: 599.98px) {
  .header-search .site-search {
    display: none;
  }
}
.suggestions-wrapper {
  position: relative;
}

.suggestions {
  display: block;
  position: absolute;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  top: 0;
  right: 0;
  width: 21.875rem;
  z-index: 3;
}
@media (max-width: 599.98px) {
  .suggestions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
  }
}
.suggestions .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
  margin-right: 0.85em;
}
.suggestions .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.suggestions .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.suggestions .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.suggestions .header {
  color: #9e9e9e;
  font-size: 0.875em;
  padding-top: 0.625em;
}
.suggestions .header:not(:first-child) {
  border-top: 1px solid #d0d0d0;
}
.suggestions .item {
  padding-bottom: 0.625em;
}
.suggestions .item .name {
  margin-top: 0.313em;
}
.suggestions .item .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 599.98px) {
  .suggestions .item {
    padding-bottom: 0.938em;
  }
}
.suggestions .items {
  padding: 0.313em 0;
}
.suggestions .items .list {
  padding: 0;
  list-style-type: none;
}
.suggestions .items .link {
  text-decoration: none;
}
.suggestions .items .link:hover .name {
  text-decoration: underline;
}
.suggestions .category-parent {
  color: #9e9e9e;
  font-size: 0.875em;
}
.suggestions .selected {
  background-color: #979797;
}
.suggestions .container {
  list-style-type: none;
}

.more-below {
  -moz-border-radius: 1.25em; /* stylelint-disable-line property-no-vendor-prefix */
  background: #d0d0d0;
  border: 0.063em solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25em;
  bottom: 1.875em;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  display: none;
  height: 2.5em;
  position: fixed;
  right: 1.875em;
  width: 2.5em;
}
.more-below i.fa-long-arrow-down {
  border-radius: 50%;
  color: #fff;
  display: table-caption;
  height: 0.75em;
  font-size: 1.5rem;
  left: 0.57em;
  line-height: 0.8em;
  position: absolute;
  top: 0.4em;
  width: 0.8em;
}

.btn, .bhsh-btn {
  border-radius: 0;
}
.btn:focus, .btn.focus, .bhsh-btn:focus, .focus.bhsh-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 3px dotted currentColor;
}

.btn-primary {
  border-radius: 0;
}

button {
  -webkit-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
  border: none;
  background-color: transparent;
}
button:focus:not(:focus-visible) {
  outline: 0.1875rem dotted currentColor;
}

.button-primary {
  background: #006ec7;
  color: #efcfe6;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
  outline-offset: 2px;
}
.button-primary:hover {
  background: #404040;
}
.button-primary:active {
  background: #053b65;
}
.button-primary:focus {
  background: #404040;
  outline: #404040;
  outline-width: 3px;
  outline-style: dotted;
}
.button-primary:disabled {
  background: #efcfe6;
}
.button-primary:hover, .button-primary:focus {
  color: #efcfe6;
}
.button-primary:active {
  color: #efcfe6;
}
.button-primary:disabled {
  color: #404040;
  pointer-events: none;
  border: 1px solid #404040;
}

.button-secondary {
  background: #006580;
  color: #efcfe6;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
  outline-offset: 2px;
  text-transform: uppercase;
}
.button-secondary:hover {
  background: #404040;
}
.button-secondary:active {
  background: #05776c;
}
.button-secondary:focus {
  background: #404040;
  outline: #404040;
  outline-width: 3px;
  outline-style: dotted;
}
.button-secondary:disabled {
  background: #f5f5f5;
}
.button-secondary:hover, .button-secondary:focus {
  color: #efcfe6;
}
.button-secondary:active {
  color: #efcfe6;
}
.button-secondary:disabled {
  color: #006ec7;
  pointer-events: none;
  border: 1px solid #006ec7;
}

.button-tertiary {
  background: #404040;
  color: #efcfe6;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
  outline-offset: 2px;
}
.button-tertiary:hover {
  background: #006ec7;
}
.button-tertiary:active {
  background: #053b65;
}
.button-tertiary:focus {
  background: #006ec7;
  outline: #006ec7;
  outline-width: 3px;
  outline-style: dotted;
}
.button-tertiary:disabled {
  background: #efcfe6;
}
.button-tertiary:hover, .button-tertiary:focus {
  color: #efcfe6;
}
.button-tertiary:active {
  color: #efcfe6;
}
.button-tertiary:disabled {
  color: #404040;
  pointer-events: none;
  border: 1px solid #404040;
}

.button-default {
  background: #fff;
  color: #404040;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
  outline-offset: 2px;
  border: 1px solid #404040;
}
.button-default:hover {
  background: #404040;
}
.button-default:active {
  background: #053b65;
}
.button-default:focus {
  background: #404040;
  outline: #404040;
  outline-width: 3px;
  outline-style: dotted;
}
.button-default:disabled {
  background: #efcfe6;
}
.button-default:hover, .button-default:focus {
  color: #efcfe6;
}
.button-default:active {
  color: #efcfe6;
}
.button-default:disabled {
  color: #404040;
  pointer-events: none;
  border: 1px solid #404040;
}

.bhsh-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-size: 1rem;
  line-height: 1;
  padding: 0.375rem 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bhsh-btn:focus, .bhsh-btn.focus {
  outline: 3px dotted currentColor;
  outline-offset: 1px;
}
.bhsh-btn:hover, .bhsh-btn.hover {
  text-decoration: none !important;
}
.bhsh-btn:disabled, .bhsh-btn.disabled {
  background-color: transparent;
  color: #404040;
  opacity: 0.33;
  pointer-events: none;
}
.bhsh-btn.btn.error {
  background-color: #fff;
  border-color: #d0021b;
  color: #404040;
  border-width: 0.125rem;
}
.bhsh-btn.size-x-sm {
  font-size: 0.875rem;
  padding: 0.125rem 2.125rem;
  height: 1.75rem;
}
.bhsh-btn.size-sm {
  font-size: 1rem;
  padding: 0.375rem 3.4375rem;
  height: 2.5rem;
}
.bhsh-btn.size-med {
  font-size: 1.25rem;
  padding: 0.5rem 2.875rem;
  height: 3rem;
}
.bhsh-btn.size-lg {
  font-size: 1.75rem;
  padding: 0.5rem 3.8125rem;
  height: 3.5rem;
}
.bhsh-btn.text-lg {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-top: 5px;
  padding-bottom: 3px;
}

a.bhsh-btn {
  text-decoration: none !important;
}

button.bhsh-btn,
[type=button].bhsh-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bhsh-btn.bhsh-btn-1 {
  background-color: #fff;
  border: 1px solid #404040;
  color: #404040;
}
.bhsh-btn.bhsh-btn-1:focus, .bhsh-btn.bhsh-btn-1.focus {
  outline-color: #404040;
}
.bhsh-btn.bhsh-btn-1:focus, .bhsh-btn.bhsh-btn-1.focus, .bhsh-btn.bhsh-btn-1:hover, .bhsh-btn.bhsh-btn-1.hover {
  background-color: #006ec7;
  border-color: #006ec7;
  color: #fff;
}
.bhsh-btn.bhsh-btn-1:active, .bhsh-btn.bhsh-btn-1.active {
  background-color: #053b65;
  border-color: #053b65;
  color: #fff;
}
.bhsh-btn.bhsh-btn-1[aria-pressed=true] {
  background-color: #404040;
  border-color: #404040;
  color: #fff;
}

.bhsh-btn.bhsh-btn-2 {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.bhsh-btn.bhsh-btn-2:focus, .bhsh-btn.bhsh-btn-2.focus {
  outline-color: #fff;
}
.bhsh-btn.bhsh-btn-2.error {
  background-color: #fae6e8;
}
.bhsh-btn.bhsh-btn-2:focus, .bhsh-btn.bhsh-btn-2.focus, .bhsh-btn.bhsh-btn-2:hover, .bhsh-btn.bhsh-btn-2.hover {
  background-color: #006ec7;
  border-color: #fff;
  color: #fff;
}
.bhsh-btn.bhsh-btn-2:active, .bhsh-btn.bhsh-btn-2.active {
  background-color: #053b65;
  border-color: #fff;
  color: #fff;
}
.bhsh-btn.bhsh-btn-2:disabled, .bhsh-btn.bhsh-btn-2.disabled {
  opacity: 0.67;
}
.bhsh-btn.bhsh-btn-2[aria-pressed=true] {
  background-color: #fff;
  border-color: #fff;
  color: #404040;
}

.bhsh-btn.bhsh-btn-3 {
  background-color: #404040;
  border: 1px solid #404040;
  color: #fff;
}
.bhsh-btn.bhsh-btn-3:focus, .bhsh-btn.bhsh-btn-3.focus {
  outline-color: #404040;
}
.bhsh-btn.bhsh-btn-3:focus, .bhsh-btn.bhsh-btn-3.focus, .bhsh-btn.bhsh-btn-3:hover, .bhsh-btn.bhsh-btn-3.hover {
  background-color: #006ec7;
  border-color: #006ec7;
  color: #fff;
}
.bhsh-btn.bhsh-btn-3:active, .bhsh-btn.bhsh-btn-3.active {
  background-color: #053b65;
  border-color: #053b65;
  color: #fff;
}
.bhsh-btn.bhsh-btn-3:disabled, .bhsh-btn.bhsh-btn-3.disabled {
  background-color: transparent;
  border-color: #404040;
  color: #404040;
}
.bhsh-btn.bhsh-btn-3[aria-pressed=true] {
  background-color: #fff;
  border-color: #404040;
  color: #404040;
}

.bhsh-btn.bhsh-btn-4 {
  background-color: transparent;
  border: 1px solid #404040;
  color: #404040;
}
.bhsh-btn.bhsh-btn-4:focus, .bhsh-btn.bhsh-btn-4.focus {
  outline-color: #404040;
}
.bhsh-btn.bhsh-btn-4:focus, .bhsh-btn.bhsh-btn-4.focus, .bhsh-btn.bhsh-btn-4:hover, .bhsh-btn.bhsh-btn-4.hover {
  background-color: #404040;
  border-color: #404040;
  color: #fff;
}
.bhsh-btn.bhsh-btn-4:active, .bhsh-btn.bhsh-btn-4.active {
  background-color: #053b65;
  border-color: #053b65;
  color: #fff;
}
.bhsh-btn.bhsh-btn-4:disabled, .bhsh-btn.bhsh-btn-4.disabled {
  background-color: #fff;
  border-color: #404040;
  color: #404040;
}
.bhsh-btn.bhsh-btn-4[aria-pressed=true] {
  background-color: #006ec7;
  border-color: #006ec7;
  color: #fff;
}

.bhsh-btn.bhsh-btn-5, .forgotPassword-AccountLogin-btn {
  background-color: #006ec7;
  border: 1px solid #006ec7;
  color: #fff;
}
.bhsh-btn.bhsh-btn-5:focus, .bhsh-btn.bhsh-btn-5.focus, .forgotPassword-AccountLogin-btn:focus, .focus.forgotPassword-AccountLogin-btn {
  outline-color: #404040;
}
.bhsh-btn.bhsh-btn-5:focus, .bhsh-btn.bhsh-btn-5.focus, .bhsh-btn.bhsh-btn-5:hover, .bhsh-btn.bhsh-btn-5.hover, .forgotPassword-AccountLogin-btn:focus, .focus.forgotPassword-AccountLogin-btn, .forgotPassword-AccountLogin-btn:hover, .hover.forgotPassword-AccountLogin-btn {
  background-color: #404040;
  border-color: #404040;
  color: #fff;
}
.bhsh-btn.bhsh-btn-5:active, .bhsh-btn.bhsh-btn-5.active, .forgotPassword-AccountLogin-btn:active, .active.forgotPassword-AccountLogin-btn {
  background-color: #053b65;
  border-color: #053b65;
  color: #fff;
}
.bhsh-btn.bhsh-btn-5:disabled, .bhsh-btn.bhsh-btn-5.disabled, .forgotPassword-AccountLogin-btn:disabled, .disabled.forgotPassword-AccountLogin-btn {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #6e6e6e;
  opacity: 1;
}
.bhsh-btn.bhsh-btn-5[aria-pressed=true], [aria-pressed=true].forgotPassword-AccountLogin-btn {
  background-color: #d7e7f4;
  border-color: #006ec7;
  color: #006ec7;
}

.bhsh-btn.bhsh-btn-6 {
  background-color: transparent;
  border: 1px solid #404040;
  color: #404040;
}
.bhsh-btn.bhsh-btn-6:focus, .bhsh-btn.bhsh-btn-6.focus {
  outline-color: #404040;
}
.bhsh-btn.bhsh-btn-6:focus, .bhsh-btn.bhsh-btn-6.focus, .bhsh-btn.bhsh-btn-6:hover, .bhsh-btn.bhsh-btn-6.hover {
  background-color: #404040;
  border-color: #404040;
  color: #fff;
}
.bhsh-btn.bhsh-btn-6:active, .bhsh-btn.bhsh-btn-6.active {
  background-color: #05776c;
  border-color: #05776c;
  color: #fff;
}
.bhsh-btn.bhsh-btn-6:disabled, .bhsh-btn.bhsh-btn-6.disabled {
  background-color: #fff;
  border-color: #404040;
  color: #404040;
}
.bhsh-btn.bhsh-btn-6[aria-pressed=true] {
  background-color: #006580;
  border-color: #006580;
  color: #fff;
}

.bhsh-btn.bhsh-btn-7 {
  background-color: #006580;
  border: 1px solid #006580;
  color: #fff;
}
.bhsh-btn.bhsh-btn-7:focus, .bhsh-btn.bhsh-btn-7.focus {
  outline-color: #404040;
}
.bhsh-btn.bhsh-btn-7:focus, .bhsh-btn.bhsh-btn-7.focus, .bhsh-btn.bhsh-btn-7:hover, .bhsh-btn.bhsh-btn-7.hover {
  background-color: #404040;
  border-color: #404040;
  color: #fff;
}
.bhsh-btn.bhsh-btn-7:active, .bhsh-btn.bhsh-btn-7.active {
  background-color: #05776c;
  border-color: #05776c;
  color: #fff;
}
.bhsh-btn.bhsh-btn-7:disabled, .bhsh-btn.bhsh-btn-7.disabled {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #6e6e6e;
  opacity: 1;
}
.bhsh-btn.bhsh-btn-7[aria-pressed=true] {
  background-color: #67afad;
  border-color: #404040;
  color: #404040;
}

input.form-control,
textarea.form-control,
select.form-control {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #404040;
  font-weight: normal;
  padding: 0.5rem 0.75rem;
  border: 1px solid #404040;
}
input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder, select.form-control::-webkit-input-placeholder {
  color: #404040;
}
input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder, select.form-control::-moz-placeholder {
  color: #404040;
}
input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder, select.form-control:-ms-input-placeholder {
  color: #404040;
}
input.form-control::-ms-input-placeholder, textarea.form-control::-ms-input-placeholder, select.form-control::-ms-input-placeholder {
  color: #404040;
}
input.form-control::placeholder,
textarea.form-control::placeholder,
select.form-control::placeholder {
  color: #404040;
}
input.form-control[type=text],
textarea.form-control[type=text],
select.form-control[type=text] {
  -webkit-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
}
input.form-control[type=search],
textarea.form-control[type=search],
select.form-control[type=search] {
  -webkit-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
}
input.form-control[type=number],
textarea.form-control[type=number],
select.form-control[type=number] {
  -moz-appearance: textfield; /* stylelint-disable-line property-no-vendor-prefix */
}
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input.form-control:disabled,
textarea.form-control:disabled,
select.form-control:disabled {
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}
input.form-control.error,
textarea.form-control.error,
select.form-control.error {
  border: 1px solid #d0021b;
  background-color: #fae6e8;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input.form-control.warning,
textarea.form-control.warning,
select.form-control.warning {
  border: 1px solid #8d662d;
  background-color: #f8f3e8;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input.form-control.success,
textarea.form-control.success,
select.form-control.success {
  border: 1px solid #417505;
  background-color: #ecf1e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input.form-control.input-secondary,
textarea.form-control.input-secondary,
select.form-control.input-secondary {
  border: 2px solid #404040;
}
input.form-control.input-secondary:focus,
textarea.form-control.input-secondary:focus,
select.form-control.input-secondary:focus {
  border: 2px solid #66acff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input.form-control.input-secondary:disabled,
textarea.form-control.input-secondary:disabled,
select.form-control.input-secondary:disabled {
  border: 2px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input.form-control.input-secondary.error,
textarea.form-control.input-secondary.error,
select.form-control.input-secondary.error {
  border: 2px solid #d0021b;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input.form-control.input-secondary.warning,
textarea.form-control.input-secondary.warning,
select.form-control.input-secondary.warning {
  border: 2px solid #8d662d;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input.form-control.input-secondary.success,
textarea.form-control.input-secondary.success,
select.form-control.input-secondary.success {
  border: 2px solid #417505;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input.form-control.is-invalid,
textarea.form-control.is-invalid,
select.form-control.is-invalid {
  background-color: #fae6e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23d0021b' fill-rule='evenodd'%3E%3Cpath d='m12 0c6.627417 0 12 5.372583 12 12s-5.372583 12-12 12-12-5.372583-12-12 5.372583-12 12-12zm0 2c-5.5228475 0-10 4.4771525-10 10s4.4771525 10 10 10 10-4.4771525 10-10-4.4771525-10-10-10zm4.8994949 3.58578644 1.4142136 1.41421356-4.9497085 4.95 4.9497085 4.9494949-1.4142136 1.4142136-4.9504949-4.9497085-4.949 4.9497085-1.41421356-1.4142136 4.94921356-4.9504949-4.94921356-4.949 1.41421356-1.41421356 4.949 4.94921356z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 98% 7px;
  background-size: auto;
}
input.form-control.is-invalid:focus,
textarea.form-control.is-invalid:focus,
select.form-control.is-invalid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input.pwd-seg.is-invalid {
  background-image: none;
}
input.pwd-seg.is-invalid ~ svg {
  fill: #c00;
}

.invalid-feedback {
  position: relative;
  padding-left: 1.125rem;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0;
}
.invalid-feedback::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23d0021b' fill-rule='evenodd'%3E%3Cpath d='m12 0c6.627417 0 12 5.372583 12 12s-5.372583 12-12 12-12-5.372583-12-12 5.372583-12 12-12zm0 2c-5.5228475 0-10 4.4771525-10 10s4.4771525 10 10 10 10-4.4771525 10-10-4.4771525-10-10-10zm4.8994949 3.58578644 1.4142136 1.41421356-4.9497085 4.95 4.9497085 4.9494949-1.4142136 1.4142136-4.9504949-4.9497085-4.949 4.9497085-1.41421356-1.4142136 4.94921356-4.9504949-4.94921356-4.949 1.41421356-1.41421356 4.949 4.94921356z'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat;
  position: absolute;
  width: 0.875rem;
  height: 1.5rem;
  left: 0;
  top: 0;
}

.form-control {
  font-size: 0.875rem;
  line-height: 14px;
  border-radius: 0;
}

.customRadio-btn {
  display: none;
}
.customRadio-btn + label {
  position: relative;
  padding-left: 1.5625rem;
  cursor: pointer;
  display: inline-block;
}
.customRadio-btn + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #979797;
  border-radius: 50%;
}
.customRadio-btn:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #979797;
  border-radius: 100%;
}
.customRadio-btn:checked + label::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #006ec7;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
}
.customRadio-btn:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.customRadio-btn:focus + label::after {
  border: 2px solid #66acff;
  outline: none;
}
.customRadio-btn:disabled + label::after {
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}

.customCheck-box {
  display: none;
}
.customCheck-box + label {
  cursor: pointer;
  position: relative;
  padding-left: 1.5625rem;
  color: #404040;
}
.customCheck-box + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 2px solid #979797;
}
.customCheck-box + label::before {
  content: none;
}
.customCheck-box:checked + label::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 6px;
  width: 0.5rem;
  height: 0.9375rem;
  border: 1px solid #006ec7;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.customCheck-box:focus + label::after {
  border: 2px solid #66acff;
  outline: none;
}
.customCheck-box:disabled + label::after {
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}

select.custom-select {
  border-radius: 0;
  color: #404040;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  padding: 9px 12px;
  font-size: 0.875rem;
  line-height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23737373' d='m12.0020002 15.7800002 7.0020002-7.7800002h-14.0040004z'/%3E%3C/svg%3E");
  background-size: 1.625rem;
  background-position: 96% 6px;
}
select.custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
select.custom-select.is-invalid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23c00' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px #fae6e8;
  background-position: 96%;
}
select.custom-select.state-dropdown, select.custom-select.select-dropdown {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23737373' d='m16.5 15-4.5 5-4.5-5zm-4.5-11 4.5 5h-9z'/%3E%3C/svg%3E");
  background-position: 99%;
}
select.custom-select.state-dropdown.is-invalid, select.custom-select.select-dropdown.is-invalid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23c00' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px #fae6e8;
  background-position: 96%;
  background-size: 13px;
}
select.custom-select-green {
  background-color: #ecf1e6;
  border: 1px solid #417505;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
select.custom-select-green:focus {
  border: 1px solid #417505;
}
select.custom-select-white {
  border: 2px solid #417505;
}
select.custom-select-white:focus {
  border: 2px solid #417505;
}
select.custom-select-grey {
  border: 2px solid #6e6e6e;
}
select.custom-select-grey:focus {
  border: 2px solid #6e6e6e;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
  height: 1.25rem;
  width: 1.25rem;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Im0wIDBoMjR2MjRoLTI0eiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Im0xOC42MTI1MjIxIDQuMTk4MDMwMjljLjI4OTQ4NzQtLjI4OTQ4NzQyLjc5MDQzMDMtLjI1Nzg5NjQzIDEuMTE4ODg3Mi4wNzA1NjA0NS4zMjg0NTY4LjMyODQ1Njg4LjM2MDA0NzguODI5Mzk5NzEuMDcwNTYwNCAxLjExODg4NzEzbC02LjYxMjk2OTcgNi42MTI1MjIxMyA2LjYxMjk2OTcgNi42MTI1MjIxYy4yNjMxNzA0LjI2MzE3MDQuMjYwOTg2Ny43MDEwOTczLjAxMTY0MDIgMS4wMjUzMmwtLjA4MjIwMDYuMDkzNTY3MmMtLjMyODQ1NjkuMzI4NDU2OC0uODI5Mzk5OC4zNjAwNDc4LTEuMTE4ODg3Mi4wNzA1NjA0bC02LjYxMjUyMjEtNi42MTI5Njk3LTYuNjEyNTIyMTMgNi42MTI5Njk3Yy0uMjYzMTcwMzguMjYzMTcwNC0uNzAxMDk3My4yNjA5ODY3LTEuMDI1MzE5OTMuMDExNjQwMmwtLjA5MzU2NzItLjA4MjIwMDZjLS4zMjg0NTY4OC0uMzI4NDU2OS0uMzYwMDQ3ODctLjgyOTM5OTgtLjA3MDU2MDQ1LTEuMTE4ODg3Mmw2LjYxMjk2OTcxLTYuNjEyNTIyMS02LjYxMjk2OTcxLTYuNjEyNTIyMTNjLS4yNjMxNzAzOC0uMjYzMTcwMzgtLjI2MDk4NjctLjcwMTA5NzMtLjAxMTY0MDItMS4wMjUzMTk5M2wuMDgyMjAwNjUtLjA5MzU2NzJjLjMyODQ1Njg4LS4zMjg0NTY4OC44MjkzOTk3MS0uMzYwMDQ3ODcgMS4xMTg4ODcxMy0uMDcwNTYwNDVsNi42MTI1MjIxMyA2LjYxMjk2OTcxeiIgZmlsbD0iIzQwNDA0MCIvPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 1.25rem;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

html,
body {
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

body {
  background-color: #fff;
  color: #404040;
  font-size: 16px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
body.modal-open .modal-background {
  display: inline-block;
}

.modal-open header {
  z-index: inherit;
}

header {
  z-index: 9;
  position: relative;
}

.modal-background {
  opacity: 0.75;
  z-index: 1;
}

.modal-opened {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a:not(.btn),
button:not(.btn) {
  text-decoration: none;
}
a:hover, a:active,
button:hover,
button:active {
  text-decoration: none;
  background-color: transparent;
}
a:focus,
button:focus {
  outline: 3px dotted currentColor;
  outline-offset: -3px;
}

ol,
ul,
dl {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

video {
  max-width: 100%;
}

.c-primary {
  color: #006ec7;
}

.cf-primary use {
  fill: #006ec7;
}

.cs-primary use {
  stroke: #006ec7;
}

.bgc-primary {
  background-color: #006ec7 !important;
}

.bdc-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #006ec7;
}

.c-secondary {
  color: #006580;
}

.cf-secondary use {
  fill: #006580;
}

.cs-secondary use {
  stroke: #006580;
}

.bgc-secondary {
  background-color: #006580 !important;
}

.bdc-secondary {
  border-width: 1px;
  border-style: solid;
  border-color: #006580;
}

.c-tertiary {
  color: #c80393;
}

.cf-tertiary use {
  fill: #c80393;
}

.cs-tertiary use {
  stroke: #c80393;
}

.bgc-tertiary {
  background-color: #c80393 !important;
}

.bdc-tertiary {
  border-width: 1px;
  border-style: solid;
  border-color: #c80393;
}

.c-primary-bg {
  background-color: #006ec7;
}

.c-primary-light-bg {
  background-color: #d7e7f4;
}

.c-primary-dark-bg {
  background-color: #053b65;
}

.c-secondary-bg {
  background-color: #006580;
}

.c-secondary-light-bg {
  background-color: #67afad;
}

.c-secondary-dark-bg {
  background-color: #05776c;
}

.c-tertiary-bg {
  background-color: #c80393;
}

.c-tertiary-light-bg {
  background-color: #efcfe6;
}

.c-tertiary-dark-bg {
  background-color: #760156;
}

.c-darkest-bg {
  background-color: #404040;
}

.c-dark-bg {
  background-color: #6e6e6e;
}

.c-mid-bg {
  background-color: #ccc;
}

.c-light-bg {
  background-color: #f5f5f5;
}

.c-lightest-bg {
  background-color: #fff;
}

.c-black-bg {
  background-color: #000;
}

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

.c-error-bg-color {
  background-color: #fae6e8;
}

.c-warning-bg-color {
  background-color: #f8f3e8;
}

.c-success-bg-color {
  background-color: #ecf1e6;
}

.c-info-bg-color {
  background-color: #edf4fc;
}

.c-black-rose,
.c-primary-color {
  color: #006ec7;
}

.c-plum,
.c-primary-light-color {
  color: #d7e7f4;
}

.c-castro,
.c-primary-dark-color {
  color: #053b65;
}

.c-rouge,
.c-secondary-color {
  color: #006580;
}

.c-classic-rose,
.c-secondary-light-color {
  color: #67afad;
}

.c-black-rose1,
.c-secondary-dark-color {
  color: #05776c;
}

.c-white-smoke {
  color: #f6f4f4;
}

.c-white,
.c-white-color {
  color: #fff;
}

.c-lightest,
.c-lightest-color {
  color: #fff;
}

.c-tertiary-color {
  color: #c80393;
}

.c-gainsboro,
.c-tertiary-dark-color {
  color: #760156;
}

.c-tertiary-light-color {
  color: #efcfe6;
}

.c-venetian-red,
.c-error-color {
  color: #d0021b;
}

.c-carousel-pink,
.c-error-bg-color {
  color: #fae6e8;
}

.c-rusty-nail,
.c-warning-color {
  color: #8d662d;
}

.c-bianca,
.c-warning-bg-color {
  color: #f8f3e8;
}

.c-olive,
.c-success-color {
  color: #417505;
}

.c-sugar-cane,
.c-success-bg-color {
  color: #ecf1e6;
}

.c-denim,
.c-info-color {
  color: #2275d3;
}

.c-lavender,
.c-info-bg-color {
  color: #edf4fc;
}

.c-mortar,
.c-darkest {
  color: #404040;
}

.c-empress,
.c-dark {
  color: #6e6e6e;
}

.c-dim-gray {
  color: #717171;
}

.c-light-silver {
  color: #d8d8d8;
}

.c-white-smoke1 {
  color: #f5f5f5;
}

.c-white-smoke2 {
  color: #f2f2f2;
}

.c-white-smoke3 {
  color: #f5f5f5;
}

.c-shady-lady {
  color: #979797;
}

.c-maya-blue {
  color: #66acff;
}

.c-very-light-grey {
  color: #ccc;
}

.c-mid,
.c-mid-color {
  color: #ccc;
}

.c-light-grey {
  color: #d0d0d0;
}

.c-black {
  color: #000;
}

.c-black-transparent {
  color: rgba(0, 0, 0, 0.5);
}

.c-black-transparent1 {
  color: rgba(0, 0, 0, 0.75);
}

.c-dark-grey {
  color: #9e9e9e;
}

.c-suva-grey {
  color: #909090;
}

.c-primary {
  color: #006ec7;
}

.c-secondary {
  color: #006580;
}

.c-tertiary {
  color: #c80393;
}

.c-black-color,
.c-darkest-color {
  color: #404040;
}

.c-dark-color,
.c-dark {
  color: #6e6e6e;
}

.c-light-color,
.c-light {
  color: #f5f5f5;
}

@media (min-width: 1024px) {
  .container.inset-padding,
  .container-fluid.inset-padding,
  .inset-padding.container-xl {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
}

@media (min-width: 1024px) {
  .container .inset-margin,
  .container-fluid .inset-margin,
  .container-xl .inset-margin {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }
}

#maincontent:focus:focus-visible {
  outline-style: dotted !important;
  outline-width: 0.1875rem !important;
  outline-offset: -0.1875rem;
}

/* stylelint-disable scss/no-global-function-names */
@media (max-width: 599.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-xs.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-sm.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1439.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1759.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-lg.in {
    min-width: 50%;
    left: 0;
  }
}
.menu-toggleable-left.navbar-toggleable-xl {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 100%;
}
.menu-toggleable-left.navbar-toggleable-xl.in {
  min-width: 50%;
  left: 0;
}

.navbar.bg-inverse {
  background-color: transparent !important;
  padding: 0;
}
@media (min-width: 1024px) {
  .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .navbar.bg-inverse .navbar-nav .nav-link {
    padding: 0.8rem;
    white-space: nowrap;
  }
}

.navbar-expand-md .navbar-nav.nav-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-expand-md .navbar-nav.nav-spaced {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.navbar-expand-md .navbar-nav.nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: #fff;
  color: #444;
}

@media (min-width: 1024px) {
  .nav-item > .nav-link {
    color: #fff;
  }
}
@media (max-width: 1023.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 4;
  }
}

.menu-toggleable-left .close-menu {
  padding: 15px;
  background-color: #eee;
  border-bottom: 1px solid #d0d0d0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}
.menu-toggleable-left .menu-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.menu-toggleable-left li > .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0;
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: white !important;
    color: #222;
  }
}
@media (max-width: 599.98px) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em; /* 20/16 */
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #979797;
  }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static;
  }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    position: absolute;
    right: 0.3em;
    margin-top: 0.55em;
  }
  .menu-toggleable-left.in .nav-item .nav-link {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
  }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0;
  }
}

.multilevel-dropdown .dropdown-menu {
  top: 90%;
  border: 0;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu {
    -webkit-box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
            box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
  }
}
.multilevel-dropdown .dropdown-item.dropdown > .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 0.3em;
  margin-top: 0.55em;
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    top: -0.65em;
    left: 99%;
  }
}
.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em;
}
.multilevel-dropdown .navbar > .close-menu > .back {
  display: none;
}
.multilevel-dropdown .dropdown-item {
  padding: 0 0 0 1em;
}
.multilevel-dropdown .dropdown-item .dropdown-link {
  display: block;
  padding: 0.425em 5em 0.425em 0;
}
.multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: 1px solid #eee;
}
.multilevel-dropdown .dropdown-item.top-category {
  font-weight: bold;
}
.multilevel-dropdown .dropdown-item.top-category > .nav-link {
  padding-left: 0;
}

/* stylelint-enable scss/no-global-function-names */
.header {
  position: relative;
}

.minicart {
  margin-top: 0.1875em; /* 3/16 */
  vertical-align: top;
}
.minicart .minicart-icon {
  font-size: 1.5em;
}
.minicart a.minicart-link:hover {
  text-decoration: none;
}
.minicart .minicart-quantity {
  background-color: var(--skin-primary-color-1);
  border-radius: 50%;
  width: 1.25em; /* 20/16 */
  height: 1.25em; /* 20/16 */
  line-height: normal;
  display: inline-block;
  text-align: center;
  font-size: 0.8125em; /* 13/16 */
  position: relative;
  top: -0.9375em; /* 15/16 */
  left: -0.9375em; /* 15/16 */
  color: #fff;
}

.navbar-header {
  height: 4.375em; /* 70/16 */
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .search,
.navbar-header .minicart {
  display: inline-block;
  margin: 1.125em 0 0 0.5em;
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
  line-height: 2.25em; /* 36/16 */
  height: auto;
}
.navbar-header .navbar-toggler {
  font-size: 1.6em;
  width: auto;
}
.navbar-header .user {
  position: relative;
}
.navbar-header .user .popover {
  position: absolute;
  display: none;
  padding: 1em;
  top: 85%;
  left: 0;
}
.navbar-header .user .popover a {
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.navbar-header .user .popover::before {
  left: 1.5rem;
}
.navbar-header .user .popover::after {
  left: 1.5rem;
}
.navbar-header .user .popover.show {
  display: block;
}

.brand {
  position: absolute;
  left: 50%;
  display: block;
  text-align: center;
}
.brand img {
  width: 100%;
}
@media (min-width: 1440px) {
  .brand {
    width: 14.125em; /* 226/16 */
    margin-left: -7.0625em; /* 113/16 */
    padding-top: 0.5em;
  }
}
@media (max-width: 1439.98px) {
  .brand {
    width: 4em; /* 64/16 */
    margin-left: -2em;
    padding-top: 0.8em;
  }
}

.main-menu {
  background-color: #444;
}
.main-menu .navbar .close-menu button,
.main-menu .navbar .close-button button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
}

.header-banner {
  background-color: #222;
  text-align: center;
  color: #fff;
}
.header-banner .close-button {
  width: 2.125em;
}
.header-banner .close-button .close {
  opacity: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: var(--skin-primary-color-1);
}
.header-banner .content {
  margin-right: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}

a.normal {
  color: var(--skin-primary-color-1);
  text-decoration: underline;
}

.slide-up {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  max-height: 100px;
  overflow: hidden;
}
.slide-up.hide {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.dropdown-country-selector {
  margin-top: -0.0625em;
}

.cookie-warning-messaging.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  display: none;
}

.valid-cookie-warning {
  background-color: var(--skin-link-color-1);
  color: #fff;
  white-space: nowrap;
}
.valid-cookie-warning p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-right: 2em;
}

/****  NEW  ****/
.disclosure--basic .disclosure__inner {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s, z-index 0.3s;
  transition: opacity 0.3s, z-index 0.3s;
  z-index: -1;
}
.disclosure--basic .disclosure__inner[aria-hidden=false] {
  opacity: 1;
  z-index: 30;
}

@media (min-width: 1024px) {
  .megaNav--primary .disclosure__inner {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    width: 100%;
    top: 7.0625rem;
    padding: 2.375rem 0rem 2.75rem 1.1875rem;
    display: -webkit-box;
    display: flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0.0625rem solid #6e6e6e;
    visibility: visible;
  }
  .megaNav--primary .disclosure__inner#megaNav-accessories {
    padding-left: 3.125rem;
  }
  .megaNav--primary .disclosure__inner#megaNav-sale {
    padding-left: 8.6875rem;
  }
  .megaNav--primary .disclosure__inner#megaNav-sale .megaNav__col {
    margin-left: 1.0625rem;
  }
  .megaNav--primary .disclosure__inner#megaNav-sale .megaNav__col .title {
    margin-bottom: 8px;
  }
  .megaNav--primary .disclosure__inner#megaNav-about-us {
    padding: 2.5rem 0rem 3.125rem 31.5625rem;
  }
  .megaNav--primary .disclosure__inner#megaNav-about-us .megaNav__col-isShops .megaNav__col-isBorder {
    border: none;
    width: 15.6875rem;
  }
  .megaNav--primary .disclosure__inner.TemplateB .navItem--primary.navItem--2 > span,
  .megaNav--primary .disclosure__inner.TemplateB .navItem--primary.navItem--2 > .navItem__anchor {
    font-size: 1.5rem;
    color: #404040;
    line-height: 32px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .megaNav--primary .disclosure__inner.TemplateB .megaNav__col-isCollections {
    margin-left: 1rem;
  }
  .megaNav--primary .disclosure__inner.TemplateB .megaNav__col-isCollections .navItem--primary.navItem--2 > span,
  .megaNav--primary .disclosure__inner.TemplateB .megaNav__col-isCollections .navItem--primary.navItem--2 > .navItem__anchor {
    font-size: 1.125rem;
    color: #404040;
    line-height: 36px;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  .megaNav--primary .disclosure__content {
    display: -webkit-box;
    display: flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .megaNav--primary .megaNav__col {
    width: 10.1875rem;
    padding-bottom: 0.375rem;
  }
  .megaNav--primary .megaNav__col:nth-of-type(2) {
    margin-right: 2.5625rem;
  }
  .megaNav--primary .megaNav__col:nth-of-type(3) {
    margin-right: 0.5rem;
  }
  .megaNav--primary .megaNav__col-isBorder {
    border: none;
    border-left: 0.125rem solid #f5f5f5;
    padding-left: 3rem;
  }
  .megaNav--primary .megaNav__col-isFourthCol {
    width: 5.9375rem;
    padding-left: 0.8125rem;
  }
  .megaNav--primary .megaNav__col-isFourthCol .title {
    line-height: 2.25rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .megaNav--primary .megaNav__col-isFourthCol {
    margin-top: -0.1875rem;
  }
}
@media (min-width: 1024px) {
  .megaNav--primary .megaNav__col-isFifthCol {
    margin-right: 1.3rem;
    width: 14.25rem;
  }
  .megaNav--primary .megaNav__col-isFifthCol .card {
    position: relative;
    display: block;
    min-width: unset;
    word-wrap: inherit;
    background-color: transparent;
    background-clip: unset;
    border: none;
    border-left: 0.125rem solid #f5f5f5;
    margin-bottom: 0;
    margin-left: 1.6875rem;
    padding-left: 3.125rem;
    width: 11.0625rem;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .megaNav--primary .megaNav__col-isFifthCol .card {
    margin-left: 1.4375rem;
  }
}
@media (min-width: 1024px) {
  .megaNav--primary .megaNav__col-isFifthCol .card .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
  }
  .megaNav--primary .megaNav__col-isFifthCol .card .card-header:first-child {
    border-radius: 0;
  }
  .megaNav--primary .megaNav__col-isFifthCol .card .card-header .accordion-title {
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isCollections {
    width: 13.0625rem;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isCollections .megaNav__col {
    padding-left: 1.5rem;
    width: 11.0625rem;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isCollections .megaNav__col-isBorder {
    border-left: none;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isCollections .card-header {
    border: none;
    padding: 0;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isCollections .card-header .title--primary {
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .megaNav--primary .megaNav__col.megaNav__col-isCollections {
    padding-left: 0.625rem;
    width: 14.4375rem;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isCollections .megaNav__col {
    padding-left: 3.125rem;
    width: 13.8125rem;
  }
}
@media (min-width: 1024px) {
  .megaNav--primary .megaNav__col.megaNav__col-isShops {
    width: 15.5rem;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isShops .megaNav__col-isBorder {
    padding-left: 1.375rem;
    width: 15.6875rem;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .megaNav--primary .megaNav__col.megaNav__col-isShops .megaNav__col-isBorder {
    margin-left: 1.5rem;
    margin-top: -0.3125rem;
    padding-left: 2.875rem;
    width: 16rem;
  }
}
@media (min-width: 1024px) {
  .megaNav--primary .megaNav__col.megaNav__col-isShops .megaNav__col-isBorder .card-header {
    border: none;
    padding: 0;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isShops .megaNav__col-isBorder .navItem__anchor {
    font-size: 1.5rem;
    color: #404040;
    line-height: 2.25rem;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isShops .megaNav__col-isBorder .navItem__anchor.align {
    font-weight: 600;
    font-size: 1.25rem;
    color: #006580;
    line-height: 2rem;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isShops .megaNav__col-isBorder .navItem__anchor.align.title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #006580;
    line-height: 2rem;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .megaNav--primary .title {
    margin: 0 0 0.5rem;
    color: #404040;
  }
  .megaNav--primary .navItem--primary {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .megaNav--primary .disclosure__inner {
    padding: 2.75rem 0.625rem 2.5625rem 0rem;
  }
  .megaNav--primary .disclosure__inner#megaNav-mens {
    padding: 2.5rem 4.25rem 2.625rem 0rem;
  }
  .megaNav--primary .disclosure__inner#megaNav-mens .megaNav__col-isBorder {
    margin-left: 1.875rem;
    padding-left: 2.8125rem;
  }
  .megaNav--primary .disclosure__inner#megaNav-about-us {
    padding: 2.75rem 0rem 0.4375rem 25.5rem;
  }
  .megaNav--primary .disclosure__inner .megaNav__col-isShops {
    padding-top: 0.3125rem;
  }
  .megaNav--primary .title {
    margin-bottom: 0.8125rem;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isCollections .megaNav__col {
    padding-left: 1.875rem;
  }
  .megaNav--primary .megaNav__col:nth-of-type(3) {
    padding-left: 0.8125rem;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isShops .megaNav__col-isBorder {
    margin-left: 0.5rem;
    padding-left: 4rem;
    width: 18.75rem;
  }
}
.megaNav--primary .disclosure__inner[aria-hidden=true] {
  visibility: hidden;
}

.fixed-top .disclosure__inner {
  top: 3.5rem;
}

.navItem--primary > .navItem__anchor {
  display: -webkit-box;
  display: flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
}
.navItem--primary.navItem--2 > .navItem__anchor {
  text-decoration: none;
  font-size: 1.125rem;
  color: #404040;
  line-height: 32px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
@media (max-width: 1023.98px) {
  .navItem--primary.navItem--2 > .navItem__anchor {
    font-size: 1.125rem;
    color: #404040;
    line-height: 24px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .sixth-col--mobile .navItem--primary.navItem--2 > .navItem__anchor {
    font-weight: 600;
    padding: 1rem 0rem 0.75rem 1.5rem;
    font-size: 1.25rem;
    color: #006580;
    line-height: 24px;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  .sixth-col--mobile .navItem--primary.navItem--2 > .navItem__anchor.align {
    padding-bottom: 0.5625rem;
  }
  .sixth-col--mobile .navItem--primary.navItem--2 > .navItem__anchor.align.title {
    font-weight: bold;
    text-transform: uppercase;
    padding: 1.25rem 0rem 0.375rem 0.5rem;
    font-size: 1.5rem;
    color: #006580;
    line-height: 28px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
}

.list--isReset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#mobileNav__close {
  left: 22.1rem;
  width: 4.8rem;
  right: 0;
  top: unset;
  margin-top: 1.7rem;
}

/* mobile */
@media (max-width: 1023.98px) {
  .modal-background.active {
    z-index: 1;
  }
  .main-menu button {
    font-size: 1.25rem;
    color: #404040;
    line-height: 28px;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  .main-menu button .arrow-left {
    width: 1.5rem;
    height: 1.5rem;
    fill: #fff;
  }
  .navbar .nav-item.show .nav-link {
    background-color: transparent;
  }
  .navbar .nav-item.dropdown {
    color: #fff;
    position: static;
  }
  .navbar .nav-item.dropdown .dropdown-menu {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    margin-top: 0;
    bottom: auto;
    right: 0;
    height: auto;
  }
  .navbar .nav-item.dropdown .dropdown-menu.show {
    display: block;
    background-color: #fff;
  }
  .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
    border-top: none;
  }
  .navbar .nav-item.dropdown .dropdown-menu .dropdown-item .dropdown-link {
    padding: 0;
  }
  .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus, .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
  .navbar .nav-item.dropdown .dropdown-menu .dropdown-item.active, .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:active {
    color: currentColor;
  }
  .navbar .nav-item.dropdown .dropdown-menu .multilevel-dropdown .dropdown-item {
    padding: 0;
  }
  .navbar .nav-item.dropdown .dropdown-menu.menuItemD {
    border-bottom: 1px solid #6e6e6e;
  }
  .navbar .nav-item.dropdown .dropdown-item {
    border-top: none;
  }
  .navbar .nav-item.dropdown .dropdown-item .category-title,
  .navbar .nav-item.dropdown .dropdown-item .category-link {
    text-decoration: none;
    font-size: 1.5rem;
    color: #006ec7;
    line-height: 32px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .navbar .nav-item.dropdown .dropdown-item .dropdown-link {
    text-decoration: none;
    font-size: 1.125rem;
    color: #404040;
    line-height: 32px;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  .navbar .nav-item.dropdown .dropdown-item.top-category {
    background-color: #efcfe6;
  }
  .navbar .nav-item.dropdown .dropdown-item.top-category .nav-link {
    font-size: 1.25rem;
    color: #404040;
    line-height: 28px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .navbar .nav-item.dropdown .dropdown-item.top-category .arrow-left {
    margin: 0;
  }
  .navbar .nav-item.dropdown .dropdown-item.top-category .shopnow-link {
    padding-left: 0.625rem;
  }
  .main-menu.navbar-toggleable-sm.in {
    background-color: #f5f5f5;
    max-width: 273px;
    min-width: 10rem;
    width: 100%;
    height: auto;
    overflow-y: auto;
  }
  .main-menu.navbar-toggleable-sm.in.second-level {
    background-color: #f5f5f5;
  }
  .main-menu.navbar-toggleable-sm.in.second-level .mobile__utility {
    display: none;
  }
  .main-menu.navbar-toggleable-sm.in.second-level .l2PreviousMenuButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
  }
  .main-menu.navbar-toggleable-sm.in.second-level .nav-item[data-cat-level="1"]:not(.show) {
    display: none;
  }
  .main-menu.navbar-toggleable-sm.in.second-level .l3PreviousMenuButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu.navbar-toggleable-sm.in.second-level.third-level .secondary-level.prev-menu-wrapper,
  .main-menu.navbar-toggleable-sm.in.second-level.third-level .secondary-level:not(.show),
  .main-menu.navbar-toggleable-sm.in.second-level.third-level .sixth-col--mobile {
    display: none;
  }
  .main-menu.navbar-toggleable-sm.in.second-level.third-level .navbar .nav-item.dropdown .level-2__mobile .prev-menu-wrapper {
    border-top: none;
  }
  .main-menu.navbar-toggleable-sm.in .navbar {
    color: #404040;
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .arrow-left {
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    fill: #404040;
    margin-right: 0.625rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item {
    border-top: 1px solid #6e6e6e;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item .arrow-right {
    width: 1.5rem;
    height: 1.5rem;
    fill: #404040;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item a:focus {
    outline-color: currentColor;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: transparent;
    width: 100%;
    font-size: 1.25rem;
    color: #404040;
    line-height: 28px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    padding: 0.875rem 1rem 0.8125rem 1rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item .nav-link.l1-nav-link {
    background-color: #fff;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    text-transform: uppercase;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item .nav-link.dropdown-toggle {
    outline-offset: -0.75rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item .shopnow-link {
    text-transform: uppercase;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown {
    background-color: #fff;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.1875rem;
    font-weight: normal;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .arrow-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .card {
    margin-bottom: 0;
    background-color: #fff;
    border-top: 1px solid #6e6e6e;
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .card .card-header {
    background-color: #fff;
    color: #fff;
    border: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .card .card-header a.nav-link.shopall.mobile {
    padding: 0 0 0 0.5rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .card .card-body {
    border: none;
    padding: 0.5rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .card .card-body.active {
    background-color: #f5f5f5;
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.875rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .card:not(.megaNav__col):last-of-type {
    border-bottom: 1px solid #6e6e6e;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile > .dropdown-item:not(.top-category) {
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile > .dropdown-item:not(.top-category) .dropdown-submenu.level-3 {
    padding: 1rem 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile > .dropdown-item:not(.top-category) .dropdown-submenu.level-3 .dropdown-item {
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile > .dropdown-item:not(.top-category) .dropdown-submenu.level-3 .dropdown-item a.dropdown-link {
    padding: 1rem 0rem 0.5rem 1rem;
    font-size: 1.125rem;
    color: #fff;
    line-height: 24px;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile #previous-menu-button {
    text-transform: uppercase;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .static-col--mobile .card.megaNav__col .card-body {
    background-color: #fff;
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .static-col--mobile .card.megaNav__col .card-body .navItem {
    border-top: solid 1px #6e6e6e;
    padding: 14px 0 14px 16px;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .static-col--mobile .card.megaNav__col .card-body .navItem .navItem__anchor {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .static-col--mobile .card.megaNav__col .card-body .navItem:first-of-type {
    border-top: none;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .sixth-col--mobile .content-asset .card-header.title-category {
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile.menuItemB .card.secondary-level .accordion-title {
    display: block;
    padding: 0rem 0.5rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile.menuItemB .card.secondary-level .card-body.active {
    background-color: transparent;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile.menuItemB .card.secondary-level .card-body.active .level3-item {
    border: none;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile.menuItemB .card.secondary-level .card-body.active .level3-item .nav-link {
    font-size: 1rem;
    padding: 0.1875rem 0.625rem 0.125rem 2.0625rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-3__mobile {
    margin-bottom: 0.4375rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-3__mobile .level3-item {
    border-top: solid #6e6e6e 1px;
    font-size: 1.125rem;
    color: #404040;
    line-height: 28px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-3__mobile .level3-item .nav-link {
    font-size: 1.125rem;
    padding: 0.875rem 0.625rem 0.8125rem 1.0625rem;
    font-size: 1.25rem;
    color: #404040;
    line-height: 28px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-3__mobile .level3-item .nav-link:hover {
    border: none;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-3__mobile .level3-item.card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-3__mobile .level3-item.card .card-header .nav-link {
    padding: 0 0.5rem !important;
    text-decoration: none;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-3__mobile .level3-item:last-of-type {
    border-bottom: 1px solid #6e6e6e;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile {
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile .card {
    background-color: transparent;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile .card .card-header {
    background-color: transparent;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile .card .card-header.title-category {
    padding: 0.875rem 1rem 0rem 0.625rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile .card .card-header.title-category .accordion-title {
    display: inline-block;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile .card .card-header svg {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    fill: #404040;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile .card .card-body {
    background-color: transparent;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile .card .card-body .navItem__anchor {
    padding: 1.0625rem 0rem 0.4375rem 1.5rem;
  }
}
@media (max-width: 1023.98px) {
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .navbar-nav {
    border-bottom: solid 1px #404040;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility {
    text-transform: capitalize;
    background-color: #f5f5f5;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0.0625rem 0.4375rem;
  }
  [data-action=Account-Show] .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility {
    margin-top: 0.5rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .nav-item {
    border-top: 0;
    background-color: #f5f5f5;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .nav-item.dropdown {
    margin: -0.5rem 0rem 0rem -0.4375rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .nav-item.dropdown .account__utility li {
    margin-left: -0.8125rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .nav-link {
    color: #404040;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .m-locate-store .nav-link {
    text-transform: initial;
    color: #404040;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .m-locate-store .nav-link.title--secondary {
    font-weight: normal;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .m-locate-store .nav-link:focus {
    outline-color: currentColor;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .user-message {
    color: #404040;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  [data-action=Account-Show] .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .user-message {
    padding-top: 0.8125rem !important;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .country-selector {
    padding: 0.9375rem 0.875rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .country-selector .dropdown-item {
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .country-selector a {
    font-size: 1.25rem;
    color: #404040;
    line-height: 28px;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
    margin-left: -0.3125rem;
    outline-offset: 0.375rem;
    padding: 0 0.3125rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .svgicon {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.25rem;
    fill: #404040;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .svgicon.mappin {
    margin: 0rem 0rem 0rem 0.4375rem;
  }
  [data-action=Account-Show] .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .svgicon.account {
    margin-left: -0.125rem;
    margin-top: -0.375rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility li a {
    padding: 0.875rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .close-menu-wrapper {
    width: 100%;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .close-menu-wrapper .back {
    padding-left: 0.8125rem;
    padding-top: 0.625rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .close-menu-wrapper .back button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #404040;
    padding: 0.25rem 0rem 0rem 0rem;
    text-transform: uppercase;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .close-menu-wrapper .back button .arrow-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    fill: #404040;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .close-menu-wrapper .close-button {
    line-height: 0;
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .close-menu-wrapper .close-button button {
    padding: 0.875rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .close-menu-wrapper .close-icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: #404040;
  }
}
@media (max-width: 1023.98px) and (max-width: 1439.98px) {
  .main-menu.navbar-toggleable-sm.in .dropdown-toggle::after {
    content: none;
  }
}
@media (max-width: 1023.98px) {
  .main-menu .collapsible-sm button:active, .main-menu .collapsible-sm button:focus, .main-menu .collapsible-sm button.active,
  .main-menu .secondary-level button:active,
  .main-menu .secondary-level button:focus,
  .main-menu .secondary-level button.active {
    color: #404040;
  }
  .main-menu .collapsible-sm .accordion-title,
  .main-menu .secondary-level .accordion-title {
    padding: 0.875rem 1rem 0.8125rem;
    font-size: 1.25rem;
    color: #404040;
    line-height: 28px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .main-menu .collapsible-sm .accordion-title svg,
  .main-menu .secondary-level .accordion-title svg {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    fill: #404040;
  }
  .main-menu .collapsible-sm .accordion-title::after,
  .main-menu .secondary-level .accordion-title::after {
    content: "";
  }
  .main-menu button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.brandbar {
  background-color: #f5f5f5;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
}
.brandbar.brandbar__overflow {
  overflow: auto hidden;
  -ms-overflow-style: none;
}
.brandbar.brandbar__overflow::-webkit-scrollbar {
  display: none;
}
.brandbar .inner__brandbar {
  position: relative;
}
.brandbar .brandbar__container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .brandbar .brandbar__container {
    max-width: 68.375rem;
  }
}
.brandbar .brandbar__list {
  font-weight: 600;
  white-space: nowrap;
  color: #6e6e6e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.9375rem;
}
@media (min-width: 600px) {
  .brandbar .brandbar__list {
    padding-left: 1.6875rem;
  }
}
@media (min-width: 1024px) {
  .brandbar .brandbar__list {
    padding-left: 2.375rem;
  }
}
@media (min-width: 1440px) {
  .brandbar .brandbar__list {
    padding-left: 1.5625rem;
  }
}
@media (min-width: 1760px) {
  .brandbar .brandbar__list {
    padding-left: 1.1875rem;
  }
}
.brandbar .brandbar__list .brandbar__item .info-icon {
  text-transform: capitalize;
}
.brandbar .brandbar__list .brandbar__item .info-icon .tooltip {
  top: 1.5rem;
  padding-top: 0;
  background-color: transparent;
}
.brandbar .brandbar__list .brandbar__item .info-icon .tooltip::before {
  position: relative;
  height: 1rem;
  top: 0;
}
.brandbar .brandbar__list .brandbar__item .info-icon a {
  color: #6e6e6e;
  display: block;
  font-size: 0.875rem;
  line-height: 20px;
}
.brandbar .brandbar__list .brandbar__item .info-icon:active, .brandbar .brandbar__list .brandbar__item .info-icon:hover {
  background: #6e6e6e;
}
.brandbar .brandbar__list .brandbar__item .info-icon:active a, .brandbar .brandbar__list .brandbar__item .info-icon:hover a {
  color: #fff;
}
.brandbar .brandbar__list .brandbar__item .info-icon .brandbar__link {
  padding: 0.375rem 1.0625rem 0.375rem 1.0625rem;
}
.brandbar .brandbar__list .brandbar__item .info-icon .tooltip__message {
  padding: 0.125rem 0.875rem 0.75rem 0.6875rem;
  display: block;
  font-size: 0.875rem;
  line-height: 20px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-weight: bold;
  margin-top: 0.1875rem;
  text-align: center;
}
.brandbar .brandbar__list .brandbar__item .info-icon .tooltip__message img {
  border-bottom: 1px solid #909090;
}
.brandbar .brandbar__list .brandbar__item .info-icon .tooltip__message .brand-txt-sec {
  display: inline-block;
}
.brandbar .brandbar__list .brandbar__item .brandbar__title {
  padding-right: 0.625rem;
  text-transform: capitalize;
}
@media (min-width: 1440px) {
  .brandbar .brandbar__list .brandbar__item .brandbar__title {
    margin-left: -1.4375rem;
  }
}
@media (max-width: 1023.98px) {
  .brandbar .brandbar__list .brandbar__western {
    margin-left: 64.5%;
    margin-top: 2.5rem;
  }
  .brandbar .brandbar__list .brandbar__western:lang(es) {
    margin-left: 60%;
  }
}
.brandbar .brandbar__list .brandbar__more {
  position: relative;
  cursor: pointer;
}
.brandbar .brandbar__list .brandbar__more .selectarrows-2 {
  font-size: 7px;
  position: relative;
  top: -2px;
}
.brandbar .brandbar__list .brandbar__more .brandbar__menu {
  cursor: auto;
  display: none;
  position: absolute;
  right: 0;
  top: 2.0625rem;
  z-index: 10;
  background-color: #fff;
  width: 100vw;
  max-width: 20rem;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.38);
          box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.38);
  border-top-right-radius: 0;
}
@media (min-width: 1024px) {
  .brandbar .brandbar__list .brandbar__more .brandbar__menu {
    max-width: 32rem;
  }
}
.brandbar .brandbar__list .brandbar__more .more__link {
  padding: 0.375rem 0.5rem 0.3125rem 1.25rem;
  line-height: 1.25rem;
  color: #6e6e6e;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .brandbar .brandbar__list .brandbar__more .more__link {
    font-size: inherit;
  }
}
@media (min-width: 1024px) {
  .brandbar .brandbar__list .brandbar__more .more__link {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1760px) {
  .brandbar .brandbar__list .brandbar__more .more__link {
    padding-right: 2.8125rem;
  }
}
.brandbar .brandbar__list .brandbar__more .more__link .selectarrows-2 {
  width: 1.125rem;
  height: 1.125rem;
  fill: #6e6e6e;
  top: -0.125rem;
  left: -0.25rem;
}
.brandbar .brandbar__list .brandbar__more .more__link.active {
  background: #fff;
  -webkit-box-shadow: 0 0.3em 6.9em 0 rgba(0, 0, 0, 0.38);
          box-shadow: 0 0.3em 6.9em 0 rgba(0, 0, 0, 0.38);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: #404040;
  position: relative;
}
.brandbar .brandbar__list .brandbar__more .more__link.active .selectarrows-2 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: #404040;
  top: -0.1875rem;
}
.brandbar .brandbar__list .brandbar__more .more__link.active::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 0.625rem;
  right: 0;
  bottom: -1px;
  z-index: 11;
}
.brandbar .brandbar__list .brandbar__more .more__link.active ~ div {
  display: block;
  padding: 1.625rem 3.125rem 3.125rem 3.625rem;
  border-radius: 4px;
  border-top-right-radius: 0;
}
@media (max-width: 1023.98px) {
  .brandbar .brandbar__list .brandbar__more .more__link.active ~ div {
    padding: 2rem 2.5rem 2.5rem 2.5rem;
  }
}
.brandbar .brandbar__list .brandbar__more .brandbar__menu--list .brandbar__submenu {
  color: #404040;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-weight: normal;
}
.brandbar .brandbar__list .brandbar__more .brandbar__menu--list .pt-2 {
  margin-top: -0.25rem;
}
.brandbar .brandbar__list .brandbar__more .brandbar__menu--list a {
  color: #404040;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: normal;
}
.brandbar .brandbar__list .brandbar__more .brandbar__menu--list li ul li {
  max-height: 16px;
}

.info-icon .tooltip {
  top: 2.8125rem;
  margin-top: 0;
  background-color: #efcfe6;
  bottom: 0;
  min-width: 12.5rem;
  max-width: 12.5rem;
  padding: 0;
  margin-left: 0;
  padding-top: 3px;
}
@media (max-width: 1023.98px) {
  .info-icon .tooltip {
    display: none;
  }
}
.info-icon .tooltip::after {
  content: none;
}
.info-icon .tooltip .custom-tooltip {
  background-color: #fff;
  color: #404040;
  border-radius: 8px;
  border: 1px solid #d0d0d0;
  padding: 0;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.22);
  position: relative;
  display: block;
}
.info-icon .tooltip .custom-tooltip::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 1px solid #d0d0d0;
  border-width: 0 1px 1px 0;
  top: -13px;
  background-color: #fff;
  -webkit-transform: rotate(225deg) translate(-50%, -50%);
          transform: rotate(225deg) translate(-50%, -50%);
  left: 48%;
}

header.overlay-active {
  z-index: inherit;
}

.header__utility {
  background-color: #000;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  color: #fff;
}
.header__utility .container {
  margin: 0 auto;
  padding: 0;
}
.header__utility--infobar {
  font-size: 1.125rem;
  line-height: 1.5rem;
  width: 100%;
  text-align: center;
  padding: 0.5rem 1rem;
}
@media (min-width: 1024px) {
  .header__utility--infobar {
    width: calc(100% - 32rem);
    margin-left: 4.6875rem;
  }
  .header__utility--infobar:lang(es) {
    width: calc(100% - 32.3rem);
  }
}
@media (min-width: 1440px) {
  .header__utility--infobar {
    margin-left: 5.25rem;
    font-size: 1.125rem;
  }
}
.header__utility--infobar a,
.header__utility--infobar .html-slot-container a {
  color: currentColor;
  text-decoration: underline;
}
.header__utility--icons {
  text-transform: capitalize;
  font-size: 1rem;
  margin-top: -0.0625rem;
  position: relative;
  right: 1.1875rem;
}
@media (min-width: 1440px) {
  .header__utility--icons {
    right: 1rem;
  }
}
.header__utility--icons li {
  margin-left: 0.1875rem;
}
@media (min-width: 1760px) {
  .header__utility--icons li {
    margin-left: 0;
  }
}
.header__utility--icons .account,
.header__utility--icons .mappin {
  width: 1.5rem;
  height: 1.5rem;
  fill: #fff;
  margin-right: 0.125rem;
}
.header__utility--icons .country-selector .dropdown-item:hover {
  background-color: transparent;
}
.header__utility--icons a {
  color: #fff;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  line-height: 1.5;
  padding: 0.5rem 0.54375rem;
}
@media (max-width: 1439.98px) {
  .header__utility--icons a {
    padding: 0.5rem 0.3125rem;
  }
}
@media (max-width: 1759.98px) {
  .header__utility--icons a {
    padding: 0.5rem 0.375rem;
  }
}
.header__utility .user {
  position: relative;
  color: #fff;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  line-height: 1.5rem;
}
.header__utility .user .selectarrows-2 {
  font-size: 0.375rem;
  position: relative;
  top: 0;
  left: 0.125rem;
}
.header__utility .user .selectarrows-2::before {
  background: none;
  border-left: solid 3px;
  border-bottom: solid 3px;
  border-right: solid 3px transparent;
  border-top: solid 3px transparent;
  height: 0.1875rem;
  margin: 0rem 0.3125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.1875rem;
}
@media (min-width: 1440px) {
  .header__utility .user .selectarrows-2::before {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1760px) {
  .header__utility .user .selectarrows-2::before {
    margin: 0rem 0.5rem 0rem 0.25rem;
  }
}
.header__utility .user .popover,
.header__utility .user + .popover {
  background-color: #000;
  padding: 0.3125rem 0.5625rem 0.5rem 0.1875rem;
  position: absolute;
  display: none;
  top: 2.25rem;
  left: auto;
  right: 0.125rem;
  border-radius: 0;
  border: none;
}
@media (min-width: 1760px) {
  .header__utility .user .popover,
  .header__utility .user + .popover {
    padding-left: 0.5rem;
  }
}
.header__utility .user .popover a,
.header__utility .user + .popover a {
  white-space: nowrap;
  display: block;
  padding: 0rem 0.25rem;
  font-size: 0.75rem;
  color: #fff;
  line-height: 16px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
.header__utility .user .popover::before,
.header__utility .user + .popover::before {
  left: 1.5rem;
}
.header__utility .user .popover::after,
.header__utility .user + .popover::after {
  left: 1.5rem;
}
.header__utility .user .popover.show,
.header__utility .user + .popover.show {
  display: block;
}

.header--primary {
  background-color: #fff;
  border-bottom: solid #404040 1px;
  position: sticky;
  top: -0.05rem;
  z-index: 9;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header--primary .svg--primary {
  width: 100%;
  height: 100%;
  fill: currentColor;
  shape-rendering: geometricPrecision;
}
.header--primary .icon--primary {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.header--primary .button .button__text {
  display: inherit;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  width: 100%;
}
.header--primary .button--isControl {
  position: static;
  padding: 0;
  border-width: 0;
}
.header--primary .button--isControl.button, .header--primary .button--isControl:link, .header--primary .button--isControl:visited {
  background-color: transparent;
}
.header--primary .button--isControl .button__text {
  display: inherit;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  width: 100%;
}
.header--primary .navList--primary .navList__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header--primary .header__inner {
  position: relative;
}
.header--primary .header__inner,
.header--primary .header__mainNav {
  background-color: #fff;
}
.header--primary .header__mainNav {
  width: 100%;
  padding: 0 1rem;
}
@media (max-width: 1023.98px) {
  .header--primary .header__mainNav {
    padding: 0;
  }
}
.header--primary .header__mainNav .mainNav__cart,
.header--primary .header__mainNav .mainNav__search {
  height: 1.875rem;
  min-width: 1.875rem;
}
@media (max-width: 1023.98px) {
  .header--primary .header__mainNav .mainNav__cart,
  .header--primary .header__mainNav .mainNav__search {
    top: 0.9375rem;
  }
}
.header--primary .header__mainNav .navItem--cart .minicart {
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 1023.98px) {
  .header--primary .header__mainNav .navItem--cart .minicart {
    position: absolute;
    right: 0rem;
    top: 1.25rem;
  }
}
.header--primary .header__mainNav .navItem--cart .minicart .cart-alt {
  width: 1.75rem;
  height: 1.75rem;
  fill: #000;
}
.header--primary .header__mainNav .navItem--logo .svg--primary {
  fill: #fff;
  max-height: 1.5rem;
  width: 9.25rem;
}
@media (min-width: 600px) {
  .header--primary .header__mainNav .navItem--logo .svg--primary {
    width: 9.375rem;
  }
}
@media (min-width: 1024px) {
  .header--primary .header__mainNav {
    margin: 0 auto;
    padding: 0 3.125rem;
  }
  .header--primary .header__mainNav .navList__list {
    width: 100%;
  }
  .header--primary .header__mainNav .navItem--logo,
  .header--primary .header__mainNav .navItem--search {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .header--primary .header__mainNav .navItem--logo .svg--primary {
    max-height: 2.1875rem;
    width: 13.1875rem;
  }
  .header--primary .header__mainNav .navItem--cart,
  .header--primary .header__mainNav .navItem--search {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 2.625rem;
  }
  .header--primary .header__mainNav .navItem--cart {
    padding-left: 2.1875rem;
  }
  .header--primary .header__mainNav .navItem--cart .minicart {
    margin: -0.25rem -1rem 0rem 0rem;
    cursor: pointer;
  }
  .header--primary .header__mainNav .navItem--cart .minicart .cart-alt {
    width: 1.75rem;
    height: 1.75rem;
    fill: #000;
  }
  .header--primary .header__mainNav .mainNav__menu {
    display: none;
  }
}
@media (min-width: 1440px) {
  .header--primary .header__mainNav {
    margin: 0 auto;
    padding: 0 3.8125rem 0 4.8125rem;
  }
  .header--primary .header__mainNav .navList__list {
    padding: 0;
    max-height: 7rem;
  }
  .header--primary .header__mainNav .navItem--cart .minicart {
    margin: -0.25rem -0.625rem 0rem 0rem;
  }
}
@media (max-width: 1023.98px) {
  .header--primary .header__mainNav .navItem--logo {
    margin: 0 auto;
    padding: 1.25rem 2.5rem 0rem 0rem;
  }
}
@media (min-width: 600px) {
  .header--primary .header__mainNav .navItem--logo {
    margin: 0 4.0625rem;
    padding: 1.125rem 0 0 0;
  }
}
@media (min-width: 1024px) {
  .header--primary .header__mainNav .navItem--logo {
    margin: 1.5rem 1.8125rem 1.625rem 0rem;
    height: 2.5rem;
    padding-top: 0.3125rem;
  }
}
@media (min-width: 1440px) {
  .header--primary .header__mainNav .navItem--logo {
    height: 3.625rem;
    margin: 1.6875rem 0.5rem 1.6875rem 0rem;
    width: 11rem;
  }
  .header--primary .header__mainNav .navItem--logo .svg--primary {
    max-height: 3.625rem;
    width: 16.5rem;
  }
}
@media (min-width: 1760px) {
  .header--primary .header__mainNav .navItem--logo {
    margin-right: 1.875rem;
  }
}
@media (max-width: 1023.98px) {
  .header--primary .header__mainNav .mainNav__navItem {
    position: absolute;
  }
}
.header--primary .header__mainNav .mainNav__navItem.mainNav__menu {
  font-size: 1.5rem;
  height: 1.5rem;
  left: 1rem;
  top: 1.125rem;
  padding-right: 0.5rem;
  width: 1.5rem;
}
.header--primary .header__mainNav .mainNav__navItem.mainNav__menu .menu {
  height: 1.5rem;
  width: 1.5rem;
  fill: #000;
  vertical-align: top;
}
@media (max-width: 1023.98px) {
  .header--primary .header__mainNav .mainNav__search {
    right: 4.0625rem;
  }
}
@media (min-width: 1024px) {
  .header--primary .header__mainNav .mainNav__search {
    display: block;
    margin-left: auto;
    margin-top: -0.125rem;
    padding-right: 0.5rem;
  }
  .header--primary .header__mainNav .mainNav__search .search {
    margin: -0.25rem 0rem 0rem -0.25rem;
  }
}
.header--primary .header__mainNav .mainNav__search .search {
  width: 1.875rem;
  height: 1.875rem;
  fill: #000;
}
.header--primary .header__mainNav,
.header--primary .header__mainNav .navList--primary {
  height: 3.75rem;
}
@media (min-width: 1024px) {
  .header--primary .header__mainNav,
  .header--primary .header__mainNav .navList--primary {
    height: 7rem;
  }
}
@media (min-width: 1024px) {
  .header--primary .header__mainNav .navList--primary {
    display: -webkit-box;
    display: flexbox;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.header--primary .navList__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
.header--primary .logoImage {
  line-height: 0;
  max-width: 9.375rem;
}
@media (max-width: 1023.98px) {
  .header--primary .logoImage {
    display: block;
    margin: 0 auto;
    height: 2rem;
  }
}
@media (min-width: 1024px) {
  .header--primary .logoImage {
    max-width: 13.25rem;
    height: 2.6875rem;
  }
}
@media (min-width: 1440px) {
  .header--primary .logoImage {
    max-width: 12.5rem;
  }
}
.header--primary .logoImage--primary {
  display: inline-block;
  width: 100%;
}
.header--primary .logoImage--primary .logoImage__image {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .header--primary .logoImage--primary .logoImage__image {
    max-width: 16.3125rem;
  }
}
@media (max-width: 1023.98px) {
  .header--primary .navItem--secondary {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header--primary .navItem--secondary {
    margin: 0 2.25rem 0 0;
  }
  .header--primary .navItem--secondary:nth-child(2) {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .header--primary .navItem--secondary {
    margin: 0 3.25rem 0 0;
  }
}
.header--primary .navItem--secondary > .navItem__anchor {
  text-decoration: none;
  padding-bottom: 2.625rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #000;
  line-height: 28px;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-weight: 700;
}
.header--primary .navItem--secondary > .navItem__anchor.active, .header--primary .navItem--secondary > .navItem__anchor:focus, .header--primary .navItem--secondary > .navItem__anchor:hover {
  color: #006ec7;
  padding: 0 0 2.375rem;
  border-bottom: 0.375rem solid #006ec7;
}
.header--primary .navItem--secondary > .navItem__button .svg--primary {
  fill: transparent;
}
@media (min-width: 1024px) {
  .header--primary .navItem--secondary.l2-dropdown {
    margin: 0 1.25rem 0 0;
  }
}
@media (min-width: 1440px) {
  .header--primary .navItem--secondary.l2-dropdown {
    margin: 0 2.25rem 0 0;
  }
}
.header--primary .navItem--secondary.l2-dropdown > .navItem__button:hover .svg--primary,
.header--primary .navItem--secondary.l2-dropdown > .navItem__button:focus .svg--primary,
.header--primary .navItem--secondary.l2-dropdown > .navItem__anchor:hover + .navItem__button .svg--primary,
.header--primary .navItem--secondary.l2-dropdown > .navItem__anchor:focus + .navItem__button .svg--primary,
.header--primary .navItem--secondary.l2-dropdown > .navItem__button[aria-pressed=true] .svg--primary {
  fill: #006ec7;
  margin-bottom: 0.25rem;
  width: 0.875rem;
}
.header--primary .menu-toggleable-left .navbar .nav-item .nav-link:focus,
.header--primary .menu-toggleable-left .navbar .nav-item .nav-link:hover,
.header--primary .menu-toggleable-left .navbar .nav-item.show .nav-link {
  background-color: transparent;
}
.header--primary .menu-toggleable-left .navbar .nav-item {
  color: #fff;
}
.header--primary .menu-toggleable-left .navbar .nav-item .nav-link {
  background-color: transparent;
  padding: 2.625rem 1.25rem;
  font-size: 1.25rem;
  color: #404040;
  line-height: 28px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .header--primary .menu-toggleable-left .navbar .nav-item .nav-link:focus {
    color: #404040;
    border: 0.0625rem dotted #404040;
  }
}
@media (min-width: 1024px) {
  .header--primary .menu-toggleable-left .navbar .nav-item .nav-link {
    color: #fff;
  }
}
@media (max-width: 1023.98px) {
  .header--primary .menu-toggleable-left .navbar .nav-item .nav-link:hover {
    color: #404040;
    border: 0.0625rem dotted #404040;
  }
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown {
  color: #fff;
  position: static;
}
@media (min-width: 1024px) {
  .header--primary .menu-toggleable-left .navbar .nav-item.dropdown .nav-link,
  .header--primary .menu-toggleable-left .navbar .nav-item.dropdown button.nav-link.dropdown-toggle {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .header--primary .menu-toggleable-left .navbar .nav-item.dropdown a.nav-link {
    padding-right: 0;
  }
  .header--primary .menu-toggleable-left .navbar .nav-item.dropdown button.nav-link.dropdown-toggle {
    padding-left: 0;
  }
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 0.0625rem solid #f5f5f5;
  width: calc(100vw + 1px);
  padding: 2.5rem 0.9375rem 3.125rem;
  top: 98%;
  bottom: auto;
  right: 0;
}
@media (min-width: 1760px) {
  .header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu {
    width: 100.01vw;
  }
}
@media (min-width: 1024px) {
  .header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu {
    left: -16.6667vw;
  }
}
@media (max-width: 1439.98px) {
  .header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu {
    padding: 5vh 1vw;
  }
}
@media (max-width: 1023.98px) {
  .header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu {
    width: 100%;
    top: 0;
    padding: 3% 0;
  }
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu.show {
  display: block;
  background-color: #fff;
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu.show a:focus {
  outline: 0.1875rem dotted #404040;
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
  border-top: none;
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu .dropdown-item .dropdown-link {
  padding: 0;
}
@media (max-width: 1439.98px) {
  .header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu .dropdown-item.fifth-col {
    margin-left: -5%;
    padding-left: 3%;
  }
}
@media (min-width: 1024px) {
  .header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu .dropdown-item.fifth-col {
    margin-left: -2%;
    padding-left: 3%;
  }
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu .dropdown-item.fifth-col ::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 12.5rem;
  width: 0.0625rem;
  border-left: 0.125rem solid #f5f5f5;
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus, .header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
@media (max-width: 1439.98px) {
  .header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-menu .multilevel-dropdown .dropdown-item {
    padding: 0 0 0 0.25em;
  }
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-item {
  border-top: none;
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-item .category-title,
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-item .category-link {
  text-decoration: none;
  font-size: 1.5rem;
  color: #006ec7;
  line-height: 32px;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
}
@media (min-width: 1024px) {
  .header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-item .category-title {
    display: block;
    margin-bottom: 0.5rem;
  }
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-item .dropdown-link {
  text-decoration: none;
  font-size: 1.125rem;
  color: #404040;
  line-height: 32px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-item.top-category {
  background-color: #efcfe6;
}
@media (max-width: 1023.98px) {
  .header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-item.top-category .nav-link {
    font-size: 1.25rem;
    color: #404040;
    line-height: 28px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-item.top-category .arrow-left {
  margin: 0;
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-item.top-category .shopnow-link {
  padding-left: 0.625rem;
}
.header--primary .menu-toggleable-left .navbar .nav-item.dropdown .dropdown-item .level-2-list-item .category-link {
  line-height: 2.25rem;
}
@media (min-width: 1024px) {
  .header--primary .menu-toggleable-left .navbar > .level-1 > .navbar-nav > .nav-item > .nav-link#new-arrivals {
    padding-right: 1rem;
  }
}
@media (min-width: 1440px) {
  .header--primary .menu-toggleable-left .navbar > .level-1 > .navbar-nav > .nav-item > .nav-link#new-arrivals {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .header--primary .menu-toggleable-left .navbar > .level-1 > .navbar-nav > .nav-item > .nav-link#shop-Shop {
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .header--primary .menu-toggleable-left .navbar > .level-1 > .navbar-nav > .nav-item > .nav-link#shop-Shop {
    padding-right: 0.5rem;
  }
}
.header--primary .menu-toggleable-left .navbar > .level-1 > .navbar-nav > .nav-item > .nav-link#shop-Shop:focus {
  outline-color: currentColor;
}
@media (min-width: 1024px) {
  .header--primary .menu-toggleable-left .navbar > .level-1 > .navbar-nav > .nav-item > .nav-link#sale {
    padding-right: 1rem;
  }
}
@media (min-width: 1440px) {
  .header--primary .menu-toggleable-left .navbar > .level-1 > .navbar-nav > .nav-item > .nav-link#sale {
    padding-right: 1.5rem;
  }
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in {
  background-color: #c80393;
  max-width: 17.5rem;
  width: 100%;
  height: auto;
  overflow-y: auto;
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in.second-level {
  background-color: #f5f5f5;
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in .navbar {
  font-size: 1.25rem;
  line-height: 28px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-weight: 400;
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in .navbar .arrow-left {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  fill: #404040;
  margin-right: 0.625rem;
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in .navbar .nav-item {
  border-top: 0.0625rem solid #f5f5f5;
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in .navbar .nav-item .arrow-right {
  width: 1.5rem;
  height: 1.5rem;
  fill: #404040;
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in .navbar .nav-item a:focus {
  outline-color: currentColor;
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in .navbar .nav-item .nav-link {
  padding: 0.9375rem;
  font-size: 1.25rem;
  line-height: 28px;
  width: 100%;
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.1875rem;
  font-weight: normal;
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .arrow-right {
  display: none;
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .arrow-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .level-3__mobile .level3-item .nav-link {
  font-size: 1.125rem;
  padding-left: 1.75rem !important;
  padding-bottom: 0.3125rem !important;
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .level-3__mobile .level3-item .nav-link:focus, .header--primary .menu-toggleable-left.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .level-3__mobile .level3-item .nav-link:active {
  color: #006ec7;
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .level3-item.card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header--primary .menu-toggleable-left.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .level3-item.card .card-header .nav-link {
  padding: 0 14px !important;
  text-decoration: none;
}
@media (max-width: 1439.98px) {
  .header--primary .menu-toggleable-left.navbar-toggleable-sm.in .dropdown-toggle::after {
    content: none;
  }
}
.header--primary .menu-toggleable-left .close-menu {
  background-color: #f5f5f5;
  padding: 0.375rem 0.75rem;
  border-bottom: 0;
}
.header--primary .menu-toggleable-left .close-menu .close-button button {
  font-size: 2rem;
  color: #404040;
}
.header--primary .menu-toggleable-left .collapsible-sm button:active, .header--primary .menu-toggleable-left .collapsible-sm button:focus, .header--primary .menu-toggleable-left .collapsible-sm button.active,
.header--primary .menu-toggleable-left .secondary-level button:active,
.header--primary .menu-toggleable-left .secondary-level button:focus,
.header--primary .menu-toggleable-left .secondary-level button.active {
  color: #006ec7;
}
.header--primary .menu-toggleable-left .collapsible-sm .accordion-title,
.header--primary .menu-toggleable-left .secondary-level .accordion-title {
  padding-left: 5%;
  font-size: 1.25rem;
  color: #404040;
  line-height: 28px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
.header--primary .menu-toggleable-left .collapsible-sm .accordion-title svg,
.header--primary .menu-toggleable-left .secondary-level .accordion-title svg {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  fill: #404040;
}
.header--primary .menu-toggleable-left .collapsible-sm .accordion-title::after,
.header--primary .menu-toggleable-left .secondary-level .accordion-title::after {
  content: "";
}
.header--primary .menu-group .mobile__utility {
  text-transform: capitalize;
  background-color: #c80393;
}
.header--primary .menu-group .mobile__utility .nav-item {
  border-top: 0;
}
.header--primary .menu-group .mobile__utility .nav-link {
  color: #404040;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header--primary .menu-group .mobile__utility .m-locate-store .nav-link {
  text-transform: initial;
}
.header--primary .menu-group .mobile__utility .m-locate-store .nav-link:focus {
  outline-color: currentColor;
}
.header--primary .menu-group .mobile__utility .country-selector a:focus {
  outline-color: currentColor;
}
.header--primary .menu-group .mobile__utility .user-message {
  color: #404040;
}
.header--primary .menu-group .mobile__utility .country-selector {
  padding: 0.9375rem 1rem;
}
.header--primary .menu-group .mobile__utility .country-selector .dropdown-item {
  padding: 0;
}
.header--primary .menu-group .mobile__utility .svgicon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1.25rem;
  fill: #404040;
}
.header--primary .menu-group .mobile__utility .svgicon.mappin {
  margin-top: 0.125rem;
}
.header--primary .menu-group .mobile__utility .account__utility li a {
  color: #404040;
}
.header--primary .main-menu .level-2__mobile .card {
  margin-bottom: 0;
  border-top: 0.0625rem solid lightgray;
  border-bottom: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}
.header--primary .main-menu .level-2__mobile .card .card-header {
  border: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.header--primary .main-menu .level-2__mobile .card .card-body {
  border: none;
  padding: 0.5rem;
}
.header--primary .main-menu .level-2__mobile .card .card-body.active {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.875rem;
}
.header--primary .main-menu .level-2__mobile > .dropdown-item:not(.top-category) {
  background-color: #c80393 !important;
}
.header--primary .main-menu .level-2__mobile > .dropdown-item:not(.top-category) .dropdown-submenu.level-3 {
  padding: 1rem 0;
}
.header--primary .main-menu .level-2__mobile > .dropdown-item:not(.top-category) .dropdown-submenu.level-3 .dropdown-item {
  padding: 0;
}
.header--primary .main-menu .level-2__mobile > .dropdown-item:not(.top-category) .dropdown-submenu.level-3.collection__title {
  padding: 0.8125rem 0rem;
}
.header--primary .main-menu .level3-item {
  font-size: 1.125rem;
  color: #404040;
  line-height: 28px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
.header--primary .main-menu .level3-item .nav-link {
  padding: 0.5em 0 0.5rem 1.5rem !important;
  font-size: 1.125rem;
  color: #404040;
  line-height: 24px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
.header--primary .main-menu .level3-item .nav-link:hover {
  border: none;
}
.header--primary.fixed-top .header__mainNav,
.header--primary.fixed-top .header__mainNav .navList--primary {
  height: 3rem;
}
.header--primary.fixed-top .header__mainNav .navItem--logo,
.header--primary.fixed-top .header__mainNav .navList--primary .navItem--logo {
  padding: 0.8125rem 0.0625rem 0rem 0rem;
  width: 11.875rem;
}
@media (min-width: 600px) {
  .header--primary.fixed-top .header__mainNav .navItem--logo,
  .header--primary.fixed-top .header__mainNav .navList--primary .navItem--logo {
    margin: 0 auto;
    width: 14.375rem;
  }
}
.header--primary.fixed-top .header__mainNav .mainNav__navItem.mainNav__menu {
  top: 0.8125rem;
}
.header--primary.fixed-top .header__mainNav .mainNav__search {
  top: 0.625rem;
}
@media (max-width: 1023.98px) {
  .header--primary.fixed-top .header__mainNav .mainNav__search {
    right: 3.6875rem;
  }
}
@media (min-width: 1024px) {
  .header--primary.fixed-top .header__mainNav .mainNav__search {
    margin-top: 0;
  }
}
.header--primary.fixed-top .header__mainNav .navItem--cart .minicart {
  top: 0.875rem;
  right: 0;
}
.header--primary.fixed-top .header__mainNav .navItem--cart .minicart .cart-alt {
  height: 1.375rem;
  margin-top: 0.25rem;
  width: 1.375rem;
}
.header--primary.fixed-top .header__mainNav .navItem--cart .minicart .minicart-quantity {
  height: 0.75rem;
  width: 0.75rem;
  left: -1.1875rem;
  top: -0.4375rem;
}
@media (min-width: 1024px) {
  .header--primary.fixed-top .header__mainNav,
  .header--primary.fixed-top .header__mainNav .navList--primary {
    height: 3.5rem;
  }
  .header--primary.fixed-top .header__mainNav .navItem--logo,
  .header--primary.fixed-top .header__mainNav .navList--primary .navItem--logo {
    height: auto;
    margin: 0rem -0.5rem 0rem 0rem;
  }
  .header--primary.fixed-top .header__mainNav .navItem--logo .logoImage__image,
  .header--primary.fixed-top .header__mainNav .navList--primary .navItem--logo .logoImage__image {
    height: 2.375rem;
  }
  .header--primary.fixed-top .header__mainNav .navItem--logo .svg--primary,
  .header--primary.fixed-top .header__mainNav .navList--primary .navItem--logo .svg--primary {
    margin-top: -0.625rem;
  }
  .header--primary.fixed-top .header__mainNav .navItem--cart,
  .header--primary.fixed-top .header__mainNav .navList--primary .navItem--cart {
    padding-top: 0.1875rem;
    padding-left: 2rem;
  }
  .header--primary.fixed-top .header__mainNav .navItem--cart .minicart,
  .header--primary.fixed-top .header__mainNav .navList--primary .navItem--cart .minicart {
    margin-right: -0.4375rem;
    top: 0.6875rem;
  }
  .header--primary.fixed-top .header__mainNav .navItem--cart .minicart .cart-alt,
  .header--primary.fixed-top .header__mainNav .navList--primary .navItem--cart .minicart .cart-alt {
    height: 1.625rem;
    margin-top: 0.125rem;
    width: 1.625rem;
  }
  .header--primary.fixed-top .header__mainNav .navItem--cart .minicart .minicart-quantity,
  .header--primary.fixed-top .header__mainNav .navList--primary .navItem--cart .minicart .minicart-quantity {
    top: -0.625rem;
    left: -0.875rem;
  }
  .header--primary.fixed-top .header__mainNav .navItem--search,
  .header--primary.fixed-top .header__mainNav .navList--primary .navItem--search {
    padding-top: 0.875rem;
  }
  .header--primary.fixed-top .header__mainNav {
    padding: 0 2.5rem;
  }
  .header--primary.fixed-top .navItem--secondary {
    margin-right: 2.5rem;
  }
  .header--primary.fixed-top .navItem--secondary > .navItem__anchor:hover, .header--primary.fixed-top .navItem--secondary > .navItem__anchor:focus, .header--primary.fixed-top .navItem--secondary > .navItem__anchor.active {
    padding-bottom: 0.4375rem;
  }
  .header--primary.fixed-top .navItem--secondary.l2-dropdown {
    margin: 0 1.5rem 0 0;
  }
}
@media (min-width: 1440px) {
  .header--primary.fixed-top .header__mainNav .navItem--logo,
  .header--primary.fixed-top .header__mainNav .navList--primary .navItem--logo {
    margin: 0 -3.9375rem 0 -0.75rem;
    padding: 0.75rem 0 0 0;
  }
  .header--primary.fixed-top .header__mainNav .navItem--logo .svg--primary,
  .header--primary.fixed-top .header__mainNav .navList--primary .navItem--logo .svg--primary {
    margin-top: -0.625rem;
    width: 13.25rem;
  }
  .header--primary.fixed-top .header__mainNav .navItem--cart .minicart,
  .header--primary.fixed-top .header__mainNav .navList--primary .navItem--cart .minicart {
    margin-right: -0.75rem;
  }
  .header--primary.fixed-top .navItem--secondary {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1760px) {
  .header--primary.fixed-top .header__mainNav .navItem--logo,
  .header--primary.fixed-top .header__mainNav .navList--primary .navItem--logo {
    margin: 0 -4rem 0 -0.75rem;
  }
}
.header--primary :focus:not(.bhsh-btn) {
  outline: 0.1875rem dotted currentColor;
  outline-offset: 0;
}
.header--primary .navItem > a:focus,
.header--primary .navItem > button:focus {
  outline: 0.1875rem dotted currentColor;
}
.header--primary .navItem--logo > a:focus,
.header--primary .navItem--logo > button:focus,
.header--primary .navItem--search > a:focus,
.header--primary .navItem--search > button:focus {
  outline: 0.1875rem dotted #000;
}
.header--primary .navItem--cart .minicart-link {
  padding: 0.375rem 0rem 0.3125rem;
}
.header--primary .navItem--cart .minicart-link:focus {
  outline: 0.1875rem dotted #000;
}
@media (min-width: 1024px) {
  .header--primary .navItem--cart .minicart-link {
    margin: 0 0.375rem 0 -0.375rem;
  }
  .header--primary .navItem--cart .minicart-link .cart-alt {
    margin: 0 -0.375rem 0 0.375rem;
  }
}
.header--primary .navItem--cart button.minicart-link.emptyCart {
  display: none !important;
}
.header--primary .navItem--cart a.minicart-link.emptyCart {
  display: inline !important;
}
@media (min-width: 1024px) {
  .header--primary .navItem--cart a.minicart-link.emptyCart {
    display: inline-block !important;
  }
}
.header--primary .navItem .navItem__button {
  padding: 0.125rem 0.375rem 0.125rem 0.125rem;
  margin: -0.125rem -0.5rem -0.125rem 0rem;
}
.header--primary .navItem .navItem__button:focus {
  outline: 3px dotted #006ec7;
}
.header--primary .mainNav__navItem.mainNav__menu:focus {
  outline: 0.1875rem dotted #404040;
}
.header--primary.header--checkout {
  background-color: #fff;
  margin: 0;
  padding: 0;
  position: sticky;
  height: 3.75rem;
}
.header--primary.header--checkout .header__inner {
  border-bottom: solid #404040 1px;
}
.header--primary.header--checkout .header__inner .header__mainNav .header__search--icon {
  display: none;
}
.header--primary.header--checkout .header__inner .header__mainNav .logoImage {
  padding-top: 0.3125rem;
}
@media (min-width: 1024px) {
  .header--primary.header--checkout .header__inner .header__mainNav .logoImage {
    padding-top: 0.5rem;
    max-width: 16.5rem;
    width: 16.5rem;
  }
}
@media (min-width: 1440px) {
  .header--primary.header--checkout .header__inner .header__mainNav .logoImage {
    padding-top: 0.8125rem;
  }
}
@media (min-width: 1024px) {
  .header--primary.header--checkout {
    height: 7rem;
  }
  .header--primary.header--checkout .header__mainNav {
    height: 7rem;
    padding-right: 2.375rem;
  }
}
.header--primary.header--checkout .checkoutNav--primary .svg--primary {
  fill: #fff;
  height: 1.673125rem;
  width: 9.25rem;
}
@media (min-width: 1024px) {
  .header--primary.header--checkout .checkoutNav--primary .svg--primary {
    height: 3.25rem;
    margin-left: 1.1875rem;
    margin-top: 0.1875rem;
    width: 16.5rem;
  }
}
@media (min-width: 1440px) {
  .header--primary.header--checkout .checkoutNav--primary .svg--primary {
    margin-left: 0;
  }
}
.header--primary.header--checkout .checkoutNav--primary .checkout-mini-nav .minicart-wrapper {
  right: 0;
}
.header--primary.header--checkout .checkoutNav--primary .checkout-mini-nav .minicart-wrapper .minicart-total .minicart-quantity {
  left: -1.375rem;
}
@media (max-width: 1023.98px) {
  .header--primary.header--checkout .checkoutNav--primary {
    text-align: center;
  }
}
.header--primary.header--checkout .checkoutNav--primary button.minicart-link.d-none.d-md-inline {
  display: none !important;
}
.header--primary.header--checkout .checkoutNav--primary a.minicart-link.d-md-none {
  display: inline !important;
}
@media (min-width: 1024px) {
  .header--primary.header--checkout .checkout-mini-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.75rem 0;
  }
}
.header--primary.header--checkout .checkout-mini-nav .logo-wrapper {
  display: inline-block;
  padding: 0;
}
@media (max-width: 1023.98px) {
  .header--primary.header--checkout .checkout-mini-nav .logo-wrapper {
    margin: 1.0625rem auto;
  }
}
@media (min-width: 1024px) {
  .header--primary.header--checkout .checkout-mini-nav .logo-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .header--primary.header--checkout .checkout-mini-nav .logo-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 1023.98px) {
  .header--primary.header--checkout .checkout-mini-nav .logo-wrapper a.logo-link {
    height: 100%;
  }
}
.header--primary.header--checkout .checkout-mini-nav .logo-wrapper a.logo-link .logo-img {
  height: 2rem;
  width: auto;
}
@media (min-width: 1024px) {
  .header--primary.header--checkout .checkout-mini-nav .logo-wrapper a.logo-link .logo-img {
    height: 3.5rem;
  }
}
.header--primary.header--checkout .checkout-mini-nav .minicart-wrapper {
  display: inline-block;
}
@media (max-width: 1023.98px) {
  .header--primary.header--checkout .checkout-mini-nav .minicart-wrapper {
    position: absolute;
    right: 1rem;
  }
}
.header--primary.header--checkout .checkout-mini-nav .minicart-wrapper .minicart-m {
  margin: 0.125rem -0.75rem 0rem 0rem;
  padding: 1.0625rem 0rem 1rem 0.3125rem;
}
.header--primary.header--checkout .checkout-mini-nav .minicart-wrapper .minicart-m .cart-alt {
  width: 1.75rem;
  height: 1.75rem;
  fill: #000;
}
@media (max-width: 1023.98px) {
  .header--primary.header--checkout .checkout-mini-nav .minicart-wrapper .minicart-m {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .header--primary.header--checkout .checkout-mini-nav .minicart-wrapper .minicart-m {
    margin: 0.125rem -0.25rem 0rem 0rem;
    padding: 0.875rem 0rem 1rem 0.3125rem;
  }
}
.header--primary.header--checkout.fixed-top {
  position: fixed;
  height: 3rem;
  z-index: 9;
}
.header--primary.header--checkout.fixed-top .header__inner .header__mainNav {
  height: 3rem;
}
.header--primary.header--checkout.fixed-top .header__inner .header__mainNav .checkout-mini-nav {
  padding: 0;
}
.header--primary.header--checkout.fixed-top .header__inner .header__mainNav .checkout-mini-nav .logo-wrapper {
  margin: 0.75rem auto;
  padding-right: 2.75rem;
}
@media (min-width: 600px) {
  .header--primary.header--checkout.fixed-top .header__inner .header__mainNav .checkout-mini-nav .logo-wrapper {
    padding-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .header--primary.header--checkout.fixed-top .header__inner .header__mainNav .checkout-mini-nav .logo-wrapper {
    margin: 0;
  }
  .header--primary.header--checkout.fixed-top .header__inner .header__mainNav .checkout-mini-nav .logo-wrapper .svg--primary {
    margin: -0.5625rem 0rem 0rem 0.0625rem;
    width: 212px;
  }
}
.header--primary.header--checkout.fixed-top .header__inner .header__mainNav .checkout-mini-nav .minicart-wrapper .minicart-m {
  padding: 0.9375rem 0rem 0rem 0rem;
}
.header--primary.header--checkout.fixed-top .header__inner .header__mainNav .checkout-mini-nav .minicart-wrapper .minicart-m .cart-alt {
  height: 1.5rem;
  width: 1.5rem;
}
.header--primary.header--checkout.fixed-top .header__inner .header__mainNav .checkout-mini-nav .minicart-wrapper .minicart-m .minicart-quantity {
  left: -1.25rem;
}
@media (min-width: 1024px) {
  .header--primary.header--checkout.fixed-top .header__inner .header__mainNav {
    height: 3.5rem;
  }
  .header--primary.header--checkout.fixed-top .header__inner .header__mainNav .checkout-mini-nav {
    padding: 0.75rem 0.375rem;
  }
  .header--primary.header--checkout.fixed-top .header__inner .header__mainNav .checkout-mini-nav .logoImage {
    width: 13.25rem;
  }
  .header--primary.header--checkout.fixed-top .header__inner .header__mainNav .checkout-mini-nav .minicart-wrapper .minicart-m {
    margin-top: 0;
    padding: 0.25rem 0.125rem 0rem 0rem;
  }
  .header--primary.header--checkout.fixed-top .header__inner .header__mainNav .checkout-mini-nav .minicart-wrapper .minicart-m .cart-alt {
    height: 1.75rem;
    width: 1.75rem;
  }
  .header--primary.header--checkout.fixed-top .header__inner .header__mainNav .checkout-mini-nav .minicart-wrapper .minicart-m .minicart-quantity {
    left: -1.3125rem;
  }
}
@media (min-width: 1440px) {
  .header--primary.header--checkout.fixed-top .header__inner .header__mainNav {
    padding-left: 3.625rem;
  }
  .header--primary.header--checkout.fixed-top .header__inner .header__mainNav .checkout-mini-nav .logoImage {
    margin-top: 0;
  }
}

.minicart-total .minicart-quantity {
  height: 0.8125rem;
  width: 0.8125rem;
  background: #006ec7;
  font-size: 0.625rem;
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  top: -0.625rem;
  left: -1.3125rem;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  line-height: 0.75rem;
  font-weight: bold;
}
@media (max-width: 1023.98px) {
  .minicart-total .minicart-quantity {
    font-size: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .minicart-total .minicart-quantity {
    left: -0.9375rem;
  }
}

.header--primary.marketing-only .header__mainNav .mainNav__search {
  margin-right: -2.625rem;
}
.header--primary.marketing-only.fixed-top .mainNav__search {
  margin-right: -2.25rem;
}
@media (min-width: 1024px) {
  .header--primary.marketing-only .header__mainNav .navItem--search {
    padding: 2.6875rem 3.5rem 0rem 0rem;
    margin-left: 2.5rem;
  }
  .header--primary.marketing-only .header__mainNav .mainNav__search {
    margin-right: -3.75rem;
  }
  .header--primary.marketing-only.fixed-top .header__mainNav .navItem--search {
    padding: 1rem 3.75rem 0rem 0rem;
  }
}
@media (min-width: 1440px) {
  .header--primary.marketing-only .header__mainNav .navItem--search {
    padding: 2.6875rem 4.0625rem 0rem 0rem;
    margin-left: 2rem;
  }
  .header--primary.marketing-only.fixed-top .header__mainNav .navItem--search {
    padding: 1rem 4rem 0rem 0rem;
    margin-left: 2.125rem;
  }
}

/****  NEW  ****/
.disclosure--basic .disclosure__inner {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s, z-index 0.3s;
  transition: opacity 0.3s, z-index 0.3s;
  z-index: -1;
}
.disclosure--basic .disclosure__inner[aria-hidden=false] {
  opacity: 1;
  z-index: 30;
}

@media (min-width: 1024px) {
  .megaNav--primary .disclosure__inner {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    width: 100%;
    top: 7.0625rem;
    padding: 2.375rem 0rem 2.75rem 1.1875rem;
    display: -webkit-box;
    display: flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0.0625rem solid #6e6e6e;
    visibility: visible;
  }
  .megaNav--primary .disclosure__inner#megaNav-accessories {
    padding-left: 3.125rem;
  }
  .megaNav--primary .disclosure__inner#megaNav-sale {
    padding-left: 8.6875rem;
  }
  .megaNav--primary .disclosure__inner#megaNav-sale .megaNav__col {
    margin-left: 1.0625rem;
  }
  .megaNav--primary .disclosure__inner#megaNav-sale .megaNav__col .title {
    margin-bottom: 8px;
  }
  .megaNav--primary .disclosure__inner#megaNav-about-us {
    padding: 2.5rem 0rem 3.125rem 31.5625rem;
  }
  .megaNav--primary .disclosure__inner#megaNav-about-us .megaNav__col-isShops .megaNav__col-isBorder {
    border: none;
    width: 15.6875rem;
  }
  .megaNav--primary .disclosure__inner.TemplateB .navItem--primary.navItem--2 > span,
  .megaNav--primary .disclosure__inner.TemplateB .navItem--primary.navItem--2 > .navItem__anchor {
    font-size: 1.5rem;
    color: #404040;
    line-height: 32px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .megaNav--primary .disclosure__inner.TemplateB .megaNav__col-isCollections {
    margin-left: 1rem;
  }
  .megaNav--primary .disclosure__inner.TemplateB .megaNav__col-isCollections .navItem--primary.navItem--2 > span,
  .megaNav--primary .disclosure__inner.TemplateB .megaNav__col-isCollections .navItem--primary.navItem--2 > .navItem__anchor {
    font-size: 1.125rem;
    color: #404040;
    line-height: 36px;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  .megaNav--primary .disclosure__content {
    display: -webkit-box;
    display: flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .megaNav--primary .megaNav__col {
    width: 10.1875rem;
    padding-bottom: 0.375rem;
  }
  .megaNav--primary .megaNav__col:nth-of-type(2) {
    margin-right: 2.5625rem;
  }
  .megaNav--primary .megaNav__col:nth-of-type(3) {
    margin-right: 0.5rem;
  }
  .megaNav--primary .megaNav__col-isBorder {
    border: none;
    border-left: 0.125rem solid #f5f5f5;
    padding-left: 3rem;
  }
  .megaNav--primary .megaNav__col-isFourthCol {
    width: 5.9375rem;
    padding-left: 0.8125rem;
  }
  .megaNav--primary .megaNav__col-isFourthCol .title {
    line-height: 2.25rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .megaNav--primary .megaNav__col-isFourthCol {
    margin-top: -0.1875rem;
  }
}
@media (min-width: 1024px) {
  .megaNav--primary .megaNav__col-isFifthCol {
    margin-right: 1.3rem;
    width: 14.25rem;
  }
  .megaNav--primary .megaNav__col-isFifthCol .card {
    position: relative;
    display: block;
    min-width: unset;
    word-wrap: inherit;
    background-color: transparent;
    background-clip: unset;
    border: none;
    border-left: 0.125rem solid #f5f5f5;
    margin-bottom: 0;
    margin-left: 1.6875rem;
    padding-left: 3.125rem;
    width: 11.0625rem;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .megaNav--primary .megaNav__col-isFifthCol .card {
    margin-left: 1.4375rem;
  }
}
@media (min-width: 1024px) {
  .megaNav--primary .megaNav__col-isFifthCol .card .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
  }
  .megaNav--primary .megaNav__col-isFifthCol .card .card-header:first-child {
    border-radius: 0;
  }
  .megaNav--primary .megaNav__col-isFifthCol .card .card-header .accordion-title {
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isCollections {
    width: 13.0625rem;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isCollections .megaNav__col {
    padding-left: 1.5rem;
    width: 11.0625rem;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isCollections .megaNav__col-isBorder {
    border-left: none;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isCollections .card-header {
    border: none;
    padding: 0;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isCollections .card-header .title--primary {
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .megaNav--primary .megaNav__col.megaNav__col-isCollections {
    padding-left: 0.625rem;
    width: 14.4375rem;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isCollections .megaNav__col {
    padding-left: 3.125rem;
    width: 13.8125rem;
  }
}
@media (min-width: 1024px) {
  .megaNav--primary .megaNav__col.megaNav__col-isShops {
    width: 15.5rem;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isShops .megaNav__col-isBorder {
    padding-left: 1.375rem;
    width: 15.6875rem;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .megaNav--primary .megaNav__col.megaNav__col-isShops .megaNav__col-isBorder {
    margin-left: 1.5rem;
    margin-top: -0.3125rem;
    padding-left: 2.875rem;
    width: 16rem;
  }
}
@media (min-width: 1024px) {
  .megaNav--primary .megaNav__col.megaNav__col-isShops .megaNav__col-isBorder .card-header {
    border: none;
    padding: 0;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isShops .megaNav__col-isBorder .navItem__anchor {
    font-size: 1.5rem;
    color: #404040;
    line-height: 2.25rem;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isShops .megaNav__col-isBorder .navItem__anchor.align {
    font-weight: 600;
    font-size: 1.25rem;
    color: #006580;
    line-height: 2rem;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isShops .megaNav__col-isBorder .navItem__anchor.align.title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #006580;
    line-height: 2rem;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .megaNav--primary .title {
    margin: 0 0 0.5rem;
    color: #404040;
  }
  .megaNav--primary .navItem--primary {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .megaNav--primary .disclosure__inner {
    padding: 2.75rem 0.625rem 2.5625rem 0rem;
  }
  .megaNav--primary .disclosure__inner#megaNav-mens {
    padding: 2.5rem 4.25rem 2.625rem 0rem;
  }
  .megaNav--primary .disclosure__inner#megaNav-mens .megaNav__col-isBorder {
    margin-left: 1.875rem;
    padding-left: 2.8125rem;
  }
  .megaNav--primary .disclosure__inner#megaNav-about-us {
    padding: 2.75rem 0rem 0.4375rem 25.5rem;
  }
  .megaNav--primary .disclosure__inner .megaNav__col-isShops {
    padding-top: 0.3125rem;
  }
  .megaNav--primary .title {
    margin-bottom: 0.8125rem;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isCollections .megaNav__col {
    padding-left: 1.875rem;
  }
  .megaNav--primary .megaNav__col:nth-of-type(3) {
    padding-left: 0.8125rem;
  }
  .megaNav--primary .megaNav__col.megaNav__col-isShops .megaNav__col-isBorder {
    margin-left: 0.5rem;
    padding-left: 4rem;
    width: 18.75rem;
  }
}
.megaNav--primary .disclosure__inner[aria-hidden=true] {
  visibility: hidden;
}

.fixed-top .disclosure__inner {
  top: 3.5rem;
}

.navItem--primary > .navItem__anchor {
  display: -webkit-box;
  display: flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
}
.navItem--primary.navItem--2 > .navItem__anchor {
  text-decoration: none;
  font-size: 1.125rem;
  color: #404040;
  line-height: 32px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
@media (max-width: 1023.98px) {
  .navItem--primary.navItem--2 > .navItem__anchor {
    font-size: 1.125rem;
    color: #404040;
    line-height: 24px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .sixth-col--mobile .navItem--primary.navItem--2 > .navItem__anchor {
    font-weight: 600;
    padding: 1rem 0rem 0.75rem 1.5rem;
    font-size: 1.25rem;
    color: #006580;
    line-height: 24px;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  .sixth-col--mobile .navItem--primary.navItem--2 > .navItem__anchor.align {
    padding-bottom: 0.5625rem;
  }
  .sixth-col--mobile .navItem--primary.navItem--2 > .navItem__anchor.align.title {
    font-weight: bold;
    text-transform: uppercase;
    padding: 1.25rem 0rem 0.375rem 0.5rem;
    font-size: 1.5rem;
    color: #006580;
    line-height: 28px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
}

.list--isReset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#mobileNav__close {
  left: 22.1rem;
  width: 4.8rem;
  right: 0;
  top: unset;
  margin-top: 1.7rem;
}

/* mobile */
@media (max-width: 1023.98px) {
  .modal-background.active {
    z-index: 1;
  }
  .main-menu button {
    font-size: 1.25rem;
    color: #404040;
    line-height: 28px;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  .main-menu button .arrow-left {
    width: 1.5rem;
    height: 1.5rem;
    fill: #fff;
  }
  .navbar .nav-item.show .nav-link {
    background-color: transparent;
  }
  .navbar .nav-item.dropdown {
    color: #fff;
    position: static;
  }
  .navbar .nav-item.dropdown .dropdown-menu {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    margin-top: 0;
    bottom: auto;
    right: 0;
    height: auto;
  }
  .navbar .nav-item.dropdown .dropdown-menu.show {
    display: block;
    background-color: #fff;
  }
  .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
    border-top: none;
  }
  .navbar .nav-item.dropdown .dropdown-menu .dropdown-item .dropdown-link {
    padding: 0;
  }
  .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus, .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
  .navbar .nav-item.dropdown .dropdown-menu .dropdown-item.active, .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:active {
    color: currentColor;
  }
  .navbar .nav-item.dropdown .dropdown-menu .multilevel-dropdown .dropdown-item {
    padding: 0;
  }
  .navbar .nav-item.dropdown .dropdown-menu.menuItemD {
    border-bottom: 1px solid #6e6e6e;
  }
  .navbar .nav-item.dropdown .dropdown-item {
    border-top: none;
  }
  .navbar .nav-item.dropdown .dropdown-item .category-title,
  .navbar .nav-item.dropdown .dropdown-item .category-link {
    text-decoration: none;
    font-size: 1.5rem;
    color: #006ec7;
    line-height: 32px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .navbar .nav-item.dropdown .dropdown-item .dropdown-link {
    text-decoration: none;
    font-size: 1.125rem;
    color: #404040;
    line-height: 32px;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  .navbar .nav-item.dropdown .dropdown-item.top-category {
    background-color: #efcfe6;
  }
  .navbar .nav-item.dropdown .dropdown-item.top-category .nav-link {
    font-size: 1.25rem;
    color: #404040;
    line-height: 28px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .navbar .nav-item.dropdown .dropdown-item.top-category .arrow-left {
    margin: 0;
  }
  .navbar .nav-item.dropdown .dropdown-item.top-category .shopnow-link {
    padding-left: 0.625rem;
  }
  .main-menu.navbar-toggleable-sm.in {
    background-color: #f5f5f5;
    max-width: 273px;
    min-width: 10rem;
    width: 100%;
    height: auto;
    overflow-y: auto;
  }
  .main-menu.navbar-toggleable-sm.in.second-level {
    background-color: #f5f5f5;
  }
  .main-menu.navbar-toggleable-sm.in.second-level .mobile__utility {
    display: none;
  }
  .main-menu.navbar-toggleable-sm.in.second-level .l2PreviousMenuButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
  }
  .main-menu.navbar-toggleable-sm.in.second-level .nav-item[data-cat-level="1"]:not(.show) {
    display: none;
  }
  .main-menu.navbar-toggleable-sm.in.second-level .l3PreviousMenuButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu.navbar-toggleable-sm.in.second-level.third-level .secondary-level.prev-menu-wrapper,
  .main-menu.navbar-toggleable-sm.in.second-level.third-level .secondary-level:not(.show),
  .main-menu.navbar-toggleable-sm.in.second-level.third-level .sixth-col--mobile {
    display: none;
  }
  .main-menu.navbar-toggleable-sm.in.second-level.third-level .navbar .nav-item.dropdown .level-2__mobile .prev-menu-wrapper {
    border-top: none;
  }
  .main-menu.navbar-toggleable-sm.in .navbar {
    color: #404040;
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .arrow-left {
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    fill: #404040;
    margin-right: 0.625rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item {
    border-top: 1px solid #6e6e6e;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item .arrow-right {
    width: 1.5rem;
    height: 1.5rem;
    fill: #404040;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item a:focus {
    outline-color: currentColor;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: transparent;
    width: 100%;
    font-size: 1.25rem;
    color: #404040;
    line-height: 28px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    padding: 0.875rem 1rem 0.8125rem 1rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item .nav-link.l1-nav-link {
    background-color: #fff;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    text-transform: uppercase;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item .nav-link.dropdown-toggle {
    outline-offset: -0.75rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item .shopnow-link {
    text-transform: uppercase;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown {
    background-color: #fff;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.1875rem;
    font-weight: normal;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .arrow-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .card {
    margin-bottom: 0;
    background-color: #fff;
    border-top: 1px solid #6e6e6e;
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .card .card-header {
    background-color: #fff;
    color: #fff;
    border: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .card .card-header a.nav-link.shopall.mobile {
    padding: 0 0 0 0.5rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .card .card-body {
    border: none;
    padding: 0.5rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .card .card-body.active {
    background-color: #f5f5f5;
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.875rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .card:not(.megaNav__col):last-of-type {
    border-bottom: 1px solid #6e6e6e;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile > .dropdown-item:not(.top-category) {
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile > .dropdown-item:not(.top-category) .dropdown-submenu.level-3 {
    padding: 1rem 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile > .dropdown-item:not(.top-category) .dropdown-submenu.level-3 .dropdown-item {
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile > .dropdown-item:not(.top-category) .dropdown-submenu.level-3 .dropdown-item a.dropdown-link {
    padding: 1rem 0rem 0.5rem 1rem;
    font-size: 1.125rem;
    color: #fff;
    line-height: 24px;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile #previous-menu-button {
    text-transform: uppercase;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .static-col--mobile .card.megaNav__col .card-body {
    background-color: #fff;
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .static-col--mobile .card.megaNav__col .card-body .navItem {
    border-top: solid 1px #6e6e6e;
    padding: 14px 0 14px 16px;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .static-col--mobile .card.megaNav__col .card-body .navItem .navItem__anchor {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .static-col--mobile .card.megaNav__col .card-body .navItem:first-of-type {
    border-top: none;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile .sixth-col--mobile .content-asset .card-header.title-category {
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile.menuItemB .card.secondary-level .accordion-title {
    display: block;
    padding: 0rem 0.5rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile.menuItemB .card.secondary-level .card-body.active {
    background-color: transparent;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile.menuItemB .card.secondary-level .card-body.active .level3-item {
    border: none;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-2__mobile.menuItemB .card.secondary-level .card-body.active .level3-item .nav-link {
    font-size: 1rem;
    padding: 0.1875rem 0.625rem 0.125rem 2.0625rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-3__mobile {
    margin-bottom: 0.4375rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-3__mobile .level3-item {
    border-top: solid #6e6e6e 1px;
    font-size: 1.125rem;
    color: #404040;
    line-height: 28px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-3__mobile .level3-item .nav-link {
    font-size: 1.125rem;
    padding: 0.875rem 0.625rem 0.8125rem 1.0625rem;
    font-size: 1.25rem;
    color: #404040;
    line-height: 28px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-3__mobile .level3-item .nav-link:hover {
    border: none;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-3__mobile .level3-item.card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-3__mobile .level3-item.card .card-header .nav-link {
    padding: 0 0.5rem !important;
    text-decoration: none;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .level-3__mobile .level3-item:last-of-type {
    border-bottom: 1px solid #6e6e6e;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile {
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile .card {
    background-color: transparent;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile .card .card-header {
    background-color: transparent;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile .card .card-header.title-category {
    padding: 0.875rem 1rem 0rem 0.625rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile .card .card-header.title-category .accordion-title {
    display: inline-block;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile .card .card-header svg {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    fill: #404040;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile .card .card-body {
    background-color: transparent;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .nav-item.dropdown.show .fifth-col--mobile .card .card-body .navItem__anchor {
    padding: 1.0625rem 0rem 0.4375rem 1.5rem;
  }
}
@media (max-width: 1023.98px) {
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .navbar-nav {
    border-bottom: solid 1px #404040;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility {
    text-transform: capitalize;
    background-color: #f5f5f5;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0.0625rem 0.4375rem;
  }
  [data-action=Account-Show] .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility {
    margin-top: 0.5rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .nav-item {
    border-top: 0;
    background-color: #f5f5f5;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .nav-item.dropdown {
    margin: -0.5rem 0rem 0rem -0.4375rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .nav-item.dropdown .account__utility li {
    margin-left: -0.8125rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .nav-link {
    color: #404040;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .m-locate-store .nav-link {
    text-transform: initial;
    color: #404040;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .m-locate-store .nav-link.title--secondary {
    font-weight: normal;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .m-locate-store .nav-link:focus {
    outline-color: currentColor;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .user-message {
    color: #404040;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  [data-action=Account-Show] .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .user-message {
    padding-top: 0.8125rem !important;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .country-selector {
    padding: 0.9375rem 0.875rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .country-selector .dropdown-item {
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .country-selector a {
    font-size: 1.25rem;
    color: #404040;
    line-height: 28px;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
    margin-left: -0.3125rem;
    outline-offset: 0.375rem;
    padding: 0 0.3125rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .svgicon {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.25rem;
    fill: #404040;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .svgicon.mappin {
    margin: 0rem 0rem 0rem 0.4375rem;
  }
  [data-action=Account-Show] .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility .svgicon.account {
    margin-left: -0.125rem;
    margin-top: -0.375rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar > .level-1 .mobile__utility li a {
    padding: 0.875rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .close-menu-wrapper {
    width: 100%;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .close-menu-wrapper .back {
    padding-left: 0.8125rem;
    padding-top: 0.625rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .close-menu-wrapper .back button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #404040;
    padding: 0.25rem 0rem 0rem 0rem;
    text-transform: uppercase;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .close-menu-wrapper .back button .arrow-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    fill: #404040;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .close-menu-wrapper .close-button {
    line-height: 0;
    padding: 0;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .close-menu-wrapper .close-button button {
    padding: 0.875rem;
  }
  .main-menu.navbar-toggleable-sm.in .navbar .close-menu-wrapper .close-icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: #404040;
  }
}
@media (max-width: 1023.98px) and (max-width: 1439.98px) {
  .main-menu.navbar-toggleable-sm.in .dropdown-toggle::after {
    content: none;
  }
}
@media (max-width: 1023.98px) {
  .main-menu .collapsible-sm button:active, .main-menu .collapsible-sm button:focus, .main-menu .collapsible-sm button.active,
  .main-menu .secondary-level button:active,
  .main-menu .secondary-level button:focus,
  .main-menu .secondary-level button.active {
    color: #404040;
  }
  .main-menu .collapsible-sm .accordion-title,
  .main-menu .secondary-level .accordion-title {
    padding: 0.875rem 1rem 0.8125rem;
    font-size: 1.25rem;
    color: #404040;
    line-height: 28px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .main-menu .collapsible-sm .accordion-title svg,
  .main-menu .secondary-level .accordion-title svg {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    fill: #404040;
  }
  .main-menu .collapsible-sm .accordion-title::after,
  .main-menu .secondary-level .accordion-title::after {
    content: "";
  }
  .main-menu button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.alert {
  padding: 0.3125rem 2.1875rem;
  color: #404040;
  border-radius: 0;
  font-size: 1rem;
  line-height: 24px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-weight: 400;
}
.alert.alert-danger {
  background-color: #fae6e8;
  border: 1px solid #d0021b;
}
.alert.alert-danger::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23d0021b' fill-rule='evenodd'%3E%3Cpath d='m12 0c6.627417 0 12 5.372583 12 12s-5.372583 12-12 12-12-5.372583-12-12 5.372583-12 12-12zm0 2c-5.5228475 0-10 4.4771525-10 10s4.4771525 10 10 10 10-4.4771525 10-10-4.4771525-10-10-10zm4.8994949 3.58578644 1.4142136 1.41421356-4.9497085 4.95 4.9497085 4.9494949-1.4142136 1.4142136-4.9504949-4.9497085-4.949 4.9497085-1.41421356-1.4142136 4.94921356-4.9504949-4.94921356-4.949 1.41421356-1.41421356 4.949 4.94921356z'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat;
  position: absolute;
  left: 0.4375rem;
  bottom: 0;
  width: 1.25rem;
  background-position: top;
  top: 0.4375rem;
}
.alert.alert-danger .alert-close {
  position: absolute;
  right: 0;
  width: 2rem;
  height: 2rem;
  top: 0;
}
.alert.alert-danger .alert-close::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23d0021b' fill-rule='evenodd'%3E%3Cpath d='m5.63429537 5.63429537c.32845688-.32845688.78794569-.40150189 1.02629698-.16315059l5.33940965 5.33985722 5.2854755-5.2859271c.2147138-.21471375.6125248-.17241415.9298541.0838257l.0925207.08324709c.3284569.32845687.4032579.78618966.1670728 1.02237479l-5.2859231 5.28547952 5.3398532 5.3394056c.216683.216683.1760137.6161243-.079946.9337337l-.0832046.0925633c-.3284568.3284569-.7879457.4015019-1.026297.1631506l-5.3394056-5.3398532-5.28547952 5.2859231c-.21471375.2147138-.61252475.1724141-.92985404-.0838257l-.09252075-.0832471c-.32845688-.3284569-.40325792-.7861897-.16707279-1.0223748l5.2859271-5.2854755-5.33985722-5.33940965c-.216683-.21668299-.17601368-.61612426.07994603-.9337337z'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat;
  position: absolute;
  right: 0.4375rem;
  bottom: 0;
  width: 1.25rem;
  background-position: top;
  top: 0.4375rem;
}
.alert.alert-info {
  background-color: #edf4fc;
  border: 1px solid #2275d3;
}
.alert.alert-success {
  background-color: #ecf1e6;
  border: 1px solid #417505;
}
.alert.alert-success::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23417505' fill-rule='evenodd'%3E%3Cpath d='m12 0c6.627417 0 12 5.372583 12 12s-5.372583 12-12 12-12-5.372583-12-12 5.372583-12 12-12zm0 2c-5.5228475 0-10 4.4771525-10 10s4.4771525 10 10 10 10-4.4771525 10-10-4.4771525-10-10-10zm7.0156098 4.57017667 1.4142135 1.41421356-9.4298233 9.42982337-1.41421356-1.4142136-4-4 1.41421356-1.4142136 3.999 3.9992136z'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat;
  position: absolute;
  left: 0.4375rem;
  bottom: 0;
  width: 1.25rem;
  background-position: top;
  top: 0.4375rem;
}
.alert.alert-success .alert-close {
  position: absolute;
  right: 0;
  width: 2rem;
  height: 2rem;
  top: 0;
}
.alert.alert-success .alert-close::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23417505' fill-rule='evenodd'%3E%3Cpath d='m5.63429537 5.63429537c.32845688-.32845688.78794569-.40150189 1.02629698-.16315059l5.33940965 5.33985722 5.2854755-5.2859271c.2147138-.21471375.6125248-.17241415.9298541.0838257l.0925207.08324709c.3284569.32845687.4032579.78618966.1670728 1.02237479l-5.2859231 5.28547952 5.3398532 5.3394056c.216683.216683.1760137.6161243-.079946.9337337l-.0832046.0925633c-.3284568.3284569-.7879457.4015019-1.026297.1631506l-5.3394056-5.3398532-5.28547952 5.2859231c-.21471375.2147138-.61252475.1724141-.92985404-.0838257l-.09252075-.0832471c-.32845688-.3284569-.40325792-.7861897-.16707279-1.0223748l5.2859271-5.2854755-5.33985722-5.33940965c-.216683-.21668299-.17601368-.61612426.07994603-.9337337z'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat;
  position: absolute;
  right: 0.4375rem;
  bottom: 0;
  width: 1.25rem;
  background-position: top;
  top: 0.4375rem;
}
.alert.alert-warning {
  background-color: #f8f3e8;
  border: 1px solid #8d662d;
}
.alert.rounded {
  border-radius: 7px;
}

.light-infobar {
  background-color: #f5f5f5;
  color: #404040;
  font-size: 1.125rem;
  line-height: 24px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 8px 16px;
}
.light-infobar span {
  text-transform: uppercase;
}

.dark-infobar {
  background-color: #404040;
  color: #fff;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  padding: 8px 16px;
}
.dark-infobar span {
  text-transform: uppercase;
}

.tooltip-inner {
  background-color: #006ec7;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #006ec7;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-top-color: #006ec7;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-top-color: #006ec7;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-top-color: #006ec7;
}

.bh-icon {
  fill: currentColor;
  height: 1.1429em;
  width: 1.1429em;
}

.prod-position {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
@media (min-width: 600px) {
  .prod-position {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

.product-tile {
  position: relative;
}
@media (max-width: 599.98px) {
  .product-tile .image-container {
    overflow: hidden;
    z-index: 0;
  }
}
@media (max-width: 1023.98px) {
  .product-tile {
    padding-top: 25%;
  }
}
@media (min-width: 1024px) {
  .product-tile {
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0);
            box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0);
    border: 1px solid transparent;
  }
}
.product-tile .tile-body {
  margin-top: 0.75rem;
  margin-bottom: 0.8125rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.375rem;
}
@media (min-width: 600px) {
  .product-tile .tile-body {
    padding-left: 0.75rem;
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .product-tile .tile-body {
    padding-left: 2.75rem;
  }
}
.product-tile .tile-body .color-swatches {
  padding-left: 0;
  padding-right: 0;
  min-height: 1.5rem;
}
@media (min-width: 1024px) {
  .product-tile .tile-body .pdp-link {
    margin-top: 0.4375rem;
  }
}
.product-tile .tile-body .pdp-link .product-title {
  font-size: 1rem;
  color: #404040;
  line-height: 24px;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .product-tile .tile-body .pdp-link .product-title {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.product-tile .tile-body .price {
  font-size: 0.875rem;
  color: #6e6e6e;
  line-height: 20px;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .product-tile .tile-body .price {
    font-size: 1.125rem;
    line-height: 24px;
  }
}
.product-tile .tile-body .sales {
  font-weight: 700;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
}
.product-tile .tile-body .sales .sale-price {
  color: #006ec7;
}
@media (max-width: 1023.98px) {
  .product-tile .tile-body .sales .sale-price {
    font-size: 0.875rem;
    color: #006ec7;
    line-height: 20px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .product-tile .tile-body .sales .regular-price {
    font-size: 0.875rem;
    color: #6e6e6e;
    line-height: 20px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
}
@media (min-width: 1024px) {
  .product-tile .tile-body .sales .regular-price,
  .product-tile .tile-body .sales .sale-price {
    font-size: 1.125rem;
    line-height: 24px;
  }
}
.product-tile .tile-body .range {
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .product-tile .tile-body .range .regular-price {
    font-size: 0.875rem;
    color: #6e6e6e;
    line-height: 20px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
}
.product-tile .tile-body .strike-through {
  font-weight: 700;
  font-size: 0.75rem;
  color: #6e6e6e;
  line-height: 16px;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
}
@media (min-width: 1024px) {
  .product-tile .tile-body .strike-through {
    font-size: 1rem;
    line-height: 24px;
  }
}
.product-tile .tile-body .final_sale {
  margin-top: 0.125rem;
  font-size: 0.75rem;
  color: #006580;
  line-height: 16px;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
}
@media (min-width: 1024px) {
  .product-tile .tile-body .final_sale {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.product-tile .tile-body .promo-message {
  width: 90%;
  margin-top: 1%;
  font-size: 0.75rem;
  color: #006ec7;
  line-height: 16px;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
}
.product-tile .tile-body .promo-message a {
  text-decoration: underline;
}
.product-tile .tile-body .promo-message a, .product-tile .tile-body .promo-message a:focus, .product-tile .tile-body .promo-message a:hover {
  color: unset;
}
@media (min-width: 1024px) {
  .product-tile .tile-body .promo-message {
    font-size: 0.875rem;
    line-height: 20px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    font-weight: bold;
    margin-top: 0;
  }
}
.product-tile .tile-body .color-name {
  margin-top: 3%;
  font-size: 0.75rem;
  color: #404040;
  line-height: 16px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
@media (min-width: 1024px) {
  .product-tile .tile-body .color-name {
    margin-top: 0.0625rem;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    font-size: 1rem;
    line-height: 24px;
  }
}
.product-tile .tile-body .tile-body-footer {
  margin-top: 2%;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .product-tile.focused {
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.16);
    z-index: 8;
    background-color: #fff;
    border-color: #979797;
  }
  .product-tile.focused .tile-badge {
    z-index: 2;
  }
  .modal-open .product-tile.focused .tile-badge, .minicart-visible .product-tile.focused .tile-badge {
    z-index: 0;
  }
}
.product-tile .tile-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.modal-open .product-tile .tile-badge, .minicart-visible .product-tile .tile-badge {
  z-index: 0;
}
@media (min-width: 1024px) {
  .product-tile .tile-badge .badge-image {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    z-index: 1;
    top: 2.75rem;
  }
}
.product-tile .tile-badge .badge-sec {
  margin-left: auto;
  display: block;
  -webkit-transform: scale(0.3125);
          transform: scale(0.3125);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  max-width: inherit;
}
@media (min-width: 600px) {
  .product-tile .tile-badge .badge-sec {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.product-tile .swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-left: -0.25rem;
  margin-bottom: 0.25rem;
}
.product-tile .swatches img {
  max-width: none;
}
@media (max-width: 1439.98px) {
  .product-tile .swatches .fa-heart::before {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1024px) {
  .product-tile .swatches .fa-heart::before {
    font-size: 1.75rem;
  }
}
.product-tile .tile-swatch-btn {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  padding: 0.25rem;
}
.product-tile .tile-swatch-btn.disabled {
  opacity: 0.4;
}
@media (min-width: 1024px) {
  .product-tile .tile-swatch-btn {
    width: 2rem;
    height: 2rem;
  }
}
.product-tile .swatch-circle {
  margin-right: 0;
  border: 0.0625rem solid #949494;
  -webkit-box-shadow: 0rem 0rem 0.0625rem 0.0625rem #949494 inset;
          box-shadow: 0rem 0rem 0.0625rem 0.0625rem #949494 inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023.98px) {
  .product-tile .swatch-circle {
    height: 1rem;
    width: 1rem;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .product-tile .swatch-circle {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.product-tile .swatch-circle.selected {
  border: 0.0625rem solid #006ec7;
  border-radius: 50%;
  background-color: #fff;
  padding: 0.0625rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1024px) {
  .product-tile .swatch-circle.selected {
    border: 0.125rem solid #006ec7;
  }
}

.product-color-info {
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  color: #404040;
}
@media (min-width: 1024px) {
  .product-color-info {
    font-size: 1rem;
  }
}
@media (max-width: 1439.98px) {
  .product-color-info {
    font-size: 0.75rem;
  }
}

.extra-swatches {
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  color: #404040;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 0.75rem;
  line-height: 16px;
}
.extra-swatches a:not(:focus) .visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
}
.extra-swatches a {
  color: #404040;
  width: 100%;
  display: inline-block;
  padding: 0.25rem 0.3125rem;
  min-width: 1.5rem;
  text-align: center;
  text-decoration: underline !important;
}
.extra-swatches a:focus .visually-hidden {
  display: inline-block;
}
@media (min-width: 1024px) {
  .extra-swatches {
    font-size: 0.875rem;
    line-height: 20px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wishlistTile {
  color: #006ec7;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 !important;
  text-align: center;
}
.wishlistTile,
.wishlistTile .fa-stack,
.wishlistTile i {
  line-height: 1.1;
}
@media (max-width: 1023.98px) {
  .wishlistTile,
  .wishlistTile .fa-stack,
  .wishlistTile i {
    width: 1.5rem;
    height: 1.5rem;
  }
  .wishlistTile .fa-stack-1x,
  .wishlistTile .fa-stack-2x {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .wishlistTile {
    right: 1rem;
  }
  .wishlistTile,
  .wishlistTile .fa-stack,
  .wishlistTile i {
    width: 2.125rem;
    height: 2rem;
  }
  .wishlistTile .fa-stack-1x,
  .wishlistTile .fa-stack-2x {
    font-size: 1.75rem;
  }
}
.wishlistTile [class^=fa-stack] {
  text-align: center;
}
.wishlistTile [class^=fa-stack]::before {
  font-size: 1.25rem;
}

.tile-footer {
  margin-top: 0.75rem;
  padding-left: 0.375rem;
}
@media (min-width: 600px) {
  .tile-footer {
    padding-left: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tile-footer {
    padding-left: 0;
  }
}
@media (max-width: 1023.98px) {
  .tile-footer .extended-tile {
    position: relative;
  }
}
.tile-footer .tile-extra-info {
  visibility: hidden;
  height: 0;
}
.tile-footer .tile-extra-info.show {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: fadeIn 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  visibility: visible;
  height: auto;
}
.tile-footer .tile-extra-info .extra-info-box {
  background-color: #f5f5f5;
  color: #404040;
  height: auto;
  line-height: 2.75rem;
  width: 100%;
  text-align: left;
  padding-bottom: 0.09375rem;
  padding-left: 2.75rem;
}
.tile-footer .tile-extra-info .extra-info-box:not(:last-child) {
  border-bottom: 0.0625rem solid #fff;
}
.tile-footer .tile-extra-info .extra-info-box .extra-info-box-text {
  display: inline-block;
  margin-left: 0.3125rem;
  font-size: 0.875rem;
  color: #404040;
  line-height: 20px;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
}
@media (min-width: 1024px) {
  .tile-footer .tile-extra-info .extra-info-box .extra-info-box-text {
    font-size: 1rem;
    line-height: 24px;
    width: calc(100% - 40px);
    vertical-align: middle;
  }
}
.tile-footer .tile-extra-info .extra-info-description {
  font-size: 1rem;
  color: #404040;
  line-height: 24px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  text-align: center;
  padding: 0.625rem 2.75rem;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .tile-footer .tile-extra-info .extra-info-description {
    padding: 0.625rem 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tile-footer .extended-tile-icons div i {
    zoom: 0.7;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@media (min-width: 1024px) {
  .tile-footer .extended-tile-icons .extra-info-box .featureIcon {
    font-size: 0.75rem;
    line-height: 2.75rem;
    vertical-align: top;
    margin-top: -0.0625rem;
    display: inline-block;
  }
}
@media (max-width: 1439.98px) {
  .tile-footer .extended-tile-icons .tile-tool-icons {
    padding-right: 0.25rem;
    display: inline-block;
  }
}
.tile-footer .extended-tile-icons .tile-tool-icons .featureIcon::before {
  width: 1.875rem;
  height: 1.8125rem;
}
@media (max-width: 1023.98px) {
  .tile-footer .tile-tooltip {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tile-footer .tile-tooltip {
    font-size: 1rem;
  }
}
.tile-footer .tile-tooltip-text {
  visibility: hidden;
  background-color: #006ec7;
  color: #fff;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  position: absolute;
  z-index: 1;
  top: 1.75rem;
  left: 0;
  margin-top: 0.4375rem;
  padding: 0.3125rem;
  width: 6.75rem;
  font-size: 0.75rem;
  text-align: center;
}
@media (min-width: 600px) {
  .tile-footer .tile-tooltip-text {
    top: 2.4375rem;
    margin-top: -0.3125rem;
  }
}
.tile-footer .tile-tooltip-text::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  left: 10%;
  margin-left: -1px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #006ec7 transparent;
}
@media (min-width: 600px) {
  .tile-footer .tile-tooltip-text::after {
    margin-left: 0;
    left: 7%;
  }
}
.tile-footer .tile-tooltip-text.view {
  visibility: visible;
}
.tile-footer .tile-tool-icons:nth-child(2) .tile-tooltip-text::after {
  content: " ";
  left: 44%;
}
@media (min-width: 600px) {
  .tile-footer .tile-tool-icons:nth-child(2) .tile-tooltip-text::after {
    left: 39%;
  }
}
.tile-footer .tile-tool-icons:nth-child(3) .tile-tooltip-text::after {
  content: " ";
  left: 77.5%;
}
@media (min-width: 600px) {
  .tile-footer .tile-tool-icons:nth-child(3) .tile-tooltip-text::after {
    left: 70%;
  }
}

.image-container {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-container .product-images {
  width: 100%;
}
.image-container .pdt-img-seg {
  padding-top: 100%;
}
.image-container .tile-image {
  position: absolute;
  bottom: 0;
  left: 0;
}
.image-container .tile-image.show {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: fadeIn 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.image-container .tile-image.profileimg, .image-container .tile-image.onfootimg {
  z-index: -1;
}
@media (max-width: 1023.98px) {
  .image-container .tile-image.profileimg {
    padding: 0 0.375rem 0.1875rem;
  }
}
@media (min-width: 1024px) {
  .image-container .tile-image.profileimg {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
.image-container .tile-image.onfootimg {
  padding: 0;
}
@media (max-width: 1023.98px) {
  .image-container .tile-image.onfootimg {
    display: none;
  }
  .image-container .tile-image.onfootimg.device {
    display: inline-block !important;
  }
}

@media (max-width: 1023.98px) {
  .search-main-grid .product-grid {
    padding-top: 0;
  }
  .search-main-grid .product-grid .product .product-tile {
    padding-bottom: 2.25rem;
    padding-top: 1.5rem;
  }
}
.sales {
  font-weight: bold;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
.sales .regular-price {
  color: #6e6e6e;
}
.sales .sale-price {
  color: #006ec7;
}

.range {
  color: #6e6e6e;
  font-weight: bold;
}

.price .strike-through-container {
  text-decoration: none;
  font-size: medium;
}
.price .strike-through-container .strike-through {
  text-decoration: none;
}
.price .strike-through-container .strike-through .value {
  text-decoration: line-through;
  text-decoration-color: currentColor;
}

.search-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  z-index: 9;
  width: 100%;
}
.search-content.fixed-search {
  position: fixed;
  left: 0;
  top: 3.75rem;
}
.search-content .popular-searches {
  border: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1023.98px) {
  .search-content {
    z-index: 3;
    top: 0;
  }
  .search-content.fixed-search {
    top: 3rem;
  }
}
@media (max-width: 599.98px) {
  .search-content .suggestions-content .suggestions__items,
  .search-content .did-you-mean-content .suggestions__items,
  .search-content .popular-searches .suggestions__items,
  .search-content .suggestions-brands .suggestions__items {
    display: block;
    padding-left: 2.5625rem;
  }
  .search-content .popular-searches + .suggestions-content {
    border-top: 0.0625rem solid #ccc;
    margin-top: 1.125rem;
    padding-top: 0.5rem;
  }
  .search-content .suggestions__items-header {
    display: block;
    padding-left: 2.5625rem;
  }
}
.search-content .site-search {
  max-width: 35rem;
  margin: 1rem 1.25rem;
  height: auto;
}
.search-content .site-search .search-field {
  height: 3rem;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #404040;
  line-height: 24px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
.search-content .site-search .search-field:focus {
  outline: 3px dotted #404040;
  outline-offset: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #404040;
}
.search-content .site-search .search-suggestions {
  height: 2.875rem;
}
.search-content .site-search .search-suggestions.bhsh-btn:disabled {
  background-color: #fff;
  opacity: 0.33;
  border-color: #404040;
  color: #404040;
}
.search-content .site-search .site-search__suggestions-wrapper {
  width: 100%;
  position: absolute;
  top: 6.5rem;
}
@media (max-width: 1023.98px) {
  .search-content .site-search .site-search__suggestions-wrapper {
    overflow: auto;
    max-height: 48vh;
  }
}
.search-content .site-search .site-search__suggestions-wrapper .suggestions {
  position: relative;
  width: 100%;
  border: none;
}
.search-content .site-search .site-search__suggestions-wrapper .suggestions .suggestions__term-separator,
.search-content .site-search .site-search__suggestions-wrapper .suggestions .suggestions__mobile-separator {
  border-bottom: 1px solid #ccc;
}
.search-content .site-search .site-search__suggestions-wrapper .suggestions .suggestions__term-separator:last-of-type,
.search-content .site-search .site-search__suggestions-wrapper .suggestions .suggestions__mobile-separator:last-of-type {
  border: 0;
}
.search-content .site-search .site-search__suggestions-wrapper .suggestions .suggestions__items-header {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #006ec7;
  line-height: 20px;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
}
.search-content .site-search .site-search__suggestions-wrapper .suggestions .suggestions__items a {
  outline-color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  color: #404040;
  line-height: 24px;
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
}
.search-content .site-search .site-search__suggestions-wrapper .suggestions .suggestions__item-swatch {
  width: 1.8125rem;
  height: 100%;
  background: #fff;
  display: inline-block;
  margin-right: 0.6875rem;
  position: relative;
}
.search-content .site-search .site-search__suggestions-wrapper .suggestions .row {
  margin-left: 0;
  margin-right: 0;
}
.search-content .site-search .site-search__suggestions-wrapper .suggestions .item {
  width: 100%;
  padding-bottom: 1.125rem;
}
.search-content .site-search .site-search__suggestions-wrapper .suggestions .item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-content .site-search .site-search__suggestions-wrapper .suggestions .item .name {
  margin-top: 0;
}
.search-content .site-search .site-search__suggestions-wrapper .suggestions .item:last-child {
  padding-bottom: 0;
}
.search-content .site-search .suggestions__container {
  padding: 1.0625rem 0.25rem;
}
.search-content .site-search .suggestions__container .suggest-brand .suggestions__term-separator {
  border: 0;
}
.search-content .site-search .suggestions__container .suggestions-content:empty {
  display: none;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .search-content .site-search .suggestions__container {
    padding: 1.0625rem 0.25rem !important;
  }
  .search-content .site-search .suggestions__container .suggestions__term-separator,
  .search-content .site-search .suggestions__container .suggestions__mobile-separator {
    display: block !important;
  }
  .search-content .site-search .suggestions__container .suggestions__items-header {
    padding: 0 0 0 2.5625rem !important;
    display: block !important;
  }
  .search-content .site-search .suggestions__container .suggestions__items-header div {
    margin: 0 !important;
    padding: 0 0.9375rem !important;
  }
  .search-content .site-search .suggestions__container .did-you-mean-content {
    padding-bottom: 1rem !important;
    margin: 0 0 0.5rem !important;
  }
  .search-content .site-search .suggestions__container .did-you-mean-content .suggestions__items-header {
    margin: 0 0 0.25rem !important;
  }
  .search-content .site-search .suggestions__container .did-you-mean-content .suggestions__items {
    padding-left: 2.5625rem !important;
  }
  .search-content .site-search .suggestions__container .did-you-mean-content .suggestions__items .item {
    padding-left: 0rem !important;
    margin-left: -0.8125rem;
  }
  .search-content .site-search .suggestions__container .products-and-categories {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding-bottom: 1rem !important;
    margin-bottom: 0.5rem !important;
  }
  .search-content .site-search .suggestions__container .products-and-categories > div:first-child {
    padding: 0 0.9375rem 0.25rem 0 !important;
    margin: 0 0 0.5rem !important;
  }
  .search-content .site-search .suggestions__container .products-and-categories .suggestions__items-header {
    margin: 0 0 1rem !important;
  }
  .search-content .site-search .suggestions__container .products-and-categories .suggestions__items {
    padding: 0 !important;
  }
  .search-content .site-search .suggestions__container .products-and-categories .suggestions__items .item {
    padding: 0 0 0.8125rem !important;
  }
  .search-content .site-search .suggestions__container .products-and-categories .suggestions__items .item:last-child {
    padding-bottom: 0 !important;
  }
  .search-content .site-search .suggestions__container .suggest-brand {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding-bottom: 1rem !important;
    margin-bottom: 0.5rem !important;
  }
  .search-content .site-search .suggestions__container .suggest-brand .suggestions__items-header {
    margin: 0 0 1rem !important;
  }
  .search-content .site-search .suggestions__container .suggest-brand .suggestions-brands {
    padding-left: 0 !important;
  }
  .search-content .site-search .suggestions__container .suggest-brand .suggestions__items {
    padding: 0 !important;
  }
  .search-content .site-search .suggestions__container .suggest-brand .suggestions__items li {
    margin-left: 4.125rem;
    padding: 0 0 0.8125rem !important;
  }
  .search-content .site-search .suggestions__container .suggest-brand .suggestions__items li:last-child {
    padding-bottom: 0 !important;
  }
  .search-content .site-search .suggestions__container .popular-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-bottom: 0 !important;
  }
  .search-content .site-search .suggestions__container .popular-content .suggestions__items-header {
    margin: 0 0 1rem !important;
    padding-left: 1.6875rem !important;
  }
  .search-content .site-search .suggestions__container .popular-content .suggestions__items-header div {
    padding-left: 14px !important;
  }
  .search-content .site-search .suggestions__container .popular-content .suggestions-brands {
    padding-left: 0 !important;
  }
  .search-content .site-search .suggestions__container .popular-content .popular-searches,
  .search-content .site-search .suggestions__container .popular-content .suggestions-content {
    max-width: inherit !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .search-content .site-search .suggestions__container .popular-content .popular-searches + .suggestions-content {
    border-top: 0.0625rem solid #ccc;
    margin-top: 1.125rem;
    padding-top: 0.5rem;
  }
  .search-content .site-search .suggestions__container .popular-content .popular-searches {
    padding: 0 0.9375rem !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
            flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .search-content .site-search .suggestions__container .popular-content .suggestions__items {
    padding: 0 !important;
  }
  .search-content .site-search .suggestions__container .popular-content .suggestions__items li {
    margin-left: 0;
    padding: 0 0 0.8125rem !important;
  }
  .search-content .site-search .suggestions__container .popular-content .suggestions__items li:last-child {
    padding-bottom: 0 !important;
  }
}
.search-content .site-search .popular-content {
  border-bottom: 1px solid #ccc;
}
.search-content .site-search .suggestions__container > .row:last-child {
  border: 0;
  padding-bottom: 0 !important;
}
@media (min-width: 600px) {
  .search-content .site-search {
    width: 100%;
    margin: 1rem auto;
  }
  .search-content .site-search .site-search__suggestions-wrapper {
    top: 3rem;
  }
  .search-content .site-search .suggestions__container {
    padding: 0.625rem 2rem;
  }
}
@media (min-width: 1024px) {
  .search-content .site-search {
    max-width: 54.125rem;
  }
  .search-content .site-search .search-field {
    height: 4.375rem;
    width: 43.4375rem;
    font-size: 1.5rem;
    color: #404040;
    line-height: 32px;
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
  }
  .search-content .site-search .search-suggestions {
    width: 10rem;
    height: auto;
    font-size: 1.5rem;
    line-height: 32px;
  }
  .search-content .site-search .site-search__suggestions-wrapper {
    max-width: 43.4375rem;
    top: 4.4375rem;
  }
  .search-content .site-search .site-search__suggestions-wrapper .suggestions .suggestions__mobile-separator {
    border: none;
  }
  .search-content .site-search .site-search__suggestions-wrapper .suggestions .suggestions__items-header {
    margin-bottom: 1.125rem;
  }
  .search-content .site-search .padding-l {
    padding-left: 0.0625rem;
  }
  .search-content .site-search .suggestions-brands {
    padding-left: 0.25rem !important;
  }
  .search-content .site-search .suggestions-content {
    padding-left: 0;
  }
  .search-content .site-search .suggest-brand .suggestions__term-separator {
    margin: 0 !important;
  }
  .search-content .site-search .popular-content {
    border-bottom: 1px solid #ccc;
  }
  .search-content .site-search .search-products {
    padding-left: 0.25rem !important;
  }
}
.search-content .site-search .products-and-categories .item:not(:last-child) {
  padding-bottom: 0.8125rem;
}
.search-content .site-search .category-level2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-content .site-search .category-parent {
  margin-left: 0.375rem;
  margin-top: 0.125rem;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-weight: 400;
  color: #6e6e6e;
  line-height: 1.5;
}

body.minicart-visible.modal-open #search-disclosure {
  opacity: 0;
  pointer-events: none;
}

.item-attributes {
  vertical-align: top;
  padding-left: 0;
}

.line-item-attributes,
.line-item-option {
  font-size: 0.813rem;
  margin: 0;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.313em;
}

.line-item-pricing-info {
  margin-bottom: 0;
}
.line-item-pricing-info + .price {
  font-size: 1em;
  font-weight: bolder;
}
.line-item-pricing-info + .unit-price .price {
  font-size: 1em;
  font-weight: bolder;
}

.line-item-price-quantity-info {
  margin-top: 0.625em;
  border-top: 1px solid #ccc;
}

.line-item-total-text {
  font-size: 0.813em;
}

.pricing {
  font-size: 1em;
  font-weight: bolder;
}

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

.non-adjusted-price {
  display: none;
}

.line-item-promo {
  color: #008827;
  font-size: 0.813em;
}

.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.line-item-divider {
  margin: 0.625em -1.225em 0.625em -1.325em;
}

.line-dotted {
  border-top: 0.063em dashed #ccc;
}

.line-item-availability {
  font-size: 0.813rem;
}

.product-line-item-details {
  overflow-y: auto;
}

.minicart {
  position: relative;
}
.minicart h1 {
  font-size: 1rem;
}
.minicart .cart {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  background-color: #fff;
}
.minicart .remove-btn {
  color: #999;
  float: right;
  background-color: white;
  border: none;
  font-size: 1.625em;
  margin-top: -0.313em;
  padding: 0;
}
.minicart .product-summary {
  margin-right: -0.938em;
  max-height: 21.875em;
  overflow: hidden auto;
  padding-right: 0.938em;
}
.minicart .card-body {
  padding: 0.625em;
}
.minicart .quantity-label {
  font-size: 0.813em;
}
.minicart .quantity {
  width: 100%;
}
.minicart .popover {
  top: 100%;
  left: auto;
  right: 0;
  min-width: 23.44rem;
  max-width: 23.44rem;
  min-height: 22.7rem;
  display: none;
}
.minicart .popover::before {
  left: auto;
  right: 15px;
}
.minicart .popover::after {
  left: auto;
  right: 16px;
}
.minicart .popover.show {
  display: block;
}
.minicart .minicart-footer {
  border-top: 1px solid #d0d0d0;
}
.minicart .estimated-total {
  margin-top: 0.625em;
}
.minicart .sub-total-label {
  font-size: 1em;
  font-weight: 600;
}
.minicart .sub-total {
  font-size: 1em;
  font-weight: 600;
}
.minicart .line-item-divider {
  margin: 0.625em -0.625em 0.625em -1.325em;
}
.minicart .line-item-name {
  width: 90%;
}

@media (min-width: 600px) and (max-width: 1023.98px) {
  .hide-link-med {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hide-no-link {
    display: none;
  }
}
@media (max-width: 599.98px) {
  .hide-no-link {
    display: none;
  }
}

.minicart .popover {
  font-family: "Open Sans", "open-sans-fallback", sans-serif;
  display: none;
}
.minicart .popover.show {
  top: 4.625rem;
}
@media (max-width: 1023.98px) {
  .minicart .popover.show {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 18.125rem;
    min-width: 18.125rem;
    max-height: 100vh;
    min-height: auto;
    overflow-y: auto;
    width: 100%;
    display: block;
    border-radius: 0;
  }
}
@media (min-width: 1024px) {
  .fixed-top .minicart .popover.show {
    top: 2.75rem;
  }
}
.minicart .popover .cart {
  padding: 0.9375rem;
}
.minicart .popover .cart .cart-pdt-add {
  font-size: 1.25rem;
  line-height: 28px;
  color: #006ec7;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  padding-top: 0.4375rem;
  text-transform: capitalize;
}
@media (max-width: 1023.98px) {
  .minicart .popover .cart .cart-pdt-add {
    margin-bottom: 0;
    text-transform: uppercase;
  }
}
.minicart .popover .card {
  border: none;
  border-bottom: 1px solid #6e6e6e;
  border-radius: 0;
  margin-bottom: 0;
}
.minicart .popover .card figure {
  margin-bottom: 0.4375rem;
}
.minicart .popover .card-body {
  padding: 1.0625rem 0.6875rem 0.75rem;
}
.minicart .popover .mobile-cart-close {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  opacity: 1;
  z-index: 1;
}
.minicart .popover .mobile-cart-close .close {
  width: 1.3125rem;
  height: 1.3125rem;
  fill: #404040;
  opacity: 1;
}
.minicart .popover .line-item-promo {
  color: #006ec7;
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-size: 0.875rem;
  padding-left: 0.375rem;
}
.minicart .popover .product-summary {
  overflow: hidden auto;
  height: 18rem;
  max-height: calc(100vh - 180px);
}
.minicart .popover .product-summary .minicart-product-card-wrapper:last-child .card {
  border-bottom: 0;
}
.minicart .popover .product-summary .price .strike-through {
  color: #6e6e6e;
  font-size: 1rem;
}
@media (max-width: 1023.98px) {
  .minicart .popover .product-summary {
    max-height: calc(100vh - 80px);
  }
  .minicart .popover .product-summary .line-item-product,
  .minicart .popover .product-summary .pdt-qty-ttl {
    display: none;
  }
  .minicart .popover .product-summary .mobile-cart .itemName {
    font-size: 1.25rem;
    color: #404040;
    line-height: 28px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: none;
  }
  .minicart .popover .product-summary .mobile-cart .sales .regular-price {
    font-size: 1rem;
    line-height: 24px;
    color: #6e6e6e;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    font-weight: bold;
  }
  .minicart .popover .product-summary .mobile-cart .line-item-attributes,
  .minicart .popover .product-summary .mobile-cart .item-id,
  .minicart .popover .product-summary .mobile-cart .item-qty {
    font-size: 0.875rem;
    line-height: 20px;
    text-transform: lowercase;
  }
  .minicart .popover .product-summary .mobile-cart .line-item-attributes .styleNumber,
  .minicart .popover .product-summary .mobile-cart .item-id .styleNumber,
  .minicart .popover .product-summary .mobile-cart .item-qty .styleNumber {
    text-transform: uppercase;
  }
  .minicart .popover .product-summary .mobile-cart .line-item-attributes .attr_value,
  .minicart .popover .product-summary .mobile-cart .item-id .attr_value,
  .minicart .popover .product-summary .mobile-cart .item-qty .attr_value {
    text-transform: none;
  }
  .minicart .popover .product-summary .mobile-cart .line-item-availability {
    display: none;
  }
  .minicart .popover .product-summary .mobile-cart .item-qty p {
    margin-bottom: 0;
  }
  .minicart .popover .product-summary .mobile-cart .line-item-unit-price .unit-price .price {
    font-size: inherit;
  }
  .minicart .popover .product-summary .mobile-cart .line-item-unit-price .unit-price .price .sales,
  .minicart .popover .product-summary .mobile-cart .line-item-unit-price .unit-price .price .strike-through {
    font-size: 1rem;
    line-height: 24px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    margin-right: 0;
  }
  .minicart .popover .product-summary .mobile-cart .line-item-unit-price .unit-price .price .strike-through {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .minicart .popover .product-summary .strike-through-container + .sales {
    display: block;
    margin: -0.375rem 0rem 0.375rem;
  }
}
@media (max-width: 1023.98px) {
  .minicart .popover .continue-shopping-link {
    font-size: 1.125rem;
    line-height: 24px;
    text-decoration: underline;
    display: block;
    padding-bottom: 0.8125rem;
    padding-top: 0;
    color: #404040;
    margin: 0 auto;
  }
  .minicart .popover .item-image {
    margin-right: 1.375rem;
  }
}
.minicart .popover .checkout-continue {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  background-color: transparent;
}
@media (min-width: 600px) {
  .minicart .popover .checkout-continue {
    padding-right: 0;
    padding-left: 0;
  }
}
.minicart .popover .checkout-continue .checkout-button-wrapper {
  padding: 1.25rem 1.25rem 0.9375rem;
}
.minicart .popover .checkout-continue .checkout-button-wrapper .checkout-btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .minicart .popover .checkout-continue .checkout-button-wrapper .checkout-btn {
    font-size: 1.125rem;
  }
}
.minicart .popover #removeProductModal.custom-modal.show {
  background-color: rgba(0, 0, 0, 0.75);
}
.minicart .popover #removeProductModal.custom-modal .modal-title {
  font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.25rem;
  margin: 1rem 0rem 0.4375rem 0rem;
  text-transform: uppercase;
}
.minicart .popover #removeProductModal.custom-modal .remove-item {
  color: #006ec7;
  font-weight: 600;
  text-transform: uppercase;
}
.minicart .pdt-added-details {
  display: inline-block;
}
.minicart .pdt-added-details:focus {
  outline-offset: -0.1875rem;
}
@media (min-width: 1024px) {
  .minicart .popover {
    -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.5);
    min-width: 22.375rem;
    max-width: 22.375rem;
  }
  .minicart .popover .cart {
    padding: 0.75rem 1.25rem;
  }
  .minicart .popover .cart .cart-pdt-add {
    font-weight: bold;
    padding-top: 0;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 24px;
  }
  .minicart .popover .card-body {
    padding: 1.0625rem 0.6875rem 0.75rem 0.3125rem;
  }
  .minicart .popover .product-image {
    max-width: 4.0625rem;
  }
  .minicart .popover .product-summary {
    border-bottom: solid 1px #6e6e6e;
  }
  .minicart .popover .product-summary::-webkit-scrollbar {
    width: 2px;
  }
  .minicart .popover .product-summary::-webkit-scrollbar-thumb {
    background: #9e9e9e;
    border-radius: 3px;
    outline: 1px solid #9e9e9e;
  }
  .minicart .popover .product-summary .pdt-desc-cntr .line-item-product {
    display: none;
  }
  .minicart .popover .product-summary .product-name {
    font-size: 1rem;
    color: #404040;
    line-height: 24px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  .minicart .popover .product-summary .product-line-item .pdt-img-details {
    margin-bottom: 1.25rem;
  }
  .minicart .popover .product-summary .product-line-item .clr-txt,
  .minicart .popover .product-summary .product-line-item .item-id {
    display: none;
  }
  .minicart .popover .product-summary .product-line-item .line-item-total-text,
  .minicart .popover .product-summary .product-line-item .quantity-label {
    font-size: 0.875rem;
  }
  .minicart .popover .product-summary .product-line-item .item-qty {
    margin-top: 0.1875rem;
    padding-left: 0.625rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
  }
  .minicart .popover .product-summary .product-line-item .item-qty .qty-wrapper {
    display: none;
  }
  .minicart .popover .product-summary .product-line-item .item-qty .qty-text {
    margin-bottom: 0;
  }
  .minicart .popover .product-summary .product-line-item .item-qty .qty-nmbr {
    padding-left: 1.5rem;
    color: #006ec7;
  }
  .minicart .popover .product-summary .product-line-item .line-item-attributes {
    color: #404040;
    line-height: 1rem;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    text-transform: capitalize;
  }
  .minicart .popover .product-summary .product-line-item .qty-card-quantity-label {
    margin-left: 0.6875rem;
  }
  .minicart .popover .product-summary .product-line-item .qty-card-quantity-count {
    font-size: 1.125rem;
    line-height: 24px;
    color: #006ec7;
  }
  .minicart .popover .product-summary .product-line-item .remove-line-item {
    position: absolute;
    right: 0;
    top: 1.5rem;
  }
  .minicart .popover .product-summary .product-line-item .remove-line-item .remove-btn {
    color: #404040;
    opacity: 1;
  }
  .minicart .popover .product-summary .product-line-item .remove-line-item .remove-btn:focus {
    outline: 3px dotted currentColor;
    outline-offset: 1px;
  }
  .minicart .popover .product-summary .product-line-item .remove-line-item .remove-btn .close {
    width: 1.25rem;
    height: 1.25rem;
    color: #404040;
    opacity: 1;
  }
  .minicart .popover .product-summary .product-line-item .quantity {
    font-family: "Open Sans", "open-sans-fallback", sans-serif;
    font-weight: bold;
    width: 4.0625rem;
    min-width: 4.0625rem;
    height: 2.0625rem;
    margin-top: 0.3125rem;
    border: 2px solid #6e6e6e;
    padding: 0.375rem 0.5rem 0.4375rem 0.75rem;
    background-size: 1.5rem;
    background-position: 90% 4px;
  }
  .minicart .popover .product-summary .product-line-item .quantity:focus {
    outline: 3px dotted #404040;
  }
  .minicart .popover .product-summary .product-line-item .line-item-unit-price .sales {
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
  }
  .minicart .popover .product-summary .product-line-item .line-item-unit-price .sales .sale-price {
    font-size: 1.125rem;
    line-height: 24px;
    color: #006ec7;
    font-weight: bold;
  }
  .minicart .popover .product-summary .product-line-item .line-item-unit-price .line-item-pricing-info .price {
    font-size: 1.125rem;
    line-height: 24px;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    font-weight: bold;
    outline: none;
  }
  .minicart .popover .product-summary .product-line-item .line-item-unit-price .line-item-pricing-info .price .strike-through {
    margin-right: 0;
  }
  .minicart .popover .product-summary .product-line-item .line-item-total-price .price .strike-through {
    font-weight: normal;
    font-size: 1.125rem;
    margin-right: 0;
  }
  .minicart .popover .product-summary .product-line-item .line-item-total-price .price .pricing {
    font-size: 1.125rem;
    line-height: 24px;
    color: #006ec7;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .minicart .popover .product-summary .product-line-item .line-item-total-price {
    line-height: 1.428;
  }
  .minicart .popover .product-summary .product-line-item .line-item-pricing-info {
    line-height: 1.3;
  }
  .minicart .popover .product-summary .product-line-item .pdt-qty-ttl {
    cursor: default;
    padding-left: 0.375rem;
  }
  .minicart .popover .minicart-footer {
    border-top: none;
  }
  .minicart .popover .minicart-footer .estimated-total {
    margin-top: 1.25rem;
  }
  .minicart .popover .minicart-footer .estimated-total .sub-total-label {
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 28px;
  }
  .minicart .popover .minicart-footer .estimated-total .sub-total {
    color: #006ec7;
    font-family: "Roboto Condensed", "roboto-cond-fallback", sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 599.98px) {
  .minicart .popover .minicart-footer .checkout-continue {
    margin: 1.25rem 0rem;
  }
}
@media (min-width: 1024px) {
  .minicart .popover .minicart-footer .checkout-continue .checkout-button-wrapper {
    padding: 0.8125rem 0rem 0rem;
  }
  .minicart .popover .minicart-footer .checkout-button-wrapper {
    margin: 0 -1.125rem;
  }
}

@media (max-width: 1023.98px) {
  .added-to-cart-modal-wrapper {
    opacity: 0;
    width: 0;
    height: 150vh;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10;
    position: absolute;
    top: -10vh;
  }
  .added-to-cart-modal-wrapper .popover .cart {
    padding: 1.0625rem 1.25rem 1rem 1.25rem;
  }
  .added-to-cart-modal-wrapper .popover .checkout-button-wrapper {
    padding-top: 1.5rem !important;
    padding-left: 0.8125rem !important;
    padding-right: 0.8125rem !important;
  }
  .added-to-cart-modal-wrapper .popover .minicart-footer {
    border-top: none;
  }
  .added-to-cart-modal-wrapper .popover .sale-price-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.125rem;
  }
  .added-to-cart-modal-wrapper .popover .strike-through-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0.375rem;
  }
}
@media (max-width: 1023.98px) and (min-width: 320px) and (max-width: 500px) {
  .added-to-cart-modal-wrapper {
    left: -100vw;
  }
}
@media (max-width: 1023.98px) and (min-width: 500px) and (max-width: 1024px) {
  .added-to-cart-modal-wrapper {
    left: -100vw;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #f5f5dc !important;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #f5f5dc !important;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #000 !important;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #000 !important;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1b75bc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #1b75bc !important;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #1b75bc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #1b75bc !important;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #603913; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #603913 !important;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #603913; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #603913 !important;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #02a651; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #02a651 !important;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #02a651; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #02a651 !important;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #939598; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #939598 !important;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #939598; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #939598 !important;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #000080 !important;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #000080 !important;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f7941d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #f7941d !important;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f7941d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #f7941d !important;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ec008c; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #ec008c !important;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ec008c; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #ec008c !important;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #800080 !important;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #800080 !important;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ed1d24; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #ed1d24 !important;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ed1d24; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #ed1d24 !important;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-turquoise {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #04a197; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #04a197 !important;
  display: block;
  position: relative;
}
.swatch-circle-turquoise.disabled {
  opacity: 0.2;
}

.swatch-filter-turquoise {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #04a197; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #04a197 !important;
  display: block;
  position: relative;
}
.swatch-filter-turquoise.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #fff !important;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #fff !important;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #ff0 !important;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #ff0 !important;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-tan {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #c49a6c; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #c49a6c !important;
  display: block;
  position: relative;
}
.swatch-circle-tan.disabled {
  opacity: 0.2;
}

.swatch-filter-tan {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #c49a6c; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #c49a6c !important;
  display: block;
  position: relative;
}
.swatch-filter-tan.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-teal {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  background: #008080 !important;
  display: block;
  position: relative;
}
.swatch-circle-teal.disabled {
  opacity: 0.2;
}

.swatch-filter-teal {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background: #008080 !important;
  display: block;
  position: relative;
}
.swatch-filter-teal.disabled {
  opacity: 0.2;
}

.swatch-circle-metallic {
  background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), color-stop(#c9c5c5), to(#5c5c5c));
  background: linear-gradient(#5e5e5e, #c9c5c5, #5c5c5c);
}

.swatch-circle-multi {
  background: -webkit-gradient(linear, left top, left bottom, from(#ed1d24), to(#1742ff));
  background: linear-gradient(#ed1d24, #1742ff);
}

.swatch-circle-animal {
  background: url("../images/refinement-swatch/animal.png") no-repeat;
}

.swatch-circle-camo {
  background: url("../images/refinement-swatch/camo.png") no-repeat;
}

.swatch-circle-floral {
  background: url("../images/refinement-swatch/floral.png") no-repeat;
}

.swatch-circle-prints {
  background: url("../images/refinement-swatch/prints.png") no-repeat;
}

.swatch-circle-tiedye {
  background: url("../images/refinement-swatch/tie-dye.png") no-repeat;
}

.swatch-circle-assorted {
  background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), to(indigo));
  background: linear-gradient(red, orange, yellow, green, blue, indigo);
}

.swatch-circle-animal,
.swatch-circle-camo,
.swatch-circle-floral,
.swatch-circle-prints,
.swatch-circle-tiedye {
  background-size: contain;
}

.swatch-circle-animal,
.swatch-circle-camo,
.swatch-circle-floral,
.swatch-circle-prints,
.swatch-circle-tiedye,
.swatch-circle-purple,
.swatch-circle-multi,
.swatch-circle-metallic,
.swatch-circle-assorted {
  display: block;
  position: relative;
}
.swatch-circle-animal.disabled,
.swatch-circle-camo.disabled,
.swatch-circle-floral.disabled,
.swatch-circle-prints.disabled,
.swatch-circle-tiedye.disabled,
.swatch-circle-purple.disabled,
.swatch-circle-multi.disabled,
.swatch-circle-metallic.disabled,
.swatch-circle-assorted.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

@media (min-width: 1024px) {
  .footer--inView #hbl-live-chat-wrapper .olark-launch-button-wrapper {
    bottom: 5rem !important;
  }
}
@media (min-width: 1440px) {
  .footer--inView #hbl-live-chat-wrapper .olark-launch-button-wrapper {
    bottom: 3.3125rem !important;
  }
}

#hbl-live-chat-wrapper #olark-wrapper #olark-container path.olark-primary {
  fill: #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-branding-link svg path {
  fill: #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-theme-bg {
  background-color: #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-theme-text {
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-launch-button svg path {
  stroke: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-launch-button svg circle {
  fill: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-launch-button .olark-close-icon path {
  stroke: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-launch-button .olark-envelope-icon rect {
  stroke: #fff !important;
  fill: none !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-launch-button .olark-envelope-icon path {
  stroke: #fff !important;
  fill: none !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-launch-button .olark-button-text {
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-top-bar {
  background-color: #006ec7 !important;
  color: #fff !important;
  border-color: #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-top-bar p {
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-top-bar-text {
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-top-bar-arrow {
  fill: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-end-chat-button {
  color: #fff !important;
  background-color: #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-end-chat-button:hover {
  background-color: #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-operator-message:not(.olark-message-trans-bg) {
  background-color: #006ec7 !important;
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-is-typing-dot {
  fill: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-send-transcript-container .olark-send-transcript-form.olark-inline-form-valid .olark-form-input-container {
  border-color: #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-send-transcript-container .olark-send-transcript-form.olark-inline-form-valid .olark-send-icon {
  fill: #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-survey-form .olark-survey-form-radio-button:checked {
  background: #006ec7 !important;
  border-color: #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-agent-status {
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-context-icon path {
  stroke: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-offline-survey .olark-thank-you-component {
  background-color: #006ec7 !important;
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-top-bar a {
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-form-container .olark-form-send-button:focus {
  outline: 3px dotted #404040 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-feedback-form-button:focus {
  outline: 3px dotted #404040 !important;
  background-color: #24539e !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-restart-button:focus {
  outline: 3px dotted #404040 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-button:focus {
  border: 2px solid #006ec7 !important;
  background-color: #006ec7 !important;
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-message-link-title {
  line-height: normal !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-message-link-location {
  line-height: normal !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-operator-message a {
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-operator-message a svg path {
  fill: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-options-message button:focus {
  outline: 3px dotted #404040 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-options-message button:hover {
  border: 2px solid #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-footer-form-container .olark-chat-send-button:focus {
  outline: 3px dotted #404040 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-footer-form-container .olark-chat-input:focus {
  outline: 3px dotted #404040 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-visitor-message:not(.olark-message-has-border) {
  border: none !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-end-chat-flag {
  fill: #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-form-confirmation-icon .olark-launch-button-icon {
  fill: #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-form-message-input:focus {
  outline: 3px dotted #404040 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container path.olark-secondary {
  fill: #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container:focus:not(.olark-inline) {
  outline: 3px dotted #404040 !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-launch-button-wrapper {
  overflow: visible !important;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-button-focus-wrapper {
  background-color: transparent !important;
  clip-path: none !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: normal !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-button-focus-wrapper button {
  border-radius: 1.4375rem !important;
  background-color: #006ec7 !important;
  clip-path: none !important;
  border: 0.125rem solid #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-button-focus-wrapper button:focus, #hbl-live-chat-wrapper #olark-wrapper .olark-button-focus-wrapper button:active {
  outline: 3px dotted #404040 !important;
  outline-offset: 3px !important;
}
#hbl-live-chat-wrapper #olark-wrapper .olark-no-branding.olark-hidden + .olark-launch-button-wrapper .olark-button-focus-wrapper button {
  border-radius: 2rem !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-button {
  background-color: #006ec7 !important;
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-button:hover {
  background-color: #006ec7 !important;
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-form-send-button {
  background-color: #006ec7 !important;
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-restart-button {
  background-color: #006ec7 !important;
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-feedback-form-button {
  background-color: #006ec7 !important;
  color: #fff !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-feedback-form-button:hover {
  background-color: #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-footer-form-container .olark-chat-send-button:enabled svg path:not(:last-child) {
  fill: #006ec7 !important;
  stroke: #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-feedback-select-wrap:focus-within .olark-feedback-indicator svg path {
  stroke: #006ec7 !important;
  stroke-width: 2px !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-options-message button {
  background-color: #006ec7 !important;
  color: #fff !important;
  border: 2px solid #006ec7 !important;
}
#hbl-live-chat-wrapper #olark-wrapper #olark-container .olark-agent-avatar {
  background-color: #006ec7 !important;
}

.modal-open .olark-launch-button-wrapper.olark-text-button {
  z-index: 0 !important;
}

[role=tabpanel].is-hidden {
  display: none;
}
[role=tabpanel]:focus {
  outline: dotted 0.1875rem currentcolor;
}

#dwfrm_billing .nav-link {
  width: 100%;
}

.bringg-returnHistoryCards {
  /* .card-footer */
  --card-footer-border-color: var(--mid);
  /* .card-header */
  --card-header-font-weight: var(--font_1_alt-font-weight);
  --card-header-font-family: var(--font_1_alt-font-family);
  /* .item-txt */
  --item-text-font-family: var(--font_1_reg-font-family);
  --item-text-font-weight: var(--font_1_reg-font-weight);
  /* .ttl-txt */
  --item-total-font-family: var(--font_2_reg-font-family);
  --item-total-font-weight: var(--font_2_reg-font-weight);
  --item-total-color: var(--darkest);
  /* .line-item-name */
  --item-name-font-family: var(--font_2_alt-font-family);
  --item-name-font-weight: var(--font_2_alt-font-weight);
  --item-name-color: var(--darkest);
  --item-name-font-size: 1rem;
  --item-name-line-height: 1.5;
  --item-name-text-transform: uppercase;
  /* .line-item-attributes */
  --line-item-font-family: var(--font_1_reg-font-family);
  --line-item-font-weight: var(--font_1_reg-font-weight);
  --line-item-color: var(--darkest);
  --line-item-font-size: 0.75rem;
  --line-item-line-height: 1.6666666667;
  /* .line-item-attributes strong */
  --strong-line-item-font-family: var(--font_2_alt-font-family);
  --strong-line-item-font-weight: var(--font_2_alt-font-weight);
  --strong-line-item-color: var(--darkest);
}

.odr-hstr-seg.bringg-returnHistoryCards {
  /* .item-txt */
  --item-text-font-family: var(--font_1_reg-font-weight);
  --item-text-font-weight: var(--font_1_reg-font-weight);
}

.bringg-returns {
  /* .returns-progress */
  --returns-process-font-family: var(--font_1_alt-font-family);
  --returns-process-font-weight: var(--font_1_alt-font-weight);
  --returns-process-text-transform: uppercase;
  --returns-process-rectangle-color: var(--dark);
  --returns-process-rectangle-background-color: var(--light);
  --returns-process-rectangle-active-color: var(--lightest);
  --returns-process-rectangle-active-background-color: var(--primary-color);
  --returns-select-border-color: var(--dark);
  --returns-process-border-radius: 0;
  --returns-process-rectangle-top-margin: 0.8125rem;
  --returns-line-item-productname-font: var(--font_2_reg-font-family);
  --returns-line-item-productname-font-weight: var(--font_2_alt-font-weight);
  --returns-line-item-productname-text-transform: uppercase;
  --returns-line-item-price-font-family: var(--font_2_alt-font-family);
  --returns-line-item-price-font-weight: var(--font_2_alt-font-weight);
  --returns-line-item-price-strikethrough-font-family: var(--font_2_alt-font-family);
  --returns-line-item-price-strikethrough-font-weight: var(--font_2_alt-font-weight);
  --returns-line-item-qty-value-font-weight: var(--font_1_reg-font-weight);
  --returns-line-item-attributes-font-weight: var(--font_1_reg-font-weight);
  --checkmark: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMzMzc4OGUnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+");
  --returns-checkbox-border-color: var(--dark);
  --returns-message-ready-font-family: var(--font_2_alt-font-family);
  --returns-message-ready-font-weight: var(--font_2_alt-font-weight);
}

.print-button-seg #zenkraft-print-label-form {
  min-width: 11.125rem;
  margin-top: 0.5rem;
}
.print-button-seg #zenkraft-print-label-form button {
  line-height: 1.333;
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  max-height: 2.5rem;
  padding-inline: 0.75rem;
}
.print-button-seg #zenkraft-print-label-form button .icon--primary,
.print-button-seg #zenkraft-print-label-form button .cycle {
  max-height: 1.5rem;
  max-width: 1.5rem;
}
.print-button-seg #zenkraft-print-label-form button .cycle {
  margin-top: -0.25rem;
  fill: currentcolor;
}
@media (min-width: 1024px) {
  .print-button-seg {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: start;
  }
  .print-button-seg #zenkraft-print-label-form {
    padding-left: 0.75rem;
    margin-top: 0;
  }
}
