/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #fff;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  @-ms-viewport {
    width: device-width;
  }
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #fff;
  }
  [tabindex="-1"]:focus {
    outline: 0 !important;
  }
  hr {
    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;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
  }
  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;
  }
  dfn {
    font-style: italic;
  }
  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: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  a:hover {
    color: #0056b3;
    text-decoration: underline;
  }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([tabindex]):hover,
  a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([tabindex]):focus {
    outline: 0;
  }
  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:not(:root) {
    overflow: hidden;
  }
  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;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  button {
    border-radius: 0;
  }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  input[type="radio"],
  input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    -webkit-appearance: listbox;
  }
  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-cancel-button,
  [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-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
  }
  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 rgba(0, 0, 0, 0.1);
  }
  small,
  .small {
    font-size: 80%;
    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: 80%;
    color: #6c757d;
  }
  .blockquote-footer::before {
    content: "\2014 \00A0";
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    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-break: break-word;
  }
  a > code {
    color: inherit;
  }
  kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
  }
  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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    display: flex;
    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-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
  }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-first {
    order: -1;
  }
  .order-last {
    order: 13;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-6 {
    order: 6;
  }
  .order-7 {
    order: 7;
  }
  .order-8 {
    order: 8;
  }
  .order-9 {
    order: 9;
  }
  .order-10 {
    order: 10;
  }
  .order-11 {
    order: 11;
  }
  .order-12 {
    order: 12;
  }
  .offset-1 {
    margin-left: 8.3333333333%;
  }
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.3333333333%;
  }
  .offset-5 {
    margin-left: 41.6666666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.3333333333%;
  }
  .offset-8 {
    margin-left: 66.6666666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.3333333333%;
  }
  .offset-11 {
    margin-left: 91.6666666667%;
  }
  @media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-first {
      order: -1;
    }
    .order-sm-last {
      order: 13;
    }
    .order-sm-0 {
      order: 0;
    }
    .order-sm-1 {
      order: 1;
    }
    .order-sm-2 {
      order: 2;
    }
    .order-sm-3 {
      order: 3;
    }
    .order-sm-4 {
      order: 4;
    }
    .order-sm-5 {
      order: 5;
    }
    .order-sm-6 {
      order: 6;
    }
    .order-sm-7 {
      order: 7;
    }
    .order-sm-8 {
      order: 8;
    }
    .order-sm-9 {
      order: 9;
    }
    .order-sm-10 {
      order: 10;
    }
    .order-sm-11 {
      order: 11;
    }
    .order-sm-12 {
      order: 12;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
      margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
      margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
      margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-first {
      order: -1;
    }
    .order-md-last {
      order: 13;
    }
    .order-md-0 {
      order: 0;
    }
    .order-md-1 {
      order: 1;
    }
    .order-md-2 {
      order: 2;
    }
    .order-md-3 {
      order: 3;
    }
    .order-md-4 {
      order: 4;
    }
    .order-md-5 {
      order: 5;
    }
    .order-md-6 {
      order: 6;
    }
    .order-md-7 {
      order: 7;
    }
    .order-md-8 {
      order: 8;
    }
    .order-md-9 {
      order: 9;
    }
    .order-md-10 {
      order: 10;
    }
    .order-md-11 {
      order: 11;
    }
    .order-md-12 {
      order: 12;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.3333333333%;
    }
    .offset-md-2 {
      margin-left: 16.6666666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.3333333333%;
    }
    .offset-md-5 {
      margin-left: 41.6666666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.3333333333%;
    }
    .offset-md-8 {
      margin-left: 66.6666666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.3333333333%;
    }
    .offset-md-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 1024px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-first {
      order: -1;
    }
    .order-lg-last {
      order: 13;
    }
    .order-lg-0 {
      order: 0;
    }
    .order-lg-1 {
      order: 1;
    }
    .order-lg-2 {
      order: 2;
    }
    .order-lg-3 {
      order: 3;
    }
    .order-lg-4 {
      order: 4;
    }
    .order-lg-5 {
      order: 5;
    }
    .order-lg-6 {
      order: 6;
    }
    .order-lg-7 {
      order: 7;
    }
    .order-lg-8 {
      order: 8;
    }
    .order-lg-9 {
      order: 9;
    }
    .order-lg-10 {
      order: 10;
    }
    .order-lg-11 {
      order: 11;
    }
    .order-lg-12 {
      order: 12;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
      margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
      margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
      margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-first {
      order: -1;
    }
    .order-xl-last {
      order: 13;
    }
    .order-xl-0 {
      order: 0;
    }
    .order-xl-1 {
      order: 1;
    }
    .order-xl-2 {
      order: 2;
    }
    .order-xl-3 {
      order: 3;
    }
    .order-xl-4 {
      order: 4;
    }
    .order-xl-5 {
      order: 5;
    }
    .order-xl-6 {
      order: 6;
    }
    .order-xl-7 {
      order: 7;
    }
    .order-xl-8 {
      order: 8;
    }
    .order-xl-9 {
      order: 9;
    }
    .order-xl-10 {
      order: 10;
    }
    .order-xl-11 {
      order: 11;
    }
    .order-xl-12 {
      order: 12;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
      margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
      margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
      margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
      margin-left: 91.6666666667%;
    }
  }
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0);
  }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }
  .table .table {
    background-color: #fff;
  }
  .table-sm th,
  .table-sm td {
    padding: 0.3rem;
  }
  .table-bordered {
    border: 1px solid #dee2e6;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6;
  }
  .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 {
    background-color: rgba(0, 0, 0, 0.075);
  }
  .table-primary,
  .table-primary > th,
  .table-primary > td {
    background-color: #b8daff;
  }
  .table-hover .table-primary:hover {
    background-color: #9fcdff;
  }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
  }
  .table-secondary,
  .table-secondary > th,
  .table-secondary > td {
    background-color: #d6d8db;
  }
  .table-hover .table-secondary:hover {
    background-color: #c8cbcf;
  }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
  }
  .table-success,
  .table-success > th,
  .table-success > td {
    background-color: #c3e6cb;
  }
  .table-hover .table-success:hover {
    background-color: #b1dfbb;
  }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
  }
  .table-info,
  .table-info > th,
  .table-info > td {
    background-color: #bee5eb;
  }
  .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-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: #f5c6cb;
  }
  .table-hover .table-danger:hover {
    background-color: #f1b0b7;
  }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
  }
  .table-light,
  .table-light > th,
  .table-light > td {
    background-color: #fff;
  }
  .table-hover .table-light:hover {
    background-color: #f2f2f2;
  }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f2f2f2;
  }
  .table-dark,
  .table-dark > th,
  .table-dark > td {
    background-color: #c6c8ca;
  }
  .table-hover .table-dark:hover {
    background-color: #b9bbbe;
  }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
  }
  .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: #212529;
    border-color: #32383e;
  }
  .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  .table-dark {
    color: #fff;
    background-color: #212529;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e;
  }
  .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 {
    background-color: rgba(255, 255, 255, 0.075);
  }
  @media (max-width: 575.98px) {
    .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 767.98px) {
    .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 1023.98px) {
    .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 1199.98px) {
    .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
      border: 0;
    }
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  .form-control:disabled,
  .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
  }
  select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
  }
  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-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
  }
  .form-control-plaintext.form-control-sm,
  .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm
    > .input-group-prepend
    > .form-control-plaintext.input-group-text,
  .input-group-sm
    > .input-group-append
    > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn,
  .form-control-plaintext.form-control-lg,
  .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg
    > .input-group-prepend
    > .form-control-plaintext.input-group-text,
  .input-group-lg
    > .input-group-append
    > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
  }
  .form-control-sm,
  .input-group-sm > .form-control,
  .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.2rem;
  }
  select.form-control-sm:not([size]):not([multiple]),
  .input-group-sm > select.form-control:not([size]):not([multiple]),
  .input-group-sm
    > .input-group-prepend
    > select.input-group-text:not([size]):not([multiple]),
  .input-group-sm
    > .input-group-append
    > select.input-group-text:not([size]):not([multiple]),
  .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
  .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
  }
  .form-control-lg,
  .input-group-lg > .form-control,
  .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.3rem;
  }
  select.form-control-lg:not([size]):not([multiple]),
  .input-group-lg > select.form-control:not([size]):not([multiple]),
  .input-group-lg
    > .input-group-prepend
    > select.input-group-text:not([size]):not([multiple]),
  .input-group-lg
    > .input-group-append
    > select.input-group-text:not([size]):not([multiple]),
  .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
  .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
  }
  .form-group {
    margin-bottom: 1rem;
  }
  .form-text {
    display: block;
    margin-top: 0.25rem;
  }
  .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
  }
  .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
  }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
  }
  .form-check-label {
    margin-bottom: 0;
  }
  .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
  }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
  }
  .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
  }
  .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: 0.2rem;
  }
  .was-validated .form-control:valid,
  .form-control.is-valid,
  .was-validated .custom-select:valid,
  .custom-select.is-valid {
    border-color: #28a745;
  }
  .was-validated .form-control:valid:focus,
  .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block;
  }
  .was-validated .form-control-file:valid ~ .valid-feedback,
  .was-validated .form-control-file:valid ~ .valid-tooltip,
  .form-control-file.is-valid ~ .valid-feedback,
  .form-control-file.is-valid ~ .valid-tooltip {
    display: block;
  }
  .was-validated .form-check-input:valid ~ .form-check-label,
  .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
  }
  .was-validated .form-check-input:valid ~ .valid-feedback,
  .was-validated .form-check-input:valid ~ .valid-tooltip,
  .form-check-input.is-valid ~ .valid-feedback,
  .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  .was-validated .custom-control-input:valid ~ .custom-control-label,
  .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
  }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before,
  .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a;
  }
  .was-validated .custom-control-input:valid ~ .valid-feedback,
  .was-validated .custom-control-input:valid ~ .valid-tooltip,
  .custom-control-input.is-valid ~ .valid-feedback,
  .custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  .was-validated
    .custom-control-input:valid:checked
    ~ .custom-control-label::before,
  .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
  }
  .was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label::before,
  .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  .was-validated .custom-file-input:valid ~ .custom-file-label,
  .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
  }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before,
  .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit;
  }
  .was-validated .custom-file-input:valid ~ .valid-feedback,
  .was-validated .custom-file-input:valid ~ .valid-tooltip,
  .custom-file-input.is-valid ~ .valid-feedback,
  .custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
  .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
  }
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: 0.2rem;
  }
  .was-validated .form-control:invalid,
  .form-control.is-invalid,
  .was-validated .custom-select:invalid,
  .custom-select.is-invalid {
    border-color: #dc3545;
  }
  .was-validated .form-control:invalid:focus,
  .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .was-validated .form-control-file:invalid ~ .invalid-feedback,
  .was-validated .form-control-file:invalid ~ .invalid-tooltip,
  .form-control-file.is-invalid ~ .invalid-feedback,
  .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .was-validated .form-check-input:invalid ~ .form-check-label,
  .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
  }
  .was-validated .form-check-input:invalid ~ .invalid-feedback,
  .was-validated .form-check-input:invalid ~ .invalid-tooltip,
  .form-check-input.is-invalid ~ .invalid-feedback,
  .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .was-validated .custom-control-input:invalid ~ .custom-control-label,
  .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
  }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
  .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
  }
  .was-validated .custom-control-input:invalid ~ .invalid-feedback,
  .was-validated .custom-control-input:invalid ~ .invalid-tooltip,
  .custom-control-input.is-invalid ~ .invalid-feedback,
  .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label::before,
  .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
  }
  .was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before,
  .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  .was-validated .custom-file-input:invalid ~ .custom-file-label,
  .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
  }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before,
  .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit;
  }
  .was-validated .custom-file-input:invalid ~ .invalid-feedback,
  .was-validated .custom-file-input:invalid ~ .invalid-tooltip,
  .custom-file-input.is-invalid ~ .invalid-feedback,
  .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
  .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .form-inline .form-check {
    width: 100%;
  }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0;
    }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0;
    }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
      display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto;
    }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0;
    }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0;
    }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center;
    }
    .form-inline .custom-control-label {
      margin-bottom: 0;
    }
  }
  .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  .btn:hover,
  .btn:focus {
    text-decoration: none;
  }
  .btn:focus,
  .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .btn.disabled,
  .btn:disabled {
    opacity: 0.65;
  }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  .btn:not(:disabled):not(.disabled):active,
  .btn:not(:disabled):not(.disabled).active {
    background-image: none;
  }
  a.btn.disabled,
  fieldset:disabled a.btn {
    pointer-events: none;
  }
  .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
  }
  .btn-primary:focus,
  .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
  }
  .btn-primary:not(:disabled):not(.disabled):active:focus,
  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
  }
  .btn-secondary:focus,
  .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-secondary.disabled,
  .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
  }
  .btn-secondary:not(:disabled):not(.disabled):active:focus,
  .btn-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
  }
  .btn-success:focus,
  .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }
  .btn-success.disabled,
  .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  .btn-success:not(:disabled):not(.disabled):active,
  .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
  }
  .btn-success:not(:disabled):not(.disabled):active:focus,
  .btn-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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 {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
  }
  .btn-danger:focus,
  .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-danger.disabled,
  .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-danger:not(:disabled):not(.disabled):active,
  .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
  }
  .btn-danger:not(:disabled):not(.disabled):active:focus,
  .btn-danger:not(:disabled):not(.disabled).active:focus,
  .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
  }
  .btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
  }
  .btn-light:focus,
  .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  .btn-light.disabled,
  .btn-light:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
  }
  .btn-light:not(:disabled):not(.disabled):active,
  .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
  }
  .btn-light:not(:disabled):not(.disabled):active:focus,
  .btn-light:not(:disabled):not(.disabled).active:focus,
  .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
  }
  .btn-dark:focus,
  .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  .btn-dark.disabled,
  .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  .btn-dark:not(:disabled):not(.disabled):active,
  .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
  }
  .btn-dark:not(:disabled):not(.disabled):active:focus,
  .btn-dark:not(:disabled):not(.disabled).active:focus,
  .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  .btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
  }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .btn-outline-primary:focus,
  .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  .btn-outline-primary.disabled,
  .btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff;
  }
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  .btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
  }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .btn-outline-secondary:focus,
  .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-outline-secondary.disabled,
  .btn-outline-secondary:disabled {
    color: #6c757d;
    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: #6c757d;
    border-color: #6c757d;
  }
  .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
  .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
  }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  .btn-outline-success:focus,
  .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }
  .btn-outline-success.disabled,
  .btn-outline-success:disabled {
    color: #28a745;
    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: #28a745;
    border-color: #28a745;
  }
  .btn-outline-success:not(:disabled):not(.disabled):active:focus,
  .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }
  .btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
  }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  .btn-outline-info:focus,
  .btn-outline-info.focus {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }
  .btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
  }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  .btn-outline-warning:focus,
  .btn-outline-warning.focus {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
  }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-outline-danger:focus,
  .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-outline-danger.disabled,
  .btn-outline-danger:disabled {
    color: #dc3545;
    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: #dc3545;
    border-color: #dc3545;
  }
  .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
  .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-outline-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
  }
  .btn-outline-light:focus,
  .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  .btn-outline-light.disabled,
  .btn-outline-light:disabled {
    color: #fff;
    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: #fff;
    border-color: #fff;
  }
  .btn-outline-light:not(:disabled):not(.disabled):active:focus,
  .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  .btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
  }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  .btn-outline-dark:focus,
  .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  .btn-outline-dark.disabled,
  .btn-outline-dark:disabled {
    color: #343a40;
    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: #343a40;
    border-color: #343a40;
  }
  .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
  .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  .btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
  }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
  }
  .btn-link:focus,
  .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
  }
  .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.3rem;
  }
  .btn-sm,
  .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  .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 {
    transition: opacity 0.15s linear;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  .fade:not(.show) {
    opacity: 0;
  }
  .collapse:not(.show) {
    display: none;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
  .dropup,
  .dropright,
  .dropdown,
  .dropleft {
    position: relative;
  }
  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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: #fff;
    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.25rem;
  }
  .dropdown-menu-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;
    width: 0;
    height: 0;
    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;
    width: 0;
    height: 0;
    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;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
  }
  .dropleft .dropdown-toggle::after {
    display: none;
  }
  .dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    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: #fff;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
  }
  .dropdown-item.disabled,
  .dropdown-item:disabled {
    color: #6c757d;
    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: inline-flex;
    vertical-align: middle;
  }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 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-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
  }
  .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .btn-toolbar .input-group {
    width: auto;
  }
  .btn-group > .btn:first-child {
    margin-left: 0;
  }
  .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 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%;
  }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }
  .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: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
  }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file:focus {
    z-index: 3;
  }
  .input-group > .form-control + .form-control,
  .input-group > .form-control + .custom-select,
  .input-group > .form-control + .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:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .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: flex;
    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-prepend,
  .input-group-append {
    display: flex;
  }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2;
  }
  .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: flex;
    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.25rem;
  }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0;
  }
  .input-group > .input-group-prepend > .btn,
  .input-group > .input-group-prepend > .input-group-text,
  .input-group > .input-group-append:not(:last-child) > .btn,
  .input-group > .input-group-append:not(:last-child) > .input-group-text,
  .input-group
    > .input-group-append:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group
    > .input-group-append:last-child
    > .input-group-text:not(:last-child) {
    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;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
  }
  .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
  }
  .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff;
  }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
  }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
  }
  .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
  }
  .custom-control-label {
    position: relative;
    margin-bottom: 0;
  }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6;
  }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
  }
  .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='%23fff' 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-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::before {
    background-color: #007bff;
  }
  .custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
  }
  .custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  .custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  .custom-radio .custom-control-label::before {
    border-radius: 50%;
  }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
  }
  .custom-radio .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='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  }
  .custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff
      url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
  }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
      0 0 5px rgba(128, 189, 255, 0.5);
  }
  .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 {
    opacity: 0;
  }
  .custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
  }
  .custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
  }
  .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
  }
  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
  }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .custom-file-input:focus ~ .custom-file-label::after {
    border-color: #80bdff;
  }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
  }
  .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
  }
  .custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none;
  }
  .custom-range:focus {
    outline: none;
  }
  .custom-range::-moz-focus-outer {
    border: 0;
  }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none;
  }
  .custom-range::-webkit-slider-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
  }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none;
  }
  .custom-range::-moz-range-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
  }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none;
  }
  .custom-range::-ms-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
  }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
  }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
  }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
  }
  .nav {
    display: flex;
    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;
  }
  .nav-tabs {
    border-bottom: 1px solid #dee2e6;
  }
  .nav-tabs .nav-item {
    margin-bottom: -1px;
  }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color:#0c2b4e;
  }
  .nav-tabs .nav-link:hover,
  .nav-tabs .nav-link:focus {
    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: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nav-pills .nav-link {
    border-radius: 0.25rem;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
  }
  .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
  }
  .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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: flex;
    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 {
    flex-basis: 100%;
    flex-grow: 1;
    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.25rem;
  }
  .navbar-toggler:hover,
  .navbar-toggler:focus {
    text-decoration: none;
  }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  @media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 576px) {
    .navbar-expand-sm {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
      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 {
      flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 768px) {
    .navbar-expand-md {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
      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 {
      flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 1023.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 1024px) {
    .navbar-expand-lg {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
      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 {
      flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 1200px) {
    .navbar-expand-xl {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
      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 {
      flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
      display: none;
    }
  }
  .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: flex;
    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.25rem;
  }
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-body {
    flex: 1 1 auto;
    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: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
  }
  .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 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;
  }
  .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
  }
  .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .card-deck {
    display: flex;
    flex-direction: column;
  }
  .card-deck .card {
    margin-bottom: 15px;
  }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    .card-deck .card {
      display: flex;
      flex: 1 0 0%;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
    }
  }
  .card-group {
    display: flex;
    flex-direction: column;
  }
  .card-group > .card {
    margin-bottom: 15px;
  }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap;
    }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group > .card:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
      border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
      border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
      border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
      border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
      border-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
      border-radius: 0;
    }
    .card-group
      > .card:not(:first-child):not(:last-child):not(:only-child)
      .card-img-top,
    .card-group
      > .card:not(:first-child):not(:last-child):not(:only-child)
      .card-img-bottom,
    .card-group
      > .card:not(:first-child):not(:last-child):not(:only-child)
      .card-header,
    .card-group
      > .card:not(:first-child):not(:last-child):not(:only-child)
      .card-footer {
      border-radius: 0;
    }
  }
  .card-columns .card {
    margin-bottom: 0.75rem;
  }
  @media (min-width: 576px) {
    .card-columns {
      column-count: 3;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
    }
    .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
  }
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
  }
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    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: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
  }
  .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .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.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  .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.2rem;
    border-bottom-left-radius: 0.2rem;
  }
  .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  .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.25rem;
  }
  .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: #007bff;
  }
  .badge-primary[href]:hover,
  .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
  }
  .badge-secondary {
    color: #fff;
    background-color: #6c757d;
  }
  .badge-secondary[href]:hover,
  .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
  }
  .badge-success {
    color: #fff;
    background-color: #28a745;
  }
  .badge-success[href]:hover,
  .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
  }
  .badge-info {
    color: #fff;
    background-color: #17a2b8;
  }
  .badge-info[href]:hover,
  .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
  }
  .badge-warning {
    color: #212529;
    background-color: #ffc107;
  }
  .badge-warning[href]:hover,
  .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
  }
  .badge-danger {
    color: #fff;
    background-color: #dc3545;
  }
  .badge-danger[href]:hover,
  .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
  }
  .badge-light {
    color: #212529;
    background-color: #fff;
  }
  .badge-light[href]:hover,
  .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e6e6e6;
  }
  .badge-dark {
    color: #fff;
    background-color: #343a40;
  }
  .badge-dark[href]:hover,
  .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
  }
  .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
  }
  @media (min-width: 576px) {
    .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.25rem;
  }
  .alert-heading {
    color: inherit;
  }
  .alert-link {
    font-weight: 700;
  }
  .alert-dismissible {
    padding-right: 4rem;
  }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }
  .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
  }
  .alert-primary hr {
    border-top-color: #9fcdff;
  }
  .alert-primary .alert-link {
    color: #002752;
  }
  .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
  }
  .alert-secondary hr {
    border-top-color: #c8cbcf;
  }
  .alert-secondary .alert-link {
    color: #202326;
  }
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  .alert-success hr {
    border-top-color: #b1dfbb;
  }
  .alert-success .alert-link {
    color: #0b2e13;
  }
  .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: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  .alert-danger hr {
    border-top-color: #f1b0b7;
  }
  .alert-danger .alert-link {
    color: #491217;
  }
  .alert-light {
    color: #858585;
    background-color: #fff;
    border-color: #fff;
  }
  .alert-light hr {
    border-top-color: #f2f2f2;
  }
  .alert-light .alert-link {
    color: #6c6c6c;
  }
  .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
  }
  .alert-dark hr {
    border-top-color: #b9bbbe;
  }
  .alert-dark .alert-link {
    color: #040505;
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  }
  .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      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 {
    animation: progress-bar-stripes 1s linear infinite;
  }
  .media {
    display: flex;
    align-items: flex-start;
  }
  .media-body {
    flex: 1;
  }
  .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
  }
  .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
  }
  .list-group-item-action:hover,
  .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #fff;
  }
  .list-group-item-action:active {
    color: #fff;
    background-color: #e9ecef;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .list-group-item:hover,
  .list-group-item:focus {
    z-index: 1;
    text-decoration: none;
  }
  .list-group-item.disabled,
  .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
  }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
  }
  .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
  }
  .list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
  }
  .list-group-item-primary.list-group-item-action:hover,
  .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
  }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
  }
  .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
  }
  .list-group-item-secondary.list-group-item-action:hover,
  .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
  }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
  }
  .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
  }
  .list-group-item-success.list-group-item-action:hover,
  .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
  }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
  }
  .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: #721c24;
    background-color: #f5c6cb;
  }
  .list-group-item-danger.list-group-item-action:hover,
  .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
  }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
  }
  .list-group-item-light {
    color: #858585;
    background-color: #fff;
  }
  .list-group-item-light.list-group-item-action:hover,
  .list-group-item-light.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2;
  }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585;
  }
  .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
  }
  .list-group-item-dark.list-group-item-action:hover,
  .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
  }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
  }
  .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,
  .close:focus {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
  }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal.show .modal-dialog {
    transform: translate(0, 0);
  }
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
  }
  .modal-content {
    position: relative;
    display: flex;
    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.3rem;
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.show {
    opacity: 0.2;
    display:block;
  }
  .modal-backdrop.hide {
	display:none;
  }
  .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }
  .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
  }
  .modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
  }
  .modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
      max-width: 300px;
    }
  }
  @media (min-width: 1024px) {
    .modal-lg {
      max-width: 800px;
    }
  }
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.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.25rem;
  }
  .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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
  }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
  }
  .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) * -1);
  }
  .bs-popover-top .arrow::before,
  .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
  }
  .bs-popover-top .arrow::before,
  .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 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-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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  .bs-popover-right .arrow::before,
  .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
  }
  .bs-popover-right .arrow::before,
  .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 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-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) * -1);
  }
  .bs-popover-bottom .arrow::before,
  .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
  }
  .bs-popover-bottom .arrow::before,
  .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    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-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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  .bs-popover-left .arrow::before,
  .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
  }
  .bs-popover-left .arrow::before,
  .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    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-left-color: #fff;
  }
  .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  .popover-header:empty {
    display: none;
  }
  .popover-body {
    padding: 0.5rem 0.75rem;
    color: #fff;
  }
  .carousel {
    position: relative;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none;
    }
  }
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
  .carousel-item-next,
  .carousel-item-prev {
    position: absolute;
    top: 0;
  }
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translateX(0);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0);
    }
  }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translateX(100%);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0);
    }
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translateX(-100%);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0);
    }
  }
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
  }
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
  }
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    opacity: 0;
  }
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0);
    }
  }
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
  }
  .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: transparent no-repeat center center;
    background-size: 100% 100%;
  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
  }
  .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
  }
  .carousel-indicators .active {
    background-color: #fff;
  }
  .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: #007bff !important;
  }
  a.bg-primary:hover,
  a.bg-primary:focus,
  button.bg-primary:hover,
  button.bg-primary:focus {
    background-color: #0062cc !important;
  }
  .bg-secondary {
    background-color: #6c757d !important;
  }
  a.bg-secondary:hover,
  a.bg-secondary:focus,
  button.bg-secondary:hover,
  button.bg-secondary:focus {
    background-color: #545b62 !important;
  }
  .bg-success {
    background-color: #28a745 !important;
  }
  a.bg-success:hover,
  a.bg-success:focus,
  button.bg-success:hover,
  button.bg-success:focus {
    background-color: #1e7e34 !important;
  }
  .bg-info {
    background-color: #17a2b8 !important;
  }
  a.bg-info:hover,
  a.bg-info:focus,
  button.bg-info:hover,
  button.bg-info:focus {
    background-color: #117a8b !important;
  }
  .bg-warning {
    background-color: #ffc107 !important;
  }
  a.bg-warning:hover,
  a.bg-warning:focus,
  button.bg-warning:hover,
  button.bg-warning:focus {
    background-color: #d39e00 !important;
  }
  .bg-danger {
    background-color: #dc3545 !important;
  }
  a.bg-danger:hover,
  a.bg-danger:focus,
  button.bg-danger:hover,
  button.bg-danger:focus {
    background-color: #bd2130 !important;
  }
  .bg-light {
    background-color: #fff !important;
  }
  a.bg-light:hover,
  a.bg-light:focus,
  button.bg-light:hover,
  button.bg-light:focus {
    background-color: #e6e6e6 !important;
  }
  .bg-dark {
    background-color: #343a40 !important;
  }
  a.bg-dark:hover,
  a.bg-dark:focus,
  button.bg-dark:hover,
  button.bg-dark:focus {
    background-color: #1d2124 !important;
  }
  .bg-white {
    background-color: #fff !important;
  }
  .bg-transparent {
    background-color: transparent !important;
  }
  .border {
    border: 1px solid #dee2e6 !important;
  }
  .border-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-right {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-0 {
    border: 0 !important;
  }
  .border-top-0 {
    border-top: 0 !important;
  }
  .border-right-0 {
    border-right: 0 !important;
  }
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-left-0 {
    border-left: 0 !important;
  }
  .border-primary {
    border-color: #007bff !important;
  }
  .border-secondary {
    border-color: #6c757d !important;
  }
  .border-success {
    border-color: #28a745 !important;
  }
  .border-info {
    border-color: #17a2b8 !important;
  }
  .border-warning {
    border-color: #ffc107 !important;
  }
  .border-danger {
    border-color: #dc3545 !important;
  }
  .border-light {
    border-color: #fff !important;
  }
  .border-dark {
    border-color: #343a40 !important;
  }
  .border-white {
    border-color: #fff !important;
  }
  .rounded {
    border-radius: 0.25rem !important;
  }
  .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-circle {
    border-radius: 50% !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: flex !important;
  }
  .d-inline-flex {
    display: inline-flex !important;
  }
  @media (min-width: 576px) {
    .d-sm-none {
      display: none !important;
    }
    .d-sm-inline {
      display: inline !important;
    }
    .d-sm-inline-block {
      display: inline-block !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-table {
      display: table !important;
    }
    .d-sm-table-row {
      display: table-row !important;
    }
    .d-sm-table-cell {
      display: table-cell !important;
    }
    .d-sm-flex {
      display: flex !important;
    }
    .d-sm-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
    .d-md-inline {
      display: inline !important;
    }
    .d-md-inline-block {
      display: inline-block !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-table {
      display: table !important;
    }
    .d-md-table-row {
      display: table-row !important;
    }
    .d-md-table-cell {
      display: table-cell !important;
    }
    .d-md-flex {
      display: flex !important;
    }
    .d-md-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 1024px) {
    .d-lg-none {
      display: none !important;
    }
    .d-lg-inline {
      display: inline !important;
    }
    .d-lg-inline-block {
      display: inline-block !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-table {
      display: table !important;
    }
    .d-lg-table-row {
      display: table-row !important;
    }
    .d-lg-table-cell {
      display: table-cell !important;
    }
    .d-lg-flex {
      display: flex !important;
    }
    .d-lg-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 1200px) {
    .d-xl-none {
      display: none !important;
    }
    .d-xl-inline {
      display: inline !important;
    }
    .d-xl-inline-block {
      display: inline-block !important;
    }
    .d-xl-block {
      display: block !important;
    }
    .d-xl-table {
      display: table !important;
    }
    .d-xl-table-row {
      display: table-row !important;
    }
    .d-xl-table-cell {
      display: table-cell !important;
    }
    .d-xl-flex {
      display: flex !important;
    }
    .d-xl-inline-flex {
      display: inline-flex !important;
    }
  }
  @media print {
    .d-print-none {
      display: none !important;
    }
    .d-print-inline {
      display: inline !important;
    }
    .d-print-inline-block {
      display: inline-block !important;
    }
    .d-print-block {
      display: block !important;
    }
    .d-print-table {
      display: table !important;
    }
    .d-print-table-row {
      display: table-row !important;
    }
    .d-print-table-cell {
      display: table-cell !important;
    }
    .d-print-flex {
      display: flex !important;
    }
    .d-print-inline-flex {
      display: inline-flex !important;
    }
  }
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive::before {
    display: block;
    content: "";
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
  }
  .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
  .embed-responsive-4by3::before {
    padding-top: 75%;
  }
  .embed-responsive-1by1::before {
    padding-top: 100%;
  }
  .flex-row {
    flex-direction: row !important;
  }
  .flex-column {
    flex-direction: column !important;
  }
  .flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  .flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-fill {
    flex: 1 1 auto !important;
  }
  .flex-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-start {
    justify-content: flex-start !important;
  }
  .justify-content-end {
    justify-content: flex-end !important;
  }
  .justify-content-center {
    justify-content: center !important;
  }
  .justify-content-between {
    justify-content: space-between !important;
  }
  .justify-content-around {
    justify-content: space-around !important;
  }
  .align-items-start {
    align-items: flex-start !important;
  }
  .align-items-end {
    align-items: flex-end !important;
  }
  .align-items-center {
    align-items: center !important;
  }
  .align-items-baseline {
    align-items: baseline !important;
  }
  .align-items-stretch {
    align-items: stretch !important;
  }
  .align-content-start {
    align-content: flex-start !important;
  }
  .align-content-end {
    align-content: flex-end !important;
  }
  .align-content-center {
    align-content: center !important;
  }
  .align-content-between {
    align-content: space-between !important;
  }
  .align-content-around {
    align-content: space-around !important;
  }
  .align-content-stretch {
    align-content: stretch !important;
  }
  .align-self-auto {
    align-self: auto !important;
  }
  .align-self-start {
    align-self: flex-start !important;
  }
  .align-self-end {
    align-self: flex-end !important;
  }
  .align-self-center {
    align-self: center !important;
  }
  .align-self-baseline {
    align-self: baseline !important;
  }
  .align-self-stretch {
    align-self: stretch !important;
  }
  @media (min-width: 576px) {
    .flex-sm-row {
      flex-direction: row !important;
    }
    .flex-sm-column {
      flex-direction: column !important;
    }
    .flex-sm-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
      flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
      flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
      flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
      justify-content: flex-start !important;
    }
    .justify-content-sm-end {
      justify-content: flex-end !important;
    }
    .justify-content-sm-center {
      justify-content: center !important;
    }
    .justify-content-sm-between {
      justify-content: space-between !important;
    }
    .justify-content-sm-around {
      justify-content: space-around !important;
    }
    .align-items-sm-start {
      align-items: flex-start !important;
    }
    .align-items-sm-end {
      align-items: flex-end !important;
    }
    .align-items-sm-center {
      align-items: center !important;
    }
    .align-items-sm-baseline {
      align-items: baseline !important;
    }
    .align-items-sm-stretch {
      align-items: stretch !important;
    }
    .align-content-sm-start {
      align-content: flex-start !important;
    }
    .align-content-sm-end {
      align-content: flex-end !important;
    }
    .align-content-sm-center {
      align-content: center !important;
    }
    .align-content-sm-between {
      align-content: space-between !important;
    }
    .align-content-sm-around {
      align-content: space-around !important;
    }
    .align-content-sm-stretch {
      align-content: stretch !important;
    }
    .align-self-sm-auto {
      align-self: auto !important;
    }
    .align-self-sm-start {
      align-self: flex-start !important;
    }
    .align-self-sm-end {
      align-self: flex-end !important;
    }
    .align-self-sm-center {
      align-self: center !important;
    }
    .align-self-sm-baseline {
      align-self: baseline !important;
    }
    .align-self-sm-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 768px) {
    .flex-md-row {
      flex-direction: row !important;
    }
    .flex-md-column {
      flex-direction: column !important;
    }
    .flex-md-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
      flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
      flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
      flex-shrink: 1 !important;
    }
    .justify-content-md-start {
      justify-content: flex-start !important;
    }
    .justify-content-md-end {
      justify-content: flex-end !important;
    }
    .justify-content-md-center {
      justify-content: center !important;
    }
    .justify-content-md-between {
      justify-content: space-between !important;
    }
    .justify-content-md-around {
      justify-content: space-around !important;
    }
    .align-items-md-start {
      align-items: flex-start !important;
    }
    .align-items-md-end {
      align-items: flex-end !important;
    }
    .align-items-md-center {
      align-items: center !important;
    }
    .align-items-md-baseline {
      align-items: baseline !important;
    }
    .align-items-md-stretch {
      align-items: stretch !important;
    }
    .align-content-md-start {
      align-content: flex-start !important;
    }
    .align-content-md-end {
      align-content: flex-end !important;
    }
    .align-content-md-center {
      align-content: center !important;
    }
    .align-content-md-between {
      align-content: space-between !important;
    }
    .align-content-md-around {
      align-content: space-around !important;
    }
    .align-content-md-stretch {
      align-content: stretch !important;
    }
    .align-self-md-auto {
      align-self: auto !important;
    }
    .align-self-md-start {
      align-self: flex-start !important;
    }
    .align-self-md-end {
      align-self: flex-end !important;
    }
    .align-self-md-center {
      align-self: center !important;
    }
    .align-self-md-baseline {
      align-self: baseline !important;
    }
    .align-self-md-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 1024px) {
    .flex-lg-row {
      flex-direction: row !important;
    }
    .flex-lg-column {
      flex-direction: column !important;
    }
    .flex-lg-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
      flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
      flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
      flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
      justify-content: flex-start !important;
    }
    .justify-content-lg-end {
      justify-content: flex-end !important;
    }
    .justify-content-lg-center {
      justify-content: center !important;
    }
    .justify-content-lg-between {
      justify-content: space-between !important;
    }
    .justify-content-lg-around {
      justify-content: space-around !important;
    }
    .align-items-lg-start {
      align-items: flex-start !important;
    }
    .align-items-lg-end {
      align-items: flex-end !important;
    }
    .align-items-lg-center {
      align-items: center !important;
    }
    .align-items-lg-baseline {
      align-items: baseline !important;
    }
    .align-items-lg-stretch {
      align-items: stretch !important;
    }
    .align-content-lg-start {
      align-content: flex-start !important;
    }
    .align-content-lg-end {
      align-content: flex-end !important;
    }
    .align-content-lg-center {
      align-content: center !important;
    }
    .align-content-lg-between {
      align-content: space-between !important;
    }
    .align-content-lg-around {
      align-content: space-around !important;
    }
    .align-content-lg-stretch {
      align-content: stretch !important;
    }
    .align-self-lg-auto {
      align-self: auto !important;
    }
    .align-self-lg-start {
      align-self: flex-start !important;
    }
    .align-self-lg-end {
      align-self: flex-end !important;
    }
    .align-self-lg-center {
      align-self: center !important;
    }
    .align-self-lg-baseline {
      align-self: baseline !important;
    }
    .align-self-lg-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 1200px) {
    .flex-xl-row {
      flex-direction: row !important;
    }
    .flex-xl-column {
      flex-direction: column !important;
    }
    .flex-xl-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
      flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
      flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
      flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
      justify-content: flex-start !important;
    }
    .justify-content-xl-end {
      justify-content: flex-end !important;
    }
    .justify-content-xl-center {
      justify-content: center !important;
    }
    .justify-content-xl-between {
      justify-content: space-between !important;
    }
    .justify-content-xl-around {
      justify-content: space-around !important;
    }
    .align-items-xl-start {
      align-items: flex-start !important;
    }
    .align-items-xl-end {
      align-items: flex-end !important;
    }
    .align-items-xl-center {
      align-items: center !important;
    }
    .align-items-xl-baseline {
      align-items: baseline !important;
    }
    .align-items-xl-stretch {
      align-items: stretch !important;
    }
    .align-content-xl-start {
      align-content: flex-start !important;
    }
    .align-content-xl-end {
      align-content: flex-end !important;
    }
    .align-content-xl-center {
      align-content: center !important;
    }
    .align-content-xl-between {
      align-content: space-between !important;
    }
    .align-content-xl-around {
      align-content: space-around !important;
    }
    .align-content-xl-stretch {
      align-content: stretch !important;
    }
    .align-self-xl-auto {
      align-self: auto !important;
    }
    .align-self-xl-start {
      align-self: flex-start !important;
    }
    .align-self-xl-end {
      align-self: flex-end !important;
    }
    .align-self-xl-center {
      align-self: center !important;
    }
    .align-self-xl-baseline {
      align-self: baseline !important;
    }
    .align-self-xl-stretch {
      align-self: stretch !important;
    }
  }
  .float-left {
    float: left !important;
  }
  .float-right {
    float: right !important;
  }
  .float-none {
    float: none !important;
  }
  @media (min-width: 576px) {
    .float-sm-left {
      float: left !important;
    }
    .float-sm-right {
      float: right !important;
    }
    .float-sm-none {
      float: none !important;
    }
  }
  @media (min-width: 768px) {
    .float-md-left {
      float: left !important;
    }
    .float-md-right {
      float: right !important;
    }
    .float-md-none {
      float: none !important;
    }
  }
  @media (min-width: 1024px) {
    .float-lg-left {
      float: left !important;
    }
    .float-lg-right {
      float: right !important;
    }
    .float-lg-none {
      float: none !important;
    }
  }
  @media (min-width: 1200px) {
    .float-xl-left {
      float: left !important;
    }
    .float-xl-right {
      float: right !important;
    }
    .float-xl-none {
      float: none !important;
    }
  }
  .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;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  .shadow-none {
    box-shadow: none !important;
  }
  .w-25 {
    width: 25% !important;
  }
  .w-50 {
    width: 50% !important;
  }
  .w-75 {
    width: 75% !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .w-auto {
    width: auto !important;
  }
  .h-25 {
    height: 25% !important;
  }
  .h-50 {
    height: 50% !important;
  }
  .h-75 {
    height: 75% !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .h-auto {
    height: auto !important;
  }
  .mw-100 {
    max-width: 100% !important;
  }
  .mh-100 {
    max-height: 100% !important;
  }
  .m-0 {
    margin: 0 !important;
  }
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  .m-1 {
    margin: 0.25rem !important;
  }
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  .m-2 {
    margin: 0.5rem !important;
  }
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  .m-3 {
    margin: 1rem !important;
  }
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  .m-4 {
    margin: 1.5rem !important;
  }
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
  .m-5 {
    margin: 3rem !important;
  }
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  .p-1 {
    padding: 0.25rem !important;
  }
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  .p-2 {
    padding: 0.5rem !important;
  }
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  .p-3 {
    padding: 1rem !important;
  }
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  .p-4 {
    padding: 1.5rem !important;
  }
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  .p-5 {
    padding: 3rem !important;
  }
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  @media (min-width: 576px) {
    .m-sm-0 {
      margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
      margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
      margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
      margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
      margin-left: 0 !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
      margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
      margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
      margin-left: 0.25rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
      margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
      margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
      margin-left: 0.5rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
      margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
      margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
      margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
      margin-left: 1rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
      margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
      margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
      margin-left: 1.5rem !important;
    }
    .m-sm-5 {
      margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
      margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
      margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
      margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
      margin-left: 3rem !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
      padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
      padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
      padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
      padding-left: 0 !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
      padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
      padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
      padding-left: 0.25rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
      padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
      padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
      padding-left: 0.5rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
      padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
      padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
      padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
      padding-left: 1rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
      padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
      padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
      padding-left: 1.5rem !important;
    }
    .p-sm-5 {
      padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
      padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
      padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
      padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
      padding-left: 3rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
      margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
      margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 768px) {
    .m-md-0 {
      margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
      margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
      margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
      margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
      margin-left: 0 !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
      margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
      margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
      margin-left: 0.25rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
      margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
      margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
      margin-left: 0.5rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
      margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
      margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
      margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
      margin-left: 1rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
      margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
      margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
      margin-left: 1.5rem !important;
    }
    .m-md-5 {
      margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
      margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
      margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
      margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
      margin-left: 3rem !important;
    }
    .p-md-0 {
      padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
      padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
      padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
      padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
      padding-left: 0 !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
      padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
      padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
      padding-left: 0.25rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
      padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
      padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
      padding-left: 0.5rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
      padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
      padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
      padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
      padding-left: 1rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
      padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
      padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
      padding-left: 1.5rem !important;
    }
    .p-md-5 {
      padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
      padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
      padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
      padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
      padding-left: 3rem !important;
    }
    .m-md-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: 1024px) {
    .m-lg-0 {
      margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
      margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
      margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
      margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
      margin-left: 0 !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
      margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
      margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
      margin-left: 0.25rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
      margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
      margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
      margin-left: 0.5rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
      margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
      margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
      margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
      margin-left: 1rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
      margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
      margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
      margin-left: 1.5rem !important;
    }
    .m-lg-5 {
      margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
      margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
      margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
      margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
      margin-left: 3rem !important;
    }
    .p-lg-0 {
      padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
      padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
      padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
      padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
      padding-left: 0 !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
      padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
      padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
      padding-left: 0.25rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
      padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
      padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
      padding-left: 0.5rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
      padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
      padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
      padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
      padding-left: 1rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
      padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
      padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
      padding-left: 1.5rem !important;
    }
    .p-lg-5 {
      padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
      padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
      padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
      padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
      padding-left: 3rem !important;
    }
    .m-lg-auto {
      margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
      margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
      margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
      margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 1200px) {
    .m-xl-0 {
      margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
      margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
      margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
      margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
      margin-left: 0 !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
      margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
      margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
      margin-left: 0.25rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
      margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
      margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
      margin-left: 0.5rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
      margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
      margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
      margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
      margin-left: 1rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
      margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
      margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
      margin-left: 1.5rem !important;
    }
    .m-xl-5 {
      margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
      margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
      margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
      margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
      margin-left: 3rem !important;
    }
    .p-xl-0 {
      padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
      padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
      padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
      padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
      padding-left: 0 !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
      padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
      padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
      padding-left: 0.25rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
      padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
      padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
      padding-left: 0.5rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
      padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
      padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
      padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
      padding-left: 1rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
      padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
      padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
      padding-left: 1.5rem !important;
    }
    .p-xl-5 {
      padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
      padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
      padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
      padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
      padding-left: 3rem !important;
    }
    .m-xl-auto {
      margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
      margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
      margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
      margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
      margin-left: auto !important;
    }
  }
  .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
  }
  .text-justify {
    text-align: justify !important;
  }
  .text-nowrap {
    white-space: nowrap !important;
  }
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-left {
    text-align: left !important;
  }
  .text-right {
    text-align: right !important;
  }
  .text-center {
    text-align: center !important;
  }
  @media (min-width: 576px) {
    .text-sm-left {
      text-align: left !important;
    }
    .text-sm-right {
      text-align: right !important;
    }
    .text-sm-center {
      text-align: center !important;
    }
  }
  @media (min-width: 768px) {
    .text-md-left {
      text-align: left !important;
    }
    .text-md-right {
      text-align: right !important;
    }
    .text-md-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1024px) {
    .text-lg-left {
      text-align: left !important;
    }
    .text-lg-right {
      text-align: right !important;
    }
    .text-lg-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1200px) {
    .text-xl-left {
      text-align: left !important;
    }
    .text-xl-right {
      text-align: right !important;
    }
    .text-xl-center {
      text-align: center !important;
    }
  }
  .text-lowercase {
    text-transform: lowercase !important;
  }
  .text-uppercase {
    text-transform: uppercase !important;
  }
  .text-capitalize {
    text-transform: capitalize !important;
  }
  .font-weight-light {
    font-weight: 300 !important;
  }
  .font-weight-normal {
    font-weight: 400 !important;
  }
  .font-weight-bold {
    font-weight: 700 !important;
  }
  .font-italic {
    font-style: italic !important;
  }
  .text-white {
    color: #fff !important;
  }
  .text-primary {
    color: #007bff !important;
  }
  a.text-primary:hover,
  a.text-primary:focus {
    color: #0062cc !important;
  }
  .text-secondary {
    color: #6c757d !important;
  }
  a.text-secondary:hover,
  a.text-secondary:focus {
    color: #545b62 !important;
  }
  .text-success {
    color: #28a745 !important;
  }
  a.text-success:hover,
  a.text-success:focus {
    color: #1e7e34 !important;
  }
  .text-info {
    color: #17a2b8 !important;
  }
  a.text-info:hover,
  a.text-info:focus {
    color: #117a8b !important;
  }
  .text-warning {
    color: #ffc107 !important;
  }
  a.text-warning:hover,
  a.text-warning:focus {
    color: #d39e00 !important;
  }
  .text-danger {
    color: #dc3545 !important;
  }
  a.text-danger:hover,
  a.text-danger:focus {
    color: #bd2130 !important;
  }
  .text-light {
    color: #fff !important;
  }
  a.text-light:hover,
  a.text-light:focus {
    color: #e6e6e6 !important;
  }
  .text-dark {
    color: #343a40 !important;
  }
  a.text-dark:hover,
  a.text-dark:focus {
    color: #1d2124 !important;
  }
  .text-body {
    color: #fff !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;
  }
  .visible {
    visibility: visible !important;
  }
  .invisible {
    visibility: hidden !important;
  }
  @media print {
    *,
    *::before,
    *::after {
      text-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;
    }
    thead {
      display: table-header-group;
    }
    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: 1024px !important;
    }
    .container {
      min-width: 1024px !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: #dee2e6;
    }
    .table .thead-dark th {
      color: inherit;
      border-color: #dee2e6;
    }
  }
  a,
  abbr,
  acronym,
  address,
  applet,
  article,
  aside,
  audio,
  b,
  big,
  blockquote,
  body,
  canvas,
  caption,
  center,
  cite,
  code,
  dd,
  del,
  details,
  dfn,
  div,
  dl,
  dt,
  em,
  embed,
  fieldset,
  figcaption,
  figure,
  footer,
  form,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  header,
  hgroup,
  html,
  i,
  iframe,
  img,
  ins,
  kbd,
  label,
  legend,
  li,
  mark,
  menu,
  nav,
  object,
  ol,
  output,
  p,
  pre,
  q,
  ruby,
  s,
  samp,
  section,
  small,
  span,
  strike,
  strong,
  sub,
  summary,
  sup,
  table,
  tbody,
  td,
  tfoot,
  th,
  thead,
  time,
  tr,
  tt,
  u,
  ul,
  var,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:after,
  blockquote:before,
  q:after,
  q:before {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  } /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  a {
    background: transparent;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b,
  strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  button input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  html {
    box-sizing: border-box;
  }
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }
  .t-tera,
  .t-giga,
  .t-mega,
  .t-alpha,
  .t-beta,
  .t-gamma,
  .t-delta,
  .t-epsilon,
  .t-zeta {
    text-rendering: optimizeLegibility;
    line-height: 1.4em;
    margin-top: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.15em;
    color: #0c2b4e;
    font-weight: 700;
    margin: inherit;
    margin-bottom: 1rem;
  }
  .t-tera {
    font-size: 88px;
    font-size: 5.5rem;
  }
  .t-giga {
    font-size: 64px;
    font-size: 4rem;
  }
  .t-h1,
  .u-h1 {
    font-size: 36px;
    font-size: 2.25rem;
    text-transform: none;
  }
  .t-h2,
  .u-h2 {
    font-size: 27px;
    font-size: 1.6875rem;
    text-transform: none;
  }
  .t-h3,
  .u-h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    text-transform: none;
  }
  .t-h4,
  .u-h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .t-h5,
  .u-h5 {
    font-size: 16px;
    font-size: 1rem;
  }
  .t-h6,
  .u-h6 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .t-h7,
  .u-h7 {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .u-h1-res {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  @media (min-width: 480px) {
    .u-h1-res {
      font-size: 27px;
      font-size: 1.6875rem;
    }
  }
  @media (min-width: 656px) {
    .u-h1-res {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  @media (min-width: 768px) {
    .u-h1-res {
      font-size: 36px;
      font-size: 2.25rem;
    }
  }
  @media (min-width: 1024px) {
    .u-h1-res {
      font-size: 42px;
      font-size: 2.625rem;
    }
  }
  .u-h2-res {
    font-size: 24px;
    font-size: 1.5rem;
  }
  @media (min-width: 656px) {
    .u-h2-res {
      font-size: 24px;
      font-size: 1.5rem;
    }
  }
  @media (min-width: 768px) {
    .u-h2-res {
      font-size: 27px;
      font-size: 1.6875rem;
    }
  }
  @media (min-width: 1024px) {
    .u-h2-res {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  .u-h3-res {
    font-size: 18px;
    font-size: 1.125rem;
  }
  @media (min-width: 768px) {
    .u-h3-res {
      font-size: 21px;
      font-size: 1.3125rem;
    }
  }
  @media (min-width: 1024px) {
    .u-h3-res {
      font-size: 23px;
      font-size: 1.4375rem;
    }
  }
  .t-drop-cap:first-letter {
    float: left;
    margin: 0.25rem 0.25rem 0 0;
    padding: 0 1rem;
    font-size: 4em;
    font-family: inherit;
    line-height: 1;
    text-indent: 0;
    background: transparent;
    color: inherit;
  }
  p + .t-drop-cap {
    text-indent: 0;
    margin-top: 0;
  }
  @media screen and (min-width: 656px) {
    .t-mega--responsive {
      font-size: 38px;
      font-size: 2.375rem;
    }
    .t-alpha--responsive {
      font-size: 29px;
      font-size: 1.8125rem;
    }
    .t-gamma--responsive {
      font-size: 22px;
      font-size: 1.375rem;
    }
  }
  @media screen and (min-width: 768px) {
    .t-mega--responsive {
      font-size: 40px;
      font-size: 2.5rem;
    }
    .t-alpha--responsive {
      font-size: 31px;
      font-size: 1.9375rem;
    }
    .t-gamma--responsive {
      font-size: 24px;
      font-size: 1.5rem;
    }
  }
  @media screen and (min-width: 880px) {
    .t-mega--responsive {
      font-size: 42px;
      font-size: 2.625rem;
    }
    .t-alpha--responsive {
      font-size: 33px;
      font-size: 2.0625rem;
    }
    .t-gamma--responsive {
      font-size: 26px;
      font-size: 1.625rem;
    }
  }
  img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
  }
  img[width],
  img[height] {
    max-width: none;
  }
  table {
    width: 100%;
  }
  body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #262626;
    font-display: auto;
    font-family: "trade-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0c2b4e;
  }
  @font-face {
    font-display: auto;
    font-family: "value-serif-bold";
    src: url("value-serif-bold.eot");
    src: url("value-serif-bold.eot?#iefix") format("embedded-opentype"),
      url("value-serif-bold.woff2") format("woff2"),
      url("value-serif-bold.woff") format("woff"),
      url("value-serif-bold.ttf") format("truetype"),
      url("value-serif-bold.eot") format("eot"),
      url("value-serif-bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-display: swap;
    font-family: "simplon-mono-reg";
    src: url("SimplonMono-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-display: swap;
    font-family: "trade-gothic-bdcondtwnty";
    src: url("trade-gothic-bdcondtwnty.ttf") format("truetype"),
      url("TradeGothicLT-BoldCondTwenty.woff2") format("woff2"),
      url("TradeGothicLT-BoldCondTwenty.woff") format("woff");
    font-weight: 700;
    font-style: normal;
  }
  blockquote {
    font-style: italic;
  }
  code,
  pre {
    font-family: monospace, serif;
    font-size: 1rempx;
    font-size: 0.0625remrem;
    word-wrap: normal;
  }
  pre code {
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
  }
  pre {
    white-space: pre;
  }
  code {
    white-space: pre;
    font-family: monospace;
  }
  input,
  abbr,
  acronym,
  blockquote,
  code,
  kbd,
  q,
  samp,
  var {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
  input,
  button {
    -webkit-font-smoothing: antialiased;
  }
  abbr {
    -webkit-font-variant: small-caps;
    -moz-font-variant: small-caps;
    -ms-font-variant: small-caps;
    font-variant: small-caps;
    font-weight: 600;
    text-transform: lowercase;
    color: #7f7f7f;
  }
  abbr[title]:hover {
    cursor: help;
  }
  p,
  ul,
  dl {
    margin-bottom: 1rem;
    line-height: 1.4em;
  }
  li,
  dt,
  dd {
    margin-bottom: 0.5rem;
    line-height: 1.4em;
  }
  small {
    font-size: 65%;
  }
  strong,
  b {
    font-weight: 700;
  }
  em,
  i {
    font-style: italic;
  }
  sup {
    position: relative;
    top: -4px;
  }
  a {
    color: #0c2b4e;
    text-decoration: none;
    transition: all 150ms ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    a {
      transition: none;
    }
  }
  a:link {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
    color: #ed522e;
  }
  @media print {
    * {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  .lt-no-list-style {
    list-style: none;
  }
  .lt-lining dt,
  .lt-lining dd {
    display: inline;
    margin: 0;
  }
  .lt-lining dt + dt:before,
  .lt-lining dd + dt:before {
    content: "\A";
    white-space: pre;
  }
  .lt-lining dd + dd:before {
    content: ", ";
  }
  .lt-lining dd:before {
    content: ": ";
    margin-left: -0.2rem;
  }
  .lt-dictionary-style dt {
    display: inline;
    counter-reset: definitions;
  }
  .lt-dictionary-style dt + dt:before {
    content: ", ";
    margin-left: -0.2rem;
  }
  .lt-dictionary-style dd {
    display: block;
    counter-increment: definitions;
  }
  .lt-dictionary-style dd:before {
    content: counter(definitions, decimal) ". ";
  }
  .lt-pull-quote {
    position: relative;
    padding: 1rem;
  }
  .lt-pull-quote:before,
  .lt-pull-quote:after {
    opacity: 0.5;
    position: absolute;
    font-size: 4em;
    color: #dc976e;
  }
  .lt-pull-quote:before {
    content: "“";
    top: 0;
    left: 0;
  }
  .lt-pull-quote:after {
    content: "”";
    bottom: 0;
    right: 0;
  }
  .o-crop {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .o-crop__content {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
  }
  .o-crop__content--right {
    right: 0;
    left: auto;
  }
  .o-crop__content--bottom {
    top: auto;
    bottom: 0;
  }
  .o-crop__content--center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .o-crop--fill > .o-crop__content {
    min-height: 100%;
    min-width: 100%;
  }
  .o-flag {
    display: table;
    width: 100%;
    border-spacing: 0;
  }
  .o-flag__img,
  .o-flag__body {
    display: table-cell;
    vertical-align: middle;
  }
  .o-flag__img {
    width: 1px;
    padding-right: 1rem;
  }
  .o-flag__img > img {
    max-width: none;
  }
  .o-flag__body {
    width: auto;
  }
  .o-flag__body,
  .o-flag__body > :last-child {
    margin-bottom: 0;
  }
  .o-flag--flush > .o-flag__img {
    padding-right: 0;
    padding-left: 0;
  }
  .o-flag--tiny > .o-flag__img {
    padding-right: 0.25rem;
  }
  .o-flag--tiny.o-flag--reverse > .o-flag__img {
    padding-right: 0;
    padding-left: 0.25rem;
  }
  .o-flag--small > .o-flag__img {
    padding-right: 0.75rem;
  }
  .o-flag--small.o-flag--reverse > .o-flag__img {
    padding-right: 0;
    padding-left: 0.75rem;
  }
  .o-flag--large > .o-flag__img {
    padding-right: 1.25rem;
  }
  .o-flag--large.o-flag--reverse > .o-flag__img {
    padding-right: 0;
    padding-left: 1.25rem;
  }
  .o-flag--huge > .o-flag__img {
    padding-right: 1.75rem;
  }
  .o-flag--huge.o-flag--reverse > .o-flag__img {
    padding-right: 0;
    padding-left: 1.75rem;
  }
  .o-flag--reverse {
    direction: rtl;
  }
  .o-flag--reverse > .o-flag__img,
  .o-flag--reverse > .o-flag__body {
    direction: ltr;
  }
  .o-flag--reverse > .o-flag__img {
    padding-right: 0;
    padding-left: 1rem;
  }
  .o-flag--top > .o-flag__img,
  .o-flag--top > .o-flag__body {
    vertical-align: top;
  }
  .o-flag--bottom > .o-flag__img,
  .o-flag--bottom > .o-flag__body {
    vertical-align: bottom;
  }
  .o-img-list{
    display:flex;
  }
  @media (max-width: 768px){
    .o-img-list{
      flex-direction: column;
    }
  }
  .o-img-list__image {
    display: block;
    vertical-align: top;
    width: 350px;
    padding-right: 1em;
  }
  .o-img-list__text {
    display: block;
    vertical-align: top;
    width: 70%;
    color: #0c2b4e;
  }
  .o-media-list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .o-media-list__media,
  .o-media-list__content {
    display: table-cell;
    vertical-align: top;
  }
  .o-media-list__media {
    width: 20%;
    padding-right: 1em;
  }
  .o-media-list__img {
    width: 100%;
    padding-top: .5rem;
  }
  .c-beliefs__main-list li:nth-child(2) .o-media-list__img {
    padding-top: 1rem;
  }
  .o-list {
    padding-left: 0;
  }
  .o-list > li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .o-list > li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .o-list-bare {
    list-style: none;
    margin-left: 0;
    padding-left: 1rem;
  }
  .o-list-bare > li:before {
    content: none;
  }
  .o-list-bare__item {
    margin-left: 0;
  }
  .o-list-bare__item:before {
    content: none;
  }
  .o-list-disc {
    list-style: disc;
    padding-left: 1.5rem;
  }
  .o-list-disc > li {
    padding-left: 0.5rem;
  }
  .o-list-decimal {
    list-style: decimal;
    padding-left: 1.5rem;
  }
  .o-list-decimal > li {
    padding-left: 0.5rem;
  }
  .o-list-inline {
    margin-left: 0;
    list-style: none;
  }
  .o-list-inline__item {
    display: inline-block;
  }
  .o-pack {
    width: 100%;
    margin-left: 0;
    display: table;
    table-layout: fixed;
  }
  .o-pack__item {
    display: table-cell;
    vertical-align: top;
  }
  .o-pack--middle > .o-pack__item {
    vertical-align: middle;
  }
  .o-pack--bottom > .o-pack__item {
    vertical-align: bottom;
  }
  .o-pack--auto {
    table-layout: auto;
  }
  .o-pack--tiny {
    border-spacing: 0.25rem;
  }
  .o-pack--small {
    border-spacing: 0.75rem;
  }
  .o-pack--default {
    border-spacing: 1rem;
  }
  .o-pack--large {
    border-spacing: 1.25rem;
  }
  .o-pack--huge {
    border-spacing: 2rem;
  }
  .o-pack--reverse {
    direction: rtl;
  }
  .o-pack--reverse > .o-pack__item {
    direction: ltr;
  }
  .o-table-wrap {
    width: 100%;
    overflow: auto;
  }
  .o-table {
    width: 100%;
  }
  .o-table--fixed {
    table-layout: fixed;
  }
  .o-table--tiny th,
  .o-table--tiny td {
    padding: 0.25rem;
  }
  .o-table--small th,
  .o-table--small td {
    padding: 0.75rem;
  }
  .o-table--large th,
  .o-table--large td {
    padding: 1.25rem;
  }
  .o-table--huge th,
  .o-table--huge td {
    padding: 1.75rem;
  }
  @media (min-width: 480px) and (max-width: 655px) {
    .col-xxs-12 {
      width: 100%;
    }
    .col-xxs-11 {
      width: 91.66666667%;
    }
    .col-xxs-10 {
      width: 83.33333333%;
    }
    .col-xxs-9 {
      width: 75%;
    }
    .col-xxs-8 {
      width: 66.66666667%;
    }
    .col-xxs-7 {
      width: 58.33333333%;
    }
    .col-xxs-6 {
      width: 50%;
    }
    .col-xxs-5 {
      width: 41.66666667%;
    }
    .col-xxs-4 {
      width: 33.33333333%;
    }
    .col-xxs-3 {
      width: 25%;
    }
    .col-xxs-2 {
      width: 16.66666667%;
    }
    .col-xxs-1 {
      width: 8.33333333%;
    }
  }
  @media (min-width: 656px) and (max-width: 767px) {
    .col-xs-12 {
      width: 100%;
    }
    .col-xs-11 {
      width: 91.66666667%;
    }
    .col-xs-10 {
      width: 83.33333333%;
    }
    .col-xs-9 {
      width: 75%;
    }
    .col-xs-8 {
      width: 66.66666667%;
    }
    .col-xs-7 {
      width: 58.33333333%;
    }
    .col-xs-6 {
      width: 50%;
    }
    .col-xs-5 {
      width: 41.66666667%;
    }
    .col-xs-4 {
      width: 33.33333333%;
    }
    .col-xs-3 {
      width: 25%;
    }
    .col-xs-2 {
      width: 16.66666667%;
    }
    .col-xs-1 {
      width: 8.33333333%;
    }
  }
  @media (min-width: 880px) and (max-width: 1023px) {
    .col-sm-md-12,
    .col-sm-md-11,
    .col-sm-md-10,
    .col-sm-md-9,
    .col-sm-md-8,
    .col-sm-md-7,
    .col-sm-md-6,
    .col-sm-md-5,
    .col-sm-md-4,
    .col-sm-md-3,
    .col-sm-md-2,
    .col-sm-md-1 {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .col-sm-md-12 {
      width: 100%;
    }
    .col-sm-md-11 {
      width: 91.66666667%;
    }
    .col-sm-md-10 {
      width: 83.33333333%;
    }
    .col-sm-md-9 {
      width: 75%;
    }
    .col-sm-md-8 {
      width: 66.66666667%;
    }
    .col-sm-md-7 {
      width: 58.33333333%;
    }
    .col-sm-md-6 {
      width: 50%;
    }
    .col-sm-md-5 {
      width: 41.66666667%;
    }
    .col-sm-md-4 {
      width: 33.33333333%;
    }
    .col-sm-md-3 {
      width: 25%;
    }
    .col-sm-md-2 {
      width: 16.66666667%;
    }
    .col-sm-md-1 {
      width: 8.33333333%;
    }
  }
/*   .l-maxw {
    margin-left: auto;
    margin-right: auto;
  }
  .l-maxw--1250 {
    max-width: 1250px;
  }
  .l-maxw--68,
  .l-maxw--content {
    max-width: 68rem;
  }
  .l-maxw--70 {
    max-width: 70rem;
  }
  .l-maxw--62 {
    max-width: 62rem;
  }
  .l-maxw--56 {
    max-width: 56rem;
  }
  .l-maxw--52 {
    max-width: 52rem;
  }
  .l-maxw--42 {
    max-width: 42rem;
  }
  .l-maxw--38 {
    max-width: 38rem;
  }
  .l-maxw--36 {
    max-width: 36rem;
  }
  .l-maxw--34 {
    max-width: 34rem;
  }
  .l-maxw--32 {
    max-width: 32rem;
  }
  .l-maxw--28 {
    max-width: 28rem;
  }
  .l-maxw--25 {
    max-width: 25rem;
  }
  .l-maxw--24 {
    max-width: 24rem;
  }
  .l-maxw--18 {
    max-width: 18rem;
  }
  .l-maxw--13 {
    max-width: 13rem;
  }
  .l-maxw--6 {
    max-width: 6rem;
  }
  .l-maxw--5 {
    max-width: 5rem;
  }
  .l-maxw--7 {
    max-width: 7rem;
  } */
  @media (min-width: 768px) {
    .l-maxw--7--sm {
      max-width: 7rem;
    }
  }
  .l-maxw--text {
    max-width: 32rem;
  }
  @media (min-width: 768px) {
    .l-maxw--none--sm {
      max-width: none;
    }
  }
  @media (min-width: 1024px) {
    .l-maxw--none--md {
      max-width: none;
    }
  }
  .l-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  @media (min-width: 1024px) {
    .container-fluid--md-margin {
      padding-left: 15%;
      padding-right: 15%;
    }
  }
  @media (min-width: 768px) {
    .l-flex-direction--sm-row-reverse {
      flex-direction: row-reverse;
    }
  }
  .l-float-lf {
    float: left;
  }
  @media screen and (min-width: 480px) {
    .l-float-lf--xxs {
      float: left;
    }
  }
  @media screen and (min-width: 656px) {
    .l-float-lf--xs {
      float: left;
    }
  }
  @media screen and (min-width: 768px) {
    .l-float-lf--sm {
      float: left;
    }
  }
  @media screen and (min-width: 880px) {
    .l-float-lf--sm-md {
      float: left;
    }
  }
  @media screen and (min-width: 1024px) {
    .l-float-lf--md {
      float: left;
    }
  }
  @media screen and (min-width: 1200px) {
    .l-float-lf--lg {
      float: left;
    }
  }
  @media screen and (min-width: 1280px) {
    .l-float-lf--xlg {
      float: left;
    }
  }
  .l-float-rt {
    float: right;
  }
  @media screen and (min-width: 480px) {
    .l-float-rt--xxs {
      float: right;
    }
  }
  @media screen and (min-width: 656px) {
    .l-float-rt--xs {
      float: right;
    }
  }
  @media screen and (min-width: 768px) {
    .l-float-rt--sm {
      float: right;
    }
  }
  @media screen and (min-width: 880px) {
    .l-float-rt--sm-md {
      float: right;
    }
  }
  @media screen and (min-width: 1024px) {
    .l-float-rt--md {
      float: right;
    }
  }
  @media screen and (min-width: 1200px) {
    .l-float-rt--lg {
      float: right;
    }
  }
  @media screen and (min-width: 1280px) {
    .l-float-rt--xlg {
      float: right;
    }
  }
  @media screen and (min-width: 880px) {
    .l-z--sm-md-1 {
      position: relative;
      z-index: 1;
    }
  }
  .l-row:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  .l-table {
    display: table;
  }
  @media (min-width: 375px) {
    .l-table--ipm {
      display: table;
    }
  }
  @media (min-width: 414px) {
    .l-table--ipl {
      display: table;
    }
  }
  @media (min-width: 480px) {
    .l-table--xxs {
      display: table;
    }
  }
  @media (min-width: 656px) {
    .l-table--xs {
      display: table;
    }
  }
  @media (min-width: 768px) {
    .l-table--sm {
      display: table;
    }
  }
  @media (min-width: 880px) {
    .l-table--sm-md {
      display: table;
    }
  }
  @media (min-width: 1024px) {
    .l-table--md {
      display: table;
    }
  }
  @media (min-width: 1200px) {
    .l-table--lg {
      display: table;
    }
  }
  @media (min-width: 1280px) {
    .l-table--xlg {
      display: table;
    }
  }
  .l-col--05 {
    width: 5%;
  }
  .l-col--10 {
    width: 10%;
  }
  .l-col--15 {
    width: 15%;
  }
  .l-col--20 {
    width: 20%;
  }
  .l-col--25 {
    width: 25%;
  }
  .l-col--30 {
    width: 30%;
  }
  .l-col--33 {
    width: 33.333333%;
  }
  .l-col--35 {
    width: 35%;
  }
  .l-col--40 {
    width: 40%;
  }
  .l-col--45 {
    width: 45%;
  }
  .l-col--50 {
    width: 50%;
  }
  .l-col--55 {
    width: 55%;
  }
  .l-col--60 {
    width: 60%;
  }
  .l-col--65 {
    width: 65%;
  }
  .l-col--70 {
    width: 70%;
  }
  .l-col--75 {
    width: 75%;
  }
  .l-col--80 {
    width: 80%;
  }
  .l-col--85 {
    width: 85%;
  }
  .l-col--90 {
    width: 90%;
  }
  .l-col--95 {
    width: 95%;
  }
  .l-col--100 {
    width: 100%;
  }
  .l-col--1-3 {
    width: 33.333333%;
  }
  .l-col--2-3 {
    width: 66.666666%;
  }
  @media screen and (min-width: 375px) {
    .l-float-lf--ipm {
      float: left;
    }
    .l-float-rt--ipm {
      float: right;
    }
    .l-col--ipm-auto {
      width: auto;
    }
    .l-col--ipm-05 {
      width: 5%;
    }
    .l-col--ipm-10 {
      width: 10%;
    }
    .l-col--ipm-15 {
      width: 15%;
    }
    .l-col--ipm-20 {
      width: 20%;
    }
    .l-col--ipm-25 {
      width: 25%;
    }
    .l-col--ipm-30 {
      width: 30%;
    }
    .l-col--ipm-33 {
      width: 33.333333%;
    }
    .l-col--ipm-35 {
      width: 35%;
    }
    .l-col--ipm-40 {
      width: 40%;
    }
    .l-col--ipm-45 {
      width: 45%;
    }
    .l-col--ipm-50 {
      width: 50%;
    }
    .l-col--ipm-55 {
      width: 55%;
    }
    .l-col--ipm-60 {
      width: 60%;
    }
    .l-col--ipm-65 {
      width: 65%;
    }
    .l-col--ipm-70 {
      width: 70%;
    }
    .l-col--ipm-75 {
      width: 75%;
    }
    .l-col--ipm-80 {
      width: 80%;
    }
    .l-col--ipm-85 {
      width: 85%;
    }
    .l-col--ipm-90 {
      width: 90%;
    }
    .l-col--ipm-95 {
      width: 95%;
    }
    .l-col--ipm-100 {
      width: 100%;
    }
  }
  @media screen and (min-width: 414px) {
    .l-float-lf--ipl {
      float: left;
    }
    .l-float-rt--ipl {
      float: right;
    }
    .l-col--ipl-auto {
      width: auto;
    }
    .l-col--ipl-05 {
      width: 5%;
    }
    .l-col--ipl-10 {
      width: 10%;
    }
    .l-col--ipl-15 {
      width: 15%;
    }
    .l-col--ipl-20 {
      width: 20%;
    }
    .l-col--ipl-25 {
      width: 25%;
    }
    .l-col--ipl-30 {
      width: 30%;
    }
    .l-col--ipl-33 {
      width: 33.333333%;
    }
    .l-col--ipl-35 {
      width: 35%;
    }
    .l-col--ipl-40 {
      width: 40%;
    }
    .l-col--ipl-45 {
      width: 45%;
    }
    .l-col--ipl-50 {
      width: 50%;
    }
    .l-col--ipl-55 {
      width: 55%;
    }
    .l-col--ipl-60 {
      width: 60%;
    }
    .l-col--ipl-65 {
      width: 65%;
    }
    .l-col--ipl-70 {
      width: 70%;
    }
    .l-col--ipl-75 {
      width: 75%;
    }
    .l-col--ipl-80 {
      width: 80%;
    }
    .l-col--ipl-85 {
      width: 85%;
    }
    .l-col--ipl-90 {
      width: 90%;
    }
    .l-col--ipl-95 {
      width: 95%;
    }
    .l-col--ipl-100 {
      width: 100%;
    }
  }
  @media screen and (min-width: 480px) {
    .l-float-lf--xxs {
      float: left;
    }
    .l-float-rt--xxs {
      float: right;
    }
    .l-col--xxs-auto {
      width: auto;
    }
    .l-col--xxs-05 {
      width: 5%;
    }
    .l-col--xxs-10 {
      width: 10%;
    }
    .l-col--xxs-15 {
      width: 15%;
    }
    .l-col--xxs-20 {
      width: 20%;
    }
    .l-col--xxs-25 {
      width: 25%;
    }
    .l-col--xxs-30 {
      width: 30%;
    }
    .l-col--xxs-33 {
      width: 33.333333%;
    }
    .l-col--xxs-35 {
      width: 35%;
    }
    .l-col--xxs-40 {
      width: 40%;
    }
    .l-col--xxs-45 {
      width: 45%;
    }
    .l-col--xxs-50 {
      width: 50%;
    }
    .l-col--xxs-55 {
      width: 55%;
    }
    .l-col--xxs-60 {
      width: 60%;
    }
    .l-col--xxs-65 {
      width: 65%;
    }
    .l-col--xxs-70 {
      width: 70%;
    }
    .l-col--xxs-75 {
      width: 75%;
    }
    .l-col--xxs-80 {
      width: 80%;
    }
    .l-col--xxs-85 {
      width: 85%;
    }
    .l-col--xxs-90 {
      width: 90%;
    }
    .l-col--xxs-95 {
      width: 95%;
    }
    .l-col--xxs-100 {
      width: 100%;
    }
    .l-col--xxs-1-3 {
      width: 33.333333%;
    }
    .l-col--xxs-2-3 {
      width: 66.666666%;
    }
  }
  @media screen and (min-width: 656px) {
    .l-float-lf--xs {
      float: left;
    }
    .l-float-rt--xs {
      float: right;
    }
    .l-col--xs-auto {
      width: auto;
    }
    .l-col--xs-05 {
      width: 5%;
    }
    .l-col--xs-10 {
      width: 10%;
    }
    .l-col--xs-15 {
      width: 15%;
    }
    .l-col--xs-20 {
      width: 20%;
    }
    .l-col--xs-25 {
      width: 25%;
    }
    .l-col--xs-30 {
      width: 30%;
    }
    .l-col--xs-33 {
      width: 33.333333%;
    }
    .l-col--xs-35 {
      width: 35%;
    }
    .l-col--xs-40 {
      width: 40%;
    }
    .l-col--xs-45 {
      width: 45%;
    }
    .l-col--xs-50 {
      width: 50%;
    }
    .l-col--xs-55 {
      width: 55%;
    }
    .l-col--xs-60 {
      width: 60%;
    }
    .l-col--xs-65 {
      width: 65%;
    }
    .l-col--xs-70 {
      width: 70%;
    }
    .l-col--xs-75 {
      width: 75%;
    }
    .l-col--xs-80 {
      width: 80%;
    }
    .l-col--xs-85 {
      width: 85%;
    }
    .l-col--xs-90 {
      width: 90%;
    }
    .l-col--xs-95 {
      width: 95%;
    }
    .l-col--xs-100 {
      width: 100%;
    }
    .l-col--xs-1-3 {
      width: 33.333333%;
    }
    .l-col--xs-2-3 {
      width: 66.666666%;
    }
  }
  @media screen and (min-width: 768px) {
    .l-float-lf--sm {
      float: left;
    }
    .l-float-rt--sm {
      float: right;
    }
    .l-col--sm-auto {
      width: auto;
    }
    .l-col--sm-05 {
      width: 5%;
    }
    .l-col--sm-10 {
      width: 10%;
    }
    .l-col--sm-15 {
      width: 15%;
    }
    .l-col--sm-20 {
      width: 20%;
    }
    .l-col--sm-25 {
      width: 25%;
    }
    .l-col--sm-30 {
      width: 30%;
    }
    .l-col--sm-33 {
      width: 33.333333%;
    }
    .l-col--sm-35 {
      width: 35%;
    }
    .l-col--sm-40 {
      width: 40%;
    }
    .l-col--sm-45 {
      width: 45%;
    }
    .l-col--sm-50 {
      width: 50%;
    }
    .l-col--sm-55 {
      width: 55%;
    }
    .l-col--sm-60 {
      width: 60%;
    }
    .l-col--sm-65 {
      width: 65%;
    }
    .l-col--sm-70 {
      width: 70%;
    }
    .l-col--sm-75 {
      width: 75%;
    }
    .l-col--sm-80 {
      width: 80%;
    }
    .l-col--sm-85 {
      width: 85%;
    }
    .l-col--sm-90 {
      width: 90%;
    }
    .l-col--sm-95 {
      width: 95%;
    }
    .l-col--sm-100 {
      width: 100%;
    }
    .l-col--sm-1-3 {
      width: 33.333333%;
    }
    .l-col--sm-2-3 {
      width: 66.666666%;
    }
  }
  @media screen and (min-width: 880px) {
    .l-float-lf--sm-md {
      float: left;
    }
    .l-float-rt--sm-md {
      float: right;
    }
    .l-col--sm-md-auto {
      width: auto;
    }
    .l-col--sm-md-05 {
      width: 5%;
    }
    .l-col--sm-md-10 {
      width: 10%;
    }
    .l-col--sm-md-15 {
      width: 15%;
    }
    .l-col--sm-md-20 {
      width: 20%;
    }
    .l-col--sm-md-25 {
      width: 25%;
    }
    .l-col--sm-md-30 {
      width: 30%;
    }
    .l-col--sm-md-33 {
      width: 33.333333%;
    }
    .l-col--sm-md-35 {
      width: 35%;
    }
    .l-col--sm-md-40 {
      width: 40%;
    }
    .l-col--sm-md-45 {
      width: 45%;
    }
    .l-col--sm-md-50 {
      width: 50%;
    }
    .l-col--sm-md-55 {
      width: 55%;
    }
    .l-col--sm-md-60 {
      width: 60%;
    }
    .l-col--sm-md-65 {
      width: 65%;
    }
    .l-col--sm-md-70 {
      width: 70%;
    }
    .l-col--sm-md-75 {
      width: 75%;
    }
    .l-col--sm-md-80 {
      width: 80%;
    }
    .l-col--sm-md-85 {
      width: 85%;
    }
    .l-col--sm-md-90 {
      width: 90%;
    }
    .l-col--sm-md-95 {
      width: 95%;
    }
    .l-col--sm-md-100 {
      width: 100%;
    }
    .l-col--sm-md-1-3 {
      width: 33.333333%;
    }
    .l-col--sm-md-2-3 {
      width: 66.666666%;
    }
  }
  @media screen and (min-width: 1024px) {
    .l-float-lf--md {
      float: left;
    }
    .l-float-rt--md {
      float: right;
    }
    .l-col--md-auto {
      width: auto;
    }
    .l-col--md-05 {
      width: 5%;
    }
    .l-col--md-10 {
      width: 10%;
    }
    .l-col--md-15 {
      width: 15%;
    }
    .l-col--md-20 {
      width: 20%;
    }
    .l-col--md-25 {
      width: 25%;
    }
    .l-col--md-30 {
      width: 30%;
    }
    .l-col--md-33 {
      width: 33.333333%;
    }
    .l-col--md-35 {
      width: 35%;
    }
    .l-col--md-40 {
      width: 40%;
    }
    .l-col--md-45 {
      width: 45%;
    }
    .l-col--md-50 {
      width: 50%;
    }
    .l-col--md-55 {
      width: 55%;
    }
    .l-col--md-60 {
      width: 60%;
    }
    .l-col--md-65 {
      width: 65%;
    }
    .l-col--md-70 {
      width: 70%;
    }
    .l-col--md-75 {
      width: 75%;
    }
    .l-col--md-80 {
      width: 80%;
    }
    .l-col--md-85 {
      width: 85%;
    }
    .l-col--md-90 {
      width: 90%;
    }
    .l-col--md-95 {
      width: 95%;
    }
    .l-col--md-100 {
      width: 100%;
    }
    .l-col--md-1-3 {
      width: 33.333333%;
    }
    .l-col--md-2-3 {
      width: 66.666666%;
    }
  }
  @media screen and (min-width: 1200px) {
    .l-float-lf--lg {
      float: left;
    }
    .l-float-rt--lg {
      float: right;
    }
    .l-col--lg-auto {
      width: auto;
    }
    .l-col--lg-05 {
      width: 5%;
    }
    .l-col--lg-10 {
      width: 10%;
    }
    .l-col--lg-15 {
      width: 15%;
    }
    .l-col--lg-20 {
      width: 20%;
    }
    .l-col--lg-25 {
      width: 25%;
    }
    .l-col--lg-30 {
      width: 30%;
    }
    .l-col--lg-33 {
      width: 33.333333%;
    }
    .l-col--lg-35 {
      width: 35%;
    }
    .l-col--lg-40 {
      width: 40%;
    }
    .l-col--lg-45 {
      width: 45%;
    }
    .l-col--lg-50 {
      width: 50%;
    }
    .l-col--lg-55 {
      width: 55%;
    }
    .l-col--lg-60 {
      width: 60%;
    }
    .l-col--lg-65 {
      width: 65%;
    }
    .l-col--lg-70 {
      width: 70%;
    }
    .l-col--lg-75 {
      width: 75%;
    }
    .l-col--lg-80 {
      width: 80%;
    }
    .l-col--lg-85 {
      width: 85%;
    }
    .l-col--lg-90 {
      width: 90%;
    }
    .l-col--lg-95 {
      width: 95%;
    }
    .l-col--lg-100 {
      width: 100%;
    }
    .l-col--lg-1-3 {
      width: 33.333333%;
    }
    .l-col--lg-2-3 {
      width: 66.666666%;
    }
  }
  @media screen and (min-width: 1280px) {
    .l-float-lf--xlg {
      float: left;
    }
    .l-float-rt--xlg {
      float: right;
    }
    .l-col--xlg-auto {
      width: auto;
    }
    .l-col--xlg-05 {
      width: 5%;
    }
    .l-col--xlg-10 {
      width: 10%;
    }
    .l-col--xlg-15 {
      width: 15%;
    }
    .l-col--xlg-20 {
      width: 20%;
    }
    .l-col--xlg-25 {
      width: 25%;
    }
    .l-col--xlg-30 {
      width: 30%;
    }
    .l-col--xlg-33 {
      width: 33.333333%;
    }
    .l-col--xlg-35 {
      width: 35%;
    }
    .l-col--xlg-40 {
      width: 40%;
    }
    .l-col--xlg-45 {
      width: 45%;
    }
    .l-col--xlg-50 {
      width: 50%;
    }
    .l-col--xlg-55 {
      width: 55%;
    }
    .l-col--xlg-60 {
      width: 60%;
    }
    .l-col--xlg-65 {
      width: 65%;
    }
    .l-col--xlg-70 {
      width: 70%;
    }
    .l-col--xlg-75 {
      width: 75%;
    }
    .l-col--xlg-80 {
      width: 80%;
    }
    .l-col--xlg-85 {
      width: 85%;
    }
    .l-col--xlg-90 {
      width: 90%;
    }
    .l-col--xlg-95 {
      width: 95%;
    }
    .l-col--xlg-100 {
      width: 100%;
    }
    .l-col--xlg-1-3 {
      width: 33.333333%;
    }
    .l-col--xlg-2-3 {
      width: 66.666666%;
    }
  }
  .l-py--base {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .l-py--0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-py--025 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .l-py--05 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .l-py--075 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .l-py--1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .l-py--15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .l-py--2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .l-py--25 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .l-py--3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .l-py--35 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .l-py--4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .l-py--45 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .l-py--5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .l-pt--0 {
    padding-top: 0;
  }
  .l-pt--025 {
    padding-top: 0.25rem;
  }
  .l-pt--05 {
    padding-top: 0.5rem;
  }
  .l-pt--075 {
    padding-top: 0.75rem;
  }
  .l-pt--1 {
    padding-top: 1rem;
  }
  .l-pt--15 {
    padding-top: 1.5rem;
  }
  .l-pt--2 {
    padding-top: 2rem;
  }
  .l-pt--25 {
    padding-top: 2.5rem;
  }
  .l-pt--3 {
    padding-top: 3rem;
  }
  .l-pt--35 {
    padding-top: 3.5rem;
  }
  .l-pt--4 {
    padding-top: 4rem;
  }
  .l-pt--45 {
    padding-top: 4.5rem;
  }
  .l-pt--5 {
    padding-top: 5rem;
  }
  .l-pb--0 {
    padding-bottom: 0;
  }
  .l-pb--025 {
    padding-bottom: 0.25rem;
  }
  .l-pb--05 {
    padding-bottom: 0.5rem;
  }
  .l-pb--075 {
    padding-bottom: 0.75rem;
  }
  .l-pb--1 {
    padding-bottom: 1rem;
  }
  .l-pb--15 {
    padding-bottom: 1.5rem;
  }
  .l-pb--2 {
    padding-bottom: 2rem;
  }
  .l-pb--25 {
    padding-bottom: 2.5rem;
  }
  .l-pb--3 {
    padding-bottom: 3rem;
  }
  .l-pb--35 {
    padding-bottom: 3.5rem;
  }
  .l-pb--4 {
    padding-bottom: 4rem;
  }
  .l-pb--45 {
    padding-bottom: 4.5rem;
  }
  .l-pb--5 {
    padding-bottom: 5rem;
  }
  .l-px--base {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-px--0 {
    padding-left: 0;
    padding-right: 0;
  }
  .l-px--025 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .l-px--05 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .l-px--075 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .l-px--1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .l-px--15 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .l-px--2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .l-px--25 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .l-px--3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .l-px--35 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .l-px--4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .l-px--45 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .l-px--5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .l-pl--base {
    padding-left: 15px;
  }
  .l-pl--0 {
    padding-left: 0;
  }
  .l-pl--025 {
    padding-left: 0.25rem;
  }
  .l-pl--05 {
    padding-left: 0.5rem;
  }
  .l-pl--075 {
    padding-left: 0.75rem;
  }
  .l-pl--1 {
    padding-left: 1rem;
  }
  .l-pl--15 {
    padding-left: 1.5rem;
  }
  .l-pl--2 {
    padding-left: 2rem;
  }
  .l-pl--25 {
    padding-left: 2.5rem;
  }
  .l-pl--3 {
    padding-left: 3rem;
  }
  .l-pl--35 {
    padding-left: 3.5rem;
  }
  .l-pl--4 {
    padding-left: 4rem;
  }
  .l-pl--45 {
    padding-left: 4.5rem;
  }
  .l-pl--5 {
    padding-left: 5rem;
  }
  .l-pr--base {
    padding-right: 15px;
  }
  .l-pr--0 {
    padding-right: 0;
  }
  .l-pr--025 {
    padding-right: 0.25rem;
  }
  .l-pr--05 {
    padding-right: 0.5rem;
  }
  .l-pr--075 {
    padding-right: 0.75rem;
  }
  .l-pr--1 {
    padding-right: 1rem;
  }
  .l-pr--15 {
    padding-right: 1.5rem;
  }
  .l-pr--2 {
    padding-right: 2rem;
  }
  .l-pr--25 {
    padding-right: 2.5rem;
  }
  .l-pr--3 {
    padding-right: 3rem;
  }
  .l-pr--35 {
    padding-right: 3.5rem;
  }
  .l-pr--4 {
    padding-right: 4rem;
  }
  .l-pr--45 {
    padding-right: 4.5rem;
  }
  .l-pr--5 {
    padding-right: 5rem;
  }
  @media screen and (min-width: 480px) {
    .l-py--xxs-base {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .l-py--xxs-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
    .l-py--xxs-025 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .l-py--xxs-05 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .l-py--xxs-075 {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    .l-py--xxs-1 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .l-py--xxs-15 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .l-py--xxs-2 {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .l-py--xxs-25 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .l-py--xxs-3 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .l-py--xxs-35 {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
    }
    .l-py--xxs-4 {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    .l-py--xxs-45 {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
    }
    .l-py--xxs-5 {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
    .l-pt--xxs-0 {
      padding-top: 0;
    }
    .l-pt--xxs-025 {
      padding-top: 0.25rem;
    }
    .l-pt--xxs-05 {
      padding-top: 0.5rem;
    }
    .l-pt--xxs-075 {
      padding-top: 0.75rem;
    }
    .l-pt--xxs-1 {
      padding-top: 1rem;
    }
    .l-pt--xxs-15 {
      padding-top: 1.5rem;
    }
    .l-pt--xxs-2 {
      padding-top: 2rem;
    }
    .l-pt--xxs-25 {
      padding-top: 2.5rem;
    }
    .l-pt--xxs-3 {
      padding-top: 3rem;
    }
    .l-pt--xxs-35 {
      padding-top: 3.5rem;
    }
    .l-pt--xxs-4 {
      padding-top: 4rem;
    }
    .l-pt--xxs-45 {
      padding-top: 4.5rem;
    }
    .l-pt--xxs-5 {
      padding-top: 5rem;
    }
    .l-pb--xxs-0 {
      padding-bottom: 0;
    }
    .l-pb--xxs-025 {
      padding-bottom: 0.25rem;
    }
    .l-pb--xxs-05 {
      padding-bottom: 0.5rem;
    }
    .l-pb--xxs-075 {
      padding-bottom: 0.75rem;
    }
    .l-pb--xxs-1 {
      padding-bottom: 1rem;
    }
    .l-pb--xxs-15 {
      padding-bottom: 1.5rem;
    }
    .l-pb--xxs-2 {
      padding-bottom: 2rem;
    }
    .l-pb--xxs-25 {
      padding-bottom: 2.5rem;
    }
    .l-pb--xxs-3 {
      padding-bottom: 3rem;
    }
    .l-pb--xxs-35 {
      padding-bottom: 3.5rem;
    }
    .l-pb--xxs-4 {
      padding-bottom: 4rem;
    }
    .l-pb--xxs-45 {
      padding-bottom: 4.5rem;
    }
    .l-pb--xxs-5 {
      padding-bottom: 5rem;
    }
    .l-px--xxs-base {
      padding-left: 15px;
      padding-right: 15px;
    }
    .l-px--xxs-0 {
      padding-left: 0;
      padding-right: 0;
    }
    .l-px--xxs-025 {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
    .l-px--xxs-05 {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .l-px--xxs-075 {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .l-px--xxs-1 {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .l-px--xxs-15 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .l-px--xxs-2 {
      padding-left: 2rem;
      padding-right: 2rem;
    }
    .l-px--xxs-25 {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
    .l-px--xxs-3 {
      padding-left: 3rem;
      padding-right: 3rem;
    }
    .l-px--xxs-35 {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
    .l-px--xxs-4 {
      padding-left: 4rem;
      padding-right: 4rem;
    }
    .l-px--xxs-45 {
      padding-left: 4.5rem;
      padding-right: 4.5rem;
    }
    .l-px--xxs-5 {
      padding-left: 5rem;
      padding-right: 5rem;
    }
    .l-pl--xxs-base {
      padding-left: 15px;
    }
    .l-pl--xxs-0 {
      padding-left: 0;
    }
    .l-pl--xxs-025 {
      padding-left: 0.25rem;
    }
    .l-pl--xxs-05 {
      padding-left: 0.5rem;
    }
    .l-pl--xxs-075 {
      padding-left: 0.75rem;
    }
    .l-pl--xxs-1 {
      padding-left: 1rem;
    }
    .l-pl--xxs-15 {
      padding-left: 1.5rem;
    }
    .l-pl--xxs-2 {
      padding-left: 2rem;
    }
    .l-pl--xxs-25 {
      padding-left: 2.5rem;
    }
    .l-pl--xxs-3 {
      padding-left: 3rem;
    }
    .l-pl--xxs-35 {
      padding-left: 3.5rem;
    }
    .l-pl--xxs-4 {
      padding-left: 4rem;
    }
    .l-pl--xxs-45 {
      padding-left: 4.5rem;
    }
    .l-pl--xxs-5 {
      padding-left: 5rem;
    }
    .l-pr--xxs-base {
      padding-right: 15px;
    }
    .l-pr--xxs-0 {
      padding-right: 0;
    }
    .l-pr--xxs-025 {
      padding-right: 0.25rem;
    }
    .l-pr--xxs-05 {
      padding-right: 0.5rem;
    }
    .l-pr--xxs-075 {
      padding-right: 0.75rem;
    }
    .l-pr--xxs-1 {
      padding-right: 1rem;
    }
    .l-pr--xxs-15 {
      padding-right: 1.5rem;
    }
    .l-pr--xxs-2 {
      padding-right: 2rem;
    }
    .l-pr--xxs-25 {
      padding-right: 2.5rem;
    }
    .l-pr--xxs-3 {
      padding-right: 3rem;
    }
    .l-pr--xxs-35 {
      padding-right: 3.5rem;
    }
    .l-pr--xxs-4 {
      padding-right: 4rem;
    }
    .l-pr--xxs-45 {
      padding-right: 4.5rem;
    }
    .l-pr--xxs-5 {
      padding-right: 5rem;
    }
  }
  @media screen and (min-width: 656px) {
    .l-py--xs-base {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .l-py--xs-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
    .l-py--xs-025 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .l-py--xs-05 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .l-py--xs-075 {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    .l-py--xs-1 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .l-py--xs-15 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .l-py--xs-2 {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .l-py--xs-25 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .l-py--xs-3 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .l-py--xs-35 {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
    }
    .l-py--xs-4 {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    .l-py--xs-45 {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
    }
    .l-py--xs-5 {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
    .l-pt--xs-0 {
      padding-top: 0;
    }
    .l-pt--xs-025 {
      padding-top: 0.25rem;
    }
    .l-pt--xs-05 {
      padding-top: 0.5rem;
    }
    .l-pt--xs-075 {
      padding-top: 0.75rem;
    }
    .l-pt--xs-1 {
      padding-top: 1rem;
    }
    .l-pt--xs-15 {
      padding-top: 1.5rem;
    }
    .l-pt--xs-2 {
      padding-top: 2rem;
    }
    .l-pt--xs-25 {
      padding-top: 2.5rem;
    }
    .l-pt--xs-3 {
      padding-top: 3rem;
    }
    .l-pt--xs-35 {
      padding-top: 3.5rem;
    }
    .l-pt--xs-4 {
      padding-top: 4rem;
    }
    .l-pt--xs-45 {
      padding-top: 4.5rem;
    }
    .l-pt--xs-5 {
      padding-top: 5rem;
    }
    .l-pb--xs-0 {
      padding-bottom: 0;
    }
    .l-pb--xs-025 {
      padding-bottom: 0.25rem;
    }
    .l-pb--xs-05 {
      padding-bottom: 0.5rem;
    }
    .l-pb--xs-075 {
      padding-bottom: 0.75rem;
    }
    .l-pb--xs-1 {
      padding-bottom: 1rem;
    }
    .l-pb--xs-15 {
      padding-bottom: 1.5rem;
    }
    .l-pb--xs-2 {
      padding-bottom: 2rem;
    }
    .l-pb--xs-25 {
      padding-bottom: 2.5rem;
    }
    .l-pb--xs-3 {
      padding-bottom: 3rem;
    }
    .l-pb--xs-35 {
      padding-bottom: 3.5rem;
    }
    .l-pb--xs-4 {
      padding-bottom: 4rem;
    }
    .l-pb--xs-45 {
      padding-bottom: 4.5rem;
    }
    .l-pb--xs-5 {
      padding-bottom: 5rem;
    }
    .l-px--xs-base {
      padding-left: 15px;
      padding-right: 15px;
    }
    .l-px--xs-0 {
      padding-left: 0;
      padding-right: 0;
    }
    .l-px--xs-025 {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
    .l-px--xs-05 {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .l-px--xs-075 {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .l-px--xs-1 {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .l-px--xs-15 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .l-px--xs-2 {
      padding-left: 2rem;
      padding-right: 2rem;
    }
    .l-px--xs-25 {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
    .l-px--xs-3 {
      padding-left: 3rem;
      padding-right: 3rem;
    }
    .l-px--xs-35 {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
    .l-px--xs-4 {
      padding-left: 4rem;
      padding-right: 4rem;
    }
    .l-px--xs-45 {
      padding-left: 4.5rem;
      padding-right: 4.5rem;
    }
    .l-px--xs-5 {
      padding-left: 5rem;
      padding-right: 5rem;
    }
    .l-pl--xs-base {
      padding-left: 15px;
    }
    .l-pl--xs-0 {
      padding-left: 0;
    }
    .l-pl--xs-025 {
      padding-left: 0.25rem;
    }
    .l-pl--xs-05 {
      padding-left: 0.5rem;
    }
    .l-pl--xs-075 {
      padding-left: 0.75rem;
    }
    .l-pl--xs-1 {
      padding-left: 1rem;
    }
    .l-pl--xs-15 {
      padding-left: 1.5rem;
    }
    .l-pl--xs-2 {
      padding-left: 2rem;
    }
    .l-pl--xs-25 {
      padding-left: 2.5rem;
    }
    .l-pl--xs-3 {
      padding-left: 3rem;
    }
    .l-pl--xs-35 {
      padding-left: 3.5rem;
    }
    .l-pl--xs-4 {
      padding-left: 4rem;
    }
    .l-pl--xs-45 {
      padding-left: 4.5rem;
    }
    .l-pl--xs-5 {
      padding-left: 5rem;
    }
    .l-pr--xs-base {
      padding-right: 15px;
    }
    .l-pr--xs-0 {
      padding-right: 0;
    }
    .l-pr--xs-025 {
      padding-right: 0.25rem;
    }
    .l-pr--xs-05 {
      padding-right: 0.5rem;
    }
    .l-pr--xs-075 {
      padding-right: 0.75rem;
    }
    .l-pr--xs-1 {
      padding-right: 1rem;
    }
    .l-pr--xs-15 {
      padding-right: 1.5rem;
    }
    .l-pr--xs-2 {
      padding-right: 2rem;
    }
    .l-pr--xs-25 {
      padding-right: 2.5rem;
    }
    .l-pr--xs-3 {
      padding-right: 3rem;
    }
    .l-pr--xs-35 {
      padding-right: 3.5rem;
    }
    .l-pr--xs-4 {
      padding-right: 4rem;
    }
    .l-pr--xs-45 {
      padding-right: 4.5rem;
    }
    .l-pr--xs-5 {
      padding-right: 5rem;
    }
  }
  @media screen and (min-width: 768px) {
    .l-py--sm-base {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .l-py--sm-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
    .l-py--sm-025 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .l-py--sm-05 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .l-py--sm-075 {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    .l-py--sm-1 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .l-py--sm-15 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .l-py--sm-2 {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .l-py--sm-25 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .l-py--sm-3 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .l-py--sm-35 {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
    }
    .l-py--sm-4 {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    .l-py--sm-45 {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
    }
    .l-py--sm-5 {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
    .l-pt--sm-0 {
      padding-top: 0;
    }
    .l-pt--sm-025 {
      padding-top: 0.25rem;
    }
    .l-pt--sm-05 {
      padding-top: 0.5rem;
    }
    .l-pt--sm-075 {
      padding-top: 0.75rem;
    }
    .l-pt--sm-1 {
      padding-top: 1rem;
    }
    .l-pt--sm-15 {
      padding-top: 1.5rem;
    }
    .l-pt--sm-2 {
      padding-top: 2rem;
    }
    .l-pt--sm-25 {
      padding-top: 2.5rem;
    }
    .l-pt--sm-3 {
      padding-top: 3rem;
    }
    .l-pt--sm-35 {
      padding-top: 3.5rem;
    }
    .l-pt--sm-4 {
      padding-top: 4rem;
    }
    .l-pt--sm-45 {
      padding-top: 4.5rem;
    }
    .l-pt--sm-5 {
      padding-top: 5rem;
    }
    .l-pb--sm-0 {
      padding-bottom: 0;
    }
    .l-pb--sm-025 {
      padding-bottom: 0.25rem;
    }
    .l-pb--sm-05 {
      padding-bottom: 0.5rem;
    }
    .l-pb--sm-075 {
      padding-bottom: 0.75rem;
    }
    .l-pb--sm-1 {
      padding-bottom: 1rem;
    }
    .l-pb--sm-15 {
      padding-bottom: 1.5rem;
    }
    .l-pb--sm-2 {
      padding-bottom: 2rem;
    }
    .l-pb--sm-25 {
      padding-bottom: 2.5rem;
    }
    .l-pb--sm-3 {
      padding-bottom: 3rem;
    }
    .l-pb--sm-35 {
      padding-bottom: 3.5rem;
    }
    .l-pb--sm-4 {
      padding-bottom: 4rem;
    }
    .l-pb--sm-45 {
      padding-bottom: 4.5rem;
    }
    .l-pb--sm-5 {
      padding-bottom: 5rem;
    }
    .l-px--sm-base {
      padding-left: 15px;
      padding-right: 15px;
    }
    .l-px--sm-0 {
      padding-left: 0;
      padding-right: 0;
    }
    .l-px--sm-025 {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
    .l-px--sm-05 {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .l-px--sm-075 {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .l-px--sm-1 {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .l-px--sm-15 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .l-px--sm-2 {
      padding-left: 2rem;
      padding-right: 2rem;
    }
    .l-px--sm-25 {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
    .l-px--sm-3 {
      padding-left: 3rem;
      padding-right: 3rem;
    }
    .l-px--sm-35 {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
    .l-px--sm-4 {
      padding-left: 4rem;
      padding-right: 4rem;
    }
    .l-px--sm-45 {
      padding-left: 4.5rem;
      padding-right: 4.5rem;
    }
    .l-px--sm-5 {
      padding-left: 5rem;
      padding-right: 5rem;
    }
    .l-pl--sm-base {
      padding-left: 15px;
    }
    .l-pl--sm-0 {
      padding-left: 0;
    }
    .l-pl--sm-025 {
      padding-left: 0.25rem;
    }
    .l-pl--sm-05 {
      padding-left: 0.5rem;
    }
    .l-pl--sm-075 {
      padding-left: 0.75rem;
    }
    .l-pl--sm-1 {
      padding-left: 1rem;
    }
    .l-pl--sm-15 {
      padding-left: 1.5rem;
    }
    .l-pl--sm-2 {
      padding-left: 2rem;
    }
    .l-pl--sm-25 {
      padding-left: 2.5rem;
    }
    .l-pl--sm-3 {
      padding-left: 3rem;
    }
    .l-pl--sm-35 {
      padding-left: 3.5rem;
    }
    .l-pl--sm-4 {
      padding-left: 4rem;
    }
    .l-pl--sm-45 {
      padding-left: 4.5rem;
    }
    .l-pl--sm-5 {
      padding-left: 5rem;
    }
    .l-pr--sm-base {
      padding-right: 15px;
    }
    .l-pr--sm-0 {
      padding-right: 0;
    }
    .l-pr--sm-025 {
      padding-right: 0.25rem;
    }
    .l-pr--sm-05 {
      padding-right: 0.5rem;
    }
    .l-pr--sm-075 {
      padding-right: 0.75rem;
    }
    .l-pr--sm-1 {
      padding-right: 1rem;
    }
    .l-pr--sm-15 {
      padding-right: 1.5rem;
    }
    .l-pr--sm-2 {
      padding-right: 2rem;
    }
    .l-pr--sm-25 {
      padding-right: 2.5rem;
    }
    .l-pr--sm-3 {
      padding-right: 3rem;
    }
    .l-pr--sm-35 {
      padding-right: 3.5rem;
    }
    .l-pr--sm-4 {
      padding-right: 4rem;
    }
    .l-pr--sm-45 {
      padding-right: 4.5rem;
    }
    .l-pr--sm-5 {
      padding-right: 5rem;
    }
  }
  @media screen and (min-width: 880px) {
    .l-py--sm-md-base {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .l-py--sm-md-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
    .l-py--sm-md-025 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .l-py--sm-md-05 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .l-py--sm-md-075 {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    .l-py--sm-md-1 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .l-py--sm-md-15 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .l-py--sm-md-2 {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .l-py--sm-md-25 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .l-py--sm-md-3 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .l-py--sm-md-35 {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
    }
    .l-py--sm-md-4 {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    .l-py--sm-md-45 {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
    }
    .l-py--sm-md-5 {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
    .l-pt--sm-md-0 {
      padding-top: 0;
    }
    .l-pt--sm-md-025 {
      padding-top: 0.25rem;
    }
    .l-pt--sm-md-05 {
      padding-top: 0.5rem;
    }
    .l-pt--sm-md-075 {
      padding-top: 0.75rem;
    }
    .l-pt--sm-md-1 {
      padding-top: 1rem;
    }
    .l-pt--sm-md-15 {
      padding-top: 1.5rem;
    }
    .l-pt--sm-md-2 {
      padding-top: 2rem;
    }
    .l-pt--sm-md-25 {
      padding-top: 2.5rem;
    }
    .l-pt--sm-md-3 {
      padding-top: 3rem;
    }
    .l-pt--sm-md-35 {
      padding-top: 3.5rem;
    }
    .l-pt--sm-md-4 {
      padding-top: 4rem;
    }
    .l-pt--sm-md-45 {
      padding-top: 4.5rem;
    }
    .l-pt--sm-md-5 {
      padding-top: 5rem;
    }
    .l-pb--sm-md-0 {
      padding-bottom: 0;
    }
    .l-pb--sm-md-025 {
      padding-bottom: 0.25rem;
    }
    .l-pb--sm-md-05 {
      padding-bottom: 0.5rem;
    }
    .l-pb--sm-md-075 {
      padding-bottom: 0.75rem;
    }
    .l-pb--sm-md-1 {
      padding-bottom: 1rem;
    }
    .l-pb--sm-md-15 {
      padding-bottom: 1.5rem;
    }
    .l-pb--sm-md-2 {
      padding-bottom: 2rem;
    }
    .l-pb--sm-md-25 {
      padding-bottom: 2.5rem;
    }
    .l-pb--sm-md-3 {
      padding-bottom: 3rem;
    }
    .l-pb--sm-md-35 {
      padding-bottom: 3.5rem;
    }
    .l-pb--sm-md-4 {
      padding-bottom: 4rem;
    }
    .l-pb--sm-md-45 {
      padding-bottom: 4.5rem;
    }
    .l-pb--sm-md-5 {
      padding-bottom: 5rem;
    }
    .l-px--sm-md-base {
      padding-left: 15px;
      padding-right: 15px;
    }
    .l-px--sm-md-0 {
      padding-left: 0;
      padding-right: 0;
    }
    .l-px--sm-md-025 {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
    .l-px--sm-md-05 {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .l-px--sm-md-075 {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .l-px--sm-md-1 {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .l-px--sm-md-15 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .l-px--sm-md-2 {
      padding-left: 2rem;
      padding-right: 2rem;
    }
    .l-px--sm-md-25 {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
    .l-px--sm-md-3 {
      padding-left: 3rem;
      padding-right: 3rem;
    }
    .l-px--sm-md-35 {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
    .l-px--sm-md-4 {
      padding-left: 4rem;
      padding-right: 4rem;
    }
    .l-px--sm-md-45 {
      padding-left: 4.5rem;
      padding-right: 4.5rem;
    }
    .l-px--sm-md-5 {
      padding-left: 5rem;
      padding-right: 5rem;
    }
    .l-pl--sm-md-base {
      padding-left: 15px;
    }
    .l-pl--sm-md-0 {
      padding-left: 0;
    }
    .l-pl--sm-md-025 {
      padding-left: 0.25rem;
    }
    .l-pl--sm-md-05 {
      padding-left: 0.5rem;
    }
    .l-pl--sm-md-075 {
      padding-left: 0.75rem;
    }
    .l-pl--sm-md-1 {
      padding-left: 1rem;
    }
    .l-pl--sm-md-15 {
      padding-left: 1.5rem;
    }
    .l-pl--sm-md-2 {
      padding-left: 2rem;
    }
    .l-pl--sm-md-25 {
      padding-left: 2.5rem;
    }
    .l-pl--sm-md-3 {
      padding-left: 3rem;
    }
    .l-pl--sm-md-35 {
      padding-left: 3.5rem;
    }
    .l-pl--sm-md-4 {
      padding-left: 4rem;
    }
    .l-pl--sm-md-45 {
      padding-left: 4.5rem;
    }
    .l-pl--sm-md-5 {
      padding-left: 5rem;
    }
    .l-pr--sm-md-base {
      padding-right: 15px;
    }
    .l-pr--sm-md-0 {
      padding-right: 0;
    }
    .l-pr--sm-md-025 {
      padding-right: 0.25rem;
    }
    .l-pr--sm-md-05 {
      padding-right: 0.5rem;
    }
    .l-pr--sm-md-075 {
      padding-right: 0.75rem;
    }
    .l-pr--sm-md-1 {
      padding-right: 1rem;
    }
    .l-pr--sm-md-15 {
      padding-right: 1.5rem;
    }
    .l-pr--sm-md-2 {
      padding-right: 2rem;
    }
    .l-pr--sm-md-25 {
      padding-right: 2.5rem;
    }
    .l-pr--sm-md-3 {
      padding-right: 3rem;
    }
    .l-pr--sm-md-35 {
      padding-right: 3.5rem;
    }
    .l-pr--sm-md-4 {
      padding-right: 4rem;
    }
    .l-pr--sm-md-45 {
      padding-right: 4.5rem;
    }
    .l-pr--sm-md-5 {
      padding-right: 5rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .l-py--md-base {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .l-py--md-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
    .l-py--md-025 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .l-py--md-05 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .l-py--md-075 {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    .l-py--md-1 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .l-py--md-15 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .l-py--md-2 {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .l-py--md-25 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .l-py--md-3 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .l-py--md-35 {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
    }
    .l-py--md-4 {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    .l-py--md-45 {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
    }
    .l-py--md-5 {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
    .l-pt--md-0 {
      padding-top: 0;
    }
    .l-pt--md-025 {
      padding-top: 0.25rem;
    }
    .l-pt--md-05 {
      padding-top: 0.5rem;
    }
    .l-pt--md-075 {
      padding-top: 0.75rem;
    }
    .l-pt--md-1 {
      padding-top: 1rem;
    }
    .l-pt--md-15 {
      padding-top: 1.5rem;
    }
    .l-pt--md-2 {
      padding-top: 2rem;
    }
    .l-pt--md-25 {
      padding-top: 2.5rem;
    }
    .l-pt--md-3 {
      padding-top: 3rem;
    }
    .l-pt--md-35 {
      padding-top: 3.5rem;
    }
    .l-pt--md-4 {
      padding-top: 4rem;
    }
    .l-pt--md-45 {
      padding-top: 4.5rem;
    }
    .l-pt--md-5 {
      padding-top: 5rem;
    }
    .l-pb--md-0 {
      padding-bottom: 0;
    }
    .l-pb--md-025 {
      padding-bottom: 0.25rem;
    }
    .l-pb--md-05 {
      padding-bottom: 0.5rem;
    }
    .l-pb--md-075 {
      padding-bottom: 0.75rem;
    }
    .l-pb--md-1 {
      padding-bottom: 1rem;
    }
    .l-pb--md-15 {
      padding-bottom: 1.5rem;
    }
    .l-pb--md-2 {
      padding-bottom: 2rem;
    }
    .l-pb--md-25 {
      padding-bottom: 2.5rem;
    }
    .l-pb--md-3 {
      padding-bottom: 3rem;
    }
    .l-pb--md-35 {
      padding-bottom: 3.5rem;
    }
    .l-pb--md-4 {
      padding-bottom: 4rem;
    }
    .l-pb--md-45 {
      padding-bottom: 4.5rem;
    }
    .l-pb--md-5 {
      padding-bottom: 5rem;
    }
    .l-px--md-base {
      padding-left: 15px;
      padding-right: 15px;
    }
    .l-px--md-0 {
      padding-left: 0;
      padding-right: 0;
    }
    .l-px--md-025 {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
    .l-px--md-05 {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .l-px--md-075 {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .l-px--md-1 {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .l-px--md-15 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .l-px--md-2 {
      padding-left: 2rem;
      padding-right: 2rem;
    }
    .l-px--md-25 {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
    .l-px--md-3 {
      padding-left: 3rem;
      padding-right: 3rem;
    }
    .l-px--md-35 {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
    .l-px--md-4 {
      padding-left: 4rem;
      padding-right: 4rem;
    }
    .l-px--md-45 {
      padding-left: 4.5rem;
      padding-right: 4.5rem;
    }
    .l-px--md-5 {
      padding-left: 5rem;
      padding-right: 5rem;
    }
    .l-pl--md-base {
      padding-left: 15px;
    }
    .l-pl--md-0 {
      padding-left: 0;
    }
    .l-pl--md-025 {
      padding-left: 0.25rem;
    }
    .l-pl--md-05 {
      padding-left: 0.5rem;
    }
    .l-pl--md-075 {
      padding-left: 0.75rem;
    }
    .l-pl--md-1 {
      padding-left: 1rem;
    }
    .l-pl--md-15 {
      padding-left: 1.5rem;
    }
    .l-pl--md-2 {
      padding-left: 2rem;
    }
    .l-pl--md-25 {
      padding-left: 2.5rem;
    }
    .l-pl--md-3 {
      padding-left: 3rem;
    }
    .l-pl--md-35 {
      padding-left: 3.5rem;
    }
    .l-pl--md-4 {
      padding-left: 4rem;
    }
    .l-pl--md-45 {
      padding-left: 4.5rem;
    }
    .l-pl--md-5 {
      padding-left: 5rem;
    }
    .l-pr--md-base {
      padding-right: 15px;
    }
    .l-pr--md-0 {
      padding-right: 0;
    }
    .l-pr--md-025 {
      padding-right: 0.25rem;
    }
    .l-pr--md-05 {
      padding-right: 0.5rem;
    }
    .l-pr--md-075 {
      padding-right: 0.75rem;
    }
    .l-pr--md-1 {
      padding-right: 1rem;
    }
    .l-pr--md-15 {
      padding-right: 1.5rem;
    }
    .l-pr--md-2 {
      padding-right: 2rem;
    }
    .l-pr--md-25 {
      padding-right: 2.5rem;
    }
    .l-pr--md-3 {
      padding-right: 3rem;
    }
    .l-pr--md-35 {
      padding-right: 3.5rem;
    }
    .l-pr--md-4 {
      padding-right: 4rem;
    }
    .l-pr--md-45 {
      padding-right: 4.5rem;
    }
    .l-pr--md-5 {
      padding-right: 5rem;
    }
  }
  @media screen and (min-width: 1200px) {
    .l-py--lg-base {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .l-py--lg-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
    .l-py--lg-025 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .l-py--lg-05 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .l-py--lg-075 {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    .l-py--lg-1 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .l-py--lg-15 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .l-py--lg-2 {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .l-py--lg-25 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .l-py--lg-3 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .l-py--lg-35 {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
    }
    .l-py--lg-4 {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    .l-py--lg-45 {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
    }
    .l-py--lg-5 {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
    .l-pt--lg-0 {
      padding-top: 0;
    }
    .l-pt--lg-025 {
      padding-top: 0.25rem;
    }
    .l-pt--lg-05 {
      padding-top: 0.5rem;
    }
    .l-pt--lg-075 {
      padding-top: 0.75rem;
    }
    .l-pt--lg-1 {
      padding-top: 1rem;
    }
    .l-pt--lg-15 {
      padding-top: 1.5rem;
    }
    .l-pt--lg-2 {
      padding-top: 2rem;
    }
    .l-pt--lg-25 {
      padding-top: 2.5rem;
    }
    .l-pt--lg-3 {
      padding-top: 3rem;
    }
    .l-pt--lg-35 {
      padding-top: 3.5rem;
    }
    .l-pt--lg-4 {
      padding-top: 4rem;
    }
    .l-pt--lg-45 {
      padding-top: 4.5rem;
    }
    .l-pt--lg-5 {
      padding-top: 5rem;
    }
    .l-pb--lg-0 {
      padding-bottom: 0;
    }
    .l-pb--lg-025 {
      padding-bottom: 0.25rem;
    }
    .l-pb--lg-05 {
      padding-bottom: 0.5rem;
    }
    .l-pb--lg-075 {
      padding-bottom: 0.75rem;
    }
    .l-pb--lg-1 {
      padding-bottom: 1rem;
    }
    .l-pb--lg-15 {
      padding-bottom: 1.5rem;
    }
    .l-pb--lg-2 {
      padding-bottom: 2rem;
    }
    .l-pb--lg-25 {
      padding-bottom: 2.5rem;
    }
    .l-pb--lg-3 {
      padding-bottom: 3rem;
    }
    .l-pb--lg-35 {
      padding-bottom: 3.5rem;
    }
    .l-pb--lg-4 {
      padding-bottom: 4rem;
    }
    .l-pb--lg-45 {
      padding-bottom: 4.5rem;
    }
    .l-pb--lg-5 {
      padding-bottom: 5rem;
    }
    .l-px--lg-base {
      padding-left: 15px;
      padding-right: 15px;
    }
    .l-px--lg-0 {
      padding-left: 0;
      padding-right: 0;
    }
    .l-px--lg-025 {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
    .l-px--lg-05 {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .l-px--lg-075 {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .l-px--lg-1 {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .l-px--lg-15 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .l-px--lg-2 {
      padding-left: 2rem;
      padding-right: 2rem;
    }
    .l-px--lg-25 {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
    .l-px--lg-3 {
      padding-left: 3rem;
      padding-right: 3rem;
    }
    .l-px--lg-35 {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
    .l-px--lg-4 {
      padding-left: 4rem;
      padding-right: 4rem;
    }
    .l-px--lg-45 {
      padding-left: 4.5rem;
      padding-right: 4.5rem;
    }
    .l-px--lg-5 {
      padding-left: 5rem;
      padding-right: 5rem;
    }
    .l-pl--lg-base {
      padding-left: 15px;
    }
    .l-pl--lg-0 {
      padding-left: 0;
    }
    .l-pl--lg-025 {
      padding-left: 0.25rem;
    }
    .l-pl--lg-05 {
      padding-left: 0.5rem;
    }
    .l-pl--lg-075 {
      padding-left: 0.75rem;
    }
    .l-pl--lg-1 {
      padding-left: 1rem;
    }
    .l-pl--lg-15 {
      padding-left: 1.5rem;
    }
    .l-pl--lg-2 {
      padding-left: 2rem;
    }
    .l-pl--lg-25 {
      padding-left: 2.5rem;
    }
    .l-pl--lg-3 {
      padding-left: 3rem;
    }
    .l-pl--lg-35 {
      padding-left: 3.5rem;
    }
    .l-pl--lg-4 {
      padding-left: 4rem;
    }
    .l-pl--lg-45 {
      padding-left: 4.5rem;
    }
    .l-pl--lg-5 {
      padding-left: 5rem;
    }
    .l-pr--lg-base {
      padding-right: 15px;
    }
    .l-pr--lg-0 {
      padding-right: 0;
    }
    .l-pr--lg-025 {
      padding-right: 0.25rem;
    }
    .l-pr--lg-05 {
      padding-right: 0.5rem;
    }
    .l-pr--lg-075 {
      padding-right: 0.75rem;
    }
    .l-pr--lg-1 {
      padding-right: 1rem;
    }
    .l-pr--lg-15 {
      padding-right: 1.5rem;
    }
    .l-pr--lg-2 {
      padding-right: 2rem;
    }
    .l-pr--lg-25 {
      padding-right: 2.5rem;
    }
    .l-pr--lg-3 {
      padding-right: 3rem;
    }
    .l-pr--lg-35 {
      padding-right: 3.5rem;
    }
    .l-pr--lg-4 {
      padding-right: 4rem;
    }
    .l-pr--lg-45 {
      padding-right: 4.5rem;
    }
    .l-pr--lg-5 {
      padding-right: 5rem;
    }
  }
  @media screen and (min-width: 1280px) {
    .l-py--xlg-base {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .l-py--xlg-0 {
      padding-top: 0;
      padding-bottom: 0;
    }
    .l-py--xlg-025 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .l-py--xlg-05 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .l-py--xlg-075 {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    .l-py--xlg-1 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .l-py--xlg-15 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .l-py--xlg-2 {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .l-py--xlg-25 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .l-py--xlg-3 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .l-py--xlg-35 {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
    }
    .l-py--xlg-4 {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    .l-py--xlg-45 {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
    }
    .l-py--xlg-5 {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
    .l-pt--xlg-0 {
      padding-top: 0;
    }
    .l-pt--xlg-025 {
      padding-top: 0.25rem;
    }
    .l-pt--xlg-05 {
      padding-top: 0.5rem;
    }
    .l-pt--xlg-075 {
      padding-top: 0.75rem;
    }
    .l-pt--xlg-1 {
      padding-top: 1rem;
    }
    .l-pt--xlg-15 {
      padding-top: 1.5rem;
    }
    .l-pt--xlg-2 {
      padding-top: 2rem;
    }
    .l-pt--xlg-25 {
      padding-top: 2.5rem;
    }
    .l-pt--xlg-3 {
      padding-top: 3rem;
    }
    .l-pt--xlg-35 {
      padding-top: 3.5rem;
    }
    .l-pt--xlg-4 {
      padding-top: 4rem;
    }
    .l-pt--xlg-45 {
      padding-top: 4.5rem;
    }
    .l-pt--xlg-5 {
      padding-top: 5rem;
    }
    .l-pb--xlg-0 {
      padding-bottom: 0;
    }
    .l-pb--xlg-025 {
      padding-bottom: 0.25rem;
    }
    .l-pb--xlg-05 {
      padding-bottom: 0.5rem;
    }
    .l-pb--xlg-075 {
      padding-bottom: 0.75rem;
    }
    .l-pb--xlg-1 {
      padding-bottom: 1rem;
    }
    .l-pb--xlg-15 {
      padding-bottom: 1.5rem;
    }
    .l-pb--xlg-2 {
      padding-bottom: 2rem;
    }
    .l-pb--xlg-25 {
      padding-bottom: 2.5rem;
    }
    .l-pb--xlg-3 {
      padding-bottom: 3rem;
    }
    .l-pb--xlg-35 {
      padding-bottom: 3.5rem;
    }
    .l-pb--xlg-4 {
      padding-bottom: 4rem;
    }
    .l-pb--xlg-45 {
      padding-bottom: 4.5rem;
    }
    .l-pb--xlg-5 {
      padding-bottom: 5rem;
    }
    .l-px--xlg-base {
      padding-left: 15px;
      padding-right: 15px;
    }
    .l-px--xlg-0 {
      padding-left: 0;
      padding-right: 0;
    }
    .l-px--xlg-025 {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
    .l-px--xlg-05 {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .l-px--xlg-075 {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .l-px--xlg-1 {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .l-px--xlg-15 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .l-px--xlg-2 {
      padding-left: 2rem;
      padding-right: 2rem;
    }
    .l-px--xlg-25 {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
    .l-px--xlg-3 {
      padding-left: 3rem;
      padding-right: 3rem;
    }
    .l-px--xlg-35 {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
    .l-px--xlg-4 {
      padding-left: 4rem;
      padding-right: 4rem;
    }
    .l-px--xlg-45 {
      padding-left: 4.5rem;
      padding-right: 4.5rem;
    }
    .l-px--xlg-5 {
      padding-left: 5rem;
      padding-right: 5rem;
    }
    .l-pl--xlg-base {
      padding-left: 15px;
    }
    .l-pl--xlg-0 {
      padding-left: 0;
    }
    .l-pl--xlg-025 {
      padding-left: 0.25rem;
    }
    .l-pl--xlg-05 {
      padding-left: 0.5rem;
    }
    .l-pl--xlg-075 {
      padding-left: 0.75rem;
    }
    .l-pl--xlg-1 {
      padding-left: 1rem;
    }
    .l-pl--xlg-15 {
      padding-left: 1.5rem;
    }
    .l-pl--xlg-2 {
      padding-left: 2rem;
    }
    .l-pl--xlg-25 {
      padding-left: 2.5rem;
    }
    .l-pl--xlg-3 {
      padding-left: 3rem;
    }
    .l-pl--xlg-35 {
      padding-left: 3.5rem;
    }
    .l-pl--xlg-4 {
      padding-left: 4rem;
    }
    .l-pl--xlg-45 {
      padding-left: 4.5rem;
    }
    .l-pl--xlg-5 {
      padding-left: 5rem;
    }
    .l-pr--xlg-base {
      padding-right: 15px;
    }
    .l-pr--xlg-0 {
      padding-right: 0;
    }
    .l-pr--xlg-025 {
      padding-right: 0.25rem;
    }
    .l-pr--xlg-05 {
      padding-right: 0.5rem;
    }
    .l-pr--xlg-075 {
      padding-right: 0.75rem;
    }
    .l-pr--xlg-1 {
      padding-right: 1rem;
    }
    .l-pr--xlg-15 {
      padding-right: 1.5rem;
    }
    .l-pr--xlg-2 {
      padding-right: 2rem;
    }
    .l-pr--xlg-25 {
      padding-right: 2.5rem;
    }
    .l-pr--xlg-3 {
      padding-right: 3rem;
    }
    .l-pr--xlg-35 {
      padding-right: 3.5rem;
    }
    .l-pr--xlg-4 {
      padding-right: 4rem;
    }
    .l-pr--xlg-45 {
      padding-right: 4.5rem;
    }
    .l-pr--xlg-5 {
      padding-right: 5rem;
    }
  }
  .l-my--0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .l-my--025 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .l-my--05 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .l-my--075 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .l-my--1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .l-my--15 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .l-my--2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .l-my--25 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .l-my--3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .l-my--35 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .l-my--4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .l-my--45 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .l-my--5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .l-mb--0 {
    margin-bottom: 0;
  }
  .l-mb--025 {
    margin-bottom: 0.25rem;
  }
  .l-mb--05 {
    margin-bottom: 0.5rem;
  }
  .l-mb--075 {
    margin-bottom: 0.75rem;
  }
  .l-mb--1 {
    margin-bottom: 1rem;
  }
  .l-mb--15 {
    margin-bottom: 1.5rem;
  }
  .l-mb--2 {
    margin-bottom: 2rem;
  }
  .l-mb--25 {
    margin-bottom: 2.5rem;
  }
  .l-mb--3 {
    margin-bottom: 3rem;
  }
  .l-mb--35 {
    margin-bottom: 3.5rem;
  }
  .l-mb--4 {
    margin-bottom: 4rem;
  }
  .l-mb--45 {
    margin-bottom: 4.5rem;
  }
  .l-mb--5 {
    margin-bottom: 5rem;
  }
  .l-mt--0 {
    margin-top: 0;
  }
  .l-mt--025 {
    margin-top: 0.25rem;
  }
  .l-mt--05 {
    margin-top: 0.5rem;
  }
  .l-mt--075 {
    margin-top: 0.75rem;
  }
  .l-mt--1 {
    margin-top: 1rem;
  }
  .l-mt--15 {
    margin-top: 1.5rem;
  }
  .l-mt--2 {
    margin-top: 2rem;
  }
  .l-mt--25 {
    margin-top: 2.5rem;
  }
  .l-mt--3 {
    margin-top: 3rem;
  }
  .l-mt--35 {
    margin-top: 3.5rem;
  }
  .l-mt--4 {
    margin-top: 4rem;
  }
  .l-mt--45 {
    margin-top: 4.5rem;
  }
  .l-mt--5 {
    margin-top: 5rem;
  }
  .l-mt--0-neg {
    margin-top: 0;
  }
  .l-mt--025-neg {
    margin-top: -0.25rem;
  }
  .l-mt--05-neg {
    margin-top: -0.5rem;
  }
  .l-mt--075-neg {
    margin-top: -0.75rem;
  }
  .l-mt--1-neg {
    margin-top: -1rem;
  }
  .l-mt--15-neg {
    margin-top: -1.5rem;
  }
  .l-mt--2-neg {
    margin-top: -2rem;
  }
  .l-mt--25-neg {
    margin-top: -2.5rem;
  }
  .l-mt--3-neg {
    margin-top: -3rem;
  }
  .l-mt--35-neg {
    margin-top: -3.5rem;
  }
  .l-mt--4-neg {
    margin-top: -4rem;
  }
  .l-mt--45-neg {
    margin-top: -4.5rem;
  }
  .l-mt--5-neg {
    margin-top: -5rem;
  }
  .l-mx--auto {
    margin-right: auto;
    margin-left: auto;
  }
  .l-mx--base-neg {
    margin-right: -15px;
    margin-left: -15px;
  }
  .l-mx--0 {
    margin-right: 0;
    margin-left: 0;
  }
  .l-mx--025 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .l-mx--05 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .l-mx--075 {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  .l-mx--1 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .l-mx--15 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .l-mx--2 {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .l-mx--25 {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
  .l-mx--3 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .l-mx--35 {
    margin-right: 3.5rem;
    margin-left: 3.5rem;
  }
  .l-mx--4 {
    margin-right: 4rem;
    margin-left: 4rem;
  }
  .l-mx--45 {
    margin-right: 4.5rem;
    margin-left: 4.5rem;
  }
  .l-mx--5 {
    margin-right: 5rem;
    margin-left: 5rem;
  }
  .l-ml--base-neg {
    margin-left: -15px;
  }
  .l-ml--0 {
    margin-left: 0;
  }
  .l-ml--025 {
    margin-left: 0.25rem;
  }
  .l-ml--05 {
    margin-left: 0.5rem;
  }
  .l-ml--075 {
    margin-left: 0.75rem;
  }
  .l-ml--1 {
    margin-left: 1rem;
  }
  .l-ml--15 {
    margin-left: 1.5rem;
  }
  .l-ml--2 {
    margin-left: 2rem;
  }
  .l-ml--25 {
    margin-left: 2.5rem;
  }
  .l-ml--3 {
    margin-left: 3rem;
  }
  .l-ml--35 {
    margin-left: 3.5rem;
  }
  .l-ml--4 {
    margin-left: 4rem;
  }
  .l-ml--45 {
    margin-left: 4.5rem;
  }
  .l-ml--5 {
    margin-left: 5rem;
  }
  .l-mr--base-neg {
    margin-right: -15px;
  }
  .l-mr--0 {
    margin-right: 0;
  }
  .l-mr--025 {
    margin-right: 0.25rem;
  }
  .l-mr--05 {
    margin-right: 0.5rem;
  }
  .l-mr--075 {
    margin-right: 0.75rem;
  }
  .l-mr--1 {
    margin-right: 1rem;
  }
  .l-mr--15 {
    margin-right: 1.5rem;
  }
  .l-mr--2 {
    margin-right: 2rem;
  }
  .l-mr--25 {
    margin-right: 2.5rem;
  }
  .l-mr--3 {
    margin-right: 3rem;
  }
  .l-mr--35 {
    margin-right: 3.5rem;
  }
  .l-mr--4 {
    margin-right: 4rem;
  }
  .l-mr--45 {
    margin-right: 4.5rem;
  }
  .l-mr--5 {
    margin-right: 5rem;
  }
  .l-ml--1-neg {
    margin-left: -1rem;
  }
  .l-ml--15-neg {
    margin-left: -1.5rem;
  }
  .l-ml--2-neg {
    margin-left: -2rem;
  }
  .l-ml--25-neg {
    margin-left: -2.5rem;
  }
  .l-ml--3-neg {
    margin-left: -3rem;
  }
  .l-ml--35-neg {
    margin-left: -3.5rem;
  }
  .l-ml--4-neg {
    margin-left: -4rem;
  }
  .l-ml--45-neg {
    margin-left: -4.5rem;
  }
  .l-ml--5-neg {
    margin-left: -5rem;
  }
  .l-ml--6-neg {
    margin-left: -6rem;
  }
  .l-ml--7-neg {
    margin-left: -7rem;
  }
  .l-mr--1-neg {
    margin-right: -1rem;
  }
  .l-mr--15-neg {
    margin-right: -1.5rem;
  }
  .l-mr--2-neg {
    margin-right: -2rem;
  }
  .l-mr--25-neg {
    margin-right: -2.5rem;
  }
  .l-mr--3-neg {
    margin-right: -3rem;
  }
  .l-mr--35-neg {
    margin-right: -3.5rem;
  }
  .l-mr--4-neg {
    margin-right: -4rem;
  }
  .l-mr--45-neg {
    margin-right: -4.5rem;
  }
  .l-mr--5-neg {
    margin-right: -5rem;
  }
  .l-mr--6-neg {
    margin-right: -6rem;
  }
  .l-mr--7-neg {
    margin-right: -7rem;
  }
  @media screen and (min-width: 480px) {
    .l-my--xxs-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
    .l-my--xxs-025 {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
    }
    .l-my--xxs-05 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .l-my--xxs-075 {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
    }
    .l-my--xxs-1 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .l-my--xxs-15 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .l-my--xxs-2 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
    .l-my--xxs-25 {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
    }
    .l-my--xxs-3 {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
    .l-my--xxs-35 {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem;
    }
    .l-my--xxs-4 {
      margin-top: 4rem;
      margin-bottom: 4rem;
    }
    .l-my--xxs-45 {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem;
    }
    .l-my--xxs-5 {
      margin-top: 5rem;
      margin-bottom: 5rem;
    }
    .l-mb--xxs-0 {
      margin-bottom: 0;
    }
    .l-mb--xxs-025 {
      margin-bottom: 0.25rem;
    }
    .l-mb--xxs-05 {
      margin-bottom: 0.5rem;
    }
    .l-mb--xxs-075 {
      margin-bottom: 0.75rem;
    }
    .l-mb--xxs-1 {
      margin-bottom: 1rem;
    }
    .l-mb--xxs-15 {
      margin-bottom: 1.5rem;
    }
    .l-mb--xxs-2 {
      margin-bottom: 2rem;
    }
    .l-mb--xxs-25 {
      margin-bottom: 2.5rem;
    }
    .l-mb--xxs-3 {
      margin-bottom: 3rem;
    }
    .l-mb--xxs-35 {
      margin-bottom: 3.5rem;
    }
    .l-mb--xxs-4 {
      margin-bottom: 4rem;
    }
    .l-mb--xxs-45 {
      margin-bottom: 4.5rem;
    }
    .l-mb--xxs-5 {
      margin-bottom: 5rem;
    }
    .l-mt--xxs-0 {
      margin-top: 0;
    }
    .l-mt--xxs-025 {
      margin-top: 0.25rem;
    }
    .l-mt--xxs-05 {
      margin-top: 0.5rem;
    }
    .l-mt--xxs-075 {
      margin-top: 0.75rem;
    }
    .l-mt--xxs-1 {
      margin-top: 1rem;
    }
    .l-mt--xxs-15 {
      margin-top: 1.5rem;
    }
    .l-mt--xxs-2 {
      margin-top: 2rem;
    }
    .l-mt--xxs-25 {
      margin-top: 2.5rem;
    }
    .l-mt--xxs-3 {
      margin-top: 3rem;
    }
    .l-mt--xxs-35 {
      margin-top: 3.5rem;
    }
    .l-mt--xxs-4 {
      margin-top: 4rem;
    }
    .l-mt--xxs-45 {
      margin-top: 4.5rem;
    }
    .l-mt--xxs-5 {
      margin-top: 5rem;
    }
    .l-mt--xxs-0-neg {
      margin-top: 0;
    }
    .l-mt--xxs-025-neg {
      margin-top: -0.25rem;
    }
    .l-mt--xxs-05-neg {
      margin-top: -0.5rem;
    }
    .l-mt--xxs-075-neg {
      margin-top: -0.75rem;
    }
    .l-mt--xxs-1-neg {
      margin-top: -1rem;
    }
    .l-mt--xxs-15-neg {
      margin-top: -1.5rem;
    }
    .l-mt--xxs-2-neg {
      margin-top: -2rem;
    }
    .l-mt--xxs-25-neg {
      margin-top: -2.5rem;
    }
    .l-mt--xxs-3-neg {
      margin-top: -3rem;
    }
    .l-mt--xxs-35-neg {
      margin-top: -3.5rem;
    }
    .l-mt--xxs-4-neg {
      margin-top: -4rem;
    }
    .l-mt--xxs-45-neg {
      margin-top: -4.5rem;
    }
    .l-mt--xxs-5-neg {
      margin-top: -5rem;
    }
    .l-mx--xxs-base-neg {
      margin-right: -15px;
      margin-left: -15px;
    }
    .l-mx--xxs-0 {
      margin-right: 0;
      margin-left: 0;
    }
    .l-mx--xxs-025 {
      margin-right: 0.25rem;
      margin-left: 0.25rem;
    }
    .l-mx--xxs-05 {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
    }
    .l-mx--xxs-075 {
      margin-right: 0.75rem;
      margin-left: 0.75rem;
    }
    .l-mx--xxs-1 {
      margin-right: 1rem;
      margin-left: 1rem;
    }
    .l-mx--xxs-15 {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
    }
    .l-mx--xxs-2 {
      margin-right: 2rem;
      margin-left: 2rem;
    }
    .l-mx--xxs-25 {
      margin-right: 2.5rem;
      margin-left: 2.5rem;
    }
    .l-mx--xxs-3 {
      margin-right: 3rem;
      margin-left: 3rem;
    }
    .l-mx--xxs-35 {
      margin-right: 3.5rem;
      margin-left: 3.5rem;
    }
    .l-mx--xxs-4 {
      margin-right: 4rem;
      margin-left: 4rem;
    }
    .l-mx--xxs-45 {
      margin-right: 4.5rem;
      margin-left: 4.5rem;
    }
    .l-mx--xxs-5 {
      margin-right: 5rem;
      margin-left: 5rem;
    }
    .l-ml--xxs-base-neg {
      margin-left: -15px;
    }
    .l-ml--xxs-0 {
      margin-left: 0;
    }
    .l-ml--xxs-025 {
      margin-left: 0.25rem;
    }
    .l-ml--xxs-05 {
      margin-left: 0.5rem;
    }
    .l-ml--xxs-075 {
      margin-left: 0.75rem;
    }
    .l-ml--xxs-1 {
      margin-left: 1rem;
    }
    .l-ml--xxs-15 {
      margin-left: 1.5rem;
    }
    .l-ml--xxs-2 {
      margin-left: 2rem;
    }
    .l-ml--xxs-25 {
      margin-left: 2.5rem;
    }
    .l-ml--xxs-3 {
      margin-left: 3rem;
    }
    .l-ml--xxs-35 {
      margin-left: 3.5rem;
    }
    .l-ml--xxs-4 {
      margin-left: 4rem;
    }
    .l-ml--xxs-45 {
      margin-left: 4.5rem;
    }
    .l-ml--xxs-5 {
      margin-left: 5rem;
    }
    .l-mr--xxs-base-neg {
      margin-right: -15px;
    }
    .l-mr--xxs-0 {
      margin-right: 0;
    }
    .l-mr--xxs-025 {
      margin-right: 0.25rem;
    }
    .l-mr--xxs-05 {
      margin-right: 0.5rem;
    }
    .l-mr--xxs-075 {
      margin-right: 0.75rem;
    }
    .l-mr--xxs-1 {
      margin-right: 1rem;
    }
    .l-mr--xxs-15 {
      margin-right: 1.5rem;
    }
    .l-mr--xxs-2 {
      margin-right: 2rem;
    }
    .l-mr--xxs-25 {
      margin-right: 2.5rem;
    }
    .l-mr--xxs-3 {
      margin-right: 3rem;
    }
    .l-mr--xxs-35 {
      margin-right: 3.5rem;
    }
    .l-mr--xxs-4 {
      margin-right: 4rem;
    }
    .l-mr--xxs-45 {
      margin-right: 4.5rem;
    }
    .l-mr--xxs-5 {
      margin-right: 5rem;
    }
    .l-ml--xxs-1-neg {
      margin-left: -1rem;
    }
    .l-ml--xxs-15-neg {
      margin-left: -1.5rem;
    }
    .l-ml--xxs-2-neg {
      margin-left: -2rem;
    }
    .l-ml--xxs-25-neg {
      margin-left: -2.5rem;
    }
    .l-ml--xxs-3-neg {
      margin-left: -3rem;
    }
    .l-ml--xxs-35-neg {
      margin-left: -3.5rem;
    }
    .l-ml--xxs-4-neg {
      margin-left: -4rem;
    }
    .l-ml--xxs-45-neg {
      margin-left: -4.5rem;
    }
    .l-ml--xxs-5-neg {
      margin-left: -5rem;
    }
    .l-ml--xxs-6-neg {
      margin-left: -6rem;
    }
    .l-ml--xxs-7-neg {
      margin-left: -7rem;
    }
    .l-mr--xxs-1-neg {
      margin-right: -1rem;
    }
    .l-mr--xxs-15-neg {
      margin-right: -1.5rem;
    }
    .l-mr--xxs-2-neg {
      margin-right: -2rem;
    }
    .l-mr--xxs-25-neg {
      margin-right: -2.5rem;
    }
    .l-mr--xxs-3-neg {
      margin-right: -3rem;
    }
    .l-mr--xxs-35-neg {
      margin-right: -3.5rem;
    }
    .l-mr--xxs-4-neg {
      margin-right: -4rem;
    }
    .l-mr--xxs-45-neg {
      margin-right: -4.5rem;
    }
    .l-mr--xxs-5-neg {
      margin-right: -5rem;
    }
    .l-mr--xxs-6-neg {
      margin-right: -6rem;
    }
    .l-mr--xxs-7-neg {
      margin-right: -7rem;
    }
  }
  @media screen and (min-width: 656px) {
    .l-my--xs-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
    .l-my--xs-025 {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
    }
    .l-my--xs-05 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .l-my--xs-075 {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
    }
    .l-my--xs-1 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .l-my--xs-15 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .l-my--xs-2 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
    .l-my--xs-25 {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
    }
    .l-my--xs-3 {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
    .l-my--xs-35 {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem;
    }
    .l-my--xs-4 {
      margin-top: 4rem;
      margin-bottom: 4rem;
    }
    .l-my--xs-45 {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem;
    }
    .l-my--xs-5 {
      margin-top: 5rem;
      margin-bottom: 5rem;
    }
    .l-mb--xs-0 {
      margin-bottom: 0;
    }
    .l-mb--xs-025 {
      margin-bottom: 0.25rem;
    }
    .l-mb--xs-05 {
      margin-bottom: 0.5rem;
    }
    .l-mb--xs-075 {
      margin-bottom: 0.75rem;
    }
    .l-mb--xs-1 {
      margin-bottom: 1rem;
    }
    .l-mb--xs-15 {
      margin-bottom: 1.5rem;
    }
    .l-mb--xs-2 {
      margin-bottom: 2rem;
    }
    .l-mb--xs-25 {
      margin-bottom: 2.5rem;
    }
    .l-mb--xs-3 {
      margin-bottom: 3rem;
    }
    .l-mb--xs-35 {
      margin-bottom: 3.5rem;
    }
    .l-mb--xs-4 {
      margin-bottom: 4rem;
    }
    .l-mb--xs-45 {
      margin-bottom: 4.5rem;
    }
    .l-mb--xs-5 {
      margin-bottom: 5rem;
    }
    .l-mt--xs-0 {
      margin-top: 0;
    }
    .l-mt--xs-025 {
      margin-top: 0.25rem;
    }
    .l-mt--xs-05 {
      margin-top: 0.5rem;
    }
    .l-mt--xs-075 {
      margin-top: 0.75rem;
    }
    .l-mt--xs-1 {
      margin-top: 1rem;
    }
    .l-mt--xs-15 {
      margin-top: 1.5rem;
    }
    .l-mt--xs-2 {
      margin-top: 2rem;
    }
    .l-mt--xs-25 {
      margin-top: 2.5rem;
    }
    .l-mt--xs-3 {
      margin-top: 3rem;
    }
    .l-mt--xs-35 {
      margin-top: 3.5rem;
    }
    .l-mt--xs-4 {
      margin-top: 4rem;
    }
    .l-mt--xs-45 {
      margin-top: 4.5rem;
    }
    .l-mt--xs-5 {
      margin-top: 5rem;
    }
    .l-mt--xs-0-neg {
      margin-top: 0;
    }
    .l-mt--xs-025-neg {
      margin-top: -0.25rem;
    }
    .l-mt--xs-05-neg {
      margin-top: -0.5rem;
    }
    .l-mt--xs-075-neg {
      margin-top: -0.75rem;
    }
    .l-mt--xs-1-neg {
      margin-top: -1rem;
    }
    .l-mt--xs-15-neg {
      margin-top: -1.5rem;
    }
    .l-mt--xs-2-neg {
      margin-top: -2rem;
    }
    .l-mt--xs-25-neg {
      margin-top: -2.5rem;
    }
    .l-mt--xs-3-neg {
      margin-top: -3rem;
    }
    .l-mt--xs-35-neg {
      margin-top: -3.5rem;
    }
    .l-mt--xs-4-neg {
      margin-top: -4rem;
    }
    .l-mt--xs-45-neg {
      margin-top: -4.5rem;
    }
    .l-mt--xs-5-neg {
      margin-top: -5rem;
    }
    .l-mx--xs-base-neg {
      margin-right: -15px;
      margin-left: -15px;
    }
    .l-mx--xs-0 {
      margin-right: 0;
      margin-left: 0;
    }
    .l-mx--xs-025 {
      margin-right: 0.25rem;
      margin-left: 0.25rem;
    }
    .l-mx--xs-05 {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
    }
    .l-mx--xs-075 {
      margin-right: 0.75rem;
      margin-left: 0.75rem;
    }
    .l-mx--xs-1 {
      margin-right: 1rem;
      margin-left: 1rem;
    }
    .l-mx--xs-15 {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
    }
    .l-mx--xs-2 {
      margin-right: 2rem;
      margin-left: 2rem;
    }
    .l-mx--xs-25 {
      margin-right: 2.5rem;
      margin-left: 2.5rem;
    }
    .l-mx--xs-3 {
      margin-right: 3rem;
      margin-left: 3rem;
    }
    .l-mx--xs-35 {
      margin-right: 3.5rem;
      margin-left: 3.5rem;
    }
    .l-mx--xs-4 {
      margin-right: 4rem;
      margin-left: 4rem;
    }
    .l-mx--xs-45 {
      margin-right: 4.5rem;
      margin-left: 4.5rem;
    }
    .l-mx--xs-5 {
      margin-right: 5rem;
      margin-left: 5rem;
    }
    .l-ml--xs-base-neg {
      margin-left: -15px;
    }
    .l-ml--xs-0 {
      margin-left: 0;
    }
    .l-ml--xs-025 {
      margin-left: 0.25rem;
    }
    .l-ml--xs-05 {
      margin-left: 0.5rem;
    }
    .l-ml--xs-075 {
      margin-left: 0.75rem;
    }
    .l-ml--xs-1 {
      margin-left: 1rem;
    }
    .l-ml--xs-15 {
      margin-left: 1.5rem;
    }
    .l-ml--xs-2 {
      margin-left: 2rem;
    }
    .l-ml--xs-25 {
      margin-left: 2.5rem;
    }
    .l-ml--xs-3 {
      margin-left: 3rem;
    }
    .l-ml--xs-35 {
      margin-left: 3.5rem;
    }
    .l-ml--xs-4 {
      margin-left: 4rem;
    }
    .l-ml--xs-45 {
      margin-left: 4.5rem;
    }
    .l-ml--xs-5 {
      margin-left: 5rem;
    }
    .l-mr--xs-base-neg {
      margin-right: -15px;
    }
    .l-mr--xs-0 {
      margin-right: 0;
    }
    .l-mr--xs-025 {
      margin-right: 0.25rem;
    }
    .l-mr--xs-05 {
      margin-right: 0.5rem;
    }
    .l-mr--xs-075 {
      margin-right: 0.75rem;
    }
    .l-mr--xs-1 {
      margin-right: 1rem;
    }
    .l-mr--xs-15 {
      margin-right: 1.5rem;
    }
    .l-mr--xs-2 {
      margin-right: 2rem;
    }
    .l-mr--xs-25 {
      margin-right: 2.5rem;
    }
    .l-mr--xs-3 {
      margin-right: 3rem;
    }
    .l-mr--xs-35 {
      margin-right: 3.5rem;
    }
    .l-mr--xs-4 {
      margin-right: 4rem;
    }
    .l-mr--xs-45 {
      margin-right: 4.5rem;
    }
    .l-mr--xs-5 {
      margin-right: 5rem;
    }
    .l-ml--xs-1-neg {
      margin-left: -1rem;
    }
    .l-ml--xs-15-neg {
      margin-left: -1.5rem;
    }
    .l-ml--xs-2-neg {
      margin-left: -2rem;
    }
    .l-ml--xs-25-neg {
      margin-left: -2.5rem;
    }
    .l-ml--xs-3-neg {
      margin-left: -3rem;
    }
    .l-ml--xs-35-neg {
      margin-left: -3.5rem;
    }
    .l-ml--xs-4-neg {
      margin-left: -4rem;
    }
    .l-ml--xs-45-neg {
      margin-left: -4.5rem;
    }
    .l-ml--xs-5-neg {
      margin-left: -5rem;
    }
    .l-ml--xs-6-neg {
      margin-left: -6rem;
    }
    .l-ml--xs-7-neg {
      margin-left: -7rem;
    }
    .l-mr--xs-1-neg {
      margin-right: -1rem;
    }
    .l-mr--xs-15-neg {
      margin-right: -1.5rem;
    }
    .l-mr--xs-2-neg {
      margin-right: -2rem;
    }
    .l-mr--xs-25-neg {
      margin-right: -2.5rem;
    }
    .l-mr--xs-3-neg {
      margin-right: -3rem;
    }
    .l-mr--xs-35-neg {
      margin-right: -3.5rem;
    }
    .l-mr--xs-4-neg {
      margin-right: -4rem;
    }
    .l-mr--xs-45-neg {
      margin-right: -4.5rem;
    }
    .l-mr--xs-5-neg {
      margin-right: -5rem;
    }
    .l-mr--xs-6-neg {
      margin-right: -6rem;
    }
    .l-mr--xs-7-neg {
      margin-right: -7rem;
    }
  }
  @media screen and (min-width: 768px) {
    .l-my--sm-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
    .l-my--sm-025 {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
    }
    .l-my--sm-05 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .l-my--sm-075 {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
    }
    .l-my--sm-1 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .l-my--sm-15 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .l-my--sm-2 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
    .l-my--sm-25 {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
    }
    .l-my--sm-3 {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
    .l-my--sm-35 {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem;
    }
    .l-my--sm-4 {
      margin-top: 4rem;
      margin-bottom: 4rem;
    }
    .l-my--sm-45 {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem;
    }
    .l-my--sm-5 {
      margin-top: 5rem;
      margin-bottom: 5rem;
    }
    .l-mb--sm-0 {
      margin-bottom: 0;
    }
    .l-mb--sm-025 {
      margin-bottom: 0.25rem;
    }
    .l-mb--sm-05 {
      margin-bottom: 0.5rem;
    }
    .l-mb--sm-075 {
      margin-bottom: 0.75rem;
    }
    .l-mb--sm-1 {
      margin-bottom: 1rem;
    }
    .l-mb--sm-15 {
      margin-bottom: 1.5rem;
    }
    .l-mb--sm-2 {
      margin-bottom: 2rem;
    }
    .l-mb--sm-25 {
      margin-bottom: 2.5rem;
    }
    .l-mb--sm-3 {
      margin-bottom: 3rem;
    }
    .l-mb--sm-35 {
      margin-bottom: 3.5rem;
    }
    .l-mb--sm-4 {
      margin-bottom: 4rem;
    }
    .l-mb--sm-45 {
      margin-bottom: 4.5rem;
    }
    .l-mb--sm-5 {
      margin-bottom: 5rem;
    }
    .l-mt--sm-0 {
      margin-top: 0;
    }
    .l-mt--sm-025 {
      margin-top: 0.25rem;
    }
    .l-mt--sm-05 {
      margin-top: 0.5rem;
    }
    .l-mt--sm-075 {
      margin-top: 0.75rem;
    }
    .l-mt--sm-1 {
      margin-top: 1rem;
    }
    .l-mt--sm-15 {
      margin-top: 1.5rem;
    }
    .l-mt--sm-2 {
      margin-top: 2rem;
    }
    .l-mt--sm-25 {
      margin-top: 2.5rem;
    }
    .l-mt--sm-3 {
      margin-top: 3rem;
    }
    .l-mt--sm-35 {
      margin-top: 3.5rem;
    }
    .l-mt--sm-4 {
      margin-top: 4rem;
    }
    .l-mt--sm-45 {
      margin-top: 4.5rem;
    }
    .l-mt--sm-5 {
      margin-top: 5rem;
    }
    .l-mt--sm-0-neg {
      margin-top: 0;
    }
    .l-mt--sm-025-neg {
      margin-top: -0.25rem;
    }
    .l-mt--sm-05-neg {
      margin-top: -0.5rem;
    }
    .l-mt--sm-075-neg {
      margin-top: -0.75rem;
    }
    .l-mt--sm-1-neg {
      margin-top: -1rem;
    }
    .l-mt--sm-15-neg {
      margin-top: -1.5rem;
    }
    .l-mt--sm-2-neg {
      margin-top: -2rem;
    }
    .l-mt--sm-25-neg {
      margin-top: -2.5rem;
    }
    .l-mt--sm-3-neg {
      margin-top: -3rem;
    }
    .l-mt--sm-35-neg {
      margin-top: -3.5rem;
    }
    .l-mt--sm-4-neg {
      margin-top: -4rem;
    }
    .l-mt--sm-45-neg {
      margin-top: -4.5rem;
    }
    .l-mt--sm-5-neg {
      margin-top: -5rem;
    }
    .l-mx--sm-base-neg {
      margin-right: -15px;
      margin-left: -15px;
    }
    .l-mx--sm-0 {
      margin-right: 0;
      margin-left: 0;
    }
    .l-mx--sm-025 {
      margin-right: 0.25rem;
      margin-left: 0.25rem;
    }
    .l-mx--sm-05 {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
    }
    .l-mx--sm-075 {
      margin-right: 0.75rem;
      margin-left: 0.75rem;
    }
    .l-mx--sm-1 {
      margin-right: 1rem;
      margin-left: 1rem;
    }
    .l-mx--sm-15 {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
    }
    .l-mx--sm-2 {
      margin-right: 2rem;
      margin-left: 2rem;
    }
    .l-mx--sm-25 {
      margin-right: 2.5rem;
      margin-left: 2.5rem;
    }
    .l-mx--sm-3 {
      margin-right: 3rem;
      margin-left: 3rem;
    }
    .l-mx--sm-35 {
      margin-right: 3.5rem;
      margin-left: 3.5rem;
    }
    .l-mx--sm-4 {
      margin-right: 4rem;
      margin-left: 4rem;
    }
    .l-mx--sm-45 {
      margin-right: 4.5rem;
      margin-left: 4.5rem;
    }
    .l-mx--sm-5 {
      margin-right: 5rem;
      margin-left: 5rem;
    }
    .l-ml--sm-base-neg {
      margin-left: -15px;
    }
    .l-ml--sm-0 {
      margin-left: 0;
    }
    .l-ml--sm-025 {
      margin-left: 0.25rem;
    }
    .l-ml--sm-05 {
      margin-left: 0.5rem;
    }
    .l-ml--sm-075 {
      margin-left: 0.75rem;
    }
    .l-ml--sm-1 {
      margin-left: 1rem;
    }
    .l-ml--sm-15 {
      margin-left: 1.5rem;
    }
    .l-ml--sm-2 {
      margin-left: 2rem;
    }
    .l-ml--sm-25 {
      margin-left: 2.5rem;
    }
    .l-ml--sm-3 {
      margin-left: 3rem;
    }
    .l-ml--sm-35 {
      margin-left: 3.5rem;
    }
    .l-ml--sm-4 {
      margin-left: 4rem;
    }
    .l-ml--sm-45 {
      margin-left: 4.5rem;
    }
    .l-ml--sm-5 {
      margin-left: 5rem;
    }
    .l-mr--sm-base-neg {
      margin-right: -15px;
    }
    .l-mr--sm-0 {
      margin-right: 0;
    }
    .l-mr--sm-025 {
      margin-right: 0.25rem;
    }
    .l-mr--sm-05 {
      margin-right: 0.5rem;
    }
    .l-mr--sm-075 {
      margin-right: 0.75rem;
    }
    .l-mr--sm-1 {
      margin-right: 1rem;
    }
    .l-mr--sm-15 {
      margin-right: 1.5rem;
    }
    .l-mr--sm-2 {
      margin-right: 2rem;
    }
    .l-mr--sm-25 {
      margin-right: 2.5rem;
    }
    .l-mr--sm-3 {
      margin-right: 3rem;
    }
    .l-mr--sm-35 {
      margin-right: 3.5rem;
    }
    .l-mr--sm-4 {
      margin-right: 4rem;
    }
    .l-mr--sm-45 {
      margin-right: 4.5rem;
    }
    .l-mr--sm-5 {
      margin-right: 5rem;
    }
    .l-ml--sm-1-neg {
      margin-left: -1rem;
    }
    .l-ml--sm-15-neg {
      margin-left: -1.5rem;
    }
    .l-ml--sm-2-neg {
      margin-left: -2rem;
    }
    .l-ml--sm-25-neg {
      margin-left: -2.5rem;
    }
    .l-ml--sm-3-neg {
      margin-left: -3rem;
    }
    .l-ml--sm-35-neg {
      margin-left: -3.5rem;
    }
    .l-ml--sm-4-neg {
      margin-left: -4rem;
    }
    .l-ml--sm-45-neg {
      margin-left: -4.5rem;
    }
    .l-ml--sm-5-neg {
      margin-left: -5rem;
    }
    .l-ml--sm-6-neg {
      margin-left: -6rem;
    }
    .l-ml--sm-7-neg {
      margin-left: -7rem;
    }
    .l-mr--sm-1-neg {
      margin-right: -1rem;
    }
    .l-mr--sm-15-neg {
      margin-right: -1.5rem;
    }
    .l-mr--sm-2-neg {
      margin-right: -2rem;
    }
    .l-mr--sm-25-neg {
      margin-right: -2.5rem;
    }
    .l-mr--sm-3-neg {
      margin-right: -3rem;
    }
    .l-mr--sm-35-neg {
      margin-right: -3.5rem;
    }
    .l-mr--sm-4-neg {
      margin-right: -4rem;
    }
    .l-mr--sm-45-neg {
      margin-right: -4.5rem;
    }
    .l-mr--sm-5-neg {
      margin-right: -5rem;
    }
    .l-mr--sm-6-neg {
      margin-right: -6rem;
    }
    .l-mr--sm-7-neg {
      margin-right: -7rem;
    }
  }
  @media screen and (min-width: 880px) {
    .l-my--sm-md-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
    .l-my--sm-md-025 {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
    }
    .l-my--sm-md-05 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .l-my--sm-md-075 {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
    }
    .l-my--sm-md-1 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .l-my--sm-md-15 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .l-my--sm-md-2 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
    .l-my--sm-md-25 {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
    }
    .l-my--sm-md-3 {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
    .l-my--sm-md-35 {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem;
    }
    .l-my--sm-md-4 {
      margin-top: 4rem;
      margin-bottom: 4rem;
    }
    .l-my--sm-md-45 {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem;
    }
    .l-my--sm-md-5 {
      margin-top: 5rem;
      margin-bottom: 5rem;
    }
    .l-mb--sm-md-0 {
      margin-bottom: 0;
    }
    .l-mb--sm-md-025 {
      margin-bottom: 0.25rem;
    }
    .l-mb--sm-md-05 {
      margin-bottom: 0.5rem;
    }
    .l-mb--sm-md-075 {
      margin-bottom: 0.75rem;
    }
    .l-mb--sm-md-1 {
      margin-bottom: 1rem;
    }
    .l-mb--sm-md-15 {
      margin-bottom: 1.5rem;
    }
    .l-mb--sm-md-2 {
      margin-bottom: 2rem;
    }
    .l-mb--sm-md-25 {
      margin-bottom: 2.5rem;
    }
    .l-mb--sm-md-3 {
      margin-bottom: 3rem;
    }
    .l-mb--sm-md-35 {
      margin-bottom: 3.5rem;
    }
    .l-mb--sm-md-4 {
      margin-bottom: 4rem;
    }
    .l-mb--sm-md-45 {
      margin-bottom: 4.5rem;
    }
    .l-mb--sm-md-5 {
      margin-bottom: 5rem;
    }
    .l-mt--sm-md-0 {
      margin-top: 0;
    }
    .l-mt--sm-md-025 {
      margin-top: 0.25rem;
    }
    .l-mt--sm-md-05 {
      margin-top: 0.5rem;
    }
    .l-mt--sm-md-075 {
      margin-top: 0.75rem;
    }
    .l-mt--sm-md-1 {
      margin-top: 1rem;
    }
    .l-mt--sm-md-15 {
      margin-top: 1.5rem;
    }
    .l-mt--sm-md-2 {
      margin-top: 2rem;
    }
    .l-mt--sm-md-25 {
      margin-top: 2.5rem;
    }
    .l-mt--sm-md-3 {
      margin-top: 3rem;
    }
    .l-mt--sm-md-35 {
      margin-top: 3.5rem;
    }
    .l-mt--sm-md-4 {
      margin-top: 4rem;
    }
    .l-mt--sm-md-45 {
      margin-top: 4.5rem;
    }
    .l-mt--sm-md-5 {
      margin-top: 5rem;
    }
    .l-mt--sm-md-0-neg {
      margin-top: 0;
    }
    .l-mt--sm-md-025-neg {
      margin-top: -0.25rem;
    }
    .l-mt--sm-md-05-neg {
      margin-top: -0.5rem;
    }
    .l-mt--sm-md-075-neg {
      margin-top: -0.75rem;
    }
    .l-mt--sm-md-1-neg {
      margin-top: -1rem;
    }
    .l-mt--sm-md-15-neg {
      margin-top: -1.5rem;
    }
    .l-mt--sm-md-2-neg {
      margin-top: -2rem;
    }
    .l-mt--sm-md-25-neg {
      margin-top: -2.5rem;
    }
    .l-mt--sm-md-3-neg {
      margin-top: -3rem;
    }
    .l-mt--sm-md-35-neg {
      margin-top: -3.5rem;
    }
    .l-mt--sm-md-4-neg {
      margin-top: -4rem;
    }
    .l-mt--sm-md-45-neg {
      margin-top: -4.5rem;
    }
    .l-mt--sm-md-5-neg {
      margin-top: -5rem;
    }
    .l-mx--sm-md-base-neg {
      margin-right: -15px;
      margin-left: -15px;
    }
    .l-mx--sm-md-0 {
      margin-right: 0;
      margin-left: 0;
    }
    .l-mx--sm-md-025 {
      margin-right: 0.25rem;
      margin-left: 0.25rem;
    }
    .l-mx--sm-md-05 {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
    }
    .l-mx--sm-md-075 {
      margin-right: 0.75rem;
      margin-left: 0.75rem;
    }
    .l-mx--sm-md-1 {
      margin-right: 1rem;
      margin-left: 1rem;
    }
    .l-mx--sm-md-15 {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
    }
    .l-mx--sm-md-2 {
      margin-right: 2rem;
      margin-left: 2rem;
    }
    .l-mx--sm-md-25 {
      margin-right: 2.5rem;
      margin-left: 2.5rem;
    }
    .l-mx--sm-md-3 {
      margin-right: 3rem;
      margin-left: 3rem;
    }
    .l-mx--sm-md-35 {
      margin-right: 3.5rem;
      margin-left: 3.5rem;
    }
    .l-mx--sm-md-4 {
      margin-right: 4rem;
      margin-left: 4rem;
    }
    .l-mx--sm-md-45 {
      margin-right: 4.5rem;
      margin-left: 4.5rem;
    }
    .l-mx--sm-md-5 {
      margin-right: 5rem;
      margin-left: 5rem;
    }
    .l-ml--sm-md-base-neg {
      margin-left: -15px;
    }
    .l-ml--sm-md-0 {
      margin-left: 0;
    }
    .l-ml--sm-md-025 {
      margin-left: 0.25rem;
    }
    .l-ml--sm-md-05 {
      margin-left: 0.5rem;
    }
    .l-ml--sm-md-075 {
      margin-left: 0.75rem;
    }
    .l-ml--sm-md-1 {
      margin-left: 1rem;
    }
    .l-ml--sm-md-15 {
      margin-left: 1.5rem;
    }
    .l-ml--sm-md-2 {
      margin-left: 2rem;
    }
    .l-ml--sm-md-25 {
      margin-left: 2.5rem;
    }
    .l-ml--sm-md-3 {
      margin-left: 3rem;
    }
    .l-ml--sm-md-35 {
      margin-left: 3.5rem;
    }
    .l-ml--sm-md-4 {
      margin-left: 4rem;
    }
    .l-ml--sm-md-45 {
      margin-left: 4.5rem;
    }
    .l-ml--sm-md-5 {
      margin-left: 5rem;
    }
    .l-mr--sm-md-base-neg {
      margin-right: -15px;
    }
    .l-mr--sm-md-0 {
      margin-right: 0;
    }
    .l-mr--sm-md-025 {
      margin-right: 0.25rem;
    }
    .l-mr--sm-md-05 {
      margin-right: 0.5rem;
    }
    .l-mr--sm-md-075 {
      margin-right: 0.75rem;
    }
    .l-mr--sm-md-1 {
      margin-right: 1rem;
    }
    .l-mr--sm-md-15 {
      margin-right: 1.5rem;
    }
    .l-mr--sm-md-2 {
      margin-right: 2rem;
    }
    .l-mr--sm-md-25 {
      margin-right: 2.5rem;
    }
    .l-mr--sm-md-3 {
      margin-right: 3rem;
    }
    .l-mr--sm-md-35 {
      margin-right: 3.5rem;
    }
    .l-mr--sm-md-4 {
      margin-right: 4rem;
    }
    .l-mr--sm-md-45 {
      margin-right: 4.5rem;
    }
    .l-mr--sm-md-5 {
      margin-right: 5rem;
    }
    .l-ml--sm-md-1-neg {
      margin-left: -1rem;
    }
    .l-ml--sm-md-15-neg {
      margin-left: -1.5rem;
    }
    .l-ml--sm-md-2-neg {
      margin-left: -2rem;
    }
    .l-ml--sm-md-25-neg {
      margin-left: -2.5rem;
    }
    .l-ml--sm-md-3-neg {
      margin-left: -3rem;
    }
    .l-ml--sm-md-35-neg {
      margin-left: -3.5rem;
    }
    .l-ml--sm-md-4-neg {
      margin-left: -4rem;
    }
    .l-ml--sm-md-45-neg {
      margin-left: -4.5rem;
    }
    .l-ml--sm-md-5-neg {
      margin-left: -5rem;
    }
    .l-ml--sm-md-6-neg {
      margin-left: -6rem;
    }
    .l-ml--sm-md-7-neg {
      margin-left: -7rem;
    }
    .l-mr--sm-md-1-neg {
      margin-right: -1rem;
    }
    .l-mr--sm-md-15-neg {
      margin-right: -1.5rem;
    }
    .l-mr--sm-md-2-neg {
      margin-right: -2rem;
    }
    .l-mr--sm-md-25-neg {
      margin-right: -2.5rem;
    }
    .l-mr--sm-md-3-neg {
      margin-right: -3rem;
    }
    .l-mr--sm-md-35-neg {
      margin-right: -3.5rem;
    }
    .l-mr--sm-md-4-neg {
      margin-right: -4rem;
    }
    .l-mr--sm-md-45-neg {
      margin-right: -4.5rem;
    }
    .l-mr--sm-md-5-neg {
      margin-right: -5rem;
    }
    .l-mr--sm-md-6-neg {
      margin-right: -6rem;
    }
    .l-mr--sm-md-7-neg {
      margin-right: -7rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .l-my--md-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
    .l-my--md-025 {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
    }
    .l-my--md-05 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .l-my--md-075 {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
    }
    .l-my--md-1 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .l-my--md-15 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .l-my--md-2 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
    .l-my--md-25 {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
    }
    .l-my--md-3 {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
    .l-my--md-35 {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem;
    }
    .l-my--md-4 {
      margin-top: 4rem;
      margin-bottom: 4rem;
    }
    .l-my--md-45 {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem;
    }
    .l-my--md-5 {
      margin-top: 5rem;
      margin-bottom: 5rem;
    }
    .l-mb--md-0 {
      margin-bottom: 0;
    }
    .l-mb--md-025 {
      margin-bottom: 0.25rem;
    }
    .l-mb--md-05 {
      margin-bottom: 0.5rem;
    }
    .l-mb--md-075 {
      margin-bottom: 0.75rem;
    }
    .l-mb--md-1 {
      margin-bottom: 1rem;
    }
    .l-mb--md-15 {
      margin-bottom: 1.5rem;
    }
    .l-mb--md-2 {
      margin-bottom: 2rem;
    }
    .l-mb--md-25 {
      margin-bottom: 2.5rem;
    }
    .l-mb--md-3 {
      margin-bottom: 3rem;
    }
    .l-mb--md-35 {
      margin-bottom: 3.5rem;
    }
    .l-mb--md-4 {
      margin-bottom: 4rem;
    }
    .l-mb--md-45 {
      margin-bottom: 4.5rem;
    }
    .l-mb--md-5 {
      margin-bottom: 5rem;
    }
    .l-mt--md-0 {
      margin-top: 0;
    }
    .l-mt--md-025 {
      margin-top: 0.25rem;
    }
    .l-mt--md-05 {
      margin-top: 0.5rem;
    }
    .l-mt--md-075 {
      margin-top: 0.75rem;
    }
    .l-mt--md-1 {
      margin-top: 1rem;
    }
    .l-mt--md-15 {
      margin-top: 1.5rem;
    }
    .l-mt--md-2 {
      margin-top: 2rem;
    }
    .l-mt--md-25 {
      margin-top: 2.5rem;
    }
    .l-mt--md-3 {
      margin-top: 3rem;
    }
    .l-mt--md-35 {
      margin-top: 3.5rem;
    }
    .l-mt--md-4 {
      margin-top: 4rem;
    }
    .l-mt--md-45 {
      margin-top: 4.5rem;
    }
    .l-mt--md-5 {
      margin-top: 5rem;
    }
    .l-mt--md-0-neg {
      margin-top: 0;
    }
    .l-mt--md-025-neg {
      margin-top: -0.25rem;
    }
    .l-mt--md-05-neg {
      margin-top: -0.5rem;
    }
    .l-mt--md-075-neg {
      margin-top: -0.75rem;
    }
    .l-mt--md-1-neg {
      margin-top: -1rem;
    }
    .l-mt--md-15-neg {
      margin-top: -1.5rem;
    }
    .l-mt--md-2-neg {
      margin-top: -2rem;
    }
    .l-mt--md-25-neg {
      margin-top: -2.5rem;
    }
    .l-mt--md-3-neg {
      margin-top: -3rem;
    }
    .l-mt--md-35-neg {
      margin-top: -3.5rem;
    }
    .l-mt--md-4-neg {
      margin-top: -4rem;
    }
    .l-mt--md-45-neg {
      margin-top: -4.5rem;
    }
    .l-mt--md-5-neg {
      margin-top: -5rem;
    }
    .l-mx--md-base-neg {
      margin-right: -15px;
      margin-left: -15px;
    }
    .l-mx--md-0 {
      margin-right: 0;
      margin-left: 0;
    }
    .l-mx--md-025 {
      margin-right: 0.25rem;
      margin-left: 0.25rem;
    }
    .l-mx--md-05 {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
    }
    .l-mx--md-075 {
      margin-right: 0.75rem;
      margin-left: 0.75rem;
    }
    .l-mx--md-1 {
      margin-right: 1rem;
      margin-left: 1rem;
    }
    .l-mx--md-15 {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
    }
    .l-mx--md-2 {
      margin-right: 2rem;
      margin-left: 2rem;
    }
    .l-mx--md-25 {
      margin-right: 2.5rem;
      margin-left: 2.5rem;
    }
    .l-mx--md-3 {
      margin-right: 3rem;
      margin-left: 3rem;
    }
    .l-mx--md-35 {
      margin-right: 3.5rem;
      margin-left: 3.5rem;
    }
    .l-mx--md-4 {
      margin-right: 4rem;
      margin-left: 4rem;
    }
    .l-mx--md-45 {
      margin-right: 4.5rem;
      margin-left: 4.5rem;
    }
    .l-mx--md-5 {
      margin-right: 5rem;
      margin-left: 5rem;
    }
    .l-ml--md-base-neg {
      margin-left: -15px;
    }
    .l-ml--md-0 {
      margin-left: 0;
    }
    .l-ml--md-025 {
      margin-left: 0.25rem;
    }
    .l-ml--md-05 {
      margin-left: 0.5rem;
    }
    .l-ml--md-075 {
      margin-left: 0.75rem;
    }
    .l-ml--md-1 {
      margin-left: 1rem;
    }
    .l-ml--md-15 {
      margin-left: 1.5rem;
    }
    .l-ml--md-2 {
      margin-left: 2rem;
    }
    .l-ml--md-25 {
      margin-left: 2.5rem;
    }
    .l-ml--md-3 {
      margin-left: 3rem;
    }
    .l-ml--md-35 {
      margin-left: 3.5rem;
    }
    .l-ml--md-4 {
      margin-left: 4rem;
    }
    .l-ml--md-45 {
      margin-left: 4.5rem;
    }
    .l-ml--md-5 {
      margin-left: 5rem;
    }
    .l-mr--md-base-neg {
      margin-right: -15px;
    }
    .l-mr--md-0 {
      margin-right: 0;
    }
    .l-mr--md-025 {
      margin-right: 0.25rem;
    }
    .l-mr--md-05 {
      margin-right: 0.5rem;
    }
    .l-mr--md-075 {
      margin-right: 0.75rem;
    }
    .l-mr--md-1 {
      margin-right: 1rem;
    }
    .l-mr--md-15 {
      margin-right: 1.5rem;
    }
    .l-mr--md-2 {
      margin-right: 2rem;
    }
    .l-mr--md-25 {
      margin-right: 2.5rem;
    }
    .l-mr--md-3 {
      margin-right: 3rem;
    }
    .l-mr--md-35 {
      margin-right: 3.5rem;
    }
    .l-mr--md-4 {
      margin-right: 4rem;
    }
    .l-mr--md-45 {
      margin-right: 4.5rem;
    }
    .l-mr--md-5 {
      margin-right: 5rem;
    }
    .l-ml--md-1-neg {
      margin-left: -1rem;
    }
    .l-ml--md-15-neg {
      margin-left: -1.5rem;
    }
    .l-ml--md-2-neg {
      margin-left: -2rem;
    }
    .l-ml--md-25-neg {
      margin-left: -2.5rem;
    }
    .l-ml--md-3-neg {
      margin-left: -3rem;
    }
    .l-ml--md-35-neg {
      margin-left: -3.5rem;
    }
    .l-ml--md-4-neg {
      margin-left: -4rem;
    }
    .l-ml--md-45-neg {
      margin-left: -4.5rem;
    }
    .l-ml--md-5-neg {
      margin-left: -5rem;
    }
    .l-ml--md-6-neg {
      margin-left: -6rem;
    }
    .l-ml--md-7-neg {
      margin-left: -7rem;
    }
    .l-mr--md-1-neg {
      margin-right: -1rem;
    }
    .l-mr--md-15-neg {
      margin-right: -1.5rem;
    }
    .l-mr--md-2-neg {
      margin-right: -2rem;
    }
    .l-mr--md-25-neg {
      margin-right: -2.5rem;
    }
    .l-mr--md-3-neg {
      margin-right: -3rem;
    }
    .l-mr--md-35-neg {
      margin-right: -3.5rem;
    }
    .l-mr--md-4-neg {
      margin-right: -4rem;
    }
    .l-mr--md-45-neg {
      margin-right: -4.5rem;
    }
    .l-mr--md-5-neg {
      margin-right: -5rem;
    }
    .l-mr--md-6-neg {
      margin-right: -6rem;
    }
    .l-mr--md-7-neg {
      margin-right: -7rem;
    }
  }
  @media screen and (min-width: 1200px) {
    .l-my--lg-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
    .l-my--lg-025 {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
    }
    .l-my--lg-05 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .l-my--lg-075 {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
    }
    .l-my--lg-1 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .l-my--lg-15 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .l-my--lg-2 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
    .l-my--lg-25 {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
    }
    .l-my--lg-3 {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
    .l-my--lg-35 {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem;
    }
    .l-my--lg-4 {
      margin-top: 4rem;
      margin-bottom: 4rem;
    }
    .l-my--lg-45 {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem;
    }
    .l-my--lg-5 {
      margin-top: 5rem;
      margin-bottom: 5rem;
    }
    .l-mb--lg-0 {
      margin-bottom: 0;
    }
    .l-mb--lg-025 {
      margin-bottom: 0.25rem;
    }
    .l-mb--lg-05 {
      margin-bottom: 0.5rem;
    }
    .l-mb--lg-075 {
      margin-bottom: 0.75rem;
    }
    .l-mb--lg-1 {
      margin-bottom: 1rem;
    }
    .l-mb--lg-15 {
      margin-bottom: 1.5rem;
    }
    .l-mb--lg-2 {
      margin-bottom: 2rem;
    }
    .l-mb--lg-25 {
      margin-bottom: 2.5rem;
    }
    .l-mb--lg-3 {
      margin-bottom: 3rem;
    }
    .l-mb--lg-35 {
      margin-bottom: 3.5rem;
    }
    .l-mb--lg-4 {
      margin-bottom: 4rem;
    }
    .l-mb--lg-45 {
      margin-bottom: 4.5rem;
    }
    .l-mb--lg-5 {
      margin-bottom: 5rem;
    }
    .l-mt--lg-0 {
      margin-top: 0;
    }
    .l-mt--lg-025 {
      margin-top: 0.25rem;
    }
    .l-mt--lg-05 {
      margin-top: 0.5rem;
    }
    .l-mt--lg-075 {
      margin-top: 0.75rem;
    }
    .l-mt--lg-1 {
      margin-top: 1rem;
    }
    .l-mt--lg-15 {
      margin-top: 1.5rem;
    }
    .l-mt--lg-2 {
      margin-top: 2rem;
    }
    .l-mt--lg-25 {
      margin-top: 2.5rem;
    }
    .l-mt--lg-3 {
      margin-top: 3rem;
    }
    .l-mt--lg-35 {
      margin-top: 3.5rem;
    }
    .l-mt--lg-4 {
      margin-top: 4rem;
    }
    .l-mt--lg-45 {
      margin-top: 4.5rem;
    }
    .l-mt--lg-5 {
      margin-top: 5rem;
    }
    .l-mt--lg-0-neg {
      margin-top: 0;
    }
    .l-mt--lg-025-neg {
      margin-top: -0.25rem;
    }
    .l-mt--lg-05-neg {
      margin-top: -0.5rem;
    }
    .l-mt--lg-075-neg {
      margin-top: -0.75rem;
    }
    .l-mt--lg-1-neg {
      margin-top: -1rem;
    }
    .l-mt--lg-15-neg {
      margin-top: -1.5rem;
    }
    .l-mt--lg-2-neg {
      margin-top: -2rem;
    }
    .l-mt--lg-25-neg {
      margin-top: -2.5rem;
    }
    .l-mt--lg-3-neg {
      margin-top: -3rem;
    }
    .l-mt--lg-35-neg {
      margin-top: -3.5rem;
    }
    .l-mt--lg-4-neg {
      margin-top: -4rem;
    }
    .l-mt--lg-45-neg {
      margin-top: -4.5rem;
    }
    .l-mt--lg-5-neg {
      margin-top: -5rem;
    }
    .l-mx--lg-base-neg {
      margin-right: -15px;
      margin-left: -15px;
    }
    .l-mx--lg-0 {
      margin-right: 0;
      margin-left: 0;
    }
    .l-mx--lg-025 {
      margin-right: 0.25rem;
      margin-left: 0.25rem;
    }
    .l-mx--lg-05 {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
    }
    .l-mx--lg-075 {
      margin-right: 0.75rem;
      margin-left: 0.75rem;
    }
    .l-mx--lg-1 {
      margin-right: 1rem;
      margin-left: 1rem;
    }
    .l-mx--lg-15 {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
    }
    .l-mx--lg-2 {
      margin-right: 2rem;
      margin-left: 2rem;
    }
    .l-mx--lg-25 {
      margin-right: 2.5rem;
      margin-left: 2.5rem;
    }
    .l-mx--lg-3 {
      margin-right: 3rem;
      margin-left: 3rem;
    }
    .l-mx--lg-35 {
      margin-right: 3.5rem;
      margin-left: 3.5rem;
    }
    .l-mx--lg-4 {
      margin-right: 4rem;
      margin-left: 4rem;
    }
    .l-mx--lg-45 {
      margin-right: 4.5rem;
      margin-left: 4.5rem;
    }
    .l-mx--lg-5 {
      margin-right: 5rem;
      margin-left: 5rem;
    }
    .l-ml--lg-base-neg {
      margin-left: -15px;
    }
    .l-ml--lg-0 {
      margin-left: 0;
    }
    .l-ml--lg-025 {
      margin-left: 0.25rem;
    }
    .l-ml--lg-05 {
      margin-left: 0.5rem;
    }
    .l-ml--lg-075 {
      margin-left: 0.75rem;
    }
    .l-ml--lg-1 {
      margin-left: 1rem;
    }
    .l-ml--lg-15 {
      margin-left: 1.5rem;
    }
    .l-ml--lg-2 {
      margin-left: 2rem;
    }
    .l-ml--lg-25 {
      margin-left: 2.5rem;
    }
    .l-ml--lg-3 {
      margin-left: 3rem;
    }
    .l-ml--lg-35 {
      margin-left: 3.5rem;
    }
    .l-ml--lg-4 {
      margin-left: 4rem;
    }
    .l-ml--lg-45 {
      margin-left: 4.5rem;
    }
    .l-ml--lg-5 {
      margin-left: 5rem;
    }
    .l-mr--lg-base-neg {
      margin-right: -15px;
    }
    .l-mr--lg-0 {
      margin-right: 0;
    }
    .l-mr--lg-025 {
      margin-right: 0.25rem;
    }
    .l-mr--lg-05 {
      margin-right: 0.5rem;
    }
    .l-mr--lg-075 {
      margin-right: 0.75rem;
    }
    .l-mr--lg-1 {
      margin-right: 1rem;
    }
    .l-mr--lg-15 {
      margin-right: 1.5rem;
    }
    .l-mr--lg-2 {
      margin-right: 2rem;
    }
    .l-mr--lg-25 {
      margin-right: 2.5rem;
    }
    .l-mr--lg-3 {
      margin-right: 3rem;
    }
    .l-mr--lg-35 {
      margin-right: 3.5rem;
    }
    .l-mr--lg-4 {
      margin-right: 4rem;
    }
    .l-mr--lg-45 {
      margin-right: 4.5rem;
    }
    .l-mr--lg-5 {
      margin-right: 5rem;
    }
    .l-ml--lg-1-neg {
      margin-left: -1rem;
    }
    .l-ml--lg-15-neg {
      margin-left: -1.5rem;
    }
    .l-ml--lg-2-neg {
      margin-left: -2rem;
    }
    .l-ml--lg-25-neg {
      margin-left: -2.5rem;
    }
    .l-ml--lg-3-neg {
      margin-left: -3rem;
    }
    .l-ml--lg-35-neg {
      margin-left: -3.5rem;
    }
    .l-ml--lg-4-neg {
      margin-left: -4rem;
    }
    .l-ml--lg-45-neg {
      margin-left: -4.5rem;
    }
    .l-ml--lg-5-neg {
      margin-left: -5rem;
    }
    .l-ml--lg-6-neg {
      margin-left: -6rem;
    }
    .l-ml--lg-7-neg {
      margin-left: -7rem;
    }
    .l-mr--lg-1-neg {
      margin-right: -1rem;
    }
    .l-mr--lg-15-neg {
      margin-right: -1.5rem;
    }
    .l-mr--lg-2-neg {
      margin-right: -2rem;
    }
    .l-mr--lg-25-neg {
      margin-right: -2.5rem;
    }
    .l-mr--lg-3-neg {
      margin-right: -3rem;
    }
    .l-mr--lg-35-neg {
      margin-right: -3.5rem;
    }
    .l-mr--lg-4-neg {
      margin-right: -4rem;
    }
    .l-mr--lg-45-neg {
      margin-right: -4.5rem;
    }
    .l-mr--lg-5-neg {
      margin-right: -5rem;
    }
    .l-mr--lg-6-neg {
      margin-right: -6rem;
    }
    .l-mr--lg-7-neg {
      margin-right: -7rem;
    }
  }
  @media screen and (min-width: 1280px) {
    .l-my--xlg-0 {
      margin-top: 0;
      margin-bottom: 0;
    }
    .l-my--xlg-025 {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
    }
    .l-my--xlg-05 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .l-my--xlg-075 {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
    }
    .l-my--xlg-1 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .l-my--xlg-15 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .l-my--xlg-2 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
    .l-my--xlg-25 {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
    }
    .l-my--xlg-3 {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
    .l-my--xlg-35 {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem;
    }
    .l-my--xlg-4 {
      margin-top: 4rem;
      margin-bottom: 4rem;
    }
    .l-my--xlg-45 {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem;
    }
    .l-my--xlg-5 {
      margin-top: 5rem;
      margin-bottom: 5rem;
    }
    .l-mb--xlg-0 {
      margin-bottom: 0;
    }
    .l-mb--xlg-025 {
      margin-bottom: 0.25rem;
    }
    .l-mb--xlg-05 {
      margin-bottom: 0.5rem;
    }
    .l-mb--xlg-075 {
      margin-bottom: 0.75rem;
    }
    .l-mb--xlg-1 {
      margin-bottom: 1rem;
    }
    .l-mb--xlg-15 {
      margin-bottom: 1.5rem;
    }
    .l-mb--xlg-2 {
      margin-bottom: 2rem;
    }
    .l-mb--xlg-25 {
      margin-bottom: 2.5rem;
    }
    .l-mb--xlg-3 {
      margin-bottom: 3rem;
    }
    .l-mb--xlg-35 {
      margin-bottom: 3.5rem;
    }
    .l-mb--xlg-4 {
      margin-bottom: 4rem;
    }
    .l-mb--xlg-45 {
      margin-bottom: 4.5rem;
    }
    .l-mb--xlg-5 {
      margin-bottom: 5rem;
    }
    .l-mt--xlg-0 {
      margin-top: 0;
    }
    .l-mt--xlg-025 {
      margin-top: 0.25rem;
    }
    .l-mt--xlg-05 {
      margin-top: 0.5rem;
    }
    .l-mt--xlg-075 {
      margin-top: 0.75rem;
    }
    .l-mt--xlg-1 {
      margin-top: 1rem;
    }
    .l-mt--xlg-15 {
      margin-top: 1.5rem;
    }
    .l-mt--xlg-2 {
      margin-top: 2rem;
    }
    .l-mt--xlg-25 {
      margin-top: 2.5rem;
    }
    .l-mt--xlg-3 {
      margin-top: 3rem;
    }
    .l-mt--xlg-35 {
      margin-top: 3.5rem;
    }
    .l-mt--xlg-4 {
      margin-top: 4rem;
    }
    .l-mt--xlg-45 {
      margin-top: 4.5rem;
    }
    .l-mt--xlg-5 {
      margin-top: 5rem;
    }
    .l-mt--xlg-0-neg {
      margin-top: 0;
    }
    .l-mt--xlg-025-neg {
      margin-top: -0.25rem;
    }
    .l-mt--xlg-05-neg {
      margin-top: -0.5rem;
    }
    .l-mt--xlg-075-neg {
      margin-top: -0.75rem;
    }
    .l-mt--xlg-1-neg {
      margin-top: -1rem;
    }
    .l-mt--xlg-15-neg {
      margin-top: -1.5rem;
    }
    .l-mt--xlg-2-neg {
      margin-top: -2rem;
    }
    .l-mt--xlg-25-neg {
      margin-top: -2.5rem;
    }
    .l-mt--xlg-3-neg {
      margin-top: -3rem;
    }
    .l-mt--xlg-35-neg {
      margin-top: -3.5rem;
    }
    .l-mt--xlg-4-neg {
      margin-top: -4rem;
    }
    .l-mt--xlg-45-neg {
      margin-top: -4.5rem;
    }
    .l-mt--xlg-5-neg {
      margin-top: -5rem;
    }
    .l-mx--xlg-base-neg {
      margin-right: -15px;
      margin-left: -15px;
    }
    .l-mx--xlg-0 {
      margin-right: 0;
      margin-left: 0;
    }
    .l-mx--xlg-025 {
      margin-right: 0.25rem;
      margin-left: 0.25rem;
    }
    .l-mx--xlg-05 {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
    }
    .l-mx--xlg-075 {
      margin-right: 0.75rem;
      margin-left: 0.75rem;
    }
    .l-mx--xlg-1 {
      margin-right: 1rem;
      margin-left: 1rem;
    }
    .l-mx--xlg-15 {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
    }
    .l-mx--xlg-2 {
      margin-right: 2rem;
      margin-left: 2rem;
    }
    .l-mx--xlg-25 {
      margin-right: 2.5rem;
      margin-left: 2.5rem;
    }
    .l-mx--xlg-3 {
      margin-right: 3rem;
      margin-left: 3rem;
    }
    .l-mx--xlg-35 {
      margin-right: 3.5rem;
      margin-left: 3.5rem;
    }
    .l-mx--xlg-4 {
      margin-right: 4rem;
      margin-left: 4rem;
    }
    .l-mx--xlg-45 {
      margin-right: 4.5rem;
      margin-left: 4.5rem;
    }
    .l-mx--xlg-5 {
      margin-right: 5rem;
      margin-left: 5rem;
    }
    .l-ml--xlg-base-neg {
      margin-left: -15px;
    }
    .l-ml--xlg-0 {
      margin-left: 0;
    }
    .l-ml--xlg-025 {
      margin-left: 0.25rem;
    }
    .l-ml--xlg-05 {
      margin-left: 0.5rem;
    }
    .l-ml--xlg-075 {
      margin-left: 0.75rem;
    }
    .l-ml--xlg-1 {
      margin-left: 1rem;
    }
    .l-ml--xlg-15 {
      margin-left: 1.5rem;
    }
    .l-ml--xlg-2 {
      margin-left: 2rem;
    }
    .l-ml--xlg-25 {
      margin-left: 2.5rem;
    }
    .l-ml--xlg-3 {
      margin-left: 3rem;
    }
    .l-ml--xlg-35 {
      margin-left: 3.5rem;
    }
    .l-ml--xlg-4 {
      margin-left: 4rem;
    }
    .l-ml--xlg-45 {
      margin-left: 4.5rem;
    }
    .l-ml--xlg-5 {
      margin-left: 5rem;
    }
    .l-mr--xlg-base-neg {
      margin-right: -15px;
    }
    .l-mr--xlg-0 {
      margin-right: 0;
    }
    .l-mr--xlg-025 {
      margin-right: 0.25rem;
    }
    .l-mr--xlg-05 {
      margin-right: 0.5rem;
    }
    .l-mr--xlg-075 {
      margin-right: 0.75rem;
    }
    .l-mr--xlg-1 {
      margin-right: 1rem;
    }
    .l-mr--xlg-15 {
      margin-right: 1.5rem;
    }
    .l-mr--xlg-2 {
      margin-right: 2rem;
    }
    .l-mr--xlg-25 {
      margin-right: 2.5rem;
    }
    .l-mr--xlg-3 {
      margin-right: 3rem;
    }
    .l-mr--xlg-35 {
      margin-right: 3.5rem;
    }
    .l-mr--xlg-4 {
      margin-right: 4rem;
    }
    .l-mr--xlg-45 {
      margin-right: 4.5rem;
    }
    .l-mr--xlg-5 {
      margin-right: 5rem;
    }
    .l-ml--xlg-1-neg {
      margin-left: -1rem;
    }
    .l-ml--xlg-15-neg {
      margin-left: -1.5rem;
    }
    .l-ml--xlg-2-neg {
      margin-left: -2rem;
    }
    .l-ml--xlg-25-neg {
      margin-left: -2.5rem;
    }
    .l-ml--xlg-3-neg {
      margin-left: -3rem;
    }
    .l-ml--xlg-35-neg {
      margin-left: -3.5rem;
    }
    .l-ml--xlg-4-neg {
      margin-left: -4rem;
    }
    .l-ml--xlg-45-neg {
      margin-left: -4.5rem;
    }
    .l-ml--xlg-5-neg {
      margin-left: -5rem;
    }
    .l-ml--xlg-6-neg {
      margin-left: -6rem;
    }
    .l-ml--xlg-7-neg {
      margin-left: -7rem;
    }
    .l-mr--xlg-1-neg {
      margin-right: -1rem;
    }
    .l-mr--xlg-15-neg {
      margin-right: -1.5rem;
    }
    .l-mr--xlg-2-neg {
      margin-right: -2rem;
    }
    .l-mr--xlg-25-neg {
      margin-right: -2.5rem;
    }
    .l-mr--xlg-3-neg {
      margin-right: -3rem;
    }
    .l-mr--xlg-35-neg {
      margin-right: -3.5rem;
    }
    .l-mr--xlg-4-neg {
      margin-right: -4rem;
    }
    .l-mr--xlg-45-neg {
      margin-right: -4.5rem;
    }
    .l-mr--xlg-5-neg {
      margin-right: -5rem;
    }
    .l-mr--xlg-6-neg {
      margin-right: -6rem;
    }
    .l-mr--xlg-7-neg {
      margin-right: -7rem;
    }
  }
  * html .l-row {
    zoom: 1;
  }
  *:first-child + html .l-row {
    zoom: 1;
  }
  .l-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .l-row:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  .l-row--center {
    justify-content: center;
  }
  .l-row--end {
    justify-content: space-between;
  }
  @media (min-width: 768px) {
    .l-row--end-sm {
      justify-content: space-between;
    }
  }
  .l-row--align-center {
    align-items: center;
  }
  .l-row--align-stretch {
    align-items: stretch;
  }
  .l-row--flex-off {
    display: block;
  }
  @media (min-width: 768px) {
    .l-row--sm {
      display: flex;
    }
  }
  .l-row--pad-15px {
    margin-left: -15px;
    margin-right: -15px;
  }
  .l-row--pad-15px > .l-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-row--pad-015 {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }
  .l-row--pad-015 > .l-col {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .l-row--pad-025 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .l-row--pad-025 > .l-col {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .l-row--pad-05 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .l-row--pad-05 > .l-col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .l-row--pad-075 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .l-row--pad-075 > .l-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .l-row--pad-1 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .l-row--pad-1 > .l-col {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  @media screen and (min-width: 480px) {
    .l-row--xxs-pad-05 {
      margin-left: -0.5rem;
      margin-right: -0.5rem;
    }
    .l-row--xxs-pad-05 > .l-col {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .l-row--xxs-pad-075 {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
    }
    .l-row--xxs-pad-075 > .l-col {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .l-row--xxs-pad-1 {
      margin-left: -1rem;
      margin-right: -1rem;
    }
    .l-row--xxs-pad-1 > .l-col {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  @media screen and (min-width: 656px) {
    .l-row--xs-pad-05 {
      margin-left: -0.5rem;
      margin-right: -0.5rem;
    }
    .l-row--xs-pad-05 > .l-col {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .l-row--xs-pad-075 {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
    }
    .l-row--xs-pad-075 > .l-col {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .l-row--xs-pad-1 {
      margin-left: -1rem;
      margin-right: -1rem;
    }
    .l-row--xs-pad-1 > .l-col {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  @media screen and (min-width: 768px) {
    .l-row--sm-pad-025 {
      margin-left: -0.25rem;
      margin-right: -0.25rem;
    }
    .l-row--sm-pad-025 > .l-col {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
    .l-row--sm-pad-05 {
      margin-left: -0.5rem;
      margin-right: -0.5rem;
    }
    .l-row--sm-pad-05 > .l-col {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .l-row--sm-pad-075 {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
    }
    .l-row--sm-pad-075 > .l-col {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .l-row--sm-pad-1 {
      margin-left: -1rem;
      margin-right: -1rem;
    }
    .l-row--sm-pad-1 > .l-col {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  @media screen and (min-width: 880px) {
    .l-row--sm-md-pad-025 {
      margin-left: -0.25rem;
      margin-right: -0.25rem;
    }
    .l-row--sm-md-pad-025 > .l-col {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
    .l-row--sm-md-pad-05 {
      margin-left: -0.5rem;
      margin-right: -0.5rem;
    }
    .l-row--sm-md-pad-05 > .l-col {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .l-row--sm-md-pad-075 {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
    }
    .l-row--sm-md-pad-075 > .l-col {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .l-row--sm-md-pad-1 {
      margin-left: -1rem;
      margin-right: -1rem;
    }
    .l-row--sm-md-pad-1 > .l-col {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .l-row--md-pad-05 {
      margin-left: -0.5rem;
      margin-right: -0.5rem;
    }
    .l-row--md-pad-05 > .l-col {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .l-row--md-pad-075 {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
    }
    .l-row--md-pad-075 > .l-col {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .l-row--md-pad-1 {
      margin-left: -1rem;
      margin-right: -1rem;
    }
    .l-row--md-pad-1 > .l-col {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .l-row--md-pad-15 {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
    }
    .l-row--md-pad-15 > .l-col {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .l-row--md-pad-2 {
      margin-left: -2rem;
      margin-right: -2rem;
    }
    .l-row--md-pad-2 > .l-col {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
  @media screen and (min-width: 1200px) {
    .l-row--lg-pad-1 {
      margin-left: -1rem;
      margin-right: -1rem;
    }
    .l-row--lg-pad-1 > .l-col {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .l-row--lg-pad-15 {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
    }
    .l-row--lg-pad-15 > .l-col {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  .l-row--1 > .l-col {
    width: 100%;
  }
  .l-row--2 > .l-col {
    width: 50%;
  }
  .l-row--2 > .l-col:nth-child(2n + 1) {
    clear: left;
  }
  .l-row--3 > .l-col {
    width: 33.333333%;
  }
  .l-row--3 > .l-col:nth-child(3n + 1) {
    clear: left;
  }
  .l-row--4 > .l-col {
    width: 25%;
  }
  .l-row--4 > .l-col:nth-child(4n + 1) {
    clear: left;
  }
  .l-row--5 > .l-col {
    width: 20%;
  }
  .l-row--5 > .l-col:nth-child(5n + 1) {
    clear: left;
  }
  .l-row--6 > .l-col {
    width: 16.666666%;
  }
  .l-row--6 > .l-col:nth-child(6n + 1) {
    clear: left;
  }
  .l-row--7 > .l-col {
    width: 14.285714%;
  }
  .l-row--7 > .l-col:nth-child(7n + 1) {
    clear: left;
  }
  .l-row--8 > .l-col {
    width: 12.5%;
  }
  .l-row--8 > .l-col:nth-child(8n + 1) {
    clear: left;
  }
  .l-row--9 > .l-col {
    width: 11.111111%;
  }
  .l-row--9 > .l-col:nth-child(9n + 1) {
    clear: left;
  }
  .l-row--10 > .l-col {
    width: 10%;
  }
  .l-row--10 > .l-col:nth-child(10n + 1) {
    clear: left;
  }
  .l-row--11 > .l-col {
    width: 9.090909%;
  }
  .l-row--11 > .l-col:nth-child(11n + 1) {
    clear: left;
  }
  .l-row--12 > .l-col {
    width: 8.333333%;
  }
  .l-row--12 > .l-col:nth-child(12n + 1) {
    clear: left;
  }
  @media screen and (min-width: 480px) {
    .l-row--xxs-1 > .l-col {
      width: 100%;
    }
    .l-row--xxs-2 > .l-col {
      width: 50%;
    }
    .l-row--xxs-2 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xxs-2 > .l-col:nth-child(2n + 1) {
      clear: left;
    }
    .l-row--xxs-3 > .l-col {
      width: 33.333333%;
    }
    .l-row--xxs-3 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xxs-3 > .l-col:nth-child(4n + 1) {
      clear: left;
    }
    .l-row--xxs-4 > .l-col {
      width: 25%;
    }
    .l-row--xxs-4 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xxs-4 > .l-col:nth-child(5n + 1) {
      clear: left;
    }
    .l-row--xxs-5 > .l-col {
      width: 20%;
    }
    .l-row--xxs-5 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xxs-5 > .l-col:nth-child(6n + 1) {
      clear: left;
    }
    .l-row--xxs-6 > .l-col {
      width: 16.666666%;
    }
    .l-row--xxs-6 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xxs-6 > .l-col:nth-child(7n + 1) {
      clear: left;
    }
    .ie9 .l-row--xxs-3 > .l-col {
      width: 33.333333%;
    }
    .ie9 .l-row--xxs-3 > .l-col:nth-child(n) {
      clear: none;
    }
    .ie9 .l-row--xxs-3 > .l-col:nth-child(3n + 1) {
      clear: left;
    }
  }
  @media screen and (min-width: 656px) {
    .l-row--xs-center > .l-col {
      float: none;
      display: inline-block;
      width: auto;
    }
    .l-row--xs-1 > .l-col {
      width: 100%;
    }
    .l-row--xs-2 > .l-col {
      width: 50%;
    }
    .l-row--xs-2 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xs-2 > .l-col:nth-child(3n + 1) {
      clear: left;
    }
    .l-row--xs-3 > .l-col {
      width: 33.333333%;
    }
    .l-row--xs-3 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xs-3 > .l-col:nth-child(4n) {
      clear: left;
    }
    .l-row--xs-4 > .l-col {
      width: 25%;
    }
    .l-row--xs-4 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xs-4 > .l-col:nth-child(5n + 1) {
      clear: left;
    }
    .l-row--xs-5 > .l-col {
      width: 20%;
    }
    .l-row--xs-5 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xs-5 > .l-col:nth-child(6n + 1) {
      clear: left;
    }
    .l-row--xs-6 > .l-col {
      width: 16.666666%;
    }
    .l-row--xs-6 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xs-6 > .l-col:nth-child(7n + 1) {
      clear: left;
    }
    .ie9 .l-row--xs-2 > .l-col {
      width: 50%;
    }
    .ie9 .l-row--xs-2 > .l-col:nth-child(n) {
      clear: none;
    }
    .ie9 .l-row--xs-2 > .l-col:nth-child(2n + 1) {
      clear: left;
    }
    .ie9 .l-row--xs-4 > .l-col {
      width: 25%;
    }
    .ie9 .l-row--xs-4 > .l-col:nth-child(n) {
      clear: none;
    }
    .ie9 .l-row--xs-4 > .l-col:nth-child(4n + 1) {
      clear: left;
    }
  }
  @media screen and (min-width: 768px) {
    .l-row--sm-1 > .l-col {
      width: 100%;
    }
    .l-row--sm-2 > .l-col {
      width: 50%;
    }
    .l-row--sm-2 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--sm-2 > .l-col:nth-child(3n + 1) {
      clear: left;
    }
    .l-row--sm-3 > .l-col {
      width: 33.333333%;
    }
    .l-row--sm-3 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--sm-3 > .l-col:nth-child(4n + 1) {
      clear: left;
    }
    .l-row--sm-4 > .l-col {
      width: 25%;
    }
    .l-row--sm-4 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--sm-4 > .l-col:nth-child(5n + 1) {
      clear: left;
    }
    .l-row--sm-5 > .l-col {
      width: 20%;
    }
    .l-row--sm-5 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--sm-5 > .l-col:nth-child(6n + 1) {
      clear: left;
    }
    .l-row--sm-6 > .l-col {
      width: 16.666666%;
    }
    .l-row--sm-6 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--sm-6 > .l-col:nth-child(7n + 1) {
      clear: left;
    }
    .ie9 .l-row--sm-3 > .l-col {
      width: 33.333333%;
    }
    .ie9 .l-row--sm-3 > .l-col:nth-child(n) {
      clear: none;
    }
    .ie9 .l-row--sm-3 > .l-col:nth-child(3n + 1) {
      clear: left;
    }
  }
  @media screen and (min-width: 880px) {
    .l-row--sm-md-1 > .l-col {
      width: 100%;
    }
    .l-row--sm-md-2 > .l-col {
      width: 50%;
    }
    .l-row--sm-md-2 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--sm-md-2 > .l-col:nth-child(3n + 1) {
      clear: left;
    }
    .l-row--sm-md-3 > .l-col {
      width: 33.333333%;
    }
    .l-row--sm-md-3 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--sm-md-3 > .l-col:nth-child(4n + 1) {
      clear: left;
    }
    .l-row--sm-md-4 > .l-col {
      width: 25%;
    }
    .l-row--sm-md-4 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--sm-md-4 > .l-col:nth-child(5n + 1) {
      clear: left;
    }
    .l-row--sm-md-5 > .l-col {
      width: 20%;
    }
    .l-row--sm-md-5 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--sm-md-5 > .l-col:nth-child(6n + 1) {
      clear: left;
    }
    .l-row--sm-md-6 > .l-col {
      width: 16.666666%;
    }
    .l-row--sm-md-6 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--sm-md-6 > .l-col:nth-child(7n + 1) {
      clear: left;
    }
    .ie9 .l-row--sm-md-4 > .l-col {
      width: 25%;
    }
    .ie9 .l-row--sm-md-4 > .l-col:nth-child(n) {
      clear: none;
    }
    .ie9 .l-row--sm-md-4 > .l-col:nth-child(4n + 1) {
      clear: left;
    }
  }
  @media screen and (min-width: 1024px) {
    .l-row--md-1 > .l-col {
      width: 100%;
    }
    .l-row--md-2 > .l-col {
      width: 50%;
    }
    .l-row--md-2 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--md-2 > .l-col:nth-child(3n + 1) {
      clear: left;
    }
    .l-row--md-3 > .l-col {
      width: 33.333333%;
    }
    .l-row--md-3 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--md-3 > .l-col:nth-child(4n + 1) {
      clear: left;
    }
    .l-row--md-4 > .l-col {
      width: 25%;
    }
    .l-row--md-4 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--md-4 > .l-col:nth-child(5n + 1) {
      clear: left;
    }
    .l-row--md-5 > .l-col {
      width: 20%;
    }
    .l-row--md-5 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--md-5 > .l-col:nth-child(6n + 1) {
      clear: left;
    }
    .l-row--md-6 > .l-col {
      width: 16.666666%;
    }
    .l-row--md-6 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--md-6 > .l-col:nth-child(7n + 1) {
      clear: left;
    }
  }
  @media screen and (min-width: 1200px) {
    .l-row--lg-1 > .l-col {
      width: 100%;
    }
    .l-row--lg-2 > .l-col {
      width: 50%;
    }
    .l-row--lg-2 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--lg-2 > .l-col:nth-child(3n + 1) {
      clear: left;
    }
    .l-row--lg-3 > .l-col {
      width: 33.333333%;
    }
    .l-row--lg-3 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--lg-3 > .l-col:nth-child(4n + 1) {
      clear: left;
    }
    .l-row--lg-4 > .l-col {
      width: 25%;
    }
    .l-row--lg-4 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--lg-4 > .l-col:nth-child(5n + 1) {
      clear: left;
    }
    .l-row--lg-5 > .l-col {
      width: 20%;
    }
    .l-row--lg-5 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--lg-5 > .l-col:nth-child(6n + 1) {
      clear: left;
    }
    .l-row--lg-6 > .l-col {
      width: 16.666666%;
    }
    .l-row--lg-6 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--lg-6 > .l-col:nth-child(7n + 1) {
      clear: left;
    }
  }
  @media screen and (min-width: 1280px) {
    .l-row--xlg-1 > .l-col {
      width: 100%;
    }
    .l-row--xlg-2 > .l-col {
      width: 50%;
    }
    .l-row--xlg-2 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xlg-2 > .l-col:nth-child(3n + 1) {
      clear: left;
    }
    .l-row--xlg-3 > .l-col {
      width: 33.333333%;
    }
    .l-row--xlg-3 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xlg-3 > .l-col:nth-child(4n + 1) {
      clear: left;
    }
    .l-row--xlg-4 > .l-col {
      width: 25%;
    }
    .l-row--xlg-4 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xlg-4 > .l-col:nth-child(5n + 1) {
      clear: left;
    }
    .l-row--xlg-5 > .l-col {
      width: 20%;
    }
    .l-row--xlg-5 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xlg-5 > .l-col:nth-child(6n + 1) {
      clear: left;
    }
    .l-row--xlg-6 > .l-col {
      width: 16.666666%;
    }
    .l-row--xlg-6 > .l-col:nth-child(n) {
      clear: none;
    }
    .l-row--xlg-6 > .l-col:nth-child(7n + 1) {
      clear: left;
    }
  }
  .c-nav-drawer {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    max-width: 24rem;
    background-color: #ededeb;
    z-index: 500;
    transition: all 150ms ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-nav-drawer {
      transition: none;
    }
  }
  @media (min-width: 24rem) {
    .c-nav-drawer {
      left: -24rem;
    }
  }
  .c-nav-drawer__wrap {
    padding: 0 1rem 4rem;
  }
  .c-nav-drawer__north {
    min-height: 3rem;
  }
  .c-nav-drawer__close-menu {
    display: inline-block;
    padding-top: 2rem;
  }
  .c-nav-drawer__close-icon {
    width: 100%;
    max-width: 2rem;
  }
  .c-nav-drawer__south {
    padding: 1.5rem 0;
  }
  .c-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
    background-color: #ededeb;
  }
  @media (min-width: 1024px) {
    .c-header {
      position: relative;
    }
  }
  @media (min-width: 1024px) {
    .c-header .align-items-center {
      align-items: stretch !important;
    }
  }
  @media (min-width: 1024px) {
    .c-header .col--first {
      max-width: 17rem;
    }
  }
  @media (min-width: 1024px) {
    .c-header .col--last {
      max-width: 14rem;
      margin-left: 3rem;
    }
  }
  @media (min-width: 1024px) {
    .c-header .col--first {
      padding-right: 1rem;
      border-right: 1px solid #a5a5a5;
    }
  }
  @media (min-width: 1024px) {
    .c-header .col--last {
      border-left: 1px solid #a5a5a5;
      padding-left: 1rem;
    }
  }
  .c-header__brdr {
    display: none;
  }
  .c-header__wrap {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #a5a5a5;
  }
  @media (min-width: 656px) {
    .c-header__wrap {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
  }
  @media (min-width: 1024px) {
    .c-header__wrap {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  }
  .c-header__logo-wrap {
    width: 6rem;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 656px) {
    .c-header__logo-wrap {
      width: 7rem;
    }
  }
  @media (min-width: 1024px) {
    .c-header__logo-wrap {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 12rem;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .c-header__logo {
    width: 100%;
    max-width: 100%;
  }
  .c-header__site-logo svg {
    max-width: 6rem;
    width: 100%;
  }
  @media (min-width: 1024px) {
    .c-header__site-logo svg {
      max-width: 8rem;
    }
  }
  .c-header--fixed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #a5a5a5;
    background-color: #ededeb;
    transform: translateY(-100%);
    transition: all 250ms ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-header--fixed {
      transition: none;
    }
  }
  @media (max-width: 767px) {
    .c-header--fixed {
      display: none !important;
    }
  }
  .c-header--fixed .u-pos-static {
    position: static;
  }
  .c-header--fixed .c-header__wrap {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .c-header--fixed .c-header__logo-wrap {
    position: static;
    transform: none;
    padding: 0.5rem 0;
    width: 8rem;
  }
  .c-header--fixed .c-header__container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-header--fixed .c-header__row {
    justify-content: space-between;
  }
  @media (min-width: 1024px) {
    .c-header--fixed .c-header__row.align-items-center {
      align-items: center !important;
    }
  }
  .c-header--fixed .c-header__row .col {
    flex-grow: 1 2 1;
  }
  .c-header--fixed .c-header__row .col--first {
    width: 25%;
  }
  .c-header--fixed .c-header__row .col--sec {
    width: 50%;
  }
  .c-header--fixed .c-header__row .col--last {
    width: 25%;
    max-width: inherit;
  }
  .c-header--fixed .c-header__col-3 {
    flex: 0 0 41.6666666667%;
    max-width: 23rem;
    padding-left: 0;
  }
  .c-header--fixed .c-site-nav-main__link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 16px;
    font-size: 1rem;
  }
  @media only screen and (min-width: 1200px) {
    .c-header--fixed .c-site-nav-main__link {
      font-size: 18px;
      font-size: 1.125rem;
    }
  }
  .c-header--fixed .c-site-nav-main__wrapper,
  .c-header--fixed .c-site-nav-main__list {
    border-bottom: 0;
  }
  .c-header--fixed .c-timer {
    margin-left: -1rem;
  }
  .c-header--fixed .c-nav-user__list-item {
    float: left;
    border-bottom: 0;
    width: 33.33%;
  }
  .c-header--fixed .c-nav-user__list-item:first-child .c-nav-user__link {
    padding-top: 0.35rem;
  }
  .c-header--fixed .c-nav-user__cart-count {
    position: static;
  }
  .c-header--fixed .c-nav-user__icon-wrap {
    float: none;
    margin-right: auto;
    top: -4px;
  }
  .c-header--fixed .c-nav-user__icon-wrap.l-float-lf {
    float: left;
  }
  .c-header--fixed .c-shop-menu {
    border: 0;
    border-bottom: 1px solid #a5a5a5;
  }
  .c-header--fixed .c-site-nav-main__item.show .c-shop-menu {
    display: block !important;
    top: 87% !important;
  }
  .t-mobile-nav-show .c-nav-drawer {
    left: 0;
  }
  .c-bg-fill {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 100;
  }
  .c-nav-mobile__trigger-wrap {
    float: left;
    height: 2rem;
    width: 1.75rem;
  }
  .c-nav-mobile__trigger {
    display: inline-block;
    position: relative;
    height: 2rem;
    width: 1.75rem;
    margin-top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    cursor: pointer;
  }
  .c-nav-mobile__line {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #0c2b4e;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .c-nav-mobile__line:nth-child(1) {
    top: 0.5rem;
  }
  .c-nav-mobile__line:nth-child(2),
  .c-nav-mobile__line:nth-child(3) {
    top: 1rem;
  }
  .c-nav-mobile__line:nth-child(4) {
    top: 1.5rem;
  }
  @media (min-width: 1024px) {
    .c-nav-user {
      float: right;
      width: 100%;
    }
  }
  .c-nav-user__separator {
    opacity: 0.25;
    font-size: 75%;
  }
  .c-nav-user__list {
    margin-bottom: 0;
  }
  .c-nav-user__list-item {
    margin-bottom: 0;
  }
  @media (min-width: 1024px) {
    .c-nav-user__list-item {
      position: relative;
      border-bottom: 1px solid #a5a5a5;
    }
    .c-nav-user__list-item:first-child .c-nav-user__link {
      padding-top: 0;
    }
    .c-nav-user__list-item:last-child {
      border-bottom: 0;
    }
  }
  .c-nav-user__link {
    font-size: 12px;
    font-size: 0.75rem;
    color: #0c2b4e;
    text-align: center;
  }
  @media (min-width: 1024px) {
    .c-nav-user__link {
      display: inline-block;
      padding: 0.35rem 0;
      text-align: left;
    }
  }
  .c-nav-user__link--cart {
    float: right;
    width: auto;
    padding: 0 0.25rem;
  }
  @media (min-width: 1024px) {
    .c-nav-user__link--cart {
      float: none;
      width: 100%;
      padding: 0.35rem 0 0;
    }
  }
  .c-nav-user__icon-wrap {
    display: block;
    width: 1rem;
    margin: 0 auto;
    text-align: center;
  }
  @media (min-width: 1024px) {
    .c-nav-user__icon-wrap {
      position: relative;
      top: -2px;
      float: left;
      margin-right: 1rem;
      margin-bottom: 0;
    }
  }
  .c-nav-user__icon--floater {
    width: auto;
    max-height: 1.5rem;
  }
  @media (min-width: 1024px) {
    .c-nav-user__icon--floater {
      max-height: inherit;
      width: 0.5rem;
    }
  }
  .c-nav-user__cart-count {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    border: 1px solid #a5a5a5;
    font-size: 12px;
    font-size: 0.75rem;
    border-radius: 100px;
    text-align: center;
    font-family: "simplon-mono-reg", sans-serif;
  }
  @media (min-width: 1024px) {
    .c-nav-user__cart-count {
      position: absolute;
      top: 0.5rem;
      right: 0;
    }
  }
  #your-shopping-cart .c-nav-user__list-item:nth-child(2) {
    border-bottom: 0;
  }
  #your-shopping-cart .c-nav-user__list-item:last-child {
    display: none;
  }
  .c-site-nav__item {
    padding-bottom: 1.25rem;
    margin-bottom: 0;
  }
  .c-site-nav__item--base {
    padding-bottom: 1rem;
  }
  .c-site-nav__item--military {
    position: absolute;
    top: 0.5rem;
    right: 25px;
    padding-bottom: 0;
	z-index: 10;
  }
  @media (min-width: 1200px) {
    .c-site-nav__item--military {
      top: 0.65rem;
    }
  }
  .c-site-nav__item--military .c-site-nav__text-link {
  	color: #0c2b4e;
    transition: all 0.3s ease;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
  }
  .c-site-nav__item--military .c-site-nav__text-link:hover {
      color: #ed522e;
  }
  @media (min-width: 1200px) {
    .c-site-nav__item--military .c-site-nav__text-link {
      font-size: 13px;
      font-size: .9rem;
      vertical-align: middle;
      line-height: 32px;
    }
  }
  .c-site-nav__item--military .c-site-nav__icon-military {
    display: inline-block;
    width: 1.5rem;
    margin-right: 0.25rem;
  }
  .c-site-nav__link {
    color: #0c2b4e;
    font-weight: 700;
    font-size: 27px;
    font-size: 1.6875rem;
    font-family: "value-serif-bold", serif;
    line-height: 35px;
  }
  .c-site-nav__link:hover {
    color: #051d37;
  }
  .c-site-nav__text-link {
    color: #0c2b4e;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "trade-gothic", sans-serif;
    text-transform: uppercase;
  }
  .c-site-nav__text-link:hover {
    color: #051d37;
  }
  .c-site-nav__text-link--military {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
  }
  .c-site-nav__admin-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    color: #0c2b4e;
    text-transform: uppercase;
    font-family: "simplon-mono-reg", sans-serif;
  }
  .c-site-nav__admin-icon {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .c-site-nav__admin-icon svg {
    width: 100%;
    max-width: 1.5rem;
  }
  .c-site-nav__icon-search,
  .c-site-nav__icon-account,
  .c-site-nav__icon-military {
    width: 100%;
    max-width: 1.75rem;
  }
  .c-site-nav__icon-military {
    opacity: 0.5;
  }
  .c-site-nav-main__wrapper {
    position: relative;
  }
  .c-site-nav-main__list {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    border-bottom: 1px solid #a5a5a5;
  }
  .c-site-nav-main__item {
    position: static !important;
    margin-bottom: 0;
  }
  .c-site-nav-main__item.show .c-shop-menu {
    display: block !important;
  }
  .c-site-nav-main__list-item {
    margin-bottom: 0;
  }
  .c-site-nav-main__link {
    display: inline-block;
    padding: 0.6rem 1.25rem;
    text-transform: uppercase;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
    color: #0c2b4e;
    font-weight: 700;
    text-align: center;
    font-size: 19px;
    font-size: 1.1875rem;
  }
  @media (min-width: 1024px) {
    .c-site-nav-main__link {
      padding: 0.75rem 1.75rem;
      font-size: 21px;
      font-size: 1.3125rem;
    }
  }
  @media (min-width: 1200px) {
    .c-site-nav-main__link {
      padding-left: 2.25rem;
      padding-right: 2.25rem;
      font-size: 22px;
      font-size: 1.375rem;
    }
  }
  .c-site-nav-main__link.is-active {
    color: #ed522e;
  }
  .c-shop-menu {
    display: none;
    position: absolute;
    top: 100% !important;
    left: 0;
    width: 100%;
    background-color: #ededeb;
    border: 0;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0;
    padding: 1.5rem 0.5rem;
    z-index: 200;
    margin-top: 0;
    transform: none !important;
  }
  .c-shop-menu__list {
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }
  .c-shop-menu__list-item {
    flex-grow: 6;
    width: 16.66666667%;
    margin-bottom: 0;
    text-align: center;
  }
  .c-shop-menu__link {
    display: inline-block;
    width: 100%;
    padding: 0 0.5rem;
  }
  .c-shop-menu__image-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 8rem;
    margin: 0 auto 0.75rem;
    background-color: #ccc;
    background-size: cover;
    background-position: center center;
  }
  .c-shop-menu__image-wrap--king-crab {
    background-image: url(https://cdn.shopify.com/s/files/1/2113/5975/products/399A6577_320x.jpg);
  }
  .c-shop-menu__image-wrap--fish {
    background-image: url(https://cdn.shopify.com/s/files/1/2113/5975/products/Raw_Sockeye_3545_copy_2_320x.JPG);
  }
  .c-shop-menu__image-wrap--shellfish {
    background-image: url(https://cdn.shopify.com/s/files/1/2113/5975/products/Market_House_Meats_0110_320x.JPG);
  }
  .c-shop-menu__image-wrap--packs {
    background-image: url(https://cdn.shopify.com/s/files/1/2113/5975/products/party-pack-1_320x.jpg);
  }
  .c-shop-menu__image-wrap--accessories {
    background-image: url(https://cdn.shopify.com/s/files/1/2113/5975/products/39_320x.png);
  }
  .c-shop-menu__image-wrap--gift-cards {
    background-image: url(https://cdn.shopify.com/s/files/1/2113/5975/products/GiftCard_50_v1.0_320x.jpg);
    background-position: right 10% center;
  }
  .c-shop-menu__text {
    color: #0c2b4e;
    font-family: "value-serif-bold";
  }
  .c-header-min {
    padding: 0.5rem;
    text-align: center;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
  }
  .c-header-min__logo-link {
    display: inline-block;
  }
  .c-header-min__logo {
    width: 5rem;
  }
  @media (min-width: 656px) {
    .c-header-min__logo {
      width: 6rem;
    }
  }
  .c-countdown-notice {
    margin-top: -1rem;
  }
  .c-countdown-notice__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4em;
  }
  .c-countdown-notice__timer {
    display: inline-block;
    padding: 0.05rem 0.5rem 0.1rem;
    border-radius: 3px;
    border: 1px solid #ed522e;
    color: #ed522e;
    font-weight: 700;
    line-height: 1.25;
  }
  .t-countdown-notice-on .c-countdown-notice {
    display: block;
  }
  .c-timer {
    color: #0c2b4e;
  }
  .c-timer p {
    margin-bottom: 0;
  }
  .mobile-timer.c-timer__container-body{
        display:none;
  }
  @media (max-width: 979px) {
    .c-timer {
      display: none;
    }
    .mobile-timer .c-timer{
      display:block;
      width: 100%;
      max-width: 100%;
      background: #dd3813;
      padding: 3px 0;
      margin-bottom: 8px;
    }
    .mobile-timer .c-timer .c-timer__inner{
    	display:flex;
    }
    .mobile-timer.c-timer__container-body{
      display: block;
      width: 100%;
      max-width: 500px;
      align-self: baseline;
      margin: auto;
    }
    .mobile-timer .c-timer__content{
    	margin:0 3px;
        background: #ededeb;
    	display: flex;
		width: 100%;
        padding: 0 15px;
        justify-content: center;
        align-items: center;
        max-width: 250px;
    }
  }
  @media (max-width: 600px){
    .mobile-timer.c-timer__container-body{
      width: auto;
      max-width: 300px;
    }
    .mobile-timer .c-timer .c-timer__inner{
      flex-direction: column;
    }
    .mobile-timer .c-timer__content{
		width: auto;
        max-width: 100%;
        padding: 5px 15px;
    }
    .header__shopping-cart-links-container{
    	padding-left:0;
    }
    .product-page{
      padding-top:15px;
    }
  }
  .c-timer__callout {
    padding: 0.6rem 0.25rem 0.6rem;
    margin-bottom: 0.25rem;
    color: #fff;
    background-color: #dd3813;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
  }
  .mobile-timer .c-timer__callout{
  	padding: 0.2rem 0.25rem 0.2rem;
    margin-bottom: 0;
  }
  .c-timer__callout p {
    line-height: 1.1;
  }
  .c-timer__callout-main {
    display: inline-block;
    width: 100%;
  }
  .c-timer__callout-main--lg {
    font-size: 14px;
    font-size: 0.875rem;
    color:#ffffff;
  }
  .c-timer__callout-sub {
    display: inline-block;
    width: 100%;
    font-size: 9px;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    color:#ffffff;
    text-align:center;
  }
  .c-timer__callout-sub .c-callout-promo__info-icon {
    width: 0.65rem;
  }
  .c-timer__content {
    padding: 0.5rem 0.25rem 0;
    text-align: center;
  }
  .c-timer__number,
  .c-timer__label,
  .c-timer__divider {
    font-family: "simplon-mono-bold", "simplon-mono-reg", Helvetica, sans-serif;
    font-size: 22px;
  }
  .c-timer__number {
    margin-bottom: 0.25rem;
    font-size: 20px;
  }
  .c-timer__clock {
    display: table;
    margin: 0 auto;
  }
  .c-timer__item {
    display: table-cell;
  }
  .c-timer__info {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "trade-gothic", sans-serif;
  }
  .c-timer.is-off {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 2rem;
  }
  .c-timer.is-off .c-timer__text--active-days,
  .c-timer.is-off .c-timer__clock {
    display: none;
  }
  .c-timer.is-off .c-timer__inner {
    width: 100%;
  }
  .c-timer.is-off.is-active-days-flex .c-timer__text--sat-shipping {
    display: block;
  }
  .c-timer.is-off.is-non-active-days-friday .c-timer__text--non-active-days {
    display: block;
  }
  .c-timer.is-off.is-non-active-days .c-timer__text--non-active-days {
    display: block;
  }
  .c-timer.is-running.is-non-active-days-friday .c-timer__text--active-days {
    display: none;
  }
  .c-timer.is-running.is-non-active-days-friday .c-timer__text--sat-shipping {
    display: block;
  }
  .t-timer-seconds-on .c-timer__item--seconds {
    display: table-cell;
  }
  .t-timer-seconds-on .c-timer__divider--minutes {
    display: inline;
  }
  .c-alert--wrapper {
    border-width: 1px;
    border-style: solid;
    border-color: #a5a5a5;
    padding: 0.25rem 1rem;
    border-radius: 3px;
  }
  .c-alert {
    text-align: center;
    line-height: 1.4em;
  }
  .c-alert--default {
    margin: 0 auto 1em;
    width: auto;
  }
  .c-alert--success {
    color: #327317;
  }
  .c-alert--fail {
    color: #fff;
  }
  .c-alert--warning {
    color: #327317;
  }
  .c-alert__callout {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .c-alert__border {
    max-width: 33%;
    margin: 0 auto 0.5rem;
  }
  .c-alert--wrapper.c-alert--success {
    background-color: #f0faeb;
  }
  .c-alert--wrapper.c-alert--success .c-alert {
    color: #327317;
  }
  .c-alert--wrapper.c-alert--success .c-alert__border {
    border-color: #c2e3b4;
  }
  .c-alert--wrapper.c-alert--warning {
    background-color: #fcf8e3;
    border-color: #ece2ae;
  }
  .c-alert--wrapper.c-alert--warning .c-alert {
    color: #7c6c1b;
  }
  .c-alert--wrapper.c-alert--warning .c-alert__border {
    border-color: #ece2ae;
  }
  .c-alert--wrapper.c-alert--fail {
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .c-alert--wrapper.c-alert--fail .c-alert {
    color: #fff;
  }
  .c-alert--wrapper.c-alert--fail .c-alert__border {
    border-color: #d43f3a;
  }
  .c-alert--wrapper.c-alert--default {
    background-color: #fafafa;
    border-color: #e5e5e5;
  }
  .c-alert--wrapper.c-alert--default .c-alert {
    color: #666;
  }
  .c-alert--wrapper.c-alert--browserupgrade {
    border-width: 1px;
    border-radius: 0;
  }
  .c-alert--wrapper.c-alert--browserupgrade .c-alert {
    color: #327317;
  }
  .c-alert--wrapper.c-alert--browserupgrade .c-alert__border {
    border-color: #327317;
  }
  .klaviyo_messages .success_message,
  .klaviyo_messages .error_message {
    padding: 0.5rem 1rem;
    margin-bottom: 0.75rem;
    border-width: 1px;
    border-style: solid;
    border-color: #a5a5a5;
    border-radius: 3px;
  }
  .klaviyo_messages .success_message {
    background-color: #f0faeb;
    border-color: #ece2ae;
    color: #7c6c1b;
  }
  .klaviyo_messages .error_message {
    background-color: #fcf8e3;
    border-color: #c2e3b4;
    color: #327317;
  }
  .c-errors__wrap .errors {
    text-align: center;
  }
  .c-errors__wrap .errors ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .c-errors__wrap .errors ul li {
    margin-bottom: 0.25rem;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
  }
  .c-errors__wrap .errors ul li:before {
    content: none;
  }
  .c-errors__wrap .errors ul li:last-child {
    margin-bottom: 0;
  }
  .c-form label {
    margin-bottom: 0.5rem;
  }
  .c-form button.c-btn--ghost {
    background-color: transparent !important;
  }
  .c-form button.c-btn--ghost:hover,
  .c-form button.c-btn--ghost:active,
  .c-form button.c-btn--ghost:focus {
    color: #065495 !important;
    background-color: rgba(48, 126, 164, 0.1) !important;
  }
  .c-form#CustomerLoginForm {
    margin-bottom: 0;
  }
  .c-form#CustomerLoginForm a {
    text-transform: none;
    color: #0c67b3;
  }
  .c-form__container {
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus input:-webkit-autofill,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    border: 1px solid #0c67b3;
    -webkit-text-fill-color: #0c67b3;
    -webkit-box-shadow: 0 0 0px 1000px #fff7c8 inset;
    transition: background-color 500ms ease-in-out 0s;
    -webkit-appearance: none;
  }
  .c-input {
    margin-bottom: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem;
    font-family: "trade-gothic", sans-serif;
  }
  @media (min-width: 480px) {
    .c-input {
      font-size: 18px;
      font-size: 1.125rem;
    }
  }
  .c-input--cta {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .c-input--cta .c-btn--inner {
    padding-top: 0.5rem;
    padding-bottom: .c-input--cta .c-btn--inner pu-smaller;
  }
  .cancel-button .c-input {
    text-transform: none;
    font-size: 18px;
    font-size: 1.125rem;
    background-color: transparent;
    color: #666;
    border-color: #999;
  }
  .form-vertical .c-input {
    margin-bottom: 0;
  }
  .c-modal__close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
  }
  .c-modal__body {
    padding: 1.5rem 2rem;
  }
  .c-modal__dialog {
    max-width: 36rem;
  }
  #modalMilitarySignup .card-text {
    height: auto !important;
  }
  .c-breadcrumb {
    margin-bottom: 1.5rem;
    font-family: "apercu-light", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
  }
  @media (min-width: 1024px) {
    .c-breadcrumb {
      margin-bottom: 1rem;
    }
  }
  .c-breadcrumb__link,
  .c-breadcrumb__title {
    color: #666;
  }
  .c-breadcrumb__link:hover {
    color: #0c67b3;
  }
  @media (max-width: 1023px) {
    .c-breadcrumb--product .c-breadcrumb--inner {
      max-width: 480px;
    }
  }
  @media (min-width: 1024px) {
    .c-breadcrumb--product .c-breadcrumb--inner {
      padding-left: 90px;
    }
  }
  .c-btn {
    display: inline-block;
    width: auto;
    border: 0;
    padding: 1rem;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    transition: all 150ms ease-in-out;
    -moz-user-select: "none";
    -ms-user-select: "none";
    -webkit-user-select: "none";
    user-select: "none";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "simplon-mono-reg", sans-serif;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-btn {
      transition: none;
    }
  }
  .c-btn:hover {
    text-decoration: none;
  }
  .c-btn--link {
    padding: 0.25rem 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #a5a5a5;
  }
  .c-btn--link--text {
    line-height: 1.35;
    white-space: inherit;
  }
  .c-btn--link--white {
    color: #fff;
  }
  .c-btn--link--no-brdr {
    border: 0 !important;
  }
  .c-btn--link--bright {
    color: #0c67b3;
    border-bottom: 1px solid #0c67b3;
  }
  .c-btn--link--bright:hover {
    color: #1a80d6;
    border-bottom: 1px solid #1a80d6;
  }
  .c-btn--link-dark {
    font-family: "simplon-mono-reg";
    color: #0c2b4e;
    border-bottom: 1px solid #0c2b4e;
    text-transform: uppercase;
  }
  .c-btn--checkout[type=submit] {
    background: #0c67b3;
  }
  .c-btn--checkout[type=submit]:hover {
    background: #065495;
  }
  .c-btn--primary {
    color: #fff;
    background-color: #0c67b3;
  }
  .c-btn--primary:hover,
  .c-btn--primary:active,
  .c-btn--primary:focus {
    color: #fff;
    background-color: #065495;
  }
  .c-btn--secondary {
    color: #0c67b3;
    background-color: #fff;
    border: 1px solid #0c67b3;
  }
  .c-btn--secondary:hover,
  .c-btn--secondary:active,
  .c-btn--secondary:focus {
    color: #065495;
    border: 1px solid #065495;
  }
  .c-btn--brdr-none {
    border: none !important;
  }
  .c-btn--shadow {
    -webkit-box-shadow: 6px 6px 0 0 #fff;
    box-shadow: 6px 6px 0 0 #fff;
  }
  .c-btn--shadow-blue {
    -webkit-box-shadow: 6px 6px 0 0 #0c6794;
    box-shadow: 6px 6px 0 0 #0c6794;
  }
  .c-btn--ghost {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #0c67b3;
    color: #0c67b3;
  }
  .c-btn--ghost:hover,
  .c-btn--ghost:active,
  .c-btn--ghost:focus {
    color: #065495;
    border-color: #065495;
    background-color: rgba(48, 126, 164, 0.1);
  }
  .c-btn--ghost.c-btn--disable {
    border-color: transparent;
    color: #666;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .c-btn--ghost.c-btn--disable:hover,
  .c-btn--ghost.c-btn--disable:active,
  .c-btn--ghost.c-btn--disable:focus {
    border-color: transparent;
  }
  .c-btn--ghost-white {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #0c67b3;
    color: #0c67b3;
  }
  .c-btn--ghost-white:hover,
  .c-btn--ghost-white:active,
  .c-btn--ghost-white:focus {
    color: #065495;
    border-color: #065495;
    background-color: rgba(48, 126, 164, 0.1);
  }
  .c-btn--box-shadow {
    position: relative;
    padding: 0;
    background-color: transparent;
  }
  .c-btn--box-shadow--inner {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 1rem;
    color: #fff;
    background-color: #0c67b3;
    z-index: 1;
  }
  .c-btn--box-shadow--inner:hover,
  .c-btn--box-shadow--inner:active,
  .c-btn--box-shadow--inner:focus {
    background-color: #065495;
  }
  .c-btn--box-shadow--box {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #0c67b3;
  }
  .c-btn--dimension {
    position: relative;
    padding: 0;
    top: 6px;
    left: 6px;
    color: #fff;
    background-color: #fff;
  }
  .c-btn--dimension-inner {
    position: relative;
    display: inline-block;
    top: -6px;
    left: -6px;
    width: 100%;
    padding: 12px 15px;
    background-color: #0c67b3;
    transition: all 150ms ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-btn--dimension-inner {
      transition: none;
    }
  }
  .c-btn--dimension:hover,
  .c-btn--dimension:active,
  .c-btn--dimension:focus {
    color: #fff;
  }
  .c-btn--dimension:hover .c-btn--dimension-inner,
  .c-btn--dimension:active .c-btn--dimension-inner,
  .c-btn--dimension:focus .c-btn--dimension-inner {
    top: -9px;
    left: -9px;
  }
  .c-btn--dimension--brdr {
    border: 1px solid #0c67b3;
  }
  .c-btn--dimension--primary {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .c-btn--dimension--primary .c-btn--dimension-inner {
    border: 1px solid #ed522e;
    color: #fff;
    background-color: #ed522e;
  }
  .c-btn--dimension--secondary {
    background-color: #0c67b3;
  }
  .c-btn--dimension--secondary .c-btn--dimension-inner {
    border: 1px solid #0c67b3;
    color: #0c67b3;
    background-color: #fff;
  }
  .c-btn--dimension.c-btn--md .c-btn--dimension-inner {
    padding: 0.75rem 1rem;
  }
  .c-btn--dimension.c-btn--sm .c-btn--dimension-inner {
    padding: 0.5rem 1rem;
  }
  .c-btn--maxw {
    width: 100%;
    max-width: 16rem;
  }
  .c-btn--fullw {
    width: 100%;
  }
  .c-btn--minw {
    width: 80%;
    max-width: 16rem;
    margin: 0 auto;
  }
  .c-btn--med {
    padding: 0.75rem 1.25rem;
  }
  .c-btn--sm {
    padding: 0.5rem 1.25rem;
  }
  .c-price-savings {
    display: none;
  }
  .c-price-savings__badge {
    position: relative;
    display: inline-block;
    padding: 0.15rem 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    background: #ed522e;
    z-index: 1;
  }
  .c-price-savings__badge:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ed522e;
    transform-origin: bottom left;
    -ms-transform: skew(-25deg, 0deg);
    -webkit-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
  }
  .c-price-savings__description {
    font-size: 14px;
    font-size: 0.875rem;
    color: #63797f;
  }
  .c-date-picker__calendar-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #a5a5a5;
  }
  .c-date-picker__notes {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #ui-datepicker-div {
    z-index: 600 !important;
    border-radius: 0;
  }
  .ui-datepicker .ui-datepicker-header {
    border: 0;
    border-radius: 0;
    background: #f4f4e9;
    background: #0c2b4e;
    color: #fff;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.35;
  }
  .ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
  }
  .ui-datepicker .ui-datepicker-calendar thead th:nth-of-type(1),
  .ui-datepicker .ui-datepicker-calendar tbody td:nth-of-type(1),
  .ui-datepicker .ui-datepicker-calendar thead th:nth-of-type(2),
  .ui-datepicker .ui-datepicker-calendar tbody td:nth-of-type(2) {
    padding-left: inherit;
    padding-right: inherit;
    text-align: center;
  }
  .ui-datepicker .ui-datepicker-calendar thead {
    border-top: 0;
  }
  .ui-datepicker .ui-datepicker-calendar th {
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td {
    font-family: "simplon-mono-reg", serif;
  }
  .ui-datepicker .ui-state-default,
  .ui-datepicker .ui-widget-content .ui-state-default,
  .ui-datepicker .ui-widget-header .ui-state-default {
    border: #f2f2f2 !important;
    background: #f2f2f2 !important;
  }
  .ui-datepicker .ui-state-default.ui-state-hover,
  .ui-datepicker .ui-widget-content .ui-state-default.ui-state-hover,
  .ui-datepicker .ui-widget-header .ui-state-default.ui-state-hover {
    color: #fff !important;
    background: #0c67b3 !important;
  }
  .ui-datepicker .ui-widget-header .ui-datepicker-next,
  .ui-datepicker .ui-widget-header .ui-datepicker-prev {
    border: 1px solid transparent;
  }
  .ui-datepicker
    .ui-widget-header
    .ui-datepicker-next.ui-state-hover.ui-datepicker-next-hover,
  .ui-datepicker
    .ui-widget-header
    .ui-datepicker-prev.ui-state-hover.ui-datepicker-prev-hover {
    border: 1px solid transparent;
    top: 2px;
  }
  .ui-datepicker
    .ui-widget-header
    .ui-datepicker-next.ui-state-hover.ui-datepicker-next-hover.ui-state-hover,
  .ui-datepicker
    .ui-widget-header
    .ui-datepicker-prev.ui-state-hover.ui-datepicker-prev-hover.ui-state-hover {
    background: transparent !important;
  }
  .ui-datepicker
    .ui-widget-header
    .ui-datepicker-prev.ui-state-hover.ui-state-hover {
    left: 0px;
  }
  .ui-datepicker
    .ui-widget-header
    .ui-datepicker-next.ui-state-hover.ui-state-hover {
    right: 0px;
  }
  .ui-datepicker .ui-widget-header .ui-icon {
    background-size: auto 100%;
    background-position: center center;
  }
  .ui-datepicker .ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
    background-image: url(icon-arrow-lf-w_v1.0.png);
  }
  .ui-datepicker .ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
    background-image: url(icon-arrow-rt-w_v1.0.png);
  }
  .c-well {
    background-color: #e6e6e6;
  }
  .c-well--white {
    background-color: #fff;
  }
  .c-well--white-50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .c-well--gray-light {
    background-color: #f2f2f2;
    border: 1px solid #ebebeb;
  }
  .c-well--blue-light {
    background-color: #e4ecf6;
    border: 1px solid #dde7f1;
  }
  .c-well--primary {
    background-color: #0c2b4e;
  }
  .c-well--brdr-radius {
    border-radius: 3px;
  }
  .c-well-callout {
    padding: 1rem 0.75rem;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background-color: rgba(12, 43, 78, 0.85);
    text-align: center;
  }
  .c-well-callout sup {
    font-size: 55%;
  }
  @media (min-width: 656px) {
    .c-well-callout {
      padding: 1.25rem 1rem;
    }
  }
  @media (min-width: 1024px) {
    .c-well-callout {
      padding: 1.5rem 1.75rem;
      display: inline-block;
      width: auto;
    }
  }
  .c-well-callout__title-1,
  .c-well-callout__title-2,
  .c-well-callout__title-3,
  .c-well-callout__shipping {
    color: #fff;
    line-height: 1.15em;
  }
  .c-well-callout__title-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    font-size: 2.875rem;
  }
  @media (min-width: 656px) {
    .c-well-callout__title-1 {
      font-size: 58px;
      font-size: 3.625rem;
    }
  }
  .c-well-callout__title-2 {
    letter-spacing: 0.05em;
    margin-top: 0;
    margin-bottom: 0;
  }
  @media (min-width: 656px) {
    .c-well-callout__title-2 {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  .c-well-callout__title-3 {
    margin-top: 0;
    text-transform: none;
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .c-well-callout__brdr {
    max-width: 20rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  @media (min-width: 1024px) {
    .c-well-callout__brdr {
      max-width: none;
    }
  }
  @media (min-width: 656px) {
    .c-well-callout__shipping {
      font-size: 21px;
      font-size: 1.3125rem;
    }
  }
  .c-well-callout__shipping-icon {
    width: 1.5rem;
  }
  .c-well-callout__coupon-wrap {
    width: 100%;
    max-width: 20rem;
    display: inline-block;
    background: rgba(255, 249, 161, 0.85);
    padding: 0.25rem 0.25rem;
    border-radius: 3px;
  }
  .c-well-callout__code {
    text-transform: uppercase;
    color: #262626;
    letter-spacing: 0.05em;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-well-callout--main .c-well-callout__title-1,
  .c-well-callout--main .c-well-callout__title-2,
  .c-well-callout--main .c-well-callout__title-3,
  .c-well-callout--main .c-well-callout__shipping {
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  }
  @media (min-width: 1024px) {
    .c-well-callout--main .c-well-callout__title-1,
    .c-well-callout--main .c-well-callout__title-2,
    .c-well-callout--main .c-well-callout__title-3,
    .c-well-callout--main .c-well-callout__shipping {
      text-align: left;
    }
  }
  @media (min-width: 1024px) {
    .c-well-callout--main .c-well-callout__title-1 {
      font-size: 78px;
      font-size: 4.875rem;
    }
  }
  .c-well-callout--main .c-well-callout__title-2 {
    text-transform: uppercase;
    font-size: 23px;
    font-size: 1.4375rem;
  }
  @media (min-width: 1024px) {
    .c-well-callout--main .c-well-callout__title-2 {
      font-size: 38px;
      font-size: 2.375rem;
    }
  }
  @media (min-width: 1024px) {
    .c-well-callout--main .c-well-callout__brdr {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
  }
  @media (min-width: 1024px) {
    .c-well-callout--main .c-well-callout__coupon-wrap {
      width: auto;
      min-width: 16rem;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  @media (min-width: 1024px) {
    .c-well-callout--main .c-well-callout__code {
      font-size: 16px;
      font-size: 1rem;
    }
  }
  .c-well-callout--sub {
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
  }
  .c-well-callout--sub .c-btn {
    max-width: 17rem;
  }
  @media (min-width: 768px) {
    .c-well-callout--sub {
      max-width: 34rem;
    }
  }
  .c-well-callout--sub .c-well-callout {
    padding: 1rem;
  }
  .c-well-callout--sub .c-well-callout__title-3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  @media (min-width: 480px) {
    .c-well-callout--sub .c-well-callout__title-3 {
      font-size: 37px;
      font-size: 2.3125rem;
    }
  }
  @media (min-width: 768px) {
    .c-well-callout--sub .c-well-callout__title-3 {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  .c-well-callout--sub .c-well-callout__coupon-wrap {
    width: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .c-icon-expand {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url(sprite-plus-minus_v1.0-48.png) center top no-repeat;
    background-size: 100% auto;
  }
  .c-icon-lock {
    display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url(icon-lock-48.png);
    background-size: 100% auto;
  }
  .c-icon-arrow {
    position: relative;
    display: inline-block;
    width: 2rem;
  }
  .c-icon-arrow__arrow {
    float: right;
    width: 0.5rem !important;
  }
  .c-icon-arrow__line {
    position: absolute;
    top: 48%;
    width: 100%;
    border-top: 1px solid #0c2b4e;
    margin: 0 auto;
  }
  .c-icon-arrow--white .c-icon-arrow__line {
    border-color: #fff;
  }
  .c-icon-process {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("https://cdn.shopify.com/s/files/1/2113/5975/files/process-icons_64.png?7882872062887045541")
      transparent no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
  }
  .c-icon-process--boat {
    background-position: center -96px;
  }
  .c-icon-process--truck {
    background-position: center -128px;
  }
  .c-icon-process--home {
    background-position: center -160px;
  }
  .c-icon-process--40 {
    width: 40px;
    height: 40px;
  }
  .c-icon-process--40.c-icon-process--boat {
    background-position: center -120px;
  }
  .c-icon-process--40.c-icon-process--truck {
    background-position: center -160px;
  }
  .c-icon-process--40.c-icon-process--home {
    background-position: center -200px;
  }
  .c-site-footer {
    padding-top: 3rem;
    padding-bottom: 4rem;
    color: #fff;
  }
  .c-site-footer__quote {
    position: relative;
    max-width: 20rem;
    line-height: 1.7;
  }
  @media (min-width: 768px) {
    .c-site-footer__quote {
      font-size: 14px;
      font-size: 0.875rem;
    }
  }
  .c-site-footer__akc-badge {
    max-width: 8rem;
  }
  @media (min-width: 768px) {
    .c-site-footer__akc-badge {
      max-width: 4rem;
    }
  }
  @media (min-width: 1024px) {
    .c-site-footer__akc-badge {
      max-width: 6rem;
    }
  }
  .c-site-footer__title {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
  }
  .c-site-footer__list {
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;
    max-width: 24rem;
  }
  .c-site-footer__list--lf .c-site-footer__list-item {
    float: left;
  }
  .c-site-footer__list-item {
    width: 50%;
    margin-bottom: 0.5rem;
    line-height: 1em;
    padding-right: 1rem;
  }
  @media (min-width: 480px) {
    .c-site-footer__list-item {
      width: 100%;
      margin-bottom: 0.5rem;
    }
  }
  .c-site-footer__link,
  .c-site-footer__text {
    color: #fff;
    font-family: "trade-gothic", sans-serif;
  }
  .c-site-footer__link,
  .c-site-footer__disclaimer {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-site-footer__disclaimer-brdr {
    border-color: #a5a5a5;
    opacity: 0.25;
  }
  @media (min-width: 768px) {
    .c-site-footer__disclaimer-brdr {
      margin-bottom: 2.5rem;
    }
  }
  .c-pagination {
    display: inline-block;
    font-family: "simplon-mono-reg";
  }
  .c-pagination__wrap {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #a5a5a5;
  }
  .c-pagination span {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0.5rem;
    opacity: 0.5;
  }
  .c-pagination .current {
    opacity: 1;
  }
  .c-pagination .prev,
  .c-pagination .next {
    width: 1rem;
    height: 1rem;
    text-indent: -999999px;
  }
  .c-pagination .prev a,
  .c-pagination .next a {
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: pink;
  }
  .c-pagination .prev a {
    background: url("icon-arrow-lf-brand-sec_v1.0.png") center center no-repeat;
    background-size: 30% auto;
  }
  .c-pagination .next a {
    background: url("icon-arrow-rt-brand-sec_v1.0.png") center center no-repeat;
    background-size: 30% auto;
  }
  .c-bg-fill {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
  }
  .c-bg--brand-secondary {
    background-color: #0c2b4e;
  }
  .c-bg--white {
    background-color: #fff;
  }
  .c-bg--net {
    background: url(https://cdn.shopify.com/s/files/1/2113/5975/files/bg-net_v1.0.png?v=1661941377)
      center top repeat #cecbbb;
    background-color: #cecbbb;
    background-size: 240px auto;
    border: 1px solid #a4a4a4;
    border-width: 1px 0;
  }
  .c-callout-promo {
    padding: 0.25rem 0.5rem 0.15rem;
    background-color: #ed522e;
  }
  .c-callout-promo__text {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
    font-family: "simplon-mono-reg", sans-serif;
  }
  @media (min-width: 768px) {
    .c-callout-promo__text {
      font-size: 13px;
      font-size: 0.8125rem;
    }
  }
  .c-callout-promo__link {
    color: #ed522e;
    text-decoration: underline;
  }
  .c-callout-promo__info-link {
    position: relative;
    top: -0.1rem;
    display: inline-block;
    padding: 0;
  }
  .c-callout-promo__info-link:focus,
  .c-callout-promo__info-link:active {
    outline: none;
  }
  .c-callout-promo__info-icon {
    width: 0.85rem;
    height: auto;
  }
  .c-promo-help {
    padding: 2.5rem 0 3rem;
    text-align: center;
    border-bottom: 1px solid #a5a5a5;
  }
  @media (min-width: 768px) {
    .c-promo-help {
      padding: 3rem 0 3.5rem;
    }
  }
  @media (min-width: 1024px) {
    .c-promo-help {
      padding: 4rem 0;
    }
  }
  .c-newsletter{
    margin-top:25px;
  }
  .c-newsletter__title {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  @media (min-width: 768px) {
    .c-newsletter__title {
      font-size: 20px;
      font-size: 1.25rem;
    }
  }
  .c-newsletter .klaviyo-form p {
    color: #fff !important;
    margin-bottom: 0.5rem !important;
    font-size: 21px !important;
    font-family: "value-serif-bold", serif !important;
    line-height: 1 !important;
  }
  @media (min-width: 768px) {
    .c-newsletter .klaviyo-form p {
      font-size: 19px !important;
    }
  }
  .c-newsletter .klaviyo-form .Row__FormRow-sc-17nghml-0 {
    align-items: flex-start !important;
  }
  @media (min-width: 768px) {
    .c-newsletter .klaviyo-form .Row__FormRow-sc-17nghml-0 {
      display: inline-block !important;
    }
  }
  .c-newsletter
    .klaviyo-form
    .FormComponent__StyledFormComponentWrapper-e0xun6-0 {
    width: 100%;
    position: static;
    display: inline-block;
    flex: none;
  }
  .c-newsletter
    .klaviyo-form
    .FormComponent__StyledFormComponentWrapper-e0xun6-0 {
    position: static;
    width: 100%;
    flex: unset;
  }
  .c-newsletter .klaviyo-form .TextInput__FormStyledTextInput-sc-1o6de9f-0 {
    color: #fff !important;
    background: none !important;
    border: 0 !important;
    border-bottom: 1px solid white !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    text-align: center !important;
    font-size: 12px !important;
    font-family: "simplon-mono-reg", serif !important;
  }
  .c-newsletter
    .klaviyo-form
    .TextInput__FormStyledTextInput-sc-1o6de9f-0::placeholder {
    color: #fff !important;
    text-align: center !important;
    font-size: 12px !important;
    font-family: "simplon-mono-reg", serif !important;
  }
  .c-newsletter .klaviyo-form .Button__FormStyledButton-p2mbjt-0 {
    min-width: 6rem !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-family: "simplon-mono-reg", serif !important;
    font-weight: normal !important;
  }
  @media (min-width: 768px) {
    .c-newsletter .klaviyo-form .Button__FormStyledButton-p2mbjt-0 {
      width: 100%;
      box-sizing: border-box;
    }
  }
  .c-terms__text {
    color: #666;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .c-terms__input {
    float: none;
    vertical-align: middle;
  }
  .c-terms__label {
    display: inline;
    float: none;
  }
  .c-terms__link {
    color: #0c67b3;
    text-decoration: underline;
  }
  .c-terms__modal-link {
    color: #0c67b3;
    text-decoration: underline !important;
  }
  .c-terms__modal-link:hover {
    color: #065495;
  }
  .c-ajax-cart {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 36rem;
    height: 100%;
    z-index: 500;
    background-color: #fff;
    overflow: scroll;
    transition: all 150ms ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-ajax-cart {
      transition: none;
    }
  }
  @media (min-width: 768px) {
    .c-ajax-cart--padding {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
  .c-ajax-cart__north {
    padding-bottom: 1rem;
  }
  .c-ajax-cart__inner {
    padding-bottom: 28rem;
  }
  .c-ajax-cart__badge-wrap {
    position: absolute;
    top: 1.25rem;
    left: 10px;
  }
  .slideout__trigger-password{
    position: absolute;
    top: 0;
    right: 0;
    top: 12px;
  }
  @media (min-width: 768px) {
    .c-ajax-cart__badge-wrap {
      top: 1.5rem;
    }
  }
  .c-ajax-cart__badge {
    width: 2.75rem;
  }
  @media (min-width: 768px) {
    .c-ajax-cart__badge {
      width: 3.25rem;
    }
  }
  .c-ajax-cart__header {
    position: relative;
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #a5a5a5;
  }
  @media (min-width: 768px) {
    .c-ajax-cart__header {
      padding: 1.25rem 1.5rem;
      margin-bottom: 1.5rem;
    }
  }
  .c-ajax-cart__close-wrap {
    position: absolute;
    top: 1.75rem;
    left: 0;
  }
  @media (min-width: 768px) {
    .c-ajax-cart__close-wrap {
      top: 2.25rem;
    }
  }
  .c-ajax-cart__title {
    font-family: "value-serif-bold", serif;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    color: #0c2b4e;
  }
  .c-ajax-cart__note-container {
    margin: 0.5rem 0 1.5rem;
  }
  .c-ajax-cart__total-container {
    border-top: 1px solid #a5a5a5;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
  .c-ajax-cart__total-title,
  .c-ajax-cart__total-price {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  @media (min-width: 480px) {
    .c-ajax-cart__total-title,
    .c-ajax-cart__total-price {
      font-size: 18px;
      font-size: 1.125rem;
    }
  }
  .c-ajax-cart__total-title {
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
  }
  .c-ajax-cart__total-title--red {
    color: #ed522e;
  }
  .c-ajax-cart__total-price {
    color: #ed522e;
    font-family: "simplon-mono-bold", "simplon-mono-reg", Helvetica, sans-serif;
  }
  .c-ajax-cart__action-sec {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 100%;
    max-width: 36rem;
    background-color: #fff;
    z-index: 300;
    transition: all 150ms ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-ajax-cart__action-sec {
      transition: none;
    }
  }
  .c-ajax-cart__action-inner {
    padding: 0 15px 1rem;
  }
  @media (min-width: 768px) {
    .c-ajax-cart__action-inner {
      padding: 0 2rem 1.5rem;
    }
  }
  .c-ajax-cart__empty-image {
    max-width: 4rem;
    margin-bottom: 1rem;
  }
  .c-ajax-product__item {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 1.25rem;
    padding-right: 2rem;
  }
  @media (min-width: 768px) {
    .c-ajax-product__item {
      margin-bottom: 1.5rem;
    }
  }
  .c-ajax-product__remove-product {
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-ajax-product__remove-link {
    display: inline-block;
    width: 1rem;
  }
  .c-ajax-product__remove-img {
    display: inline-block;
    width: 100%;
  }
  .c-ajax-product__image-wrap {
    position: relative;
    max-height: 7rem;
    float: left;
    width: 35%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .c-ajax-product__content {
    display: table;
    table-layout: fixed;
    width: 65%;
    padding-left: 1rem;
  }
  .c-ajax-product__title {
    margin-bottom: 0.5rem;
    font-family: "value-serif-bold", serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    color: #0c2b4e;
  }
  @media (min-width: 768px) {
    .c-ajax-product__title {
      font-size: 18px;
      font-size: 1.125rem;
    }
  }
  .c-ajax-product__label {
    margin-bottom: 0;
    font-family: "simplon-mono-reg", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-ajax-product__add-on {
    display: inline-block;
    position: relative;
    top: -1px;
    padding: 0.1rem 0.75rem;
    margin-left: 0.25rem;
    margin-bottom: 0.25rem;
    border-radius: 3px;
    background-color: #ecc25e;
    color: #fff;
    text-transform: none;
    font-size: 10px;
    font-size: 0.625rem;
    font-family: "simplon-mono-reg", sans-serif;
    line-height: 1.5em;
  }
  .c-ajax-product__add-on--cart-pg {
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-ajax-upsell {
    display: none;
  }
  .c-ajax-upsell .c-btn {
    padding: 0.25rem 0.5rem;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .c-ajax-upsell__border {
    border-top: 1px solid #a5a5a5;
  }
  .c-ajax-upsell.is-open {
    display: block;
  }
  .c-ajax-upsell.is-open.keep-open {
    display: block;
  }
  .c-order-instructions {
    width: 100%;
  }
  .c-order-instructions__inner {
    border-color: #e5e5e5;
  }
  .c-order-instructions__label {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
  }
  @media (min-width: 768px) {
    .c-order-instructions__label {
      font-size: 16px;
      font-size: 1rem;
    }
  }
  .c-order-instructions__label .glyphicon {
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
  }
  @media (min-width: 480px) {
    .c-order-instructions__label .glyphicon {
      top: -4px;
    }
  }
  .c-order-instructions__label .glyphicon.adjust-top {
    top: -4px;
  }
  .c-order-instructions__btn {
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: #fff;
    color: #3a677d;
    font-weight: normal;
    text-align: left;
    -webkit-appearance: inherit;
    border: none;
  }
  .c-order-instructions__btn .glyphicon::before {
    content: "\002b";
  }
  .c-order-instructions__btn[aria-expanded="true"] .glyphicon::before {
    content: "\2212" !important;
  }
  .c-order-instructions__btn:active {
    outline: none;
  }
  @media (min-width: 480px) and (max-width: 767px) {
    .c-order-instructions__btn {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  @media (min-width: 768px) {
    .c-order-instructions__btn {
      padding: 1rem 1rem;
    }
  }
  .c-order-instructions__text-area {
    width: 100%;
    min-height: 4rem;
    border: 1px solid #a5a5a5;
    border-top: 0;
    padding: 0.75rem 1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-order-instructions--dark .c-order-instructions__inner {
    border-color: transparent;
  }
  .c-order-instructions--dark .c-order-instructions__btn {
    background-color: #ed522e;
    border: none;
    color: #fff;
  }
  .c-order-instructions--dark .c-order-instructions__btn:focus,
  .c-order-instructions--dark .c-order-instructions__btn:hover {
    outline: none;
  }
  .c-order-instructions--dark .c-order-instructions__btn .glyphicon {
    opacity: 0.5;
  }
  .c-order-instructions--dark
    .c-order-instructions__btn.is-open
    .glyphicon.glyphicon-plus::before {
    content: "−" !important;
  }
  @media (min-width: 768px) {
    .c-order-instructions--cart-pg .c-order-instructions__label {
      font-size: 14px;
      font-size: 0.875rem;
    }
  }
  @media (min-width: 768px) {
    .c-order-instructions--cart-pg .c-order-instructions__btn {
      padding-left: 0.5rem;
    }
  }
  .c-trust-secure {
    padding: 1rem;
    border: 1px solid #ccc;
  }
  .c-trust-secure__title {
    margin-top: -1.5rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #02283b;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
  }
  .c-trust-secure__title-wrap {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: #ededeb;
  }
  .c-trust-secure__title-wrap--white-bg {
    background: #fff;
  }
  .c-trust-secure__item-wrap {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    text-align: center;
  }
  .c-trust-secure__item {
    float: left;
    margin-bottom: 1rem;
    width: 50%;
  }
  .c-trust-secure__item::before {
    content: none;
  }
  .c-trust-secure__image {
    width: 100%;
    max-width: 8rem;
  }
  .c-trust-secure__text {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-trust-secure--footer {
    column-count: auto;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 1024px) {
    .c-trust-secure--footer {
      width: 100%;
      max-width: 15rem;
    }
  }
  .c-trust-secure--footer .c-trust-secure__image {
    max-width: 6rem;
  }
  @media (min-width: 1024px) {
    .c-trust-secure--footer .c-trust-secure__image {
      max-width: 5.5rem;
    }
  }
  @media (min-width: 1024px) {
    .c-trust-secure--footer .c-trust-secure__item-wrap {
      width: 100%;
    }
  }
  @media (min-width: 1200px) {
    .c-trust-secure--footer .c-trust-secure__item {
      width: 50%;
    }
    .c-trust-secure--footer .c-trust-secure__item:last-child {
      padding-right: 0.5rem !important;
    }
  }
  .c-trust-secure--footer .c-trust-secure__item.l-float-rt {
    float: right;
  }
  .c-trust-secure--min {
    display: none;
    padding: 0.75rem 0.5rem;
    border-left: 0;
    border-right: 0;
    border-color: #e5e5e5;
  }
  .c-trust-secure--min .c-trust-secure__title {
    margin-top: -1.25rem;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
    color: #bfbfbf;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-trust-secure--min .c-trust-secure__title-wrap {
    background-color: #f7f7f5;
  }
  .c-trust-secure--min .c-trust-secure__item-wrap {
    max-width: 18.5rem;
  }
  .c-trust-secure--min .c-trust-secure__item {
    margin-bottom: 0;
  }
  .c-trust-secure--min .c-trust-secure__image {
    width: 86%;
    max-width: 6rem;
    opacity: 0.2;
  }
  .c-trust-secure--min-desktop {
    margin-top: 4rem;
  }
  .c-trust-secure--min {
    display: block;
  }
  .c-trust-secure--min-desktop {
    display: none;
  }
  @media (min-width: 1000px) {
    .c-trust-secure--min {
      display: none;
    }
    .c-trust-secure--min-desktop {
      display: block;
    }
  }
  @font-size-h1 :  39;
  @font-size-h2 :  26;
  @font-size-h3 :  21;
  @font-size-h4 :  18;
  @font-size-h5 :  16;
  @font-size-h6 :  14;
  @font-size-h7 :  11;
  .c-text dt.u-text-value-serif {
    margin-top: 1.5rem;
  }
  .c-text h1,
  .c-text h2,
  .c-text h3,
  .c-text h4,
  .c-text h5,
  .c-text h6 {
    display: inline-block;
    width: 100%;
    float: none;
    line-height: 1.15em;
    text-transform: none;
  }
  .c-text h1,
  .c-text h2,
  .c-text h3 {
    margin-top: 1.5rem;
  }
  .c-text h1,
  .c-text h2 {
    font-family: "value-serif-bold", serif;
  }
  .c-text h3 {
    font-family: "trade-gothic-bdcondtwnty";
    margin-top: 0.25rem;
  }
  .c-text h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .c-text h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .c-text h3 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .c-text h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-text h5 {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-text h6 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-text img {
    max-width: 100%;
  }
  .c-text em,
  .c-text i {
    font-style: italic;
  }
  .c-text h1,
  .c-text h2,
  .c-text h3,
  .c-text h4,
  .c-text h5,
  .c-text h6 {
    margin-bottom: 1rem;
  }
  .c-text p,
  .c-text ul,
  .c-text ol,
  .c-text table,
  .c-text dl {
    line-height: 1.5em;
  }
  .c-text a {
    color: #ed522e;
    text-decoration: none;
  }
  .c-text a:hover,
  .c-text a:active,
  .c-text a:focus {
    color: #cb3816;
  }
  .c-text a:visited {
    color: #ed522e;
  }
  .c-text ul,
  .c-text ol {
    padding-left: 2rem;
  }
  .c-text ul.o-list-bare,
  .c-text ol.o-list-bare {
    padding-left: 0;
  }
  .c-text li,
  .c-text dt,
  .c-text dd {
    margin-bottom: 0.5rem;
  }
  .c-text ul {
    list-style: disc;
  }
  .c-text ol {
    list-style: decimal;
  }
  .c-text dt {
    font-weight: 700;
  }
  .c-text thead th:nth-of-type(1),
  .c-text tbody td:nth-of-type(1) {
    padding-right: 1rem;
  }
  .c-text .c-table-wrap {
    overflow: auto;
  }
  .c-text table {
    min-width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .c-text table.c-table--fixed {
    table-layout: fixed;
  }
  .c-text thead th {
    background-color: #cecbbb;
  }
  .c-text tfoot th,
  .c-text tfoot td {
    background-color: #fafafa;
  }
  .c-text tbody th {
    background-color: #efede5;
  }
  .c-text th,
  .c-text td {
    padding: 0.5rem;
    border: 1px solid #a5a5a5;
  }
  .c-text th {
    font-weight: bold;
    background-color: #fafafa;
  }
  .c-text pre {
    width: 100%;
    max-width: 100vw;
    padding: 0.5rem;
    margin-bottom: 1rem;
    resize: both;
    color: #666;
    background: #fafafa;
    border: 1px solid #a5a5a5;
    border-radius: #a5a5a5;
    min-width: 250px;
    overflow: auto;
  }
  .c-text code {
    color: #666;
    background: 0 0;
    text-shadow: 0 1px #fff;
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5em;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
  .c-text blockquote {
    border-left: 6px solid #e5e5e5;
    margin: 0 0 1rem;
    padding: 1rem;
    quotes: "“" "”" "‘" "’";
  }
  .c-text blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  }
  .c-text blockquote p {
    display: inline;
  }
  .c-text .c-image-wrap {
    margin-bottom: 1rem;
    max-width: 100%;
  }
  @media (min-width: 480px) {
    .c-text .c-image-wrap--left {
      float: left;
      margin-right: 1.5rem;
    }
    .c-text .c-image-wrap--right {
      float: right;
      margin-left: 1.5rem;
    }
    .c-text .c-image-wrap--xxs-left {
      float: left;
      margin-right: 1.5rem;
    }
    .c-text .c-image-wrap--xxs-right {
      float: right;
      margin-left: 1.5rem;
    }
  }
  @media (min-width: 656px) {
    .c-text .c-image-wrap--xs-left {
      float: left;
      margin-right: 1.5rem;
    }
    .c-text .c-image-wrap--xs-right {
      float: right;
      margin-left: 1.5rem;
    }
  }
  @media (min-width: 768px) {
    .c-text .c-image-wrap--sm-left {
      float: left;
      margin-right: 1.5rem;
    }
    .c-text .c-image-wrap--sm-right {
      float: right;
      margin-left: 1.5rem;
    }
  }
  .c-supports-cookies__text a {
    color: #ed522e;
    text-decoration: underline;
  }
  .c-image-wrap {
    position: relative;
  }
  .c-image-wrap__badge {
    position: absolute;
    top: -2rem;
    right: 1rem;
    max-width: 6rem;
    width: 100%;
    height: 100%;
    display: block;
  }
  .c-image-wrap__badge--lrg {
    top: -3rem;
    max-width: 8rem;
  }
  .c-image-wrap__badge--lf {
    right: inherit;
    left: 1rem;
  }
  .c-image-wrap__badge--center {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .c-image-hover {
    position: relative;
  }
  .c-image-hover:hover .c-image-hover__inner {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .c-image-hover__inner {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 150ms ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-image-hover__inner {
      transition: none;
    }
  }
  .c-image-hover__text {
    position: relative;
    width: 100%;
    padding-top: 3.5rem;
    color: #fff;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    z-index: 2;
    background: url(icon-crab-plate-w.png) center top no-repeat transparent;
    background-size: 2.5rem auto;
  }
  .c-image-hover__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(144, 32, 6, 0.7);
  }
  .c-image-hover__image {
    position: relative;
    z-index: 1;
  }
  .c-panel__panel {
    margin-top: -1px;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
  }
  .c-panel__title {
    margin-bottom: 0;
    line-height: 1.4em;
  }
  .c-panel__title-link {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 1rem 1.5rem 1rem 0;
  }
  @media only screen and (min-width: 656px) {
    .c-panel__title-link {
      padding: 1rem 1.25rem;
    }
  }
  .c-panel__title-link.collapsed .c-icon-expand {
    background-position: center 0;
  }
  .c-panel .c-icon-expand {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-position: center -16px;
  }
  @media only screen and (min-width: 656px) {
    .c-panel .c-icon-expand {
      right: 1.25rem;
    }
  }
  .c-panel__body {
    padding: 0 0 1rem;
  }
  @media only screen and (min-width: 656px) {
    .c-panel__body {
      padding: 1rem 1.25rem;
    }
  }
  .c-panel .c-text {
    font-family: "Open Sans", sans-serif;
  }
  .c-panel .c-text p {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5em;
  }
  .c-cobrand__text {
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-cobrand__link {
    display: inline-block;
    color: #fff !important;
  }
  .c-cobrand__link:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .c-cobrand__img {
    display: inline-block;
    width: 2rem;
    margin-right: 0.5rem;
  }
  @media (min-width: 375px) {
    .c-cobrand__img {
      width: 2.5rem;
    }
  }
  .c-cobrand__arrow {
    position: relative;
    top: 2px;
    display: none;
    width: 1.5rem;
    height: 1rem;
    margin-left: 0.5rem;
    background: url("icon-arrow-rt-w.png") right center no-repeat transparent;
    background-size: 3.5rem auto;
  }
  @media (min-width: 375px) {
    .c-cobrand__arrow {
      display: inline-block;
    }
  }
  .c-well-callout {
    padding: 1rem 0.75rem;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background-color: rgba(12, 43, 78, 0.85);
    text-align: center;
  }
  .c-well-callout sup {
    font-size: 55%;
  }
  @media (min-width: 656px) {
    .c-well-callout {
      padding: 1.25rem 1rem;
    }
  }
  @media (min-width: 1024px) {
    .c-well-callout {
      padding: 1.5rem 1.75rem;
      display: inline-block;
      width: auto;
    }
  }
  .c-well-callout__title-1,
  .c-well-callout__title-2,
  .c-well-callout__title-3,
  .c-well-callout__shipping {
    color: #fff;
    line-height: 1.15em;
  }
  .c-well-callout__title-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    font-size: 2.875rem;
  }
  @media (min-width: 656px) {
    .c-well-callout__title-1 {
      font-size: 58px;
      font-size: 3.625rem;
    }
  }
  .c-well-callout__title-2 {
    letter-spacing: 0.05em;
    margin-top: 0;
    margin-bottom: 0;
  }
  @media (min-width: 656px) {
    .c-well-callout__title-2 {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  .c-well-callout__title-3 {
    margin-top: 0;
    text-transform: none;
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .c-well-callout__brdr {
    max-width: 20rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  @media (min-width: 1024px) {
    .c-well-callout__brdr {
      max-width: none;
    }
  }
  @media (min-width: 656px) {
    .c-well-callout__shipping {
      font-size: 21px;
      font-size: 1.3125rem;
    }
  }
  .c-well-callout__shipping-icon {
    width: 1.5rem;
  }
  .c-well-callout__coupon-wrap {
    width: 100%;
    max-width: 20rem;
    display: inline-block;
    background: rgba(255, 249, 161, 0.85);
    padding: 0.25rem 0.25rem;
    border-radius: 3px;
  }
  .c-well-callout__code {
    text-transform: uppercase;
    color: #262626;
    letter-spacing: 0.05em;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-well-callout--main .c-well-callout__title-1,
  .c-well-callout--main .c-well-callout__title-2,
  .c-well-callout--main .c-well-callout__title-3,
  .c-well-callout--main .c-well-callout__shipping {
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  }
  @media (min-width: 1024px) {
    .c-well-callout--main .c-well-callout__title-1,
    .c-well-callout--main .c-well-callout__title-2,
    .c-well-callout--main .c-well-callout__title-3,
    .c-well-callout--main .c-well-callout__shipping {
      text-align: left;
    }
  }
  @media (min-width: 1024px) {
    .c-well-callout--main .c-well-callout__title-1 {
      font-size: 78px;
      font-size: 4.875rem;
    }
  }
  .c-well-callout--main .c-well-callout__title-2 {
    text-transform: uppercase;
    font-size: 23px;
    font-size: 1.4375rem;
  }
  @media (min-width: 1024px) {
    .c-well-callout--main .c-well-callout__title-2 {
      font-size: 38px;
      font-size: 2.375rem;
    }
  }
  @media (min-width: 1024px) {
    .c-well-callout--main .c-well-callout__brdr {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
  }
  @media (min-width: 1024px) {
    .c-well-callout--main .c-well-callout__coupon-wrap {
      width: auto;
      min-width: 16rem;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  @media (min-width: 1024px) {
    .c-well-callout--main .c-well-callout__code {
      font-size: 16px;
      font-size: 1rem;
    }
  }
  .c-well-callout--sub {
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
  }
  .c-well-callout--sub .c-btn {
    max-width: 17rem;
  }
  @media (min-width: 768px) {
    .c-well-callout--sub {
      max-width: 34rem;
    }
  }
  .c-well-callout--sub .c-well-callout {
    padding: 1rem;
  }
  .c-well-callout--sub .c-well-callout__title-3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  @media (min-width: 480px) {
    .c-well-callout--sub .c-well-callout__title-3 {
      font-size: 37px;
      font-size: 2.3125rem;
    }
  }
  @media (min-width: 768px) {
    .c-well-callout--sub .c-well-callout__title-3 {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  .c-well-callout--sub .c-well-callout__coupon-wrap {
    width: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .c-savings-meter__gauge-container {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }
  .c-savings-meter__gauge {
    position: relative;
    z-index: 1;
    margin-bottom: 0.25rem;
    -webkit-border-top-left-radius: 200px;
    -webkit-border-top-right-radius: 200px;
    -webkit-border-bottom-right-radius: 200px;
    -webkit-border-bottom-left-radius: 200px;
    -moz-border-radius-topleft: 200px;
    -moz-border-radius-topright: 200px;
    -moz-border-radius-bottomright: 200px;
    -moz-border-radius-bottomleft: 200px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
    overflow: hidden;
  }
  .c-savings-meter__gauge,
  .c-savings-meter__gauge-fill,
  .c-savings-meter__gauge-bg {
    min-height: 0.5rem;
  }
  .c-savings-meter__gauge-fill,
  .c-savings-meter__gauge-bg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-top-left-radius: 200px;
    -webkit-border-top-right-radius: 200px;
    -webkit-border-bottom-right-radius: 200px;
    -webkit-border-bottom-left-radius: 200px;
    -moz-border-radius-topleft: 200px;
    -moz-border-radius-topright: 200px;
    -moz-border-radius-bottomright: 200px;
    -moz-border-radius-bottomleft: 200px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
  }
  .c-savings-meter__gauge-fill {
    z-index: 2;
    background-color: #6aaaf2;
    -webkit-transition: all 250ms ease-in-out;
    -khtml-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .c-savings-meter__gauge-bg {
    width: 100%;
    background-color: #e1e1df;
  }
  .c-savings-meter__info {
    position: relative;
    min-height: 0.5rem;
    z-index: 2;
  }
  .c-savings-meter__layer {
    position: absolute;
    top: 0;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
  .c-savings-meter__layer--promo-0 {
    margin-left: 0;
  }
  .c-savings-meter__layer--promo-1 {
    margin-left: 50%;
  }
  .c-savings-meter__layer--promo-2 {
    margin-left: 100%;
  }
  .c-savings-meter__layer--promo-2 .c-savings-meter__promo {
    margin-left: -75%;
  }
  .c-savings-meter__shipping-icon {
    display: inline;
    width: 1rem;
    margin-left: 0.1rem;
    opacity: 0.25;
  }
  .c-savings-meter__promo {
    margin-left: -50%;
    color: #999;
    font-family: "simplon-mono-reg", sans-serif;
  }
  @media (min-width: 480px) {
    .c-savings-meter__promo {
      margin-left: -50%;
    }
  }
  .c-savings-meter__promo-text {
    display: inline-block;
    width: 100%;
  }
  @media (min-width: 480px) {
    .c-savings-meter__promo-text {
      display: inline;
    }
  }
  .c-savings-meter__tick {
    position: absolute;
    top: -12px;
    left: 0;
    width: 3px;
    height: 0.5rem;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .c-upsell-gauge--filled .c-upsell-gauge__title--base {
    display: none !important;
  }
  .c-upsell-gauge--filled .c-upsell-gauge__title--filled {
    display: block !important;
  }
  .c-upsell-gauge--filled .c-savings-meter {
    display: none;
  }
  .c-upsell-gauge__title {
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
  }
  @media only screen and (min-width: 656px) {
    .c-upsell-gauge__title--16-xs {
      font-size: 16px;
      font-size: 1rem;
    }
  }
  .c-upsell-gauge__amount {
    color: #ed522e;
  }
  .c-upsell-gauge--cart.c-upsell-gauge--filled {
    margin-top: 1rem;
  }
  .c-collect-filter__header {
    padding: 0.5rem 0;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
  }
  .c-collect-filter__header-label {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "trade-gothic-bdcondtwnty";
  }
  .c-collect-filter__list {
    padding: 0.5rem 0;
  }
  .c-collect-filter__item {
    position: relative;
    padding: 0.25rem 0;
    margin-bottom: 0;
  }
  .c-collect-filter__link {
    color: #0c2b4e;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-collect-filter__link.is-active .c-collect-filter__select-box {
    background-color: #ed522e;
  }
  .c-collect-filter__select-box {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    border: 1px solid #0c2b4e;
  }
  .c-collect-filter__select-box--remove {
    top: 4px;
    background-image: url(https://cdn.shopify.com/s/files/1/2113/5975/t/9/assets/icon-close-brand-prim_v1.0.png);
    background-repeat: no-repeat;
    background-size: 75% auto;
    background-position: center center;
  }
  .js-collect-page-filter-wrap {
    display: none;
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 768px) {
    .js-collect-page-filter-wrap {
      max-width: none;
      display: block !important;
    }
  }
  .c-collect-page__filter-btn-wrap {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 768px) {
    .c-collect-page__filter-btn-wrap {
      display: none;
    }
  }
  .c-collect-page__header {
    padding: 0.5rem;
    background-color: #e6e6e6;
  }
  .c-collect-page__header select.form-control {
    width: 100%;
    max-width: 12rem;
    height: calc(2rem + 2px) !important;
    padding: 0.25rem 0.75rem;
    border-radius: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-collect-page__header select.form-control--autow {
    width: auto;
    padding: 5px 25px 5px 10px;
  }
  @media (min-width: 768px) {
    .c-collect-page__headline {
      font-size: 42px;
      font-size: 2.625rem;
    }
  }
  @media (min-width: 1024px) {
    .c-collect-page__headline {
      font-size: 52px;
      font-size: 3.25rem;
    }
  }
  .c-collect-page__label {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
    font-weight: 700;
    font-family: "trade-gothic-bdcondtwnty";
  }
  .c-product-carousel {
    margin-bottom: 2.5rem;
    background-color: #ed522e;
  }
  @media (min-width: 768px) {
    .c-product-carousel {
      margin-bottom: 3.5rem;
    }
  }
  @media (min-width: 1024px) {
    .c-product-carousel {
      margin-bottom: 2.75rem;
    }
  }
  @media (min-width: 1200px) {
    .c-product-carousel {
      margin-bottom: 0;
    }
  }
  .c-product-carousel__container {
    position: relative;
  }
  @media (min-width: 1024px) {
    .c-product-carousel__container {
      padding-left: 6rem;
    }
  }
  .c-product-carousel__sale-banner {
    z-index: 1;
  }
  .c-product-carousel__item {
    padding-top: 61.803398875%;
  }
  @media (min-width: 1024px) {
    .c-product-carousel__item {
      padding-top: 75%;
    }
  }
  .c-product-carousel__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
  }
  @media (min-width: 1024px) {
    .c-product-carousel__image {
      min-width: 110%;
    }
  }
  .c-product-carousel__modal-trigger {
    position: absolute;
    top: -2%;
    left: -2%;
    width: 104%;
    height: 104%;
    padding: 0;
    background-color: transparent;
  }
  .c-product-carousel__indicators {
    position: absolute;
    bottom: -2.25rem;
    left: 0;
    width: 100%;
    height: 2rem;
    margin: 0;
    padding: 0.5rem 0 0;
  }
  .c-product-carousel__indicators > li {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    border-color: #b3b3b3;
  }
  @media (max-width: 767px) {
    .c-product-carousel__indicators > li.active {
      margin-left: 0.25rem;
      margin-right: 0.25rem;
    }
  }
  @media (min-width: 768px) {
    .c-product-carousel__indicators > li:first-child {
      margin-left: 0;
    }
  }
  @media (min-width: 768px) {
    .c-product-carousel__indicators {
      bottom: -2.75rem;
      height: 3rem;
      text-align: left;
    }
    .c-product-carousel__indicators > li {
      width: 3.25rem !important;
      height: 2rem !important;
      padding: 0;
      margin: 0;
      border-radius: 0;
      border-color: transparent;
      text-indent: 0;
      overflow: hidden;
    }
    .c-product-carousel__indicators > li::before {
      content: none;
    }
  }
  @media (min-width: 1024px) {
    .c-product-carousel__indicators {
      bottom: -3.25rem;
    }
    .c-product-carousel__indicators > li {
      width: 4rem !important;
      height: 3.5rem !important;
      margin-bottom: 0.5rem;
    }
    .c-product-carousel__indicators > li:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 1024px) {
    .c-product-carousel__indicators {
      display: inline-block;
      top: 0;
      left: -6rem;
      padding: 0;
      width: 5rem;
      height: 100%;
      overflow: auto;
      border-right: 1px solid #a5a5a5;
    }
    .c-product-carousel__indicators > li {
      margin-right: 0 !important;
    }
  }
  .c-product-carousel__indicator-nav {
    opacity: 0.6;
    border: 1px solid #ed522e;
    transition: all 150ms ease-in-out;
    border-radius: 500px;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-product-carousel__indicator-nav {
      transition: none;
    }
  }
  .c-product-carousel__indicator-nav.active {
    border-color: #b3b3b3;
    background-color: #ed522e;
    border: 1px solid #ed522e;
    opacity: 1;
  }
  @media (min-width: 768px) {
    .c-product-carousel__indicator-nav.active {
      border: 1px solid #b3b3b3;
    }
    .c-product-carousel__indicator-nav.active
      .c-product-carousel__indicator-overlay {
      opacity: 0;
    }
  }
  .c-product-carousel__indicator-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.4;
    transition: all 150ms ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-product-carousel__indicator-overlay {
      transition: none;
    }
  }
  @media (min-width: 768px) {
    .c-product-carousel__indicator-overlay {
      display: block;
    }
  }
  .c-product-carousel__thumbnail {
    display: none;
    min-width: 106%;
  }
  @media (min-width: 768px) {
    .c-product-carousel__thumbnail {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
  @media (min-width: 1024px) {
    .c-product-carousel__thumbnail {
      min-width: 150%;
    }
  }
  .c-product-carousel__control {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0 !important;
    transform: translateY(0) !important;
    height: 100%;
    opacity: 0.8;
    transition: all 150ms ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-product-carousel__control {
      transition: none;
    }
  }
  .c-product-carousel__control .glyphicon {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .c-product-carousel__control .glyphicon::before {
    content: "";
  }
  .c-product-carousel__control:hover {
    opacity: 1;
  }
  @media (min-width: 768px) {
    .c-product-carousel__control {
      width: 10%;
    }
  }
  @media (min-width: 1024px) {
    .c-product-carousel__control {
      width: 7%;
    }
  }
  .c-product-carousel__control--left {
    left: 0 !important;
  }
  .c-product-carousel__control--left .glyphicon {
    background: url(icon-arrow-lf-w_v1.0.png) center center no-repeat;
    background-size: auto 100%;
  }
  .c-product-carousel__control--right {
    right: 0 !important;
  }
  .c-product-carousel__control--right .glyphicon {
    background: url(icon-arrow-rt-w_v1.0.png) center center no-repeat;
    background-size: auto 100%;
  }
  .c-product-carousel__image-large-wrap {
    overflow: auto;
  }
  .c-product-carousel__image-large-wrap img {
    width: auto;
    min-width: 100%;
    max-width: 150%;
  }
  @media (min-width: 768px) {
    .c-product-carousel__image-large-wrap img {
      max-width: 100%;
      object-fit: cover;
    }
  }
  .c-modal-product-image .close {
    z-index: 2;
    position: absolute;
    top: 0.15rem;
    right: 0.5rem;
    font-size: 42px;
    font-size: 2.625rem;
    opacity: 0.75;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  }
  .c-modal-product-image__content {
    border-radius: 0;
  }
  .c-modal-product-image__body {
    max-height: 50rem;
    max-height: 75vh;
    overflow: scroll;
    padding: 0;
  }
  @media (min-width: 656px) {
    .c-modal-product-image__modal-dialog {
      width: 100%;
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media (min-width: 768px) {
    .c-modal-product-image__modal-dialog {
      width: 94%;
      max-width: 48rem;
    }
  }
  @media (min-width: 1024px) {
    .c-modal-product-image__modal-dialog {
      width: 94%;
      max-width: 60rem;
    }
  }
  .c-template-product {
    padding-top: 1rem;
  }
  .c-template-product .yotpo-main-widget {
    max-width: 64rem !important;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 15px;
  }
  @media (min-width: 768px) {
    .c-template-product {
      padding-top: 1.5rem;
    }
  }
  .c-product__callout-text {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
  }
  @media (min-width: 1024px) {
    .c-product__callout-text {
      padding-left: 6rem;
      padding-right: 1rem;
    }
  }
  .c-product .yotpo-stars {
    margin-right: 0.25rem !important;
  }
  @media (min-width: 1024px) {
    .c-product__inner {
      padding-right: 2rem;
      padding-top: 3%;
    }
  }
  .c-product__info-container {
    max-width: 38rem;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 768px) {
    .c-product__info-container {
      max-width: none;
    }
  }
  .c-product__content {
    margin-top: 0;
  }
  .c-product__title {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "value-serif-bold", sans-serif;
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.15em;
  }
  @media (min-width: 656px) {
    .c-product__title {
      font-size: 26px;
      font-size: 1.625rem;
    }
  }
  @media (min-width: 768px) {
    .c-product__title {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  @media (min-width: 880px) {
    .c-product__title {
      font-size: 36px;
      font-size: 2.25rem;
    }
  }
  @media (min-width: 1024px) {
    .c-product__title {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  @media (min-width: 1200px) {
    .c-product__title {
      font-size: 38px;
      font-size: 2.375rem;
    }
  }
  .c-product__title-modal-link {
    margin-left: 0.25rem;
    font-size: 80%;
  }
  .c-product__price {
    display: inline-block;
    font-family: "simplon-mono-reg";
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.2;
    color: #c42b08;
  }
  .c-product-selectors__select {
    width: 100%;
    margin-top: 0;
    border: 2px solid #ed522e;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #ed522e;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .c-product-form input,
  .c-product-form textarea,
  .c-product-form select {
    padding: 0.75rem 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 0;
    color: #0c2b4e;
    height: 3rem !important;
  }
  .c-product-form select {
    padding-right: 2.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .c-product-form input {
    border: 0;
    background-color: #fff;
  }
  .c-product-form__group {
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem;
    display: flex;
    justify-content: flex-start;
	align-items: center;
  }
  .c-product-form__wrap {
    position: relative;
    background-color: #fff;
  }
  .c-product-form__border {
    width: 100%;
    border: 1px solid #a6a6a6;
    color: #0c2b4e;
    height: 50px;
  }
  .c-product-form__border:hover,
  .c-product-form__border:focus,
  .c-product-form__border:active {
    border: 1px solid #0c2b4e;
  }
  @media (min-width: 1200px) {
    .c-product-form__border {
      min-height: 2.25rem;
    }
  }
  .c-product-form__select {
    padding-right: 2.5rem;
    font-weight: normal;
    background-image: url(icon-arrow-bot-gray.png);
    background-size: 16px;
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-color: #fff;
  }
  .c-product-form__select:focus {
    outline: none;
  }
  .c-product-form__wrap--quantity {
    text-align: center;
    display: flex;
    margin-left: 15px;
  }
  .c-product-form__wrap--quantity > .c-col {
    width: 50%;
  }
  .c-product-form__wrap--quantity .c-product-form__label {
    padding: 0.75rem 0.25rem;
    margin-bottom: 0;
    border-right: 1px solid #0c2b4e;
    font-size: 16px;
    font-size: 1rem;
    font-size: normal;
    background-color: #fff;
  }
  @media (min-width: 1200px) {
    .c-product-form__wrap--quantity .c-product-form__label {
    }
  }
  .c-product-form__wrap--quantity .c-product-form__input {
    text-align: center;
  }
  .ie9 .c-product-form__wrap--quantity:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  .ie9 .c-product-form__wrap--quantity > .c-col {
    float: left;
  }
  .c-product-quote__wrap {
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.5);
  }
  @media (min-width: 1024px) {
    .c-product-quote__wrap {
      padding: 1.5rem 1.75rem;
    }
  }
  .c-product-quote {
    position: relative;
    padding: 0;
    border: 0;
  }
  .c-product-quote__icon {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: 0.5;
  }
  .c-product-quote__icon--top {
    position: absolute;
    top: -0.25rem;
    left: -0.5rem;
  }
  .c-product-quote__title,
  .c-product-quote__byline {
    margin-bottom: 0.25rem;
  }
  .c-product-quote__title {
    margin-top: 0;
    color: #ed522e;
    font-family: "GT Walsheim", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: none;
  }
  .c-product-quote__quote,
  .c-product-quote__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5em;
  }
  .c-product-quote__quote {
    margin-bottom: 0.5rem;
  }
  .c-product-quote__byline {
    opacity: 0.5;
  }
  .c-product-quote__more-reviews {
    font-size: 12px;
    font-size: 0.75rem;
    text-decoration: none;
  }
  @media (min-width: 1024px) {
    .c-product-nav-tabs__container {
      padding-left: 6rem;
    }
  }
  .c-product-nav-tabs__nav {
    border: 0;
  }
  .c-product-nav-tabs__item {
    margin-right: 1rem;
  }
  @media (min-width: 1024px) {
    .c-product-nav-tabs__item {
      margin-right: 1.5rem;
    }
  }
  .c-product-nav-tabs__nav-link {
    padding: 0 0 0.25rem;
    border: 0 !important;
    background-color: transparent !important;
    font-family: "simplon-mono-bold", "simplon-mono-reg", Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
  }
  .c-product-nav-tabs__nav-link.active {
    border-bottom: 1px solid #a5a5a5 !important;
  }
  @media (min-width: 1024px) {
    .c-product-nav-tabs__nav-link {
      font-size: 13px;
      font-size: 0.8125rem;
    }
  }
  .c-product-nav-tabs__tab-content {
    padding-top: 0.5rem;
  }
  .c-product--accessory .c-product--accessory-hide {
    display: none !important;
  }
  .c-product--accessory .c-product--accessory-adjust.t--shorten-display .c-text {
    height: auto;
  }
  .t--shorten-display .c-text {
    height: 12rem;
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .t--shorten-display .c-text {
      height: 8rem;
    }
  }
  @media (min-width: 1024px) {
    .t--shorten-display .c-text {
      height: 10rem;
    }
  }
  .t--shorten-display .c-product-toggle__read {
    display: block;
  }
  .c-product-toggle {
    margin-top: -1px;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
  }
  .c-product-toggle .c-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-product-toggle + {
    margin-top: -1px;
  }
  .c-product-toggle__icon {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
  }
  .c-product-toggle.is-open .c-product-toggle__icon {
    background-position: center -16px;
  }
  @media (min-width: 768px) {
    .c-product-toggle.is-open .c-text {
      height: auto;
    }
    .c-product-toggle.is-open .c-product-toggle__read {
      display: none;
    }
  }
  .c-product-toggle__title {
    position: relative;
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-family: "simplon-mono-reg";
  }
  .c-product-toggle__toggle-link {
    display: inline-block;
    width: 100%;
    padding: 0.75rem 0;
    text-decoration: none;
    color: #0c2b4e;
  }
  .c-product-toggle__toggle-link:hover,
  .c-product-toggle__toggle-link:active {
    text-decoration: none;
  }
  .c-product-toggle__content {
    display: none;
  }
  .c-product-toggle__read {
    display: none;
    position: relative;
    z-index: 1;
    margin-top: -8rem;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #0c67b3;
    background: -moz-linear-gradient(
      top,
      rgba(237, 237, 235, 0) 0%,
      #ededeb 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(237, 237, 235, 0) 0%,
      #ededeb 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(237, 237, 235, 0) 0%,
      #ededeb 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ededeb', endColorstr='#ededeb',GradientType=0 );
  }
  @media (min-width: 768px) {
    .c-product-toggle__read {
      margin-top: -5rem;
    }
  }
  .c-product-toggle__read-link {
    display: inline-block;
    width: 100%;
    padding: 8rem 0 1.25rem;
    text-align: center;
    text-decoration: none;
  }
  @media (min-width: 768px) {
    .c-product-toggle__read-link {
      padding-top: 6rem;
    }
  }
  .c-product-toggle .c-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-searchanise__input {
    width: 100%;
    padding: 0.75rem 0.5rem;
    box-sizing: border-box !important;
    font-family: "trade-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  .c-searchanise__btn {
    width: 100%;
    padding: 0.75rem 0.5rem;
    box-sizing: border-box !important;
  }
  .snize-ac-results {
    font-family: "trade-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  .snize-page,
  .snize-suggestion {
    font-size: 14px !important;
  }
  .snize-label {
    padding: 0.25rem 1rem !important;
  }
  .snize-title {
    font-family: "value-serif-bold";
    font-size: 18px !important;
    line-height: 1.25 !important;
  }
  .snize-description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.25 !important;
  }
  .snize-price {
    font-family: "simplon-mono-reg";
    font-size: 14px;
    font-size: 0.875rem;
  }
  .snize-view-all-link {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .snize-main-panel {
    border-top: 1px solid #a5a5a5 !important;
    border-bottom: 1px solid #a5a5a5 !important;
  }
  .snize-main-panel-controls-products {
    font-size: 13px !important;
  }
  .snize-filters-sidebar {
    border: 1px solid #ccc !important;
  }
  .snize-product-filters-block {
    border-bottom: 1px solid #ccc !important;
  }
  .snize-product-filters-block:last-child {
    border-bottom: none !important;
  }
  .snize-product-filters-title {
    text-transform: uppercase !important;
    font-family: "simplon-mono-reg", sans-serif;
    background-color: transparent !important;
    color: #666 !important;
    padding: 0.5rem 1rem !important;
    margin-bottom: 0.25rem !important;
  }
  #snize-search-results-grid-mode .snize-thumbnail {
    height: 8rem !important;
  }
  #snize-search-results-grid-mode .snize-overhidden {
    background-color: transparent !important;
  }
  #snize-search-results-grid-mode .snize-product {
    border-bottom: 1px solid #a5a5a5 !important;
    margin-bottom: 1.5rem !important;
  }
  .snize li.snize-product span.snize-title {
    color: #0c2b4e !important;
    font-family: "trade-gothic-bdcondtwnty" !important;
    text-transform: uppercase !important;
  }
  #snize-search-results-grid-mode .snize-thumbnail-wrapper {
    overflow: hidden !important;
  }
  .snize.snize-search-results.snize-mobile-design
    .snize-product-filters-block:hover {
    background: transparent !important;
  }
  #snize-search-results-grid-mode li.snize-product .snize-button {
    top: 18% !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    display: block !important;
    margin-bottom: 0.75rem !important;
    font-family: "simplon-mono-reg", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    border-radius: 0;
    background-color: #0c67b3 !important;
  }
  #snize-search-results-grid-mode li.snize-product .snize-button:hover {
    background-color: #065495 !important;
  }
  .c-search-form__input {
    width: 100%;
    padding: 0.75rem 0.5rem;
    box-sizing: border-box !important;
  }
  .c-search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ededeb;
    z-index: 600;
    transform: translateY(-100%);
    transition: all 250ms ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-search-modal {
      transition: none;
    }
  }
  .c-search-modal__wrapper {
    position: relative;
    max-width: 24rem;
    margin: 0 auto;
  }
  .c-search-modal__close-toggle img {
    width: 1.25rem;
  }
  .c-search-modal__info {
    font-size: 12px;
    font-size: 0.75rem;
    color: #0c2b4e;
  }
  .c-section {
    border-bottom: 1px solid #ed522e;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    text-align: center;
  }
  .c-section--no-border {
    border-bottom: none;
    padding-bottom: 0;
  }
  @media (min-width: 768px) {
    .c-section--sm-lf {
      text-align: left;
    }
    .c-section--sm-lf .c-section__title-brdr,
    .c-section--sm-lf .c-section__description {
      margin-left: 0;
    }
  }
  .c-section__title {
    line-height: 1.15em;
  }
  @media (min-width: 1024px) {
    .c-section__title {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  .c-section__title-brdr {
    max-width: 5rem;
    border-style: solid;
  }
  .c-section__description {
    max-width: 30rem;
    margin: 0 auto 2rem;
  }
  .c-section--lp {
    margin-bottom: 0;
    padding-bottom: 1rem;
    border-bottom: none;
  }
  @media (min-width: 1024px) {
    .c-section--lp .c-section__title {
      font-size: 36px;
      font-size: 2.25rem;
    }
  }
  .c-section--lp .c-product-photo__image {
    margin-top: -1rem;
  }
  @media (min-width: 656px) {
    .c-section--lp .c-product-photo__image {
      margin-top: 0;
      width: 120%;
      max-width: none;
      margin-left: -10%;
      margin-top: -10%;
    }
  }
  .c-section--lp .c-display-item {
    margin-bottom: 2.5rem;
  }
  @media (min-width: 656px) {
    .c-section--lp .c-display-item {
      margin-bottom: 1.5rem;
    }
  }
  .c-section--lp .c-display-item__icon-wrap {
    position: absolute;
    top: 0;
    left: -6px;
    width: 2.5rem;
  }
  @media (min-width: 480px) {
    .c-section--lp .c-display-item__icon-wrap {
      position: static;
      float: left;
      margin-top: -0.5rem;
      margin-right: 0.25rem;
    }
  }
  @media (min-width: 656px) {
    .c-section--lp .c-display-item__icon-wrap {
      display: block;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem;
    }
  }
  @media (min-width: 768px) {
    .c-section--lp .c-display-item__icon-wrap {
      position: absolute;
      left: -3.5rem;
    }
  }
  .c-section--lp .c-display-item__icon {
    width: 100%;
  }
  .c-section--lp .c-display-item__title {
    position: relative;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "value-serif-bold", serif;
    line-height: 1.4em;
  }
  @media (min-width: 656px) {
    .c-section--lp .c-display-item__title {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media (min-width: 768px) {
    .c-section--lp .c-display-item__title {
      font-size: 21px;
      font-size: 1.3125rem;
    }
  }
  .c-section--lp .c-display-item__image {
    height: 50vw;
    min-height: 9rem;
    margin-bottom: 1rem;
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .c-section--lp .c-display-item__image {
      height: auto;
      min-height: inherit;
    }
  }
  @media (min-width: 768px) {
    .c-section--lp .c-display-item__content {
      padding-left: 3rem;
    }
  }
  .c-section--lp .c-display-item__description {
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 656px) {
    .c-section--lp .c-display-item__description {
      margin-left: 0;
    }
  }
  .c-section--lp .c-icon-process {
    position: absolute;
    top: -10px;
    left: -6px;
  }
  @media (min-width: 480px) {
    .c-section--lp .c-icon-process {
      position: static;
      margin-top: -0.5rem;
      margin-right: 0.25rem;
    }
  }
  @media (min-width: 656px) {
    .c-section--lp .c-icon-process {
      display: block;
      margin-bottom: 0.5rem;
    }
  }
  .c-slideshow {
    position: relative;
    padding: 4rem 1rem;
    margin-bottom: 1.5rem;
    color: #fff;
    background-size: cover !important;
    background-position: center center;
  }
  @media (min-width: 768px) {
    .c-slideshow {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }
  @media (min-width: 1024px) {
    .c-slideshow {
      padding-top: 7rem;
      padding-bottom: 7rem;
      margin-bottom: 2rem;
    }
  }
  .c-slideshow .c-btn {
    max-width: 16rem;
  }
  .c-slideshow__content {
    position: relative;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 101;
  }
  @media (min-width: 768px) {
    .c-slideshow__content {
      float: left;
      width: 50%;
      margin-left: 2rem;
    }
  }
  @media (min-width: 1024px) {
    .c-slideshow__content {
      width: 40%;
      max-width: none;
      margin-left: 5%;
    }
  }
  @media (min-width: 1200px) {
    .c-slideshow__content {
      width: 36%;
      margin-left: 5%;
    }
  }
  .c-slideshow__headline {
    margin-bottom: 1rem;
    font-size: 32px;
    font-size: 2rem;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
  @media (min-width: 768px) {
    .c-slideshow__headline {
      font-size: 38px;
      font-size: 2.375rem;
    }
  }
  @media (min-width: 1024px) {
    .c-slideshow__headline {
      font-size: 42px;
      font-size: 2.625rem;
    }
  }
  @media (min-width: 1200px) {
    .c-slideshow__headline {
      font-size: 46px;
      font-size: 2.875rem;
    }
  }
  .c-slideshow__headline-sub {
    margin-bottom: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
  @media (min-width: 768px) {
    .c-slideshow__headline-sub {
      font-size: 23px;
      font-size: 1.4375rem;
    }
  }
  @media (min-width: 1024px) {
    .c-slideshow__headline-sub {
      font-size: 26px;
      font-size: 1.625rem;
    }
  }
  .c-slideshow__bg-fill {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
  .c-slideshow__image-claw {
    position: absolute;
    height: 100%;
    left: 0;
    transform: translateY(14%);
    bottom: 0;
    background-image: url(//cdn.shopify.com/s/files/1/2113/5975/files/claw_v1.0.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 0;
  }
  .c-info-content {
    max-width: 25rem;
    padding: 3rem 0;
  }
  @media (min-width: 480px) {
    .c-info-content {
      padding: 3.5rem 0 3rem;
    }
  }
  @media (min-width: 768px) {
    .c-info-content {
      max-width: 600px;
      padding: 4.5rem 0 3rem;
      margin: auto;
    }
  }
  @media (min-width: 768px) {
    .c-info-content__headline {
      font-size: 27px;
      font-size: 1.6875rem;
    }
  }
  @media (min-width: 1024px) {
    .c-info-content__headline {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  @media (min-width: 768px) {
    .c-info-content .c-btn {
      width: 100%;
      max-width: none;
    }
  }
  .c-process {
    color: #fff;
    padding: 2.5rem 0 3rem;
    text-align: center;
  }
  @media (min-width: 768px) {
    .c-process {
      padding: 3.5rem 0 4rem;
    }
  }
  .c-process p {
    margin-bottom: 0;
  }
  .c-process__headline {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 27px;
    font-size: 1.6875rem;
  }
  @media (min-width: 1024px) {
    .c-process__headline {
      font-size: 36px;
      font-size: 2.25rem;
    }
  }
  .c-process__headline a {
    color: inherit;
  }
  .c-process__headline a:hover {
    color: #ed522e;
  }
  .c-process__tile {
    position: relative;
    max-width: 15rem;
    margin: 0 auto 1.5rem;
  }
  @media (min-width: 880px) {
    .c-process__tile {
      margin-bottom: 0;
    }
  }
  .c-process__arrow-wrap {
    display: none;
    position: absolute;
    top: 35%;
    right: -20px;
    width: 2.5rem;
  }
  @media (min-width: 1024px) {
    .c-process__arrow-wrap {
      display: block;
    }
  }
  .c-process__arrow {
    width: 2.5rem;
    height: 1rem;
  }
  .c-process__image-wrap {
    min-height: 3.5rem;
  }
  .c-process__image {
    width: 100%;
    max-width: 5rem;
    max-height: 3.5rem;
    margin: 0 auto 0.5rem;
    border: 0;
  }
  .c-process__label {
    font-family: "simplon-mono-bold", "simplon-mono-reg", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-process .owl-carousel .owl-prev,
  .c-process .owl-carousel .owl-next {
    position: absolute;
    top: 25%;
  }
  .c-process .owl-carousel .owl-prev span,
  .c-process .owl-carousel .owl-next span {
    display: inline-block;
    width: 2.5rem;
    height: 1rem;
    text-indent: -999999px;
  }
  .c-process .owl-carousel .owl-prev:focus,
  .c-process .owl-carousel .owl-prev:active,
  .c-process .owl-carousel .owl-next:focus,
  .c-process .owl-carousel .owl-next:active {
    outline: none;
  }
  .c-process .owl-carousel .owl-prev {
    left: 0;
  }
  .c-process .owl-carousel .owl-prev.disabled {
    opacity: 0;
  }
  .c-process .owl-carousel .owl-prev span {
    background-image: url(https://cdn.shopify.com/s/files/1/2113/5975/t/9/assets/icon-arrow-lf-w.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
  }
  .c-process .owl-carousel .owl-next {
    right: 0;
  }
  .c-process .owl-carousel .owl-next.disabled {
    opacity: 0;
  }
  .c-process .owl-carousel .owl-next span {
    background-image: url(https://cdn.shopify.com/s/files/1/2113/5975/t/9/assets/icon-arrow-rt-w.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
  }
  .c-process .owl-carousel .owl-dot {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    opacity: 0.25;
    margin: 0 4px;
    border-radius: 500px;
  }
  .c-process .owl-carousel .owl-dot.active {
    opacity: 0.75;
  }
  .c-process--animate .js-process-animate {
    transition: all 250ms ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-process--animate .js-process-animate {
      transition: none;
    }
  }
  @media (min-width: 1024px) {
    .c-process--animate .js-process-animate {
      opacity: 0;
    }
    .c-process--animate .js-process-animate.in-view {
      opacity: 1;
    }
  }
  .c-process-carousel__stage {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 768px) {
    .c-process-carousel__stage {
      padding: 0 2rem;
    }
  }
  @media (min-width: 1024px) {
    .c-process-carousel__stage {
      padding: 0;
    }
  }
  @media (min-width: 1024px) {
    .c-process-carousel .owl-carousel .owl-item:nth-child(2) {
      -moz-transform: translateX(-2rem);
      -webkit-transform: translateX(-2rem);
      -o-transform: translateX(-2rem);
      -ms-transform: translateX(-2rem);
      transform: translateX(-2rem);
    }
    .c-process-carousel .owl-carousel .owl-item:nth-child(3),
    .c-process-carousel .owl-carousel .owl-item:nth-child(4),
    .c-process-carousel .owl-carousel .owl-item:nth-child(5) {
      -moz-transform: translateX(-5rem);
      -webkit-transform: translateX(-5rem);
      -o-transform: translateX(-5rem);
      -ms-transform: translateX(-5rem);
      transform: translateX(-5rem);
    }
  }
  @media (min-width: 1024px) {
    .c-process-carousel .owl-carousel .owl-item.active {
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .c-process-carousel .owl-carousel .owl-prev,
  .c-process-carousel .owl-carousel .owl-next {
    position: absolute;
    top: 30%;
  }
  .c-process-carousel .owl-carousel .owl-prev span,
  .c-process-carousel .owl-carousel .owl-next span {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.5);
    text-indent: -999999px;
    border-radius: 500px;
  }
  .c-process-carousel .owl-carousel .owl-prev:focus,
  .c-process-carousel .owl-carousel .owl-prev:active,
  .c-process-carousel .owl-carousel .owl-next:focus,
  .c-process-carousel .owl-carousel .owl-next:active {
    outline: none;
  }
  .c-process-carousel .owl-carousel .owl-prev {
    left: 0;
  }
  .c-process-carousel .owl-carousel .owl-prev.disabled {
    opacity: 0;
  }
  .c-process-carousel .owl-carousel .owl-prev span {
    background-image: url(icon-arrow-lf-brand-sec_v1.0.png);
    background-repeat: no-repeat;
    background-size: 0.5rem auto;
    background-position: 45% center;
  }
  .c-process-carousel .owl-carousel .owl-next {
    right: 0;
  }
  .c-process-carousel .owl-carousel .owl-next.disabled {
    opacity: 0;
  }
  .c-process-carousel .owl-carousel .owl-next span {
    background-image: url(icon-arrow-rt-brand-sec_v1.0.png);
    background-repeat: no-repeat;
    background-size: 0.5rem auto;
    background-position: 55% center;
  }
  .c-process-carousel .owl-carousel .owl-dot {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #0c2b4e;
    opacity: 0.25;
    margin: 0 4px;
    display: none;
    border-radius: 500px;
  }
  .c-process-carousel .owl-carousel .owl-dot.active {
    opacity: 0.75;
  }
  .c-process-tile {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 656px) {
    .c-process-tile {
      max-width: none;
    }
  }
  @media (min-width: 768px) {
    .c-process-tile__row-main {
      margin-left: 0;
      margin-right: 0;
      background-color: #fff;
    }
  }
  @media (min-width: 768px) {
    .c-process-tile__banner-wrap {
      background: url(https://cdn.shopify.com/s/files/1/2113/5975/products/399A6577_1024x.jpg)
        center center no-repeat transparent;
      background-size: cover;
    }
  }
  @media (min-width: 768px) {
    .c-process-tile__banner {
      display: none;
    }
  }
  .c-process-tile__step {
    position: absolute;
    top: 0;
    left: 0.5rem;
    margin-bottom: 0.25rem;
    text-align: center;
    font-family: "value-serif-bold";
    font-size: 48px;
    font-size: 3rem;
    color: #ed522e;
  }
  @media (min-width: 768px) {
    .c-process-tile__step {
      top: -12px;
      font-size: 66px;
      font-size: 4.125rem;
    }
  }
  .c-process-tile__inner {
    position: relative;
    padding: 0 4rem;
  }
  @media (min-width: 768px) {
    .c-process-tile__inner {
      padding-right: 2rem;
    }
  }
  @media (min-width: 1024px) {
    .c-process-tile__inner {
      padding-left: 5rem;
      padding-right: 5rem;
    }
  }
  .c-process-tile__icon {
    width: 100%;
    max-width: 6rem !important;
    max-height: 4rem;
    margin-bottom: 1rem;
  }
  @media (min-width: 656px) {
    .c-process-tile__icon--left {
      margin-left: -14px;
    }
  }
  .c-process-tile__arrow-wrap {
    position: absolute;
    top: 2rem;
    right: 0;
    width: 5rem !important;
    overflow: hidden;
  }
  @media (min-width: 480px) {
    .c-process-tile__arrow-wrap {
      padding-right: 3rem;
      width: 8rem !important;
    }
  }
  @media (min-width: 768px) {
    .c-process-tile__arrow-wrap {
      width: 7rem !important;
      padding-right: 2rem;
    }
  }
  @media (min-width: 1024px) {
    .c-process-tile__arrow-wrap {
      right: 2rem;
      padding-right: 3rem;
      width: 8rem !important;
    }
  }
  .c-process-tile__arrow {
    float: right;
    width: 12rem !important;
    max-width: none;
  }
  .c-process-tile__content {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-process-tile__sub-header {
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .c-beliefs {
    overflow: hidden;
  }
  .c-beliefs h1 {
    padding-left: 1rem;
  }
  .c-beliefs__banner-wrap {
    overflow: hidden;
    padding:0;
  }
  @media (min-width: 1024px) {
    .c-beliefs__banner-wrap {
      height: auto;
      background: url(img-hands-grabbing-crab_v1.0.jpg) center center no-repeat
        transparent;
      background-size: cover;
    }
  }
  .c-beliefs__banner {
    position: relative;
    top: -40%;
  }
  @media (min-width: 1024px) {
    .c-beliefs__banner {
      display: none;
    }
  }
  @media (min-width: 768px) {
    .c-beliefs__main-list .o-media-list__media {
      width: 25%;
      text-align: center;
    }
    .c-beliefs__main-list .o-media-list__img {
      max-width: 4.5rem;
    }
  }
  @media (min-width: 1024px) {
    .c-beliefs__main-list {
      padding: 2rem 1rem;
    }
    .c-beliefs__main-list .u-text-tilde {
      font-size: 32px;
      font-size: 2rem;
    }
    .c-beliefs__main-list .u-text-value-serif {
      font-size: 21px;
      font-size: 1.3125rem;
    }
    .c-beliefs__main-list .o-media-list__img {
      max-width: 3.5rem;
    }
  }
  @media (min-width: 1200px) {
    .c-beliefs__main-list {
      padding: 2.5rem 2rem;
    }
    .c-beliefs__main-list .o-media-list__media {
      width: 20%;
    }
  }
  .c-product-featured {
    padding: 4rem 0 3.5rem;
    text-align: center;
    border-bottom: 1px solid #a5a5a5;
  }
  @media (min-width: 768px) {
    .c-product-featured {
      padding: 3rem 0 3.5rem;
    }
  }
  @media (min-width: 1024px) {
    .c-product-featured {
      padding: 4rem 0;
    }
  }
  .c-product-featured__headline {
    margin-bottom: 1.5rem;
    font-weight: bold;
  }
  .c-product-featured__stage {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-product-featured .owl-carousel .owl-dot {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #0c2b4e;
    opacity: 0.25;
    margin: 0 4px;
    border-radius: 500px;
  }
  .c-product-featured .owl-carousel .owl-dot.active {
    opacity: 0.75;
  }
  .c-product-featured--pad-adjust .c-product-featured {
    padding: 1rem 0 3rem;
  }
  .t-product-featured--bottom .container-fluid {
    padding: 0;
  }
  .t-product-featured--bottom .c-product-featured {
    border-top: 1px solid #a5a5a5;
    border-bottom: 0;
  }
  .t-product-featured--empty-cart .container-fluid {
    padding: 0;
  }
  .t-product-featured--empty-cart .c-product-featured {
    border-bottom: 0;
    padding: 0 0 1.5rem;
  }
  .t-product-featured--empty-cart
    .c-product-featured
    > .c-product-featured__headline {
    display: none;
  }
  @media (min-width: 768px) {
    .c-prepare__row-main {
      margin-left: 0;
      margin-right: 0;
      background-color: #fff;
    }
  }
  .c-prepare__banner-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 768px) {
    .c-prepare__banner-wrap {
      background: url(https://cdn.shopify.com/s/files/1/2113/5975/products/399A6577_1024x.jpg)
        center center no-repeat transparent;
      background-size: cover;
      min-height: 50vw;
    }
  }
  @media (min-width: 1024px) {
    .c-prepare__banner-wrap {
      min-height: 23rem;
    }
  }
  @media (min-width: 768px) {
    .c-prepare__banner-wrap--share {
      background: url(https://cdn.shopify.com/s/files/1/2113/5975/articles/399A7372_1024x600.jpg?v=1506137830)
        center center no-repeat transparent;
      background-size: cover;
      min-height: 52vw;
    }
  }
  @media (min-width: 1024px) {
    .c-prepare__banner-wrap--share {
      height: 26rem;
      min-height: auto;
    }
  }
  @media (min-width: 768px) {
    .c-prepare .c-prepare__banner-wrap--process {
      min-height: 56vw;
      background: url(img-man-holding-2-crabs_v1.0.jpg) 75% center no-repeat
        transparent;
      background-size: cover;
    }
  }
  @media (min-width: 1024px) {
    .c-prepare .c-prepare__banner-wrap--process {
      min-height: 32rem;
    }
  }
  @media (min-width: 768px) {
    .c-prepare__banner {
      display: none;
    }
  }
  .c-prepare__headline {
    font-size: 24px;
    font-size: 1.5rem;
  }
  @media (min-width: 768px) {
    .c-prepare__headline {
      margin: 3rem auto 2.5rem;
      font-size: 32px;
      font-size: 2rem;
    }
  }
  @media (min-width: 1024px) {
    .c-prepare__headline {
      font-size: 36px;
      font-size: 2.25rem;
    }
  }
  .c-prepare__content-main {
    padding: 0.75rem 1.5rem 1.25rem;
  }
  @media (min-width: 480px) {
    .c-prepare__content-main {
      padding: 8% 10%;
    }
  }
  @media (min-width: 1024px) {
    .c-prepare__content-main {
      max-width: 30rem;
      padding: 2rem 3rem;
    }
  }
  .c-prepare__step {
    margin-bottom: 0.25rem;
    text-align: center;
    font-family: "value-serif-bold";
    font-size: 48px;
    font-size: 3rem;
    color: #ed522e;
  }
  @media (min-width: 1024px) {
    .c-prepare__step {
      font-size: 68px;
      font-size: 4.25rem;
    }
  }
  .c-prepare__title {
    text-transform: uppercase;
    text-align: center;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
  }
  @media (min-width: 1024px) {
    .c-prepare__title {
      font-size: 24px;
      font-size: 1.5rem;
    }
  }
  @media (min-width: 1024px) {
    .c-prepare__title-sub {
      font-size: 27px;
      font-size: 1.6875rem;
    }
  }
  .c-prepare__section-header {
    padding: 1.5rem 0 1rem;
    text-align: center;
  }
  @media (min-width: 768px) {
    .c-prepare__section-header {
      padding-left: 2rem;
    }
  }
  .c-prepare__section-content {
    padding: 1rem;
  }
  @media (min-width: 768px) {
    .c-prepare__section-content {
      padding: 2rem 0;
    }
  }
  @media (min-width: 768px) {
    .c-prepare__section-content {
      padding: 3rem 0;
    }
  }
  @media (min-width: 768px) {
    .c-prepare__section-inner {
      padding: 0 2rem;
      border-left: 1px solid #a5a5a5;
    }
  }
  @media (min-width: 1024px) {
    .c-prepare__section-inner {
      padding: 0 3rem;
    }
  }
  .c-prepare__section-image {
    width: 3rem;
    margin-bottom: 1rem;
  }
  .c-prepare__section-title {
    font-family: "value-serif-bold";
    font-size: 36px;
    font-size: 2.25rem;
  }
  .c-prepare__section-sub-title {
    color: #ed522e;
    font-family: tilda-petite, sans-serif;
    font-size: 32px;
    font-size: 2rem;
    font-weight: normal;
  }
  .c-article {
    padding: 2rem 0 4rem;
  }
  .c-article__title {
    max-width: 34rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
  @media (min-width: 480px) {
    .c-article__title {
      font-size: 27px;
      font-size: 1.6875rem;
    }
  }
  @media (min-width: 768px) {
    .c-article__title {
      max-width: none;
      font-size: 32px;
      font-size: 2rem;
    }
  }
  @media (min-width: 1024px) {
    .c-article__title {
      font-size: 36px;
      font-size: 2.25rem;
    }
  }
  .c-article__banner {
    min-height: 50vw;
    margin-bottom: 1rem;
    background-color: #e5e5e5;
    background-position: center center;
    background-size: cover;
  }
  .c-article__banner img {
    display: none;
  }
  @media (min-width: 768px) {
    .c-article__banner {
      min-height: 32vw;
    }
  }
  .c-article__byline {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .c-article-pagin__link {
    font-family: "trade-gothic-bdcondtwnty";
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 700;
  }
  .c-article-pagin__icon-wrap {
    display: inline-block;
    width: 0.5rem;
  }
  .c-article-pagin__icon {
    width: 100%;
    height: auto;
  }
  .c-rec-articles {
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .c-rec-articles__header {
    padding: 0.75rem 1rem;
    background-color: rgba(0, 0, 0, 0.02);
    border-left: 4px solid #0c67b3;
  }
  .c-rec-articles__title {
    margin-bottom: 0;
    font-family: "trade-gothic-bdcondtwnty";
  }
  .c-rec-articles__list {
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .c-rec-articles__item {
    margin-bottom: 0.75rem;
    line-height: 1.3;
  }
  .c-rec-articles__item:last-child {
    margin-bottom: 0;
  }
  .c-rec-articles__link {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 2rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-rec-articles__link:hover .c-rec-articles__icon-wrap {
    width: 1.5rem;
  }
  .c-rec-articles__icon-wrap {
    position: absolute;
    top: 0.1rem;
    left: 0;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-rec-articles__icon-wrap {
      transition: none;
    }
  }
  .c-rec-articles__icon {
    float: right;
    width: 4rem;
    max-width: 4rem;
  }
  .c-newsletter-sec {
    padding: 1rem 1rem 0.75rem;
    background-color: #e6e6e6;
  }
  .c-newsletter-sec .klaviyo-form .Row__FormRow-sc-17nghml-0 {
    display: inline-block;
    width: 100%;
  }
  .c-newsletter-sec .klaviyo-form .Row__FormRow-sc-17nghml-0 > div {
    padding: 0;
  }
  .c-newsletter-sec .klaviyo-form .Row__FormRow-sc-17nghml-0 > div:first-child {
    margin-bottom: 0.5rem;
  }
  .c-newsletter-sec .klaviyo-form .TextInput__FormStyledTextInput-sc-1o6de9f-0 {
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    color: #0c2b4e !important;
  }
  .c-newsletter-sec
    .klaviyo-form
    .TextInput__FormStyledTextInput-sc-1o6de9f-0::placeholder {
    color: #0c2b4e !important;
  }
  .c-newsletter-sec .klaviyo-form .Button__FormStyledButton-p2mbjt-0 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .c-newsletter-sec .ql-editor p {
    color: #0c2b4e !important;
  }
  .c-header-brdr {
    margin-bottom: 1rem;
    padding: 0.25rem 0;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
    text-transform: uppercase;
  }
  .c-header-brdr__title {
    margin-bottom: 0;
    color: #0c2b4e;
    font-size: 1.2rem;
	text-transform: uppercase;
  }
  .c-product-tile {
    margin-bottom: 1rem;
  }
  .c-product-tile__badge-wrap {
    position: absolute;
    top: 1.25rem;
    z-index: 100;
  }
  .c-product-tile__badge {
    padding: 0.25rem 0.75rem;
    margin-bottom: 0;
    background: #ed522e;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
    font-weight: 700;
  }
  .c-product-tile__image-wrap {
    position: relative;
    margin-bottom: 0.25rem;
  }
  .c-product-tile__image-link {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 12rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .c-product-tile__image {
    display: inline-block;
    width: 120% !important;
    max-width: none;
    margin-top: -10%;
  }
  .c-product-tile__label {
    margin-bottom: 0.5rem;
  }
  .c-product-tile__link {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #0c2b4e;
    font-weight: bold;
    font-family: "trade-gothic-bdcondtwnty";
  }
  .c-product-tile__price {
    margin-bottom: 0.25rem;
    font-family: "simplon-mono-reg";
    color: #ed522e;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-product-tile__reviews-wrap {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px auto;
  }
  .c-product-tile .yotpo-stars {
    margin-right: 0.5rem;
  }
  .c-product-tile .text-m {
    color: #999 !important;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-product-tile__image-container {
    width: 100%;
    height: 12rem;
    background-size: cover;
    background-position: center center;
  }
  @media (min-width: 1024px) {
    .c-product-tile__image-container {
      height: 16rem;
    }
  }
  .c-product-tile__sale-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
  }
  .c-product-tile--grid {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #a5a5a5;
  }
  .c-article-tile {
    margin-bottom: 2rem;
  }
  @media (min-width: 768px) {
    .c-article-tile__wrap-relative {
      position: relative;
    }
  }
  .c-article-tile__wrap-brdr {
    display: none;
    position: absolute;
    top: 0;
    left: -1.5rem;
    height: 100%;
    width: 1px;
    background-color: #a5a5a5;
  }
  @media (min-width: 768px) {
    .c-article-tile__wrap-brdr {
      display: block;
    }
  }
  .c-article-tile__image-wrap {
    position: relative;
    width: 100%;
    height: 50vw;
    max-height: 350px;
    margin-bottom: 1rem;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
  }
  @media (min-width: 768px) {
    .c-article-tile__image-wrap {
      height: 10rem;
    }
  }
  @media (min-width: 1024px) {
    .c-article-tile__image-wrap {
      height: 14rem;
    }
  }
  .c-article-tile__image {
    display: none;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -5%);
    width: 120%;
  }
  @media (min-width: 768px) {
    .c-article-tile__image {
      width: 200%;
      transform: translate(-50%, -10%);
    }
  }
  .c-article-tile__image-link-full {
    display: none;
  }
  @media (min-width: 768px) {
    .c-article-tile__image-link-full {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  .c-article-tile__image-link {
    display: inline-block;
    width: 100%;
  }
  .c-article-tile__tag {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
  }
  .c-article-tile__title {
    margin-bottom: 0.5rem;
    font-size: 21px;
    font-size: 1.3125rem;
    font-family: "value-serif-bold";
  }
  @media (min-width: 768px) {
    .c-article-tile__title {
      font-size: 18px;
      font-size: 1.125rem;
    }
  }
  .c-article-tile__excerpt {
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
  }
  @media (min-width: 768px) {
    .c-article-tile--main {
      background-color: #fff;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 3rem;
    }
    .c-article-tile--main .c-btn--wrap {
      margin-bottom: 0;
    }
  }
  @media (min-width: 768px) and (min-width: 1024px) {
    .c-article-tile--main .c-btn--wrap {
      margin-bottom: 0;
    }
  }
  @media (min-width: 768px) {
    .c-article-tile--main .c-article-tile__image-wrap {
      margin-bottom: 0;
      height: 40vw;
      max-height: none;
    }
  }
  @media (min-width: 768px) and (min-width: 1024px) {
    .c-article-tile--main .c-article-tile__image-wrap {
      height: auto;
      min-height: 24rem;
    }
  }
  @media (min-width: 768px) and (min-width: 1200px) {
    .c-article-tile--main .c-article-tile__image-wrap {
      height: auto;
      min-height: 26rem;
    }
  }
  @media (min-width: 768px) {
    .c-article-tile--main .c-article-tile__title {
      margin: 0 auto 1rem;
      max-width: 20rem;
      font-size: 27px;
      font-size: 1.6875rem;
    }
  }
  @media (min-width: 768px) and (min-width: 1024px) {
    .c-article-tile--main .c-article-tile__title {
      max-width: none;
      font-size: 32px;
      font-size: 2rem;
    }
  }
  @media (min-width: 768px) and (min-width: 1200px) {
    .c-article-tile--main .c-article-tile__title {
      font-size: 34px;
      font-size: 2.125rem;
    }
  }
  @media (min-width: 768px) {
    .c-article-tile--main .c-article-tile__content-main {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  }
  @media (min-width: 768px) and (min-width: 768px) {
    .c-article-tile--main .c-article-tile__content-main {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (min-width: 768px) and (min-width: 1024px) {
    .c-article-tile--main .c-article-tile__content-main {
      padding-left: 3.5rem;
      padding-right: 3rem;
    }
  }
  .c-posts__tile {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }
  .c-posts__tile--maxw0 {
    max-width: none;
  }
  .c-posts__image-wrap {
    margin-bottom: 1rem;
  }
  .c-posts__image {
    width: 100%;
    max-width: 100%;
  }
  .c-posts__category {
    display: block;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-posts__article-title {
    text-transform: none;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.4em;
  }
  @media (min-width: 656px) {
    .c-posts__article-title {
      font-size: 18px;
      font-size: 1.125rem;
    }
  }
  @media (min-width: 1024px) {
    .c-posts__article-title {
      font-size: 21px;
      font-size: 1.3125rem;
    }
  }
  .c-posts__arrow {
    margin-left: 0.5rem;
    width: 0.4rem;
  }
  .c-posts__read-more {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  .c-masthead-lp {
    min-height: 32rem;
    padding: 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: url(https://cdn.shopify.com/s/files/1/2113/5975/files/bg-fall-spread-lg_v1.0.jpg?10889946616267282190)
      center top no-repeat;
    background-size: auto 150%;
    background-position: center center;
  }
  @media (min-width: 656px) {
    .c-masthead-lp {
      min-height: 34rem;
      background-position: center 60%;
    }
  }
  @media (min-width: 1024px) {
    .c-masthead-lp {
      min-height: 39rem;
      border: 1px solid rgba(0, 0, 0, 0.1);
      background-size: 130%;
      background-position: right 90% top 60%;
    }
  }
  .c-masthead-lp .c-btn {
    max-width: 20rem;
  }
  @media (min-width: 1024px) {
    .c-masthead-lp .c-btn {
      max-width: 22rem;
      font-size: 19px;
      font-size: 1.1875rem;
    }
  }
  .c-masthead-lp__title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
    text-align: center;
    font-size: 19px;
    font-size: 1.1875rem;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
  }
  @media (min-width: 656px) {
    .c-masthead-lp__title {
      font-size: 27px;
      font-size: 1.6875rem;
    }
  }
  @media (min-width: 1024px) {
    .c-masthead-lp__title {
      text-align: left;
      font-size: 32px;
      font-size: 2rem;
    }
  }
  .c-masthead-lp__content {
    padding-top: 2rem;
    margin-bottom: 6rem;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 480px) {
    .c-masthead-lp__content {
      padding-top: 3rem;
    }
  }
  @media (min-width: 656px) {
    .c-masthead-lp__content {
      max-width: 24rem;
    }
  }
  @media (min-width: 768px) {
    .c-masthead-lp__content {
      padding-top: 4rem;
    }
  }
  @media (min-width: 1024px) {
    .c-masthead-lp__content {
      padding-top: 5rem;
      padding-left: 3rem;
      margin-left: 0;
      max-width: none;
    }
  }
  .c-masthead-lp--crab-dark-table {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: url(bg-crab-legs-on-slate_lg_v1.0.jpg) center top no-repeat;
    background-size: auto 150%;
    background-position: center center;
  }
  @media (min-width: 656px) {
    .c-masthead-lp--crab-dark-table {
      padding-top: 6rem;
      padding-bottom: 6rem;
      min-height: inherit;
    }
  }
  .c-masthead-lp--crab-dark-table .c-masthead-lp__content {
    max-width: 32rem;
    margin-bottom: 0;
    padding: 1.25rem 1rem;
    background-color: rgba(5, 29, 55, 0.8);
  }
  @media (min-width: 1024px) {
    .c-masthead-lp--crab-dark-table .c-masthead-lp__content {
      max-width: 44rem;
      margin-left: -15px;
      padding: 2rem;
    }
    .c-masthead-lp--crab-dark-table .c-masthead-lp__content p {
      font-size: 18px;
      font-size: 1.125rem;
    }
    .c-masthead-lp--crab-dark-table .c-masthead-lp__content .c-btn {
      font-size: 16px;
      font-size: 1rem;
    }
  }
  .c-masthead-lp--crab-dark-table .c-masthead-lp__title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  @media (min-width: 768px) {
    .c-masthead-lp--crab-dark-table .c-masthead-lp__title {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  @media (min-width: 1024px) {
    .c-masthead-lp--crab-dark-table .c-masthead-lp__title {
      margin-left: 0;
      font-size: 42px;
      font-size: 2.625rem;
    }
  }
  .c-display-item {
    margin-bottom: 2rem;
    text-align: center;
  }
  @media (min-width: 768px) {
    .c-display-item {
      text-align: left;
    }
  }
  .c-display-item--last {
    margin-bottom: 0;
  }
  .c-display-item__image {
    min-height: 8rem;
    margin-bottom: 1rem;
  }
  .c-display-item__title {
    margin: 0 0 0.25rem !important;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4em;
    text-transform: none;
  }
  .c-display-item__sub-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #ed522e;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
  }
  .c-display-item__sub-title .c-icon-process {
    position: relative;
    top: -4px;
    margin-right: 0.5rem;
  }
  .c-display-item__description {
    margin-top: 0;
  }
  .c-reviews-callout {
    padding: 1rem 0 3rem;
    text-align: center;
    border-bottom: 1px solid #a5a5a5;
  }
  @media (min-width: 768px) {
    .c-reviews-callout {
      padding: 1rem 0 3.5rem;
    }
  }
  @media (min-width: 1024px) {
    .c-reviews-callout {
      padding: 1rem 0;
    }
  }
  .c-reviews-callout__headline {
    padding: 0.75rem 1rem;
    color: #fff;
    background-color: #ed522e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
  }
  @media (min-width: 1024px) {
    .c-reviews-callout__headline {
      width: 17rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
  }
  .c-reviews-callout__side-header {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: top left;
  }
  @media (min-width: 1024px) {
    .c-reviews-callout__content {
      position: relative;
      padding-left: 3rem;
      min-height: 17rem;
    }
  }
  .c-reviews-callout-lp {
    margin-left: -15px;
    margin-right: -15px;
    padding: 2rem 0.5rem;
    background-color: #0d3c52;
    background-color: rgba(13, 60, 82, 0.8);
    text-align: center;
  }
  @media (min-width: 480px) {
    .c-reviews-callout-lp {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  }
  @media (min-width: 1200px) {
    .c-reviews-callout-lp {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }
  .c-reviews-callout-lp__bg {
    background: url(https://cdn.shopify.com/s/files/1/2113/5975/files/bg-fall-feast-lg_v1.0.jpg?11455301082280097748)
      center top no-repeat;
    background-size: auto 110%;
    background-position: center center;
  }
  @media (min-width: 656px) {
    .c-reviews-callout-lp__bg {
      background-position: left center;
    }
  }
  @media (min-width: 768px) {
    .c-reviews-callout-lp__bg {
      background-position: left center;
    }
  }
  @media (min-width: 1024px) {
    .c-reviews-callout-lp__bg {
      background-size: 110% auto;
    }
  }
  .c-reviews-callout-lp__title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 21px;
  }
  .c-reviews-callout-lp__brdr {
    max-width: 5rem;
    border-bottom: 1px solid #fff;
  }
  .c-reviews-callout-lp__more-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
  }
  .c-review-tile__container .owl-carousel .owl-dot {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #0c2b4e;
    opacity: 0.25;
    margin: 0 4px;
    border-radius: 500px;
  }
  .c-review-tile__container .owl-carousel .owl-dot.active {
    opacity: 0.75;
  }
  @media (min-width: 1024px) {
    .c-review-tile__container .owl-carousel .owl-item {
      min-height: 15rem;
    }
  }
  @media (min-width: 1024px) {
    .c-review-tile__container .owl-carousel .owl-item:nth-child(2) {
      border-left: 1px solid #a5a5a5;
      border-right: 1px solid #a5a5a5;
    }
  }
  .c-review-tile__ratings-wrap {
    text-align: center;
  }
  .c-review-tile__ratings-wrap .yotpo-stars {
    display: block;
    text-align: center;
  }
  .c-review-tile__item {
    padding: 0 1.5rem;
  }
  @media (min-width: 656px) {
    .c-review-tile__item {
      padding: 0;
    }
  }
  @media (min-width: 1024px) {
    .c-review-tile__item {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      padding: 0 1.5rem;
    }
  }
  .c-review-tile__tile {
    margin-bottom: 1rem;
    max-width: 17rem;
    margin: 0 auto;
  }
  .c-review-tile__quote {
    margin-bottom: 1rem;
  }
  .c-review-tile__author {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-reviews-badge {
    position: relative;
    top: 0.25rem;
    display: block;
    width: auto;
    text-decoration: none;
  }
  .c-reviews-badge .c-reviews-badge__link {
    display: inline-block;
    text-decoration: none;
  }
  .c-reviews-badge .spr-icon {
    width: 12px;
    height: 12px;
  }
  .c-reviews-badge [class^="spr-icon-"]:before,
  .c-reviews-badge [class*=" spr-icon-"]:before {
    font-size: 120%;
  }
  .c-reviews-badge .spr-badge-starrating {
    margin-right: 8px;
  }
  .c-reviews-badge .spr-badge-caption {
    font-size: 14px;
    font-weight: normal;
  }
  .c-reviews-badge .spr-badge[data-rating="0.0"] {
    display: none;
  }
  @media (min-width: 480px) and (max-width: 1199px) {
    .c-reviews-badge {
      width: auto;
    }
  }
  @media (min-width: 1280px) {
    .c-reviews-badge {
      width: auto;
    }
  }
  .c-reviews-badge .yotpo-stars {
    margin-right: 8px;
  }
  .c-reviews-badge .yotpo a {

  }
  .c-reviews-badge .yotpo a:hover {
    color: #fa7657 !important;
  }
  .c-review-quote {
    overflow: scroll;
  }
  .c-review-quote__inner {
    display: flex;
  }
  .c-review-quote__col {
    min-width: 14rem;
    width: 33.33%;
    margin-right: 0.5rem;
  }
  @media only screen and (min-width: 880px) {
    .c-review-quote__col {
      margin-right: 1rem;
    }
  }
  .c-review-quote__col:last-child {
    margin-right: 0;
  }
  .c-review-quote__quote-inner {
    position: relative;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  @media only screen and (min-width: 880px) {
    .c-review-quote__quote-inner {
      padding: 0.75rem;
    }
  }
  .c-review-quote__quote-inner::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 1.25rem;
    width: 1.5rem;
    height: 1rem;
    background: url(icon-review-quote-stem_v1.1.png) no-repeat left top
      transparent;
    background-size: 100% auto;
  }
  .c-review-quote__info {
    margin-bottom: 0.5rem;
  }
  .c-review-quote__info .yotpo .yotpo-icon {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-review-quote__info .yotpo-review-stars {
    margin-right: 0.25rem !important;
    margin-top: 0 !important;
  }
  .c-review-quote__ratings-star {
    display: inline-block;
  }
  .c-review-quote__date {
    display: inline-block;
    margin-bottom: 0;
    color: #999;
    font-size: 12px;
    font-size: 0.75rem;
    vertical-align: bottom;
  }
  .c-review-quote__review p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-review-quote__review p:first-child {
    margin-bottom: 0.5rem;
  }
  .c-review-quote__review p:last-child {
    margin-bottom: 0;
  }
  .c-review-quote__footer {
    padding-left: 3.25rem;
  }
  .c-review-quote__footer p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-review-quote__footer span {
    color: #999;
  }
  .c-quote-tile {
    padding: 0.5rem 0;
  }
  .c-quote-tile .yotpo .yotpo-icon {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-quote-tile__title {
    padding-left: 3rem;
    padding-right: 3rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
  }
  .c-quote-tile__quote {
    position: relative;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 1rem;
    line-height: 1.4em;
    font-size: 18px;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
  }
  @media (min-width: 480px) {
    .c-quote-tile__quote {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
  @media (min-width: 880px) {
    .c-quote-tile__quote {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  .c-quote-tile__author {
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-quote-tile__icon-wrap {
    position: relative;
    top: -2px;
  }
  .c-quote-tile__icon-wrap--open {
    margin-left: -0.5rem;
    margin-right: 0.25rem;
  }
  .c-quote-tile__icon-wrap--close {
    margin-left: 0.25rem;
    margin-right: -0.5rem;
  }
  .c-quote-tile__icon {
    display: inline-block !important;
    width: 1rem !important;
    opacity: 0.5;
  }
  .c-quote-tile--dark .c-quote-tile__title-inline {
    display: inline-block;
    width: 100%;
    color: #666;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-quote-tile--dark .c-quote-tile__quote {
    position: relative;
    padding-left: 1.75rem;
    padding-right: 0;
    margin-bottom: 0.25rem;
    color: #999;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
    font-weight: 100;
  }
  .c-quote-tile--dark .c-quote-tile__icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .c-quote-tile--dark .c-quote-tile__icon {
    opacity: 0.1;
  }
  .c-quote-tile--dark .c-quote-tile__author {
    margin-top: 0;
    padding-left: 1.75rem;
    padding-right: 0.5rem;
    color: #999;
    text-align: right;
    font-weight: 100;
    font-style: italic;
  }
  .c-tile-carousel__stage {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 880px) {
    .c-tile-carousel__stage {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }
  .c-tile-carousel__stage .owl-nav {
    display: block;
  }
  @media (min-width: 880px) {
    .c-tile-carousel__stage .owl-nav {
      display: block;
    }
  }
  .c-tile-carousel__stage .owl-prev,
  .c-tile-carousel__stage .owl-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: perspective(1px) translateY(-100%);
    z-index: 1;
    width: 2rem;
    height: 2rem;
    border: 1px solid #0c67b3 !important;
    border-radius: 200px;
    opacity: 0.4;
    transition: all 350ms ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-tile-carousel__stage .owl-prev,
    .c-tile-carousel__stage .owl-next {
      transition: none;
    }
  }
  .c-tile-carousel__stage .owl-prev:focus,
  .c-tile-carousel__stage .owl-next:focus {
    outline: none;
  }
  .c-tile-carousel__stage .owl-prev span,
  .c-tile-carousel__stage .owl-next span {
    position: relative;
    display: inline-block;
    text-indent: -999999px;
    width: 1.5rem;
    height: 2rem;
  }
  .c-tile-carousel__stage .owl-prev {
    left: 0.25rem;
  }
  .c-tile-carousel__stage .owl-prev span {
    background: url(https://cdn.shopify.com/s/files/1/2113/5975/files/icon-arrow-back-w.png?11800199377296122087)
      center center no-repeat !important;
    background-size: auto 100% !important;
  }
  .c-tile-carousel__stage .owl-prev.disabled {
    opacity: 0;
  }
  .c-tile-carousel__stage .owl-next {
    right: 0.25rem;
  }
  .c-tile-carousel__stage .owl-next span {
    background: url(https://cdn.shopify.com/s/files/1/2113/5975/files/icon-arrow-forward-w.png?11800199377296122087)
      center center no-repeat !important;
    background-size: auto 100% !important;
  }
  .c-tile-carousel__stage .owl-next.disabled {
    opacity: 0;
  }
  .c-tile-carousel__stage .owl-dots {
    margin-top: 1rem;
    text-align: center;
  }
  .c-tile-carousel__stage .owl-dot {
    display: inline-block;
    box-sizing: content-box;
    height: 1.25rem;
    width: 1.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    background-color: #74b9da !important;
    opacity: 0.4;
    border-radius: 200px;
    transition: all 150ms ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-tile-carousel__stage .owl-dot {
      transition: none;
    }
  }
  .c-tile-carousel__stage .owl-dot:focus {
    outline: none;
  }
  .c-tile-carousel__stage .owl-dot:hover {
    opacity: 0.6;
  }
  .c-tile-carousel__stage .owl-dot.active {
    opacity: 1;
  }
  @media (min-width: 768px) {
    .c-prepare__row-main {
      margin-left: 0;
      margin-right: 0;
      background-color: #fff;
    }
  }
  .c-prepare__banner-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 768px) {
    .c-prepare__banner-wrap {
      background: url(https://cdn.shopify.com/s/files/1/2113/5975/products/399A6577_1024x.jpg)
        center center no-repeat transparent;
      background-size: cover;
      min-height: 50vw;
    }
  }
  @media (min-width: 1024px) {
    .c-prepare__banner-wrap {
      min-height: 23rem;
    }
  }
  @media (min-width: 768px) {
    .c-prepare__banner-wrap--share {
      background: url(https://cdn.shopify.com/s/files/1/2113/5975/articles/399A7372_1024x600.jpg?v=1506137830)
        center center no-repeat transparent;
      background-size: cover;
      min-height: 52vw;
    }
  }
  @media (min-width: 1024px) {
    .c-prepare__banner-wrap--share {
      height: 26rem;
      min-height: auto;
    }
  }
  @media (min-width: 768px) {
    .c-prepare .c-prepare__banner-wrap--process {
      min-height: 56vw;
      background: url(img-man-holding-2-crabs_v1.0.jpg) 75% center no-repeat
        transparent;
      background-size: cover;
    }
  }
  @media (min-width: 1024px) {
    .c-prepare .c-prepare__banner-wrap--process {
      min-height: 32rem;
    }
  }
  @media (min-width: 768px) {
    .c-prepare__banner {
      display: none;
    }
  }
  .c-prepare__headline {
    font-size: 24px;
    font-size: 1.5rem;
  }
  @media (min-width: 768px) {
    .c-prepare__headline {
      margin: 3rem auto 2.5rem;
      font-size: 32px;
      font-size: 2rem;
    }
  }
  @media (min-width: 1024px) {
    .c-prepare__headline {
      font-size: 36px;
      font-size: 2.25rem;
    }
  }
  .c-prepare__content-main {
    padding: 0.75rem 1.5rem 1.25rem;
  }
  @media (min-width: 480px) {
    .c-prepare__content-main {
      padding: 8% 10%;
    }
  }
  @media (min-width: 1024px) {
    .c-prepare__content-main {
      max-width: 30rem;
      padding: 2rem 3rem;
    }
  }
  .c-prepare__step {
    margin-bottom: 0.25rem;
    text-align: center;
    font-family: "value-serif-bold";
    font-size: 48px;
    font-size: 3rem;
    color: #ed522e;
  }
  @media (min-width: 1024px) {
    .c-prepare__step {
      font-size: 68px;
      font-size: 4.25rem;
    }
  }
  .c-prepare__title {
    text-transform: uppercase;
    text-align: center;
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
  }
  @media (min-width: 1024px) {
    .c-prepare__title {
      font-size: 24px;
      font-size: 1.5rem;
    }
  }
  @media (min-width: 1024px) {
    .c-prepare__title-sub {
      font-size: 27px;
      font-size: 1.6875rem;
    }
  }
  .c-prepare__section-header {
    padding: 1.5rem 0 1rem;
    text-align: center;
  }
  @media (min-width: 768px) {
    .c-prepare__section-header {
      padding-left: 2rem;
    }
  }
  .c-prepare__section-content {
    padding: 1rem;
  }
  @media (min-width: 768px) {
    .c-prepare__section-content {
      padding: 2rem 0;
    }
  }
  @media (min-width: 768px) {
    .c-prepare__section-content {
      padding: 3rem 0;
    }
  }
  @media (min-width: 768px) {
    .c-prepare__section-inner {
      padding: 0 2rem;
      border-left: 1px solid #a5a5a5;
    }
  }
  @media (min-width: 1024px) {
    .c-prepare__section-inner {
      padding: 0 3rem;
    }
  }
  .c-prepare__section-image {
    width: 3rem;
    margin-bottom: 1rem;
  }
  .c-prepare__section-title {
    font-family: "value-serif-bold";
    font-size: 36px;
    font-size: 2.25rem;
  }
  .c-prepare__section-sub-title {
    color: #ed522e;
    font-family: tilda-petite, sans-serif;
    font-size: 32px;
    font-size: 2rem;
    font-weight: normal;
  }
  .c-banner-center {
    position: relative;
    padding: 3.5rem 0;
    background: url("https://cdn.shopify.com/s/files/1/2113/5975/files/bg-crabs-over-ice_v1.0.jpg?17548975336307593614")
      center center no-repeat transparent;
    background-size: cover;
  }
  @media (min-width: 480px) {
    .c-banner-center {
      padding-top: 4.5rem;
      padding-bottom: 4.75rem;
    }
  }
  @media (min-width: 1024px) {
    .c-banner-center {
      padding-top: 10%;
      padding-bottom: 10%;
    }
  }
  .c-banner-center__title-wrap,
  .c-banner-center__content {
    position: relative;
    z-index: 2;
  }
  @media (min-width: 768px) {
    .c-banner-center__title {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  @media (min-width: 1024px) {
    .c-banner-center__title {
      font-size: 36px;
      font-size: 2.25rem;
    }
  }
  .c-banner-center__bg-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c2b4e;
    opacity: 0.25;
  }
  .c-banner-center__text-lg {
    max-width: 54rem;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  @media (min-width: 768px) {
    .c-banner-center__text-lg {
      font-size: 24px;
      font-size: 1.5rem;
    }
  }
  @media (min-width: 1024px) {
    .c-banner-center__text-lg {
      font-size: 38px;
      font-size: 2.375rem;
    }
  }
  .c-banner-center--crab-plate-offer {
    padding-left: 1rem;
    padding-right: 1rem;
    background: url("bg-crab-plate-offer_v1.0.jpg") center center no-repeat
      transparent;
  }
  .c-banner-split__col--image {
    position: relative;
    min-height: 12rem;
    background: url("https://cdn.shopify.com/s/files/1/2113/5975/files/bg-crabs-plate-drinks_v1.0.jpg?14918970822690455898")
      center center no-repeat transparent;
    background-size: cover;
  }
  @media (min-width: 480px) {
    .c-banner-split__col--image {
      min-height: 14rem;
    }
  }
  @media (min-width: 768px) {
    .c-banner-split__col--image {
      min-height: 28rem;
    }
  }
  @media (min-width: 1024px) {
    .c-banner-split__col--image {
      padding-top: 5rem;
      padding-bottom: 5.25rem;
    }
  }
  .c-banner-split__col--text {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    background-color: #fff;
  }
  @media (min-width: 768px) {
    .c-banner-split__col--text {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  .c-banner-lg {
    text-align: center;
    padding-top: 2rem;
  }
  .c-banner-lg__title {
    position: relative;
    z-index: 2;
    font-size: 27px;
    font-size: 1.6875rem;
  }
  @media (min-width: 480px) {
    .c-banner-lg__title {
      font-size: 36px;
      font-size: 2.25rem;
    }
  }
  @media (min-width: 480px) {
    .c-banner-lg__title {
      font-size: 42px;
      font-size: 2.625rem;
    }
  }
  @media (min-width: 1024px) {
    .c-banner-lg__title {
      font-size: 50px;
      font-size: 3.125rem;
    }
  }
  .c-banner-lg__title-sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-banner-lg__banner {
    position: relative;
    width: 100%;
    min-height: 12rem;
    margin-top: -0.75em;
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url("https://cdn.shopify.com/s/files/1/2113/5975/t/9/assets/akc-fishermen-on-boat_v1.0.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
  }
  @media (min-width: 480px) {
    .c-banner-lg__banner {
      min-height: 16rem;
    }
  }
  @media (min-width: 480px) {
    .c-banner-lg__banner {
      min-height: 24rem;
      margin-top: -1em;
    }
  }
  @media (min-width: 1024px) {
    .c-banner-lg__banner {
      height: 42vw;
      max-height: 550px;
      margin-top: -1.5em;
      background-position: center 30%;
    }
  }
  .c-banner-lg__content {
    position: relative;
    z-index: 2;
  }
  .c-banner-lg__bg-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c2b4e;
    background: -moz-linear-gradient(top, #051d37 0%, rgba(5, 29, 55, 0) 100%);
    background: -webkit-linear-gradient(top, #051d37 0%, rgba(5, 29, 55, 0) 100%);
    background: linear-gradient(to bottom, #051d37 0%, rgba(5, 29, 55, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d37', endColorstr='#00051d37',GradientType=0 );
    opacity: 0.8;
    z-index: 1;
  }
  .c-banner-lg--dine-crab {
    padding-top: 0;
  }
  .c-banner-lg--dine-crab .c-banner-lg__title {
    color: #fff;
  }
  @media (min-width: 1024px) {
    .c-banner-lg--dine-crab .c-banner-lg__title {
      margin-bottom: 0.5rem;
    }
  }
  .c-banner-lg--dine-crab .c-banner-lg__title-sub {
    color: #fff;
  }
  @media (min-width: 656px) {
    .c-banner-lg--dine-crab .c-banner-lg__title-sub {
      font-size: 22px;
      font-size: 1.375rem;
    }
  }
  .c-banner-lg--dine-crab .c-banner-lg__banner {
    margin-top: 0;
    padding-top: 2.5rem;
    background-image: url("bg-king-crab-dine-sm_v1.0.jpg");
  }
  @media (min-width: 480px) {
    .c-banner-lg--dine-crab .c-banner-lg__banner {
      min-height: 18rem;
    }
  }
  @media (min-width: 656px) {
    .c-banner-lg--dine-crab .c-banner-lg__banner {
      padding-top: 3.5rem;
    }
  }
  @media (min-width: 1024px) {
    .c-banner-lg--dine-crab .c-banner-lg__banner {
      height: 21rem;
      max-height: 384px;
      background-image: url("bg-king-crab-dine-lg_v1.0.jpg");
    }
  }
  .c-callout-banner {
    padding: 4.5rem 0;
    background: url(https://cdn.shopify.com/s/files/1/2113/5975/files/bg-fall-king-crab-close-up-lg_v1.0.jpg?18413587702592839766)
      center top no-repeat;
    background-size: auto 110%;
    background-position: center center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  @media (min-width: 656px) {
    .c-callout-banner {
      background-size: 110% auto;
      padding: 5.5rem 0;
    }
  }
  @media (min-width: 768px) {
    .c-callout-banner {
      padding: 7.5rem 0;
    }
  }
  @media (min-width: 1024px) {
    .c-callout-banner {
      border: 1px solid rgba(0, 0, 0, 0.1);
    }
  }
  .c-promo-product {
    padding: 3rem 0 4rem;
  }
  @media (min-width: 656px) {
    .c-promo-product {
      padding: 3.5rem 0 4.5rem;
    }
  }
  @media (min-width: 1024px) {
    .c-promo-product {
      padding: 4.5rem 0 5.5;
    }
  }
  .c-promo-product .c-reviews-badge .yotpo .text-m {
    display: none;
  }
  .c-promo-product__ribbon {
    position: absolute;
    top: -0.75rem;
    display: inline-block;
    left: 0;
    right: 0;
  }
  .c-promo-product__ribbon-text {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 0.25rem 1.5rem;
    background-color: #ed522e;
    color: #fff;
    font-weight: 700;
  }
  .c-promo-product__headline {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-promo-product__headline span {
    color: #ed522e;
  }
  @media (min-width: 768px) {
    .c-promo-product__headline {
      font-size: 27px;
      font-size: 1.6875rem;
    }
  }
  @media (min-width: 1024px) {
    .c-promo-product__headline {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  .c-promo-product__product-wrap {
    position: relative;
    padding: 5rem 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #bfbfbf;
    overflow: hidden;
    background-position: center;
  }
  @media (min-width: 768px) {
    .c-promo-product__product-wrap {
      border: none;
      background-image: url('bg-surf-turf-split-lg_v1.1.jpg') !important;
      background-size: cover;
      background-position: 50% top;
    }
  }
  @media (min-width: 1024px) {
    .c-promo-product__product-wrap {
      padding-top: 6rem;
      padding-bottom: 7rem;
    }
  }
  .c-promo-product__inner {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1.75rem 1rem 2.25rem;
    max-width: 16rem;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    z-index: 2;
  }
  @media (min-width: 656px) {
    .c-promo-product__inner {
      max-width: 20rem;
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }
  .c-promo-product__item-label {
    font-size: 32px;
    font-size: 2rem;
  }
  .c-promo-product__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .c-banner-fill {
    position: relative;
    margin-bottom: 7rem;
    padding: 2.5rem 1rem 2.75rem;
    background-color: #0c2b4e;
    color: #fff;
    background: url("bg-food-spread-lg_v1.0.jpg") no-repeat center center #0c2b4e;
    background-size: cover;
  }
  @media only screen and (min-width: 768px) {
    .c-banner-fill {
      margin-bottom: 1rem;
      padding-bottom: 3.75rem;
    }
  }
  @media only screen and (min-width: 1200px) {
    .c-banner-fill {
      padding: 5rem 4rem 5.5rem;
    }
  }
  .c-banner-fill__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c2b4e;
    opacity: 0.5;
    z-index: 1;
  }
  .c-banner-fill__content {
    position: relative;
    max-width: 36rem;
    margin: 0 auto 1rem;
    text-align: center;
    z-index: 2;
  }
  @media only screen and (min-width: 1200px) {
    .c-banner-fill__content {
      text-align: left;
    }
  }
  @media only screen and (min-width: 1200px) {
    .c-banner-fill__content p {
      font-size: 18px;
      font-size: 1.125rem;
    }
  }
  .c-banner-fill__title {
    color: #fff;
    font-size: 36px;
    font-size: 2.25rem;
  }
  @media only screen and (min-width: 1200px) {
    .c-banner-fill__title {
      font-size: 34px;
      font-size: 2.125rem;
    }
  }
  .c-banner-fill__brdr {
    max-width: 6rem;
    border-color: #fff;
  }
  @media only screen and (min-width: 1200px) {
    .c-banner-fill__brdr {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      margin-left: 0;
    }
  }
  .c-banner-fill__form-wrap {
    position: relative;
    width: 100%;
    max-width: 42rem;
    min-height: 16rem;
    margin: 0 auto -10rem;
    padding: 2rem 1rem 2.5rem;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  }
  @media only screen and (min-width: 768px) {
    .c-banner-fill__form-wrap {
      margin-bottom: 0;
    }
  }
  .c-banner-fill__label {
    color: #ed522e;
    text-align: center;
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .c-banner-fill--military {
    margin-bottom: 4rem;
    background: url("bg-flag-lg_v1.0.jpg") no-repeat center center #0c2b4e;
    background-size: cover;
  }
  @media only screen and (min-width: 656px) {
    .c-banner-fill--military {
      padding-top: 3rem;
      padding-bottom: 3.25rem;
    }
  }
  @media only screen and (min-width: 1200px) {
    .c-banner-fill--military {
      padding-top: 3rem;
      padding-bottom: 3.25rem;
    }
  }
  .c-banner-fill--military .c-banner-fill__title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  @media only screen and (min-width: 656px) {
    .c-banner-fill--military .c-banner-fill__title {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  @media only screen and (min-width: 1200px) {
    .c-banner-fill--military .c-banner-fill__content {
      text-align: center;
    }
  }
  @media only screen and (min-width: 1200px) {
    .c-banner-fill--military .c-banner-fill__brdr {
      margin-left: auto;
    }
  }
  .c-info-category {
    padding: 2.5rem 0 3rem;
    text-align: center;
    border-bottom: 1px solid #a5a5a5;
  }
  @media (min-width: 480px) {
    .c-info-category {
      padding: 3.5rem 0 4rem;
    }
  }
  @media (min-width: 768px) {
    .c-info-category {
      padding: 4rem 0 1.5rem;
    }
  }
  @media (min-width: 768px) {
    .c-info-category .col-sm-brdr {
      border-right: 1px solid #a5a5a5;
    }
  }
  @media (min-width: 768px) {
    .c-info-category__title-sub,
    .c-info-category__title-main {
      max-width: 20rem;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
    }
  }
  @media (min-width: 1024px) {
    .c-info-category__title-sub,
    .c-info-category__title-main {
      max-width: 21rem;
      margin-right: 0;
    }
  }
  @media (min-width: 1200px) {
    .c-info-category__title-sub,
    .c-info-category__title-main {
      max-width: 60%;
    }
  }
  .c-info-category__title-sub {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  @media (min-width: 768px) {
    .c-info-category__title-sub {
      padding-top: 0.5rem;
    }
  }
  @media (min-width: 1024px) {
    .c-info-category__title-sub {
      font-size: 32px;
      font-size: 2rem;
      padding-top: 0.25rem;
    }
  }
  .c-info-category__title-main {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  @media (min-width: 1024px) {
    .c-info-category__title-main {
      font-size: 36px;
      font-size: 2.25rem;
    }
  }
  .c-info-category__description {
    color: #0c2b4e;
    font-size: 18px;
    font-size: 1.125rem;
  }
  @media (min-width: 768px) {
    .c-info-category__description {
      max-width: 26rem;
      font-size: 21px;
      font-size: 1.3125rem;
    }
  }
  .c-info-category__category-block {
    padding: 5.5rem 1rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
  }
  @media (min-width: 480px) {
    .c-info-category__category-block {
      padding: 6rem 1rem;
    }
  }
  @media (min-width: 656px) {
    .c-info-category__category-block {
      padding: 7rem 1rem;
    }
  }
  @media (min-width: 768px) {
    .c-info-category__category-block {
      background-size: auto 100%;
    }
  }
  @media (min-width: 1024px) {
    .c-info-category__category-block {
      padding: 10rem 1rem;
    }
  }
  .c-info-category__category-block--crab {
    background-image: url(market-house-crab_v1.0.jpg);
    background-size: cover;
  }
  .c-info-category__category-block--seafood {
    background-image: url(market-house-meats_v1.0.jpg);
    background-size: cover;
  }
  @media (min-width: 768px) {
    .c-info-category__category-block--seafood {
      background-size: cover;
    }
  }
  @media (min-width: 768px) {
    .c-info-category--minimal .c-info-category {
      padding: 3rem 0;
    }
  }
  .c-info-category--minimal .c-info-category__header {
    display: none;
  }
  .c-about-sec {
    padding: 2.5rem 0 3rem;
    text-align: center;
    border: 1px solid #a4a4a4;
    border-width: 0 0 1px 0;
  }
  @media (min-width: 768px) {
    .c-about-sec {
      padding: 3rem 0 3.5rem;
    }
  }
  @media (min-width: 1024px) {
    .c-about-sec {
      padding: 4rem 0;
    }
  }
  .c-about-sec__content {
    max-width: 30rem;
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .c-about-sec__content {
      padding-top: 18%;
    }
  }
  @media (min-width: 1024px) {
    .c-about-sec__content {
      max-width: 24rem;
      padding-top: 3.5rem;
    }
  }
  .c-about-sec__image-wrap {
    min-height: 60vw;
    background: url(akc-fishermen-on-boat_v1.2.jpg) no-repeat left center
      transparent;
    background-size: cover;
  }
  @media (min-width: 768px) {
    .c-about-sec__image-wrap {
      min-height: 29rem;
    }
  }
  @media (min-width: 1024px) {
    .c-cooking-tips__headline {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  .c-cooking-tips__link {
    display: inline-block;
    width: 100%;
  }
  .c-cooking-tips__item {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: 1px solid #a5a5a5;
  }
  .c-cooking-tips__item:last-child {
    border-bottom: 0;
  }
  .c-cooking-tips__image-wrap {
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
  }
  @media (min-width: 1024px) {
    .c-cooking-tips__image-wrap {
      width: 3.5rem;
      height: 3.5rem;
    }
  }
  .c-cooking-tips__image {
    width: 100%;
  }
  .c-cooking-tips__text {
    display: inline-block;
    padding-top: 0.75rem;
    padding-left: 1rem;
    font-family: "value-serif-bold";
  }
  @media (min-width: 1024px) {
    .c-cooking-tips__text {
      font-size: 18px;
      font-size: 1.125rem;
    }
  }
  .c-cooking-tips__arrow-wrap {
    position: absolute;
    top: 35%;
    right: 0;
  }
  .c-cooking-tips__arrow {
    width: 3rem;
  }
  .c-cart-title {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 28px;
    font-size: 1.75rem;
  }
  .c-cart-title__small {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "trade-gothic", sans-serif;
    opacity: 0.5;
  }
  @media screen and (min-width: 480px) {
    .c-cart-title {
      font-size: 34px;
      font-size: 2.125rem;
    }
  }
  @media screen and (min-width: 480px) {
    .c-cart-title {
      font-size: 36px;
      font-size: 2.25rem;
    }
  }
  @media screen and (min-width: 768px) {
    .c-cart-title {
      margin-top: 3rem;
      font-size: 34px;
      font-size: 2.125rem;
    }
  }
  .c-cart-sum__price {
    margin-bottom: 0;
    font-family: "simplon-mono-bold", "simplon-mono-reg", Helvetica, sans-serif;
    color: #ed522e;
    font-weight: 700;
  }
  .c-cart-sum-table {
    width: 100%;
  }
  @media (min-width: 656px) {
    .c-cart-sum-table--valign-top td,
    .c-cart-sum-table--valign-top th {
      height: 49px;
    }
  }
  .c-cart-sum-table tr:nth-child(even) {
    background-color: transparent;
  }
  .c-cart-sum-table td,
  .c-cart-sum-table th {
    padding: 0.5rem;
    vertical-align: middle;
  }
  .c-cart-sum-table td.last-child {
    text-align: right !important;
  }
  .c-cart-sum-table__label,
  .c-cart-sum-table__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  @media (min-width: 480px) {
    .c-cart-sum-table__label,
    .c-cart-sum-table__text {
      font-size: 16px;
      font-size: 1rem;
    }
  }
  @media (min-width: 768px) {
    .c-cart-sum-table__label,
    .c-cart-sum-table__text {
      font-size: 14px;
      font-size: 0.875rem;
    }
  }
  .c-cart-sum-table__label {
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.4em;
  }
  .c-cart-sum-table__label small {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-cart-sum-table__label--emphasize {
    color: #02283b;
  }
  .c-cart-sum-table__text {
    font-family: "simplon-mono-bold", "simplon-mono-reg", Helvetica, sans-serif;
    color: #ed522e;
  }
  .c-cart-sum-table__summary-row {
    border-top: 1px solid #e5e5e5;
  }
  .c-cart-sum-table--valign-middle td,
  .c-cart-sum-table--valign-middle th {
    vertical-align: middle;
  }
  .c-cart-items {
    width: 100%;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    margin-top: -1px;
    margin-bottom: 0;
  }
  .c-cart-items .c-btn--update-cart {
    width: 100%;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0.25rem 0.5rem;
    text-transform: none;
  }
  @media (min-width: 480px) {
    .c-cart-items .c-btn--update-cart {
      float: left;
      width: auto;
      min-height: 30px;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  @media (min-width: 1024px) {
    .c-cart-items .c-btn--update-cart {
      width: 100%;
      min-height: auto;
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
  }
  .c-cart-items__item {
    margin-bottom: 0;
    padding: 1.5rem 0;
  }
  .c-cart-items__product-title {
    margin: 0 0 0.25rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.15em;
    font-family: "value-serif-bold", sans-serif;
    text-transform: none;
    color: #0c2b4e;
  }
  @media (min-width: 656px) {
    .c-cart-items__product-title {
      margin-bottom: 0.5rem;
      font-size: 22px;
      font-size: 1.375rem;
    }
  }
  @media (min-width: 656px) {
    .c-cart-items__product-title {
      margin-bottom: 0.25rem;
      font-size: 20px;
      font-size: 1.25rem;
    }
  }
  @media (min-width: 1200px) {
    .c-cart-items__product-title {
      margin-bottom: 0.5rem;
      font-size: 23px;
      font-size: 1.4375rem;
    }
  }
  .c-cart-items__link {
    text-decoration: none;
  }
  .c-cart-items__product-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-cart-items__product-text--cost {
    color: #ed522e;
    font-family: "simplon-mono-bold", "simplon-mono-reg", Helvetica, sans-serif;
  }
  @media (min-width: 480px) {
    .c-cart-items__product-text--cost {
      padding-top: 0.25rem;
    }
  }
  .c-cart-items__remove-link {
    text-decoration: none;
  }
  .c-cart-items__count-input {
    display: inline-block;
    width: 100%;
    padding: 0.25rem;
    text-align: center;
  }
  @media (min-width: 480px) {
    .c-cart-items__count-input {
      float: left;
      width: 3rem;
    }
  }
  @media (min-width: 1024px) {
    .c-cart-items__count-input {
      float: left;
      width: 100%;
    }
  }
  .c-cart-items__foot {
    border-top: 0;
  }
  .c-cart-items__foot-text {
    font-size: 14px;
    font-size: 0.875rem;
  } /*!
   * Social Share Kit v1.0.7 (http://socialsharekit.com)
   * Copyright 2015 Social Share Kit / Kaspars Sprogis.
   * Licensed under Creative Commons Attribution-NonCommercial 3.0 license:
   * https://github.com/darklow/social-share-kit/blob/master/LICENSE
   * ---
   */
  @font-face {
    font-family: "social-share-kit";
    src: url(data:application/font-woff;base64,d09GRk9UVE8AABpAAAsAAAAAItgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAFsQAAB1PHKFSH0ZGVE0AABfMAAAAGgAAABxyHr0eR0RFRgAAF+gAAAAdAAAAIABFAARPUy8yAAAYCAAAAEcAAABgUB1epWNtYXAAABhQAAAAdgAAAX5RPVLVaGVhZAAAGMgAAAApAAAANgb/W0toaGVhAAAY9AAAABgAAAAkBC8CA2htdHgAABkMAAAAMwAAADQF0QHCbWF4cAAAGUAAAAAGAAAABgAYUABuYW1lAAAZSAAAAOYAAAH4HLBiO3Bvc3QAABowAAAAEAAAACAAAwABeJyNeWuMJNd1Xje53X3FbFak4JL1YGYc01ISwHQo0SGpBJKpjZTYimmBpE2JFE1yHzO7Mzu78+zpd1V1vatOvZ9d3dPd857ZXZI7y10+RUtUKGshyUwUhRCDRLFk0IItWEAESEEN0EGSc3sVI479I3WnaqrqVt2699xzvvN9t/O5I0dy+Xz+juX5UzMn5u5ePntiaeruczMrufwtuXzu04cfv+Xw3lsPP3DEPJqHo7fC0SMTt+U++Oj7/hfAX58cLQEcRodR4c780++9M5e7/c68fceduQ/c+Q/uf1/ug7SZ9+Ruz03mfi13d+7e3L/IfTr3L3O/m3sk94XcU7lTuTO5udxyrp5r5/Sck1vL7eVezt2YPnFq6uT8/LmVyszKytTSmfn5M3NTdy/MlZfvnp87PXX+xMzcwswFrJlaXlkpnz85tzQ3c+Hc1OmZC2dmVs6WT66em7mwvHLizNKJ81jq8xeWz9UWpmrz5ZXyyanVmfNT81MnT9ROLCzMTZ2cOnviwqmp00szJ0/OTZ24cHppfuZ05eyJlWWsXpo6fXpm5Re2uXnxf/Xl/7XZ37JhLpdX81pezxt5yJt5K2/nnbyb9/J+PsiH+Sgf55N8J5/mu/lefi3fz32AWuuW3PHc6JY/vfXfH3mt8CuFb5Tuec9jtz3w9/SjPz720/devH32jl97n/RLn2Leef/Bh7744Y98uHwseyX778z1EnimC7aJxXIs27Zc07E8CIBc+/7nitOwINZrjZq4CGfJE0/889dH3E8y7k9K4fcLxw7Lh5NMTaorNX2YpGv+RpWvSqtqbbASLcIilIUabkIZlghIpmSJU9aZaHZtdm1+c2VPbKkNqEPTbgYtn434jkia0HJYnxglKPuVtJ42+vy6KmqiIYICsimZXjVu9rge15eHQGYWp1rPgEhbNl+af631VbgMl9z9eD/aStfXhv3+MN0k3Y14y98Otuxt2CZJqd/p9jp9cizb+EsGOK2tCLIgSYKCRW3rbY03eGCBszibs3iX9wjvCoEUy5EaQwcSO3JDN/T9wA280IntyImt0CKRGZkxeOAaNpiGrbuaozm6qVt4jmearVkGsXRbt1USiAVTw3PV0izV1EwNNFOlBVRyNgMGqmpD5EWupdSgDYIluIIreXKAJVQjJdIiPSJaZIQQQt/tRZ2o0/H72LlYjcRIDNoe53EO57DEZk0OeDKdfZipQc2oqYtyuVVbra4Kyzg38/HysDqsbbX3seOeGZjE0EE3dEPD/8bNcyKVgPNaSaNptIyW3tKbalNtKC2JEzhBaMuc1FLRWgRYm/d4r+2LoRRKkZIoiRpriR7riRHDV+Basr9Ndrc6u3ARYj3SQi1SA8VXPNmXPdnF3cGjqzhEcVVHczVXd8AF3/Jdz/Fcz3fJYFDwPDR+jBZPoAs9tSf1pC6fsCG5Ci9sFLIHjzPH354+fvzM28cP3n67eOwwzL7JiEIbjfnQiSdnZ1d4UZBkVVIFhVc4ta21gUCpDW2bc3hqZEd2BJ8PFgdPXv5Xr/FBOxBDMqqgBRw+FEIhVjtADh8ooqWdEDcnhoRk3z4CHSXC6rDtskD+xwPFJvCK2BbbKgdN4Fw2bkWtmE9EXxmwz65cLm/X+hwxDVfzFE+lw3XQXzzVGw/bMxzDpf1ywTExKi3X9mzPcW3HcmzXodZwbdPsJ69c+u4fkTRK4jANUzeFLvr0UnacwcZUn5pWQ2/Dhn2dlsD4mvrSxuUvX/py8m+FG0R6ffngmZ1nth+PHpWfUhCyzs3M1k7pT+q/vXX6jzh/zU4MlxieGsiRHKuh4SsYV73d3u5wuNPZ7ux5F/WL+g63XibdZlS25+0Lxry4IC1w5SrGe0VecWs2H6ip2jG7bp+4a17fW3P7dk/vGl0xYt1qUFebrWZLrBllvWxXghrRWaWuVLDUtZba0upKWS3rVbMBTXPVWtrorW3EeyTai66EL+NQFw/nGa2sVKWm2GqzXJvjm2JdIQ+9PvqNEqxaTaft8H47FpJ2R+oqXaWvD6EPa2bqdO01bxCR75TKzbJUxmDnbcETHcXTfc03erBDssLPvnNXdkvpWHZn9mfM3aMrPy56hyUGUiXBWQ45twENYJW20BZwjluIWRx1gI7SoxPXg44bhVHoJJCS7M9Gpxm4LlyubFTWF+NZwIA02pqgCYqsSLiriqpqsioTALh+N5gs3FeAJ+Eh47fIj7OPFyEyA8t1Ii8I/cCLsM0eJHLAB5zdhAoZ/fqPS8cO57OQgWvCQeXZynOLOzPD2eF0eApOwbQwW5mpLC7iYVaYhlMEvpQ+szu1N3Vl4ZWWazhg2ZZl2WCTXmkMJz6RjYJqyEALRVXJlG0MTAed0ye6X0Awc1UX3RbRi+hWwTANU8fdsBD2TLpZmEQcIK5RQD9GV0QPV7AJEWMcz33do2CDrk0zjGMRK3GiwOfNtiVago3FxbmgYOcrkdpREz2FHoHNYNjtSX0YhBuuGRixGisBjRaKrHrf7VsDIAPo632FxH7Bd0I3QmQOTNcIy1CVat1GUIEVaOiIViqntGWRyJIoI/QrAp0LXdB5IxLdFtTI75UQjyk+aza45ivpld29q7tX05fgy+TYYZAdMoZdMCzNVEzVQiMZ5FMGmoGiJdHwYOAVoqdBzxBGhbJQ4WsyL+M3ZVGVVdw0TdOJpusUYgFtB/g1migsDH2HxCXMIRj6BGLYKJgBzSokLSEaOlhhG1gwri2aXGjeECzObMKsuaq3FWyUNq6poFsIs77qysTUCvikgt3F9Ilziu5uCIYAoqFgUXXNULGnBjEMdECDjgB3mpEwZakOBSfEEh/BOpRjogaFMbpEhNstGNT46AUmHTB6gU6NYJLjRgGTta5rmE4K2KoBdJi6qcVLyXKy3FmJq2GLloiLWE+0NWLjt0yD+FLBwbbHeQ5hJ5ITdABEECMxyaUiWsGyHWKaBepkYNEdbAhMH1HSQ8Ji33Rm3E0T8DkAExwLAXXsgi5NMpIvBqKHGYa4WgFxEounU5wl3zELNAdS9mPZ1IfHhsYAMUy6G6bYqw+WtgidrSIfS77myL7h277lBXHa9yPPd7xL1zs7aoxe8kEaj2fYucWFhcU59gxMw1xncWdxl70EV/AroRmTj48+W4Sq10hbHbYnoftmXy8OoOd3Omnq9WBAss9+rGQJpggCGWQLzOjrxSo0ZLbVYuUGVMmD2a2lnYMrg9fgVbhS3Z0m2a3fK8JA7mF7acOrArl8HyOqqjgxXaQEgyYDDFKbHJQCxwkmDoqBo4qTHxk9yMCmOGx0G71qsIIxUhUbjUZTpOGyElR7jV5jIG4C2YRB0MMtGMAmou8g+z4TFAFnYsKIIDYiPWkHrFWxV3l1VZdUHR3NZC0WR6DbVki83e5wJz5YuwpXG1t8WjEXzBk4a5yFqltPmp5sqLJC+DYv8G1ZUUDxhFDEIqsKQuRqfVldsk65KzvwAjFe3rz4cmfd37A2LGJ8lOkM9A3YRNZm8Pqi0qpZC2Yl5QZ2YgW+F5Hs73+SQe/QbcVGf8fkj6ArqSeXn2JPGY/DVHp2q9qpd2sdojiGZzu245qe1m+vCX1hv7nfvqzt6NvWjrvrbQc7MbnpeeTqC8wA+Zte06tSg23pdAMMJBoCFjhgW4HjWwGhIEeLbqlABChi3Bk07vBB9D7Lcey1ZGANdHSZ38tmGb/pNKAGn3/iic9DFepuM+AQlji4C+7/AfwMOmZid0i7pwxgCDdef/0GrMNQXuMjK0bu+TP4wf34ZMtgNZb85uNMkLhdZEkdLVZCJZQCCqy8i6zQaTlNm7MFxATS9AoKRh/FOsQW5FuOh8TWje0OvhppvooMRXIE4kq2gtGueoaPogDtSUmIBz4gtVARHGRP9ImIBJCzsX2rDqtQ1ZpKQ0aSyIu8wmKSbLpcwJOgHUmp3JHXlIGaaokW6gF+BuNzDKbQViRBIsgrURnwyH0lm34ZSRLyGBXTM1ImR7VlfJYg7dcV3DT6Hu9gRgx4TPdSv72p7sIGDO2eT9b8ThQm6LD/LvsYk6i+NKGAqqsK+WclxDaMfeI7fjL5kxtMR/FFQZXYCXanNNp/hxndfyG7//zOny+Wvjq6n+mW2uiZAgggO7qPOO1DSLIj23eVMFEieIFqjQkrErSAZLnt0T8s/eRFBkct6IrGSwqSTBBdISatpezh7YdKQYwpCiLwFZu3FKxkyU/+gKHNI2LKOrICuX3TbG1XimRfi5HfvV6Crh27fhBFbgf5fqT4WGvz0CQXvrhUYh0pnMDUSmmjhVkjIjvF0fEsYlhVEkXV70zcKHUcPwgcHGV2crTHwKvas8q6nsihGAi+4PLmWecx6zPwGfiCflblDMyOEhExT+qcUtZm4Sl4yp51yxbvCQEl+kpsPK++oX8XyHfhDet5JzapNgpQGVmxu2k/Cy+T0dXDPFN5sPK981BwG17Nr4YLXsVukU/t/afS81mx8M6vM9DVY9mXIsqfWeoC+KfRUT1eQnHIuZLfRi5AB+xQoLVipAR/9VfM4ihflEU0FYzznUOFF3jk54ujIyVoo9hULMnTKK2J3CghzR1kStXsfzLBy+2L873F7pxxpnpqdfmc9Mx2bwhJPWkYq63F84+szrcAU7lmoWpz0OVQdOkhOmqopsgiAx05idbVO0ZMdJQ4WDpIR24GgYNzbLb1mrrKL1WWq7WmwJM2qg5ZIoOlyC8Erm8HmDR8A2m/0jm9/tn1z3ROYlzywU2FIaUawaRnp+GV7Revffnrr725fyP+Fjn2VvYW83p6rjzJfqRU7jU399whTOwWQZ3+/ScrmwevXuxemTDqTLXKrU5+rzhsdsoT3/4ms/NvihAPnr+6uTB7ZnlpeoYbAlXSE4uI3HE4+dZ/Yea58upKWtnZ6K/tbDUGy5PZ+9eY3X1pevLRkmS2YWJ5rQjs6vT8amd7eyN5aeKSW+y1gvq8UYeJhaJr739t4uLvMifnocKFwuB5byuaTN5iboyOrDy9D/85u2cenrn36XcLxw4fzz7BIKQl7IAdSOuwBevesNP3wjjpIkVvh22/nqz6ZSAtaKgVuSqxGkYD6sqKV3HrdgvOwTy7Or86z5+Fpwn8YfqlvSf2Ht9f3scoSuye1/VTmyr0VOvJfamD8062YWuwfdDbireCLTLKZe8ySBjsAvIc5KvELs2Iy61WpbUqLRsXOmZk+VaERDuOkyToeKmXWqj3ETpOZbtMYhUCO/CCKIidFNZgX1yvd+vdcrAIZPSJ0Q+yTxSjoo9UHXmnje7mxfis38E+9WBIhiVAzGun7bRFM/PoQ3/J/AWMGTLSK1S+mOXbSE7biGayrAtAfrP47miSuffdvyiGRsFDZ3FFjwY6Sy6wraWJTMw+z5ShojSEusC2JYRYmVVaahMVLQqJFrAFEE3e4RzOY30uYBN+TVwT1tUtIHtmoW/2/X63n4brsEd+HzlqwcCkS+kwpzWAsGZBQNgRUNIoKWUiD4DZLZiREWuplqop4nfKJY2oHlXcZSBf+cfMr4KdFKzQC6MgDBM0UAjBODEgqlOlIGMoyqYKGgFKEg3SyR5gRr98Kvvla8Vj2X/9U2ZFWFKWEF5Op2f3iKMV/G6YdtJOpxMnQRKiGYPUj1zUwpaD8mJM7gqDJzpfCv6QPIaSlxLtCX3MNQmvFiQNZZnEyZzICi2B5VBmtjg0VWONHwjr4oa6AVvEK30Hvh1+o+9xLo8Z7vwN5uHmw9Ij4O0lO/3N/uZmfyfZmts8s3mSZF+4h1EXhZVWuVWu1VZb4kvcK/VXr7ov6Nc4MqpnZxkoZZ88yahKwdBVVZYVWRqrOzSohDODc1O+tnKwdLnrdM0UyGtwvXlljnwLpxjJMzIHzCA63FwCQqIOY7JOJZhJUxul7QSZu4E7PRpjSjouYKqBGipRx+14iU8SP/R8TOAeHj3Pcf4PIUZNujeTnsawuaz/f+rEU+E01s7sLD6Hzx4I1+AaHITPDp8b7uzg4dnwAK5hZHzx8DZm3PmxfqHBZdJPIoOmF2NJo9PlLYLkCPUOlTwaMt2j79eoHvgbL+Hf+CUkqX/zJXyNvjRqPsbQjE+Nq0kgktF7SyDakkuXkLQAWYlv46BdCwkKybAOHVD2kPJbIn7xTYUZdUePFEGwJY+upeEbZB3MzxX+dhvIbGgbf3Ltc3/nB25WrpfCm9coAZAJ/E72DWZ4UMAR0L6b6Io6WZ0q1IKqU4EKVNWaSFavomzEWlSGdPRkOF2o8PUWV+WqMrJtkiHSbspDbsAN6mklJtmdo19hANmR8oth3Bw+AsRfDx/z29/V9WOH9azDZLd/9L+N7hjd8dF/NLp9Ap5JTg9nyKnR0eyOFwqX61f5F9Asd/z0p9ntk6PV7GHm5z+876677rvvVyen4ExyfkA+vbL1Hworl9gX4Dr52Q9/+POJrDiSGUsHZCUqu8K1jbYB0iMbj26c+brm6HZlB/ZgN+24LkH/oysAcREZpeVgbosXcLJRguhUbWrjDc80/LNl4ihxrddcr/YVuv6F3Bk5eJzQFa/x+oGx2/J0lGt0MRU9LstEBqCkj1cVlDER1DD9awbBuwryJlXRFJ0GDzWyThdVoGRKjowQSvkj1YwUQehtz3Qd/IprUSI71tWk9mnmpvuZY0VPdTzQRjS5gI6IVyodA71TKreX5SVYgAV/pTde6MUXqdOP20dfpg5NwCyNJQMthjVWkjejwh53uCf21T5swpa/nlg3VSeNGoOM7jtATEHYxPygokjFDtJ1FZu+ZEdhEFn0zCsiAUdG7CoOdQkcsoH+jBKHgg8GyVj3mST71n/ExoyOkoh0kdLnbPoomguJpwIcXQSX9HGoUXVrUOOUZgdT4bRlds2u30H4cMLQi7DCLSENUxOZ6CVgPZY2l8gdlO5FvO9iv0I/MVPawC9GHamxHCghkktnbHPk85js6LKJNLYijwxTbje9BiofnDVDHtulobK81GrXdQydKf20NFshslZQMFVK44FLtkhBUcFhFJrQkto8kvMmEkYoUSXgCa4YSIFC2BJU3EpcH8xdKj/L0jcvs8/Jz6E42LQ3XHr9Ynx9ffd5epYOwi1kJXRVzAld3/cwnSGhiJEnjPLZMQZ9GSEV9aHjjS10cwHCB/RaFC824jTR8TZI2nhNT0ZZgjeKOCgUMIqreUhNoTTa/SdMk2UbQk0b/xqAOpDKBrpYMW4VgnEYe0gSYTzZRdQUuquT7J17GJwt1VDobZ2TeYmX2m1RwHkvnVuZ4qc0yaDpYgqmgpnBGF5NzudDMRYiKVFxUkqGZ9C1t563FtLL4e7FtUvRlr/tbMMABnof5Z2nY7RB6VL7Yn24ELa8BtTJpbfwy+j3ik5DVhf6bK/ZcW3XdOlSnjEOW9RkY6Pc/BXj2GEtSxmoYcptm+OMRn7rNx4aFUbFf/rNdyZwvBh6zUjoQR/2N7cuQgKJEolXNl9L3zDJwc//vFzwet24D2RrWF1erlSXVyqDrckH++fvK3xFf6X1fBm7GKHATWAftpbhAhnd+6+Zfpr2+61urdZs1mrdVn/Se5Sx0bjI4m1ECcwnlcpTT9cG5oRmUxGoaYZM153Wl9+AN2BzEydgdPxdppa2+v0uNtXEplrN2sSxwyezq8ybpx59+OQfP3ztj9+8Xhy9+hiT3VOMPzk7es/oQ0A+dvztH/3o7bd/NPkiXG3sL87MmjrL1tNaNA/kD04+/dhj15/+2uRXYWMzfZHcS3+W+CVg4M3DY9erbxYnbsuvVuePvmd49Lb/DRwkfyR4nGNgYGBkAIIztovOg+hLH3rVYTQAUDEHaAAAeJxjYGRgYOADYgkGEGBiYARCcSBmAfMYAAVHAEoAAAB4nGNgZmJgnMDAysDB6MOYxsDA4A6lvzJIMrQwMDAxsHIywAAjAxIISHNNYXBgSGSoYHzw/wGDHhOSGsbjQEIBCBkB2UoKaAB4nLWNSxKDMAxDXwiEb4GE34ajseklOlyk501dA3s2yOOxZEtjwHL0iuGPXZRRnbLJLKQSvXzYY1T2vlj8qtfp1ojPSioTnUuqpKKmZyQw0OGZaJhpWcTsOB8+CJPYNHN5UVZ1P4ah81Mztwuvp//exA/QTQqvAAB4nGNgZGBgAOI5P0Ut4/ltvjJwMzGAwKUPverINBMDWJwDQgEAE6YIjAAAAHicY2BkYGBiAAI9MAliMzKgAiYABdAAOXicY2JgYGBiYJjEIM8gBGRaMrQwqAIhA4MKgzODNYMOgySQbQ7EqkBSCgilGRgAY6kDmAAAAFAAABgAAHicnY/BSgMxFEVP2mmh1EVx4Tro1owzEbroB9S1m+J2KEM7tEwg02/xJ/whv8WVNzUiiCA0j/BO7rt5LwGueMWQlmHBbeYRM54yj7nnLXMhz0fmCXNzl3nKwjzLaYqZFHu+lXjENY+Zx7zw7Snkec884cbMM0+x5oGBwJaOhiNOp70o0ooPUk8whG3XHN2wb2LrDl1S/jD9VNdq2EtLObKTy+IpqZRX2v8N/HJ5hcu7omapxqE/rUPctdaXlV3Z3w+T5L1TVPWSS/61UTnK2p1/YDU1vZpNG4cu9LYuq0vafgJPgVQtAAB4nGNgZkAGjAxoAAAAjgAF)
      format("woff");
    font-weight: normal;
    font-style: normal;
  }
  .ssk:before {
    display: inline-block;
    font-family: "social-share-kit" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .ssk-facebook:before {
    content: "a";
    text-indent: 4px;
  }
  .ssk-twitter:before {
    content: "b";
  }
  .ssk-google-plus:before {
    content: "v";
  }
  .ssk-google-plus-old:before {
    content: "c";
  }
  .ssk-email:before {
    content: "d";
    top: -1px;
    position: relative;
  }
  .ssk-pinterest:before {
    content: "e";
  }
  .ssk-tumblr:before {
    content: "f";
  }
  .ssk-linkedin:before {
    content: "g";
  }
  .ssk-github:before {
    content: "h";
  }
  .ssk-vk:before {
    content: "i";
  }
  .ssk-instagram:before {
    content: "j";
  }
  .ssk-amazon:before {
    content: "k";
  }
  .ssk-skype:before {
    content: "s";
  }
  .ssk-youtube:before {
    content: "x";
  }
  .ssk-vimeo:before {
    content: "u";
  }
  .ssk-ebay:before {
    content: "p";
  }
  .ssk-apple:before {
    content: "l";
  }
  .ssk-behance:before {
    content: "q";
  }
  .ssk-dribble:before {
    content: "n";
  }
  .ssk-android:before {
    content: "o";
  }
  .ssk-whatsapp:before {
    content: "m";
  }
  .ssk-reddit:before {
    content: "r";
  }
  .ssk-reddit2:before {
    content: "t";
  }
  .ssk {
    background-color: #757575;
    width: 36px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 1px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
  }
  .ssk:before,
  .ssk .glyphicon,
  .ssk .fa {
    position: relative;
    font-size: 22px;
    top: 0;
    vertical-align: middle;
  }
  .ssk.ssk-xs,
  .ssk-xs > .ssk {
    padding: 4px;
  }
  .ssk.ssk-xs:before,
  .ssk-xs > .ssk:before,
  .ssk.ssk-xs .glyphicon,
  .ssk-xs > .ssk .glyphicon,
  .ssk.ssk-xs .fa,
  .ssk-xs > .ssk .fa {
    font-size: 15px;
  }
  .ssk.ssk-sm,
  .ssk-sm > .ssk {
    padding: 5px;
  }
  .ssk.ssk-sm:before,
  .ssk-sm > .ssk:before,
  .ssk.ssk-sm .glyphicon,
  .ssk-sm > .ssk .glyphicon,
  .ssk.ssk-sm .fa,
  .ssk-sm > .ssk .fa {
    font-size: 20px;
  }
  .ssk.ssk-lg,
  .ssk-lg > .ssk {
    padding: 9px;
  }
  .ssk.ssk-lg:before,
  .ssk-lg > .ssk:before,
  .ssk.ssk-lg .glyphicon,
  .ssk-lg > .ssk .glyphicon,
  .ssk.ssk-lg .fa,
  .ssk-lg > .ssk .fa {
    font-size: 28px;
  }
  .ssk:last-child {
    margin-right: 0;
  }
  .ssk:hover {
    background-color: #424242;
  }
  .ssk:hover,
  .ssk:focus {
    color: #fff;
    text-decoration: none;
  }
  .ssk.ssk-round,
  .ssk-round .ssk {
    border-radius: 50%;
  }
  .ssk.ssk-round:before,
  .ssk-round .ssk:before {
    text-indent: 0;
    margin-right: 0;
  }
  .ssk.ssk-rounded,
  .ssk-rounded .ssk {
    border-radius: 15%;
  }
  .ssk.ssk-icon {
    color: #757575;
    padding: 2px;
    font-size: 24px;
  }
  .ssk.ssk-icon,
  .ssk.ssk-icon:hover {
    background-color: transparent;
  }
  .ssk.ssk-icon:hover {
    color: #424242;
  }
  .ssk.ssk-icon.ssk-xs,
  .ssk-xs > .ssk.ssk-icon {
    font-size: 16px;
  }
  .ssk.ssk-icon.ssk-sm,
  .ssk-sm > .ssk.ssk-icon {
    font-size: 20px;
  }
  .ssk.ssk-icon.ssk-lg,
  .ssk-lg > .ssk.ssk-icon {
    font-size: 28px;
  }
  .ssk.ssk-text {
    overflow: hidden;
    font-size: 17px;
    line-height: normal;
    padding-right: 10px;
  }
  .ssk.ssk-text:before,
  .ssk.ssk-text .glyphicon,
  .ssk.ssk-text .fa {
    margin: -7px 10px -7px -7px;
    padding: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    vertical-align: bottom;
    text-indent: 0;
  }
  .ssk-block .ssk.ssk-text {
    display: block;
    margin-right: 0;
    text-align: left;
  }
  .ssk.ssk-text.ssk-xs,
  .ssk-xs > .ssk.ssk-text {
    font-size: 12px;
    padding-right: 6px;
  }
  .ssk.ssk-text.ssk-xs:before,
  .ssk-xs > .ssk.ssk-text:before,
  .ssk.ssk-text.ssk-xs .glyphicon,
  .ssk-xs > .ssk.ssk-text .glyphicon,
  .ssk.ssk-text.ssk-xs .fa,
  .ssk-xs > .ssk.ssk-text .fa {
    margin: -4px 6px -4px -4px;
    padding: 4px;
  }
  .ssk.ssk-text.ssk-sm,
  .ssk-sm > .ssk.ssk-text {
    font-size: 16px;
    padding-right: 7px;
  }
  .ssk.ssk-text.ssk-sm:before,
  .ssk-sm > .ssk.ssk-text:before,
  .ssk.ssk-text.ssk-sm .glyphicon,
  .ssk-sm > .ssk.ssk-text .glyphicon,
  .ssk.ssk-text.ssk-sm .fa,
  .ssk-sm > .ssk.ssk-text .fa {
    margin: -5px 7px -5px -5px;
    padding: 5px;
  }
  .ssk.ssk-text.ssk-lg,
  .ssk-lg > .ssk.ssk-text {
    font-size: 22px;
    padding-right: 13px;
  }
  .ssk.ssk-text.ssk-lg:before,
  .ssk-lg > .ssk.ssk-text:before,
  .ssk.ssk-text.ssk-lg .glyphicon,
  .ssk-lg > .ssk.ssk-text .glyphicon,
  .ssk.ssk-text.ssk-lg .fa,
  .ssk-lg > .ssk.ssk-text .fa {
    margin: -9px 13px -9px -9px;
    padding: 9px;
  }
  .ssk-group,
  .ssk-sticky {
    font-size: 0;
  }
  .ssk-sticky {
    top: 0;
    position: fixed;
    z-index: 2000;
  }
  .ssk-sticky .ssk {
    transition: padding 0.3s ease-out;
    -webkit-transition: padding 0.3s ease-out;
    -moz-transition: padding 0.3s ease-out;
    -ms-transition: padding 0.3s ease-out;
    -o-transition: padding 0.3s ease-out;
    margin: 0;
  }
  @media (min-width: 768px) {
    .ssk-sticky.ssk-left .ssk,
    .ssk-sticky.ssk-right .ssk {
      display: block;
      clear: both;
    }
    .ssk-sticky.ssk-left.ssk-center,
    .ssk-sticky.ssk-right.ssk-center {
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
    }
    .ssk-sticky.ssk-left {
      left: 0;
    }
    .ssk-sticky.ssk-left .ssk {
      float: left;
    }
    .ssk-sticky.ssk-left .ssk:hover {
      padding-left: 15px;
    }
    .ssk-sticky.ssk-right {
      right: 0;
    }
    .ssk-sticky.ssk-right .ssk {
      float: right;
    }
    .ssk-sticky.ssk-right .ssk:hover {
      padding-right: 15px;
    }
  }
  .ssk-sticky.ssk-bottom {
    font-size: 0;
    top: auto;
    bottom: 0;
  }
  .ssk-sticky.ssk-bottom.ssk-center {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .ssk-sticky.ssk-bottom .ssk {
    vertical-align: bottom;
  }
  .ssk-sticky.ssk-bottom .ssk:hover {
    padding-bottom: 15px;
  }
  .ssk-sticky.ssk-round.ssk-xs .ssk:hover {
    padding: 8px;
  }
  .ssk-sticky.ssk-round.ssk-sm .ssk:hover {
    padding: 9px;
  }
  .ssk-sticky.ssk-round .ssk:hover {
    padding: 11px;
  }
  .ssk-sticky.ssk-round.ssk-lg .ssk:hover {
    padding: 13px;
  }
  @media (max-width: 767px) {
    .ssk-sticky {
      left: 0;
      right: 0;
      bottom: 0;
      top: auto;
      width: 100%;
      display: flex !important;
      flex-direction: row;
      flex-wrap: nowrap;
    }
    .ssk-sticky.ssk-sticky-hide-xs {
      display: none !important;
    }
    .ssk-sticky .ssk {
      flex: 1;
      width: auto;
    }
    .ssk-sticky .ssk .ssk-num {
      display: none;
    }
  }
  .ssk-count {
    padding-top: 0;
  }
  .ssk-count .ssk {
    position: relative;
  }
  .ssk-count .ssk-num {
    border-radius: 4px;
    color: #8f8f8f;
    background-color: rgba(50, 50, 50, 0.03);
    display: block;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -20px;
  }
  @media (min-width: 768px) {
    .ssk-count.ssk-sticky {
      padding-top: 0;
    }
    .ssk-count.ssk-sticky.ssk-left .ssk-num,
    .ssk-count.ssk-sticky.ssk-right .ssk-num {
      top: 20%;
      background-color: transparent;
    }
    .ssk-count.ssk-sticky.ssk-left .ssk-num {
      left: 100%;
      margin-left: 5px;
    }
    .ssk-count.ssk-sticky.ssk-right .ssk-num {
      right: 115%;
      margin-left: -100%;
      text-align: right;
    }
  }
  .ssk-facebook {
    background-color: #255c95;
  }
  .ssk-grayscale > .ssk-facebook {
    background-color: #757575;
  }
  .ssk-facebook:hover {
    background-color: #1b436c;
  }
  .ssk-facebook:hover {
    background-color: #1b436c;
  }
  .ssk-grayscale > .ssk-facebook:hover {
    background-color: #255c95;
  }
  .ssk-facebook.ssk-icon {
    color: #255c95;
  }
  .ssk-facebook.ssk-icon:hover {
    color: #1b436c;
  }
  .ssk-facebook.ssk-icon:before {
    text-indent: 0;
    margin-right: 0;
  }
  .ssk-twitter {
    background-color: #00b4e0;
  }
  .ssk-grayscale > .ssk-twitter {
    background-color: #757575;
  }
  .ssk-twitter:hover {
    background-color: #008bad;
  }
  .ssk-twitter:hover {
    background-color: #008bad;
  }
  .ssk-grayscale > .ssk-twitter:hover {
    background-color: #00b4e0;
  }
  .ssk-twitter.ssk-icon {
    color: #00b4e0;
  }
  .ssk-twitter.ssk-icon:hover {
    color: #008bad;
  }
  .ssk-google-plus {
    background-color: #f1403a;
  }
  .ssk-grayscale > .ssk-google-plus {
    background-color: #757575;
  }
  .ssk-google-plus:hover {
    background-color: #e81810;
  }
  .ssk-google-plus:hover {
    background-color: #e81810;
  }
  .ssk-grayscale > .ssk-google-plus:hover {
    background-color: #f1403a;
  }
  .ssk-google-plus.ssk-icon {
    color: #f1403a;
  }
  .ssk-google-plus.ssk-icon:hover {
    color: #e81810;
  }
  .ssk-pinterest {
    background-color: #cb2027;
  }
  .ssk-grayscale > .ssk-pinterest {
    background-color: #757575;
  }
  .ssk-pinterest:hover {
    background-color: #9f191f;
  }
  .ssk-pinterest:hover {
    background-color: #9f191f;
  }
  .ssk-grayscale > .ssk-pinterest:hover {
    background-color: #cb2027;
  }
  .ssk-pinterest.ssk-icon {
    color: #cb2027;
  }
  .ssk-pinterest.ssk-icon:hover {
    color: #9f191f;
  }
  .ssk-tumblr {
    background-color: #395773;
  }
  .ssk-grayscale > .ssk-tumblr {
    background-color: #757575;
  }
  .ssk-tumblr:hover {
    background-color: #283d51;
  }
  .ssk-tumblr:hover {
    background-color: #283d51;
  }
  .ssk-grayscale > .ssk-tumblr:hover {
    background-color: #395773;
  }
  .ssk-tumblr.ssk-icon {
    color: #395773;
  }
  .ssk-tumblr.ssk-icon:hover {
    color: #283d51;
  }
  .ssk-email {
    background-color: #757575;
  }
  .ssk-grayscale > .ssk-email {
    background-color: #757575;
  }
  .ssk-email:hover {
    background-color: #5b5b5b;
  }
  .ssk-email:hover {
    background-color: #5b5b5b;
  }
  .ssk-grayscale > .ssk-email:hover {
    background-color: #757575;
  }
  .ssk-grayscale > .ssk-email:hover {
    background-color: #5b5b5b;
  }
  .ssk-email.ssk-icon {
    color: #757575;
  }
  .ssk-email.ssk-icon:hover {
    color: #5b5b5b;
  }
  .ssk-vk {
    background-color: #54769a;
  }
  .ssk-grayscale > .ssk-vk {
    background-color: #757575;
  }
  .ssk-vk:hover {
    background-color: #425d79;
  }
  .ssk-vk:hover {
    background-color: #425d79;
  }
  .ssk-grayscale > .ssk-vk:hover {
    background-color: #54769a;
  }
  .ssk-vk.ssk-icon {
    color: #54769a;
  }
  .ssk-vk.ssk-icon:hover {
    color: #425d79;
  }
  .ssk-linkedin {
    background-color: #1c87bd;
  }
  .ssk-grayscale > .ssk-linkedin {
    background-color: #757575;
  }
  .ssk-linkedin:hover {
    background-color: #156791;
  }
  .ssk-linkedin:hover {
    background-color: #156791;
  }
  .ssk-grayscale > .ssk-linkedin:hover {
    background-color: #1c87bd;
  }
  .ssk-linkedin.ssk-icon {
    color: #1c87bd;
  }
  .ssk-linkedin.ssk-icon:hover {
    color: #156791;
  }
  .ssk-whatsapp {
    background-color: #34af23;
  }
  .ssk-grayscale > .ssk-whatsapp {
    background-color: #757575;
  }
  .ssk-whatsapp:hover {
    background-color: #27851a;
  }
  .ssk-whatsapp:hover {
    background-color: #27851a;
  }
  .ssk-grayscale > .ssk-whatsapp:hover {
    background-color: #34af23;
  }
  .ssk-whatsapp.ssk-icon {
    color: #34af23;
  }
  .ssk-whatsapp.ssk-icon:hover {
    color: #27851a;
  }
  .ssk-reddit {
    background-color: #5f99cf;
  }
  .ssk-grayscale > .ssk-reddit {
    background-color: #757575;
  }
  .ssk-reddit:hover {
    background-color: #3a80c1;
  }
  .ssk-reddit:hover {
    background-color: #3a80c1;
  }
  .ssk-grayscale > .ssk-reddit:hover {
    background-color: #5f99cf;
  }
  .ssk-reddit.ssk-icon {
    color: #5f99cf;
  }
  .ssk-reddit.ssk-icon:hover {
    color: #3a80c1;
  }
  .ssk-reddit2 {
    background-color: #5f99cf;
  }
  .ssk-grayscale > .ssk-reddit2 {
    background-color: #757575;
  }
  .ssk-reddit2:hover {
    background-color: #3a80c1;
  }
  .ssk-reddit2:hover {
    background-color: #3a80c1;
  }
  .ssk-grayscale > .ssk-reddit2:hover {
    background-color: #5f99cf;
  }
  .ssk-reddit2.ssk-icon {
    color: #5f99cf;
  }
  .ssk-reddit2.ssk-icon:hover {
    color: #3a80c1;
  }
  .ssk-turquoise {
    background-color: #1abc9c;
  }
  .ssk-turquoise:hover {
    background-color: #148f77;
  }
  .ssk-emerald {
    background-color: #2ecc71;
  }
  .ssk-emerald:hover {
    background-color: #25a25a;
  }
  .ssk-peter-river {
    background-color: #3498db;
  }
  .ssk-peter-river:hover {
    background-color: #217dbb;
  }
  .ssk-belize-hole {
    background-color: #2980b9;
  }
  .ssk-belize-hole:hover {
    background-color: #20638f;
  }
  .ssk-amethyst {
    background-color: #9b59b6;
  }
  .ssk-amethyst:hover {
    background-color: #804399;
  }
  .ssk-wisteria {
    background-color: #8e44ad;
  }
  .ssk-wisteria:hover {
    background-color: #703688;
  }
  .ssk-wet-asphalt {
    background-color: #34495e;
  }
  .ssk-wet-asphalt:hover {
    background-color: #222f3d;
  }
  .ssk-midnight-blue {
    background-color: #2c3e50;
  }
  .ssk-midnight-blue:hover {
    background-color: #1a242f;
  }
  .ssk-green-sea {
    background-color: #16a085;
  }
  .ssk-green-sea:hover {
    background-color: #107360;
  }
  .ssk-nephritis {
    background-color: #27ae60;
  }
  .ssk-nephritis:hover {
    background-color: #1e8449;
  }
  .ssk-sunflower {
    background-color: #f1c40f;
  }
  .ssk-sunflower:hover {
    background-color: #c29d0b;
  }
  .ssk-orange {
    background-color: #f39c12;
  }
  .ssk-orange:hover {
    background-color: #c87f0a;
  }
  .ssk-carrot {
    background-color: #e67e22;
  }
  .ssk-carrot:hover {
    background-color: #bf6516;
  }
  .ssk-pumpkin {
    background-color: #d35400;
  }
  .ssk-pumpkin:hover {
    background-color: #a04000;
  }
  .ssk-alizarin {
    background-color: #e74c3c;
  }
  .ssk-alizarin:hover {
    background-color: #d62c1a;
  }
  .ssk-pomegranate {
    background-color: #c0392b;
  }
  .ssk-pomegranate:hover {
    background-color: #962d22;
  }
  .ssk-clouds {
    background-color: #cfd9db;
  }
  .ssk-clouds:hover {
    background-color: #b1c2c6;
  }
  .ssk-concrete {
    background-color: #95a5a6;
  }
  .ssk-concrete:hover {
    background-color: #798d8f;
  }
  .ssk-silver {
    background-color: #bdc3c7;
  }
  .ssk-silver:hover {
    background-color: #a1aab0;
  }
  .ssk-asbestos {
    background-color: #7f8c8d;
  }
  .ssk-asbestos:hover {
    background-color: #667273;
  }
  .ssk-dark-gray {
    background-color: #555;
  }
  .ssk-dark-gray:hover {
    background-color: #3b3b3b;
  }
  .ssk-black {
    background-color: #333;
  }
  .ssk-black:hover {
    background-color: #1a1a1a;
  }
  .c-social-icons .ssk:before {
    font-size: 18px;
  }
  .c-social-icons .ssk-icon.ssk-facebook,
  .c-social-icons .ssk-icon.ssk-instagram,
  .c-social-icons .ssk-icon.ssk-pinterest,
  .c-social-icons .ssk-icon.ssk-twitter,
  .c-social-icons .ssk-icon.ssk-youtube {
    border-radius: 3px;
    color: #fff;
    transition: all 150ms ease-in-out;
    opacity: 0.75;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-social-icons .ssk-icon.ssk-facebook,
    .c-social-icons .ssk-icon.ssk-instagram,
    .c-social-icons .ssk-icon.ssk-pinterest,
    .c-social-icons .ssk-icon.ssk-twitter,
    .c-social-icons .ssk-icon.ssk-youtube {
      transition: none;
    }
  }
  .c-social-icons .ssk-icon.ssk-facebook:hover,
  .c-social-icons .ssk-icon.ssk-instagram:hover,
  .c-social-icons .ssk-icon.ssk-pinterest:hover,
  .c-social-icons .ssk-icon.ssk-twitter:hover,
  .c-social-icons .ssk-icon.ssk-youtube:hover {
    opacity: 1;
  }
  .c-social-sharing {
    display: table;
  }
  .c-social-sharing__container {
    position: relative;
    margin-bottom: 4rem;
  }
  .c-social-sharing__text {
    font-size: 14px;
    font-size: 0.875rem;
    color: #999;
  }
  .c-social-sharing__item {
    display: table-cell;
    vertical-align: middle;
  }
  .c-social-sharing__item:last-child {
    position: absolute;
    top: -1.5rem;
    right: 0.5rem;
    width: 80px;
    height: 80px;
  }
  @media (min-width: 768px) {
    .c-social-sharing__item:last-child {
      right: 0;
    }
  }
  .c-social-sharing__link {
    display: inline-block;
    text-decoration: none;
  }
  .c-social-sharing .ssk.ssk-icon {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 0.25rem;
    padding: 0.25rem 0;
    border-radius: 3px;
    transition: all 150ms ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .c-social-sharing .ssk.ssk-icon {
      transition: none;
    }
  }
  .c-social-sharing .ssk.ssk-facebook,
  .c-social-sharing .ssk.ssk-instagram,
  .c-social-sharing .ssk.ssk-pinterest,
  .c-social-sharing .ssk.ssk-twitter,
  .c-social-sharing .ssk.ssk-youtube {
    color: #b3b3b3;
  }
  .c-social-sharing .ssk.ssk-facebook:hover,
  .c-social-sharing .ssk.ssk-instagram:hover,
  .c-social-sharing .ssk.ssk-pinterest:hover,
  .c-social-sharing .ssk.ssk-twitter:hover,
  .c-social-sharing .ssk.ssk-youtube:hover {
    color: #7f7f7f;
  }
  .c-social-sharing .ssk:hover.ssk.ssk-facebook {
    color: #255c95;
    border-color: #255c95;
  }
  .c-social-sharing .ssk:hover.ssk.ssk-instagram {
    color: #757575;
    border-color: #757575;
  }
  .c-social-sharing .ssk:hover.ssk.ssk-pinterest {
    color: #cb2027;
    border-color: #cb2027;
  }
  .c-social-sharing .ssk:hover.ssk.ssk-twitter {
    color: #00b4e0;
    border-color: #00b4e0;
  }
  .c-social-sharing .ssk:hover.ssk.ssk-youtube {
    color: #e12e1e;
    border-color: #e12e1e;
  }
  .owl-carousel,
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
  }
  .owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
  }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
  }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .owl-item,
  .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none;
  }
  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    display: block;
  }
  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .owl-height {
    transition: height 0.5s ease-in-out;
  }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .owl-carousel .owl-item .owl-lazy:not([src]),
  .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
  }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
  }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  .owl-carousel .owl-video-playing .owl-video-play-icon,
  .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
  }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
  }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  .owl-carousel,
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
  }
  .owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
  }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
  }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .owl-item,
  .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none;
  }
  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    display: block;
  }
  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .owl-height {
    transition: height 0.5s ease-in-out;
  }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .owl-carousel .owl-item .owl-lazy:not([src]),
  .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
  }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
  }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  .owl-carousel .owl-video-playing .owl-video-play-icon,
  .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
  }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
  }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  .bold-product-review,
  .bold-product__title {
    float: none;
    display: inline-block;
    width: 100%;
  }
  .c-yotpo .yotpo-label {
    display: none;
  }
  .c-yotpo .yotpo .yotpo-popup-box-large {
    padding: 0;
  }
  .c-yotpo .yotpo .yotpo-modal-bottom-line .yotpo-bottomline {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .c-yotpo#yotpo-testimonials-custom-tab .yotpo-modal-bottom-line {
    border-top: 0 !important;
  }
  .c-yotpo .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star {
    font-size: 27px;
  }
  .c-yotpo--hide-sections .yotpo-nav,
  .c-yotpo--hide-sections .yotpo-modal-body-wrapper,
  .c-yotpo--hide-sections .yotpo-modal-footer,
  .c-yotpo--hide-sections .write-review-button {
    display: none !important;
  }
  .c-yotpo--hide-sections .yotpo-modal-bottom-line {
    border-color: transparent !important;
  }
  .yotpo .yotpo-bottomline .yotpo-icon-star,
  .yotpo .yotpo-bottomline .yotpo-icon-half-star,
  .yotpo .yotpo-bottomline .yotpo-icon-empty-star,
  .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon,
  .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon,
  .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon,
  .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon {
    color: #c42b08 !important;
  }
  .yotpo-pager,
  .yotpo .yotpo-pager .yotpo-page-element {
    font-family: "simplon-mono-reg", sans-serif !important;
    color: #999 !important;
  }
  .yotpo .yotpo-pager .yotpo-page-element.yotpo-active {
    color: #0c2b4e !important;
  }
  .c-yotpo--product {
    overflow: hidden;
  }
  .t-yotpo-badge--inline {
    width: 80px;
    height: 80px;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  @media (max-width: 655px) {
    .t-yotpo-badge--inline {
      -moz-transform: scale(0.45);
      -webkit-transform: scale(0.45);
      -o-transform: scale(0.45);
      -ms-transform: scale(0.45);
      transform: scale(0.45);
    }
  }
  .zEWidget-webWidget {
    left: 0;
  }
  .t-mobile-nav-show .c-nav-drawer {
    left: 0;
  }
  .t-mobile-nav-show .c-bg-fill {
    display: block;
    z-index: 400;
  }
  /*===== T-AJAX-CART-SHOW =====*/
  .t-ajax-cart-show .c-ajax-cart,
  .t-ajax-cart-show .c-ajax-cart__action-sec {
    right: 0;
  }
  .t-ajax-cart-show .c-ajax-cart {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .t-ajax-cart-show .c-bg-fill {
    display: block;
    z-index: 400;
  }
  /* hide McAfee & Helper when cart is open */
  .t-ajax-cart-show #trustedsite-tm-image,
  .t-ajax-cart-show .zEWidget-launcher,
  #your-shopping-cart #trustedsite-tm-image,
  #your-shopping-cart .zEWidget-launcher {
    display : none !important;
  }
  /* update styling for nudge offer when cart is open */
  .t-ajax-cart-show #nudge-offer.multi.stack .offer-collection .product-wrapper .product-image-wrapper {
    width : 35%;
    max-height : 7rem;
    padding-right : 1rem !important;
  }

  .t-ajax-cart-show .c-ajax-cart--padding #nudge-offer.multi.stack .offer-collection .product-wrapper .product-image-wrapper img {
    max-width : 100% !important;
  }

  .t-ajax-cart-show #nudge-offer.multi.stack .offer-collection .product-wrapper .details {
    width : 65%;
  }
  #nudge-offer .product-price-wrapper.money {
    color: #C42B08 !important;
  }
  @media (max-width: 780px) {
    .t-ajax-cart-show #nudge-offer.multi.stack .offer-collection .product-wrapper {
      max-width : 100% !important;
    }
  }
  @media (min-width: 1024px) {
    .t-nav-main-fixed .c-header--fixed {
      display: block;
      transform: translateY(0);
    }
  }
  .t-search-form-show .c-search-modal {
    transform: translateY(0);
  }
  .no-js:not(html) {
    display: none;
  }
  body {
    background-color: #ededeb;
  }
  @media (min-width: 1024px) {
    body {
      padding-top: 0 !important;
    }
  }
  @media (max-width: 479px) {
    #mfesecure-ts-image {
      display: none !important;
    }
  }
  .t-ajax-cart-show #mfesecure-ts-image {
    display: none !important;
  }
  .c-brdr {
    border-top: 2px solid #ed522e;
  }
  .cursor-pointer {
    cursor: pointer !important;
  }
  .u-w-auto {
    width: auto;
  }
  .u-w-100 {
    width: 100%;
  }
  .u-hidden {
    display: none;
  }
  .visually-hidden,
  .u-visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .label-hidden,
  .u-label-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  @media (max-width: 479px) {
    .u-hide-until-xxs {
      display: none;
    }
  }
  @media (max-width: 655px) {
    .u-hide-until-xs {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .u-hide-until-sm {
      display: none;
      width: 767px;
    }
  }
  @media (max-width: 879px) {
    .u-hide-until-sm-md {
      display: none;
    }
  }
  @media (max-width: 1023px) {
    .u-hide-until-md {
      display: none;
    }
  }
  @media (max-width: 1023px) {
    .u-hide-until-lg {
      display: none;
    }
  }
  @media (max-width: 1023px) {
    .u-hide-until-xlg {
      display: none;
    }
  }
  @media (min-width: 375px) {
    .u-show-at-iphone-md {
      display: block;
    }
  }
  @media (min-width: 414px) {
    .u-show-at-iphone-lg {
      display: block;
    }
  }
  @media (min-width: 480px) {
    .u-hide-at-xxs {
      display: none;
    }
    .u-show-at-xxs {
      display: block;
    }
  }
  @media (min-width: 656px) {
    .u-hide-at-xs {
      display: none;
    }
    .u-show-at-xs {
      display: block;
    }
  }
  @media (min-width: 768px) {
    .u-hide-at-sm {
      display: none;
    }
    .u-show-at-sm {
      display: block;
    }
  }
  @media (min-width: 880px) {
    .u-hide-at-sm-md {
      display: none;
    }
    .u-show-at-sm-md {
      display: block;
    }
  }
  @media (min-width: 1024px) {
    .u-hide-at-md {
      display: none;
    }
    .u-show-at-md {
      display: block;
    }
  }
  @media (min-width: 1000px) {
    .u-hide-at-md-1000 {
      display: none;
    }
    .u-show-at-md-1000 {
      display: block;
    }
  }
  @media (min-width: 1200px) {
    .u-hide-at-lg {
      display: none;
    }
    .u-show-at-lg {
      display: block;
    }
  }
  @media (min-width: 1280px) {
    .u-hide-at-xlg {
      display: none;
    }
    .u-show-at-xlg {
      display: block;
    }
  }
  .u-group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  * html .u-group {
    zoom: 1;
  }
  *:first-child + html .u-group {
    zoom: 1;
  }
  .u-no-overflow {
    overflow: hidden;
  }
  .u-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .u-text-left {
    text-align: left;
  }
  .u-text-center {
    text-align: center;
  }
  .u-text-right {
    text-align: right;
  }
  .u-text-cap {
    text-transform: uppercase;
  }
  .u-text-norm {
    text-transform: none;
  }
  .u-fs-36 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .u-fs-32 {
    font-size: 32px;
    font-size: 2rem;
  }
  .u-fs-27 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .u-fs-24 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .u-fs-21 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .u-fs-18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .u-font-sm {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .u-font-13 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .u-font-xsm,
  .u-fontsize-xsm {
    font-size: 12px;
    font-size: 0.75rem;
  }
  @media (min-width: 768px) {
    .u-fs-27--sm {
      font-size: 27px;
      font-size: 1.6875rem;
    }
    .u-fs-32--sm {
      font-size: 32px;
      font-size: 2rem;
    }
  }
  @media (min-width: 1024px) {
    .u-fs-18--md {
      font-size: 18px;
      font-size: 1.125rem;
    }
    .u-fs-24--md {
      font-size: 24px;
      font-size: 1.5rem;
    }
    .u-fs-27--md {
      font-size: 27px;
      font-size: 1.6875rem;
    }
    .u-fs-32--md {
      font-size: 32px;
      font-size: 2rem;
    }
    .u-fs-42--md {
      font-size: 42px;
      font-size: 2.625rem;
    }
  }
  .u-text-link {
    padding: 0.25rem 0;
  }
  .u-text-link.is-active {
    border-bottom: 1px solid #0c2b4e;
  }
  .u-text-red,
  .u-text-brand-pri {
    color: #dd3813;
  }
  .u-text-blue,
  .u-text-brand-sec {
    color: #0c2b4e;
  }
  .u-text-white {
    color: #fff;
  }
  .u-lheight-tight {
    line-height: 1.4em;
  }
  .u-lheight-tighter {
    line-height: 1.15em;
  }
  .u-text-o--50 {
    opacity: 0.5;
  }
  .u-text-value-serif {
    font-family: "value-serif-bold", serif;
  }
  .u-text-simplon-reg {
    font-family: "simplon-mono-reg", serif;
  }
  .u-text-trade-gothic {
    font-family: "trade-gothic", sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .u-text-trade-gothic-b {
    font-family: "trade-gothic-bdcondtwnty", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .u-text-tilde {
    font-weight: normal;
    font-family: tilda-petite, sans-serif;
    font-style: normal;
  }
  .u-text-title {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700;
    font-family: "value-serif-bold", serif;
    color: #0c2b4e;
  }
  .u-text-title-sub {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0c2b4e;
  }
  .u-text-14 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .u-font-style--italic {
    font-style: italic;
  }
  .u-font-weight--thin {
    font-weight: 100;
  }
  .u-font-weight--light {
    font-weight: 300;
  }
  .u-font-weight--regular {
    font-weight: normal;
  }
  .u-font-weight--semi-bold {
    font-weight: 600;
  }
  .u-font-weight--bold {
    font-weight: 700;
  }
  .u-font-weight--bolder {
    font-weight: 900;
  }
  @media (min-width: 480px) {
    .u-text-left--xxs {
      text-align: left;
    }
    .u-text-center--xxs {
      text-align: center;
    }
    .u-text-right--xxs {
      text-align: right;
    }
  }
  @media (min-width: 656px) {
    .u-text-left--xs {
      text-align: left;
    }
    .u-text-center--xs {
      text-align: center;
    }
    .u-text-right--xs {
      text-align: right;
    }
  }
  @media (min-width: 768px) {
    .u-text-left--sm {
      text-align: left;
    }
    .u-text-center--sm {
      text-align: center;
    }
    .u-text-right--sm {
      text-align: right;
    }
  }
  @media (min-width: 880px) {
    .u-text-left--sm-md {
      text-align: left;
    }
    .u-text-center--sm-md {
      text-align: center;
    }
    .u-text-right--sm-md {
      text-align: right;
    }
  }
  @media (min-width: 1024px) {
    .u-text-left--md {
      text-align: left;
    }
    .u-text-center--md {
      text-align: center;
    }
    .u-text-right--md {
      text-align: right;
    }
  }
  @media (min-width: 1200px) {
    .u-text-left--lg {
      text-align: left;
    }
    .u-text-center--lg {
      text-align: center;
    }
    .u-text-right--lg {
      text-align: right;
    }
  }
  @media (min-width: 1280px) {
    .u-text-left--xlg {
      text-align: left;
    }
    .u-text-center--xlg {
      text-align: center;
    }
    .u-text-right--xlg {
      text-align: right;
    }
  }
/*   .u-global-w {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .u-global-w--tight {
    max-width: 64rem;
  } */
  .u-break {
    display: block;
  }
  .u-inline {
    display: inline;
  }
  @media (min-width: 375px) {
    .u-break--ipm {
      display: block;
    }
    .u-inline--ipm {
      display: inline;
    }
  }
  @media (min-width: 414px) {
    .u-break--ipl {
      display: block;
    }
    .u-inline--ipl {
      display: inline;
    }
  }
  @media (min-width: 480px) {
    .u-break--xxs {
      display: block;
    }
    .u-inline--xxs {
      display: inline;
    }
  }
  @media (min-width: 650px) {
    .u-break--650 {
      display: block;
    }
    .u-inline--650 {
      display: inline;
    }
  }
  @media (min-width: 768px) {
    .u-break--sm {
      display: block;
    }
    .u-inline--sm {
      display: inline;
    }
  }
  @media (min-width: 880px) {
    .u-break--sm-md {
      display: block;
    }
    .u-inline--sm-md {
      display: inline;
    }
  }
  @media (min-width: 1024px) {
    .u-break--md {
      display: block;
    }
    .u-inline--md {
      display: inline;
    }
  }
  @media (min-width: 1200px) {
    .u-break--lg {
      display: block;
    }
    .u-inline--lg {
      display: inline;
    }
  }
  @media (min-width: 1280px) {
    .u-break--xlg {
      display: block;
    }
    .u-inline--xlg {
      display: inline;
    }
  }

.w-full-vw {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Footer */
#big-footer{
 border-top:0;
}

    /* .rc-container{
.rc_widget__subsave,
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-family: trade-gothic,Helvetica Neue,Helvetica,Arial,sans-serif;
.rc_widget__onetime
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-family: trade-gothic,Helvetica Neue,Helvetica,Arial,sans-serif;
.rc-selling-plans
  margin-right: 1.5rem;
  font-size: 1.125rem;
  font-family: trade-gothic,Helvetica Neue,Helvetica,Arial,sans-serif;
} */