@charset "UTF-8";
/*
 *
 *    DO NOT MODIFY THIS FILE.
 *    Any additional CSS editing should be done in the un-minified css/custom.css file.
 *
 */
@import url(https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/metropolis.min.css);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
/*
 *
 *    Bootstrap v4.3.1 (https://getbootstrap.com/docs/4.3/getting-started/introduction/)
 *    Copyright 2011-2019 The Bootstrap Authors
 *    Copyright 2011-2019 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: #000;
  --secondary: #f9f9f9;
  --success: #00b245;
  --info: #003b5c;
  --warning: #d1de3f;
  --danger: #cd5a11;
  --light: #fff;
  --dark: #404040;
  --default: #000;
  --alert: #6e0021;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

header {
  border-top: none !important;
  font-weight: initial;
  font-size: initial;
  left: initial;
  position: initial;
  width: initial %;
  background-color: initial;
  z-index: initial;
  top: initial;
  border-bottom: none !important;
}

.collection_hf {
  font-family: "Metropolis", "Montserrat", Arial, sans-serif;
  color: #323232;
  /* .colophon .colophon-head .colophon-site-logo:hover,
  .colophon .colophon-head .colophon-site-logo:focus {
  -webkit-filter: brightness(0) saturate(100%) invert(82%) sepia(82%) saturate(393%) hue-rotate(7deg) brightness(91%) contrast(94%);
  filter: brightness(0) saturate(100%) invert(82%) sepia(82%) saturate(393%) hue-rotate(7deg) brightness(91%) contrast(94%);
  opacity: 1;
  } */
}
.collection_hf *,
.collection_hf *::before,
.collection_hf *::after {
  box-sizing: border-box;
}
.collection_hf footer,
.collection_hf header {
  display: block;
}
.collection_hf h1,
.collection_hf h2,
.collection_hf h3,
.collection_hf h4,
.collection_hf h5,
.collection_hf h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.collection_hf p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.collection_hf abbr[title],
.collection_hf abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.collection_hf address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.collection_hf ol,
.collection_hf ul,
.collection_hf dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.collection_hf ol ol,
.collection_hf ul ul,
.collection_hf ol ul,
.collection_hf ul ol {
  margin-bottom: 0;
}
.collection_hf dt {
  font-weight: 700;
}
.collection_hf dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.collection_hf blockquote {
  margin: 0 0 1rem;
}
.collection_hf b,
.collection_hf strong {
  font-weight: bolder;
}
.collection_hf small {
  font-size: 80%;
}
.collection_hf sub,
.collection_hf sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.collection_hf sub {
  bottom: -0.25em;
}
.collection_hf sup {
  top: -0.5em;
}
.collection_hf a {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
.collection_hf a:hover {
  color: #000;
  text-decoration: underline;
}
.collection_hf a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.collection_hf a:not([href]):not([tabindex]):hover,
.collection_hf a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
.collection_hf a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.collection_hf pre,
.collection_hf code,
.collection_hf kbd,
.collection_hf samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
.collection_hf pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
.collection_hf figure {
  margin: 0 0 1rem;
}
.collection_hf img {
  vertical-align: middle;
  border-style: none;
}
.collection_hf svg {
  overflow: hidden;
  vertical-align: middle;
}
.collection_hf table {
  border-collapse: collapse;
}
.collection_hf caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.collection_hf th {
  text-align: inherit;
}
.collection_hf label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.collection_hf button {
  border-radius: 0;
}
.collection_hf button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.collection_hf input,
.collection_hf button,
.collection_hf select,
.collection_hf optgroup,
.collection_hf textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.collection_hf button,
.collection_hf input {
  overflow: visible;
}
.collection_hf button,
.collection_hf select {
  text-transform: none;
}
.collection_hf select {
  word-wrap: normal;
}
.collection_hf button,
.collection_hf [type=button],
.collection_hf [type=reset],
.collection_hf [type=submit] {
  -webkit-appearance: button;
}
.collection_hf button:not(:disabled),
.collection_hf [type=button]:not(:disabled),
.collection_hf [type=reset]:not(:disabled),
.collection_hf [type=submit]:not(:disabled) {
  cursor: pointer;
}
.collection_hf button::-moz-focus-inner,
.collection_hf [type=button]::-moz-focus-inner,
.collection_hf [type=reset]::-moz-focus-inner,
.collection_hf [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.collection_hf input[type=radio],
.collection_hf input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.collection_hf input[type=date],
.collection_hf input[type=time],
.collection_hf input[type=datetime-local],
.collection_hf input[type=month] {
  -webkit-appearance: listbox;
}
.collection_hf textarea {
  overflow: auto;
  resize: vertical;
}
.collection_hf fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.collection_hf 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;
}
.collection_hf progress {
  vertical-align: baseline;
}
.collection_hf [type=number]::-webkit-inner-spin-button,
.collection_hf [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.collection_hf [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.collection_hf [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.collection_hf ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.collection_hf output {
  display: inline-block;
}
.collection_hf summary {
  display: list-item;
  cursor: pointer;
}
.collection_hf template {
  display: none;
}
.collection_hf [hidden] {
  display: none !important;
}
.collection_hf h1,
.collection_hf h2,
.collection_hf h3,
.collection_hf h4,
.collection_hf h5,
.collection_hf h6,
.collection_hf .h1,
.collection_hf .h2,
.collection_hf .h3,
.collection_hf .h4,
.collection_hf .h5,
.collection_hf .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.collection_hf h1,
.collection_hf .h1 {
  font-size: 2.5rem;
}
.collection_hf h2,
.collection_hf .h2 {
  font-size: 2rem;
}
.collection_hf h3,
.collection_hf .h3 {
  font-size: 1.75rem;
}
.collection_hf h4,
.collection_hf .h4 {
  font-size: 1.5rem;
}
.collection_hf h5,
.collection_hf .h5 {
  font-size: 1.25rem;
}
.collection_hf h6,
.collection_hf .h6 {
  font-size: 1rem;
}
.collection_hf .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.collection_hf .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.collection_hf .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.collection_hf .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.collection_hf .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.collection_hf hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.collection_hf small,
.collection_hf .small {
  font-size: 80%;
  font-weight: 400;
}
.collection_hf mark,
.collection_hf .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.collection_hf .list-unstyled,
.collection_hf .comment-list {
  padding-left: 0;
  list-style: none;
}
.collection_hf .list-inline {
  padding-left: 0;
  list-style: none;
}
.collection_hf .list-inline-item {
  display: inline-block;
}
.collection_hf .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.collection_hf .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.collection_hf .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.collection_hf .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.collection_hf .blockquote-footer::before {
  content: "— ";
}
.collection_hf .img-fluid,
.collection_hf .wp-caption img {
  max-width: 100%;
  height: auto;
}
.collection_hf .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.collection_hf .figure,
.collection_hf .wp-caption {
  display: inline-block;
}
.collection_hf .figure-img,
.collection_hf .wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.collection_hf .figure-caption,
.collection_hf .wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}
.collection_hf code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
.collection_hf a > code {
  color: inherit;
}
.collection_hf kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.collection_hf kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.collection_hf pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.collection_hf pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.collection_hf .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.collection_hf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-height: auto !important;
}
@media (min-width: 576px) {
  .collection_hf .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .collection_hf .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .collection_hf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .collection_hf .container {
    max-width: 1140px;
  }
}
.collection_hf .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.collection_hf .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.collection_hf .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.collection_hf .no-gutters > .col,
.collection_hf .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.collection_hf .col-xl,
.collection_hf .col-xl-auto,
.collection_hf .col-xl-12,
.collection_hf .col-xl-11,
.collection_hf .col-xl-10,
.collection_hf .col-xl-9,
.collection_hf .col-xl-8,
.collection_hf .col-xl-7,
.collection_hf .col-xl-6,
.collection_hf .col-xl-5,
.collection_hf .col-xl-4,
.collection_hf .col-xl-3,
.collection_hf .col-xl-2,
.collection_hf .col-xl-1,
.collection_hf .col-lg,
.collection_hf .col-lg-auto,
.collection_hf .col-lg-12,
.collection_hf .col-lg-11,
.collection_hf .col-lg-10,
.collection_hf .col-lg-9,
.collection_hf .col-lg-8,
.collection_hf .col-lg-7,
.collection_hf .col-lg-6,
.collection_hf .col-lg-5,
.collection_hf .col-lg-4,
.collection_hf .col-lg-3,
.collection_hf .col-lg-2,
.collection_hf .col-lg-1,
.collection_hf .col-md,
.collection_hf .col-md-auto,
.collection_hf .col-md-12,
.collection_hf .col-md-11,
.collection_hf .col-md-10,
.collection_hf .col-md-9,
.collection_hf .col-md-8,
.collection_hf .col-md-7,
.collection_hf .col-md-6,
.collection_hf .col-md-5,
.collection_hf .col-md-4,
.collection_hf .col-md-3,
.collection_hf .col-md-2,
.collection_hf .col-md-1,
.collection_hf .col-sm,
.collection_hf .col-sm-auto,
.collection_hf .col-sm-12,
.collection_hf .col-sm-11,
.collection_hf .col-sm-10,
.collection_hf .col-sm-9,
.collection_hf .col-sm-8,
.collection_hf .col-sm-7,
.collection_hf .col-sm-6,
.collection_hf .col-sm-5,
.collection_hf .col-sm-4,
.collection_hf .col-sm-3,
.collection_hf .col-sm-2,
.collection_hf .col-sm-1,
.collection_hf .col,
.collection_hf .col-auto,
.collection_hf .col-12,
.collection_hf .col-11,
.collection_hf .col-10,
.collection_hf .col-9,
.collection_hf .col-8,
.collection_hf .col-7,
.collection_hf .col-6,
.collection_hf .col-5,
.collection_hf .col-4,
.collection_hf .col-3,
.collection_hf .col-2,
.collection_hf .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.collection_hf .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.collection_hf .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.collection_hf .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.collection_hf .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.collection_hf .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.collection_hf .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.collection_hf .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.collection_hf .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.collection_hf .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.collection_hf .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.collection_hf .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.collection_hf .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.collection_hf .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.collection_hf .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.collection_hf .order-first {
  order: -1;
}
.collection_hf .order-last {
  order: 13;
}
.collection_hf .order-0 {
  order: 0;
}
.collection_hf .order-1 {
  order: 1;
}
.collection_hf .order-2 {
  order: 2;
}
.collection_hf .order-3 {
  order: 3;
}
.collection_hf .order-4 {
  order: 4;
}
.collection_hf .order-5 {
  order: 5;
}
.collection_hf .order-6 {
  order: 6;
}
.collection_hf .order-7 {
  order: 7;
}
.collection_hf .order-8 {
  order: 8;
}
.collection_hf .order-9 {
  order: 9;
}
.collection_hf .order-10 {
  order: 10;
}
.collection_hf .order-11 {
  order: 11;
}
.collection_hf .order-12 {
  order: 12;
}
.collection_hf .offset-1 {
  margin-left: 8.3333333333%;
}
.collection_hf .offset-2 {
  margin-left: 16.6666666667%;
}
.collection_hf .offset-3 {
  margin-left: 25%;
}
.collection_hf .offset-4 {
  margin-left: 33.3333333333%;
}
.collection_hf .offset-5 {
  margin-left: 41.6666666667%;
}
.collection_hf .offset-6 {
  margin-left: 50%;
}
.collection_hf .offset-7 {
  margin-left: 58.3333333333%;
}
.collection_hf .offset-8 {
  margin-left: 66.6666666667%;
}
.collection_hf .offset-9 {
  margin-left: 75%;
}
.collection_hf .offset-10 {
  margin-left: 83.3333333333%;
}
.collection_hf .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .collection_hf .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .collection_hf .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .collection_hf .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .collection_hf .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .collection_hf .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .collection_hf .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .collection_hf .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .collection_hf .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .collection_hf .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .collection_hf .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .collection_hf .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .collection_hf .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .collection_hf .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .collection_hf .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .collection_hf .order-sm-first {
    order: -1;
  }
  .collection_hf .order-sm-last {
    order: 13;
  }
  .collection_hf .order-sm-0 {
    order: 0;
  }
  .collection_hf .order-sm-1 {
    order: 1;
  }
  .collection_hf .order-sm-2 {
    order: 2;
  }
  .collection_hf .order-sm-3 {
    order: 3;
  }
  .collection_hf .order-sm-4 {
    order: 4;
  }
  .collection_hf .order-sm-5 {
    order: 5;
  }
  .collection_hf .order-sm-6 {
    order: 6;
  }
  .collection_hf .order-sm-7 {
    order: 7;
  }
  .collection_hf .order-sm-8 {
    order: 8;
  }
  .collection_hf .order-sm-9 {
    order: 9;
  }
  .collection_hf .order-sm-10 {
    order: 10;
  }
  .collection_hf .order-sm-11 {
    order: 11;
  }
  .collection_hf .order-sm-12 {
    order: 12;
  }
  .collection_hf .offset-sm-0 {
    margin-left: 0;
  }
  .collection_hf .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .collection_hf .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .collection_hf .offset-sm-3 {
    margin-left: 25%;
  }
  .collection_hf .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .collection_hf .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .collection_hf .offset-sm-6 {
    margin-left: 50%;
  }
  .collection_hf .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .collection_hf .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .collection_hf .offset-sm-9 {
    margin-left: 75%;
  }
  .collection_hf .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .collection_hf .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .collection_hf .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .collection_hf .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .collection_hf .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .collection_hf .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .collection_hf .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .collection_hf .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .collection_hf .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .collection_hf .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .collection_hf .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .collection_hf .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .collection_hf .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .collection_hf .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .collection_hf .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .collection_hf .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .collection_hf .order-md-first {
    order: -1;
  }
  .collection_hf .order-md-last {
    order: 13;
  }
  .collection_hf .order-md-0 {
    order: 0;
  }
  .collection_hf .order-md-1 {
    order: 1;
  }
  .collection_hf .order-md-2 {
    order: 2;
  }
  .collection_hf .order-md-3 {
    order: 3;
  }
  .collection_hf .order-md-4 {
    order: 4;
  }
  .collection_hf .order-md-5 {
    order: 5;
  }
  .collection_hf .order-md-6 {
    order: 6;
  }
  .collection_hf .order-md-7 {
    order: 7;
  }
  .collection_hf .order-md-8 {
    order: 8;
  }
  .collection_hf .order-md-9 {
    order: 9;
  }
  .collection_hf .order-md-10 {
    order: 10;
  }
  .collection_hf .order-md-11 {
    order: 11;
  }
  .collection_hf .order-md-12 {
    order: 12;
  }
  .collection_hf .offset-md-0 {
    margin-left: 0;
  }
  .collection_hf .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .collection_hf .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .collection_hf .offset-md-3 {
    margin-left: 25%;
  }
  .collection_hf .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .collection_hf .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .collection_hf .offset-md-6 {
    margin-left: 50%;
  }
  .collection_hf .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .collection_hf .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .collection_hf .offset-md-9 {
    margin-left: 75%;
  }
  .collection_hf .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .collection_hf .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .collection_hf .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .collection_hf .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .collection_hf .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .collection_hf .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .collection_hf .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .collection_hf .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .collection_hf .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .collection_hf .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .collection_hf .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .collection_hf .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .collection_hf .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .collection_hf .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .collection_hf .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .collection_hf .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .collection_hf .order-lg-first {
    order: -1;
  }
  .collection_hf .order-lg-last {
    order: 13;
  }
  .collection_hf .order-lg-0 {
    order: 0;
  }
  .collection_hf .order-lg-1 {
    order: 1;
  }
  .collection_hf .order-lg-2 {
    order: 2;
  }
  .collection_hf .order-lg-3 {
    order: 3;
  }
  .collection_hf .order-lg-4 {
    order: 4;
  }
  .collection_hf .order-lg-5 {
    order: 5;
  }
  .collection_hf .order-lg-6 {
    order: 6;
  }
  .collection_hf .order-lg-7 {
    order: 7;
  }
  .collection_hf .order-lg-8 {
    order: 8;
  }
  .collection_hf .order-lg-9 {
    order: 9;
  }
  .collection_hf .order-lg-10 {
    order: 10;
  }
  .collection_hf .order-lg-11 {
    order: 11;
  }
  .collection_hf .order-lg-12 {
    order: 12;
  }
  .collection_hf .offset-lg-0 {
    margin-left: 0;
  }
  .collection_hf .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .collection_hf .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .collection_hf .offset-lg-3 {
    margin-left: 25%;
  }
  .collection_hf .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .collection_hf .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .collection_hf .offset-lg-6 {
    margin-left: 50%;
  }
  .collection_hf .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .collection_hf .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .collection_hf .offset-lg-9 {
    margin-left: 75%;
  }
  .collection_hf .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .collection_hf .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .collection_hf .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .collection_hf .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .collection_hf .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .collection_hf .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .collection_hf .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .collection_hf .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .collection_hf .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .collection_hf .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .collection_hf .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .collection_hf .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .collection_hf .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .collection_hf .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .collection_hf .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .collection_hf .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .collection_hf .order-xl-first {
    order: -1;
  }
  .collection_hf .order-xl-last {
    order: 13;
  }
  .collection_hf .order-xl-0 {
    order: 0;
  }
  .collection_hf .order-xl-1 {
    order: 1;
  }
  .collection_hf .order-xl-2 {
    order: 2;
  }
  .collection_hf .order-xl-3 {
    order: 3;
  }
  .collection_hf .order-xl-4 {
    order: 4;
  }
  .collection_hf .order-xl-5 {
    order: 5;
  }
  .collection_hf .order-xl-6 {
    order: 6;
  }
  .collection_hf .order-xl-7 {
    order: 7;
  }
  .collection_hf .order-xl-8 {
    order: 8;
  }
  .collection_hf .order-xl-9 {
    order: 9;
  }
  .collection_hf .order-xl-10 {
    order: 10;
  }
  .collection_hf .order-xl-11 {
    order: 11;
  }
  .collection_hf .order-xl-12 {
    order: 12;
  }
  .collection_hf .offset-xl-0 {
    margin-left: 0;
  }
  .collection_hf .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .collection_hf .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .collection_hf .offset-xl-3 {
    margin-left: 25%;
  }
  .collection_hf .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .collection_hf .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .collection_hf .offset-xl-6 {
    margin-left: 50%;
  }
  .collection_hf .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .collection_hf .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .collection_hf .offset-xl-9 {
    margin-left: 75%;
  }
  .collection_hf .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .collection_hf .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.collection_hf .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.collection_hf .table th,
.collection_hf .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.collection_hf .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.collection_hf .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.collection_hf .table-sm th,
.collection_hf .table-sm td {
  padding: 0.3rem;
}
.collection_hf .table-bordered {
  border: 1px solid #dee2e6;
}
.collection_hf .table-bordered th,
.collection_hf .table-bordered td {
  border: 1px solid #dee2e6;
}
.collection_hf .table-bordered thead th,
.collection_hf .table-bordered thead td {
  border-bottom-width: 2px;
}
.collection_hf .table-borderless th,
.collection_hf .table-borderless td,
.collection_hf .table-borderless thead th,
.collection_hf .table-borderless tbody + tbody {
  border: 0;
}
.collection_hf .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.collection_hf .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.collection_hf .table-primary,
.collection_hf .table-primary > th,
.collection_hf .table-primary > td {
  background-color: #b8b8b8;
}
.collection_hf .table-primary th,
.collection_hf .table-primary td,
.collection_hf .table-primary thead th,
.collection_hf .table-primary tbody + tbody {
  border-color: #7a7a7a;
}
.collection_hf .table-hover .table-primary:hover {
  background-color: #ababab;
}
.collection_hf .table-hover .table-primary:hover > td,
.collection_hf .table-hover .table-primary:hover > th {
  background-color: #ababab;
}
.collection_hf .table-secondary,
.collection_hf .table-secondary > th,
.collection_hf .table-secondary > td {
  background-color: #fdfdfd;
}
.collection_hf .table-secondary th,
.collection_hf .table-secondary td,
.collection_hf .table-secondary thead th,
.collection_hf .table-secondary tbody + tbody {
  border-color: #fcfcfc;
}
.collection_hf .table-hover .table-secondary:hover {
  background-color: #f0f0f0;
}
.collection_hf .table-hover .table-secondary:hover > td,
.collection_hf .table-hover .table-secondary:hover > th {
  background-color: #f0f0f0;
}
.collection_hf .table-success,
.collection_hf .table-success > th,
.collection_hf .table-success > td {
  background-color: #b8e9cb;
}
.collection_hf .table-success th,
.collection_hf .table-success td,
.collection_hf .table-success thead th,
.collection_hf .table-success tbody + tbody {
  border-color: #7ad79e;
}
.collection_hf .table-hover .table-success:hover {
  background-color: #a5e3bd;
}
.collection_hf .table-hover .table-success:hover > td,
.collection_hf .table-hover .table-success:hover > th {
  background-color: #a5e3bd;
}
.collection_hf .table-info,
.collection_hf .table-info > th,
.collection_hf .table-info > td {
  background-color: #b8c8d1;
}
.collection_hf .table-info th,
.collection_hf .table-info td,
.collection_hf .table-info thead th,
.collection_hf .table-info tbody + tbody {
  border-color: #7a99aa;
}
.collection_hf .table-hover .table-info:hover {
  background-color: #a9bcc7;
}
.collection_hf .table-hover .table-info:hover > td,
.collection_hf .table-hover .table-info:hover > th {
  background-color: #a9bcc7;
}
.collection_hf .table-warning,
.collection_hf .table-warning > th,
.collection_hf .table-warning > td {
  background-color: #f2f6c9;
}
.collection_hf .table-warning th,
.collection_hf .table-warning td,
.collection_hf .table-warning thead th,
.collection_hf .table-warning tbody + tbody {
  border-color: #e7ee9b;
}
.collection_hf .table-hover .table-warning:hover {
  background-color: #edf2b3;
}
.collection_hf .table-hover .table-warning:hover > td,
.collection_hf .table-hover .table-warning:hover > th {
  background-color: #edf2b3;
}
.collection_hf .table-danger,
.collection_hf .table-danger > th,
.collection_hf .table-danger > td {
  background-color: #f1d1bc;
}
.collection_hf .table-danger th,
.collection_hf .table-danger td,
.collection_hf .table-danger thead th,
.collection_hf .table-danger tbody + tbody {
  border-color: #e5a983;
}
.collection_hf .table-hover .table-danger:hover {
  background-color: #edc3a7;
}
.collection_hf .table-hover .table-danger:hover > td,
.collection_hf .table-hover .table-danger:hover > th {
  background-color: #edc3a7;
}
.collection_hf .table-light,
.collection_hf .table-light > th,
.collection_hf .table-light > td {
  background-color: #fff;
}
.collection_hf .table-light th,
.collection_hf .table-light td,
.collection_hf .table-light thead th,
.collection_hf .table-light tbody + tbody {
  border-color: #fff;
}
.collection_hf .table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.collection_hf .table-hover .table-light:hover > td,
.collection_hf .table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}
.collection_hf .table-dark,
.collection_hf .table-dark > th,
.collection_hf .table-dark > td {
  background-color: #cacaca;
}
.collection_hf .table-dark th,
.collection_hf .table-dark td,
.collection_hf .table-dark thead th,
.collection_hf .table-dark tbody + tbody {
  border-color: #9c9c9c;
}
.collection_hf .table-hover .table-dark:hover {
  background-color: #bdbdbd;
}
.collection_hf .table-hover .table-dark:hover > td,
.collection_hf .table-hover .table-dark:hover > th {
  background-color: #bdbdbd;
}
.collection_hf .table-default,
.collection_hf .table-default > th,
.collection_hf .table-default > td {
  background-color: #b8b8b8;
}
.collection_hf .table-default th,
.collection_hf .table-default td,
.collection_hf .table-default thead th,
.collection_hf .table-default tbody + tbody {
  border-color: #7a7a7a;
}
.collection_hf .table-hover .table-default:hover {
  background-color: #ababab;
}
.collection_hf .table-hover .table-default:hover > td,
.collection_hf .table-hover .table-default:hover > th {
  background-color: #ababab;
}
.collection_hf .table-alert,
.collection_hf .table-alert > th,
.collection_hf .table-alert > td {
  background-color: #d6b8c1;
}
.collection_hf .table-alert th,
.collection_hf .table-alert td,
.collection_hf .table-alert thead th,
.collection_hf .table-alert tbody + tbody {
  border-color: #b47a8c;
}
.collection_hf .table-hover .table-alert:hover {
  background-color: #cda8b3;
}
.collection_hf .table-hover .table-alert:hover > td,
.collection_hf .table-hover .table-alert:hover > th {
  background-color: #cda8b3;
}
.collection_hf .table-active,
.collection_hf .table-active > th,
.collection_hf .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.collection_hf .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.collection_hf .table-hover .table-active:hover > td,
.collection_hf .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.collection_hf .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.collection_hf .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.collection_hf .table-dark {
  color: #fff;
  background-color: #343a40;
}
.collection_hf .table-dark th,
.collection_hf .table-dark td,
.collection_hf .table-dark thead th {
  border-color: #454d55;
}
.collection_hf .table-dark.table-bordered {
  border: 0;
}
.collection_hf .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.collection_hf .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .collection_hf .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .collection_hf .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .collection_hf .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .collection_hf .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .collection_hf .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .collection_hf .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .collection_hf .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .collection_hf .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.collection_hf .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.collection_hf .table-responsive > .table-bordered {
  border: 0;
}
.collection_hf .form-control,
.collection_hf .search-form .search-field,
.collection_hf .comment-form input[type=text],
.collection_hf .comment-form input[type=email],
.collection_hf .comment-form input[type=url],
.collection_hf .comment-form textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .form-control,
  .collection_hf .search-form .search-field,
  .collection_hf .comment-form input[type=text],
  .collection_hf .comment-form input[type=email],
  .collection_hf .comment-form input[type=url],
  .collection_hf .comment-form textarea {
    transition: none;
  }
}
.collection_hf .form-control::-ms-expand,
.collection_hf .search-form .search-field::-ms-expand,
.collection_hf .comment-form input[type=text]::-ms-expand,
.collection_hf .comment-form input[type=email]::-ms-expand,
.collection_hf .comment-form input[type=url]::-ms-expand,
.collection_hf .comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.collection_hf .form-control:focus,
.collection_hf .search-form .search-field:focus,
.collection_hf .comment-form input[type=text]:focus,
.collection_hf .comment-form input[type=email]:focus,
.collection_hf .comment-form input[type=url]:focus,
.collection_hf .comment-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #404040;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.collection_hf .form-control::-moz-placeholder, .collection_hf .search-form .search-field::-moz-placeholder, .collection_hf .comment-form input[type=text]::-moz-placeholder, .collection_hf .comment-form input[type=email]::-moz-placeholder, .collection_hf .comment-form input[type=url]::-moz-placeholder, .collection_hf .comment-form textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.collection_hf .form-control::placeholder,
.collection_hf .search-form .search-field::placeholder,
.collection_hf .comment-form input[type=text]::placeholder,
.collection_hf .comment-form input[type=email]::placeholder,
.collection_hf .comment-form input[type=url]::placeholder,
.collection_hf .comment-form textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.collection_hf .form-control:disabled,
.collection_hf .search-form .search-field:disabled,
.collection_hf .comment-form input[type=text]:disabled,
.collection_hf .comment-form input[type=email]:disabled,
.collection_hf .comment-form input[type=url]:disabled,
.collection_hf .comment-form textarea:disabled,
.collection_hf .form-control[readonly],
.collection_hf .search-form [readonly].search-field,
.collection_hf .comment-form input[readonly][type=text],
.collection_hf .comment-form input[readonly][type=email],
.collection_hf .comment-form input[readonly][type=url],
.collection_hf .comment-form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.collection_hf select.form-control:focus::-ms-value,
.collection_hf .search-form select.search-field:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.collection_hf .form-control-file,
.collection_hf .form-control-range {
  display: block;
  width: 100%;
}
.collection_hf .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;
}
.collection_hf .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.collection_hf .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.collection_hf .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.collection_hf .form-control-plaintext.form-control-sm,
.collection_hf .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.collection_hf .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.collection_hf .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.collection_hf select.form-control[size],
.collection_hf .search-form select[size].search-field,
.collection_hf select.form-control[multiple],
.collection_hf .search-form select[multiple].search-field {
  height: auto;
}
.collection_hf textarea.form-control,
.collection_hf .search-form textarea.search-field,
.collection_hf .comment-form textarea {
  height: auto;
}
.collection_hf .form-group,
.collection_hf .search-form label,
.collection_hf .comment-form p {
  margin-bottom: 1rem;
}
.collection_hf .form-text {
  display: block;
  margin-top: 0.25rem;
}
.collection_hf .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.collection_hf .form-row > .col,
.collection_hf .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.collection_hf .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.collection_hf .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.collection_hf .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.collection_hf .form-check-label {
  margin-bottom: 0;
}
.collection_hf .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.collection_hf .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.collection_hf .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00b245;
}
.collection_hf .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 178, 69, 0.9);
  border-radius: 0.25rem;
}
.collection_hf .was-validated .form-control:valid,
.collection_hf .was-validated .search-form .search-field:valid,
.collection_hf .search-form .was-validated .search-field:valid,
.collection_hf .was-validated .comment-form input[type=text]:valid,
.collection_hf .comment-form .was-validated input[type=text]:valid,
.collection_hf .was-validated .comment-form input[type=email]:valid,
.collection_hf .comment-form .was-validated input[type=email]:valid,
.collection_hf .was-validated .comment-form input[type=url]:valid,
.collection_hf .comment-form .was-validated input[type=url]:valid,
.collection_hf .was-validated .comment-form textarea:valid,
.collection_hf .comment-form .was-validated textarea:valid,
.collection_hf .form-control.is-valid,
.collection_hf .search-form .is-valid.search-field,
.collection_hf .comment-form input.is-valid[type=text],
.collection_hf .comment-form input.is-valid[type=email],
.collection_hf .comment-form input.is-valid[type=url],
.collection_hf .comment-form textarea.is-valid {
  border-color: #00b245;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300b245' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.collection_hf .was-validated .form-control:valid:focus,
.collection_hf .was-validated .search-form .search-field:valid:focus,
.collection_hf .search-form .was-validated .search-field:valid:focus,
.collection_hf .was-validated .comment-form input[type=text]:valid:focus,
.collection_hf .comment-form .was-validated input[type=text]:valid:focus,
.collection_hf .was-validated .comment-form input[type=email]:valid:focus,
.collection_hf .comment-form .was-validated input[type=email]:valid:focus,
.collection_hf .was-validated .comment-form input[type=url]:valid:focus,
.collection_hf .comment-form .was-validated input[type=url]:valid:focus,
.collection_hf .was-validated .comment-form textarea:valid:focus,
.collection_hf .comment-form .was-validated textarea:valid:focus,
.collection_hf .form-control.is-valid:focus,
.collection_hf .search-form .is-valid.search-field:focus,
.collection_hf .comment-form input.is-valid[type=text]:focus,
.collection_hf .comment-form input.is-valid[type=email]:focus,
.collection_hf .comment-form input.is-valid[type=url]:focus,
.collection_hf .comment-form textarea.is-valid:focus {
  border-color: #00b245;
  box-shadow: 0 0 0 0.2rem rgba(0, 178, 69, 0.25);
}
.collection_hf .was-validated .form-control:valid ~ .valid-feedback,
.collection_hf .was-validated .search-form .search-field:valid ~ .valid-feedback,
.collection_hf .search-form .was-validated .search-field:valid ~ .valid-feedback,
.collection_hf .was-validated .comment-form input[type=text]:valid ~ .valid-feedback,
.collection_hf .comment-form .was-validated input[type=text]:valid ~ .valid-feedback,
.collection_hf .was-validated .comment-form input[type=email]:valid ~ .valid-feedback,
.collection_hf .comment-form .was-validated input[type=email]:valid ~ .valid-feedback,
.collection_hf .was-validated .comment-form input[type=url]:valid ~ .valid-feedback,
.collection_hf .comment-form .was-validated input[type=url]:valid ~ .valid-feedback,
.collection_hf .was-validated .comment-form textarea:valid ~ .valid-feedback,
.collection_hf .comment-form .was-validated textarea:valid ~ .valid-feedback,
.collection_hf .was-validated .form-control:valid ~ .valid-tooltip,
.collection_hf .was-validated .search-form .search-field:valid ~ .valid-tooltip,
.collection_hf .search-form .was-validated .search-field:valid ~ .valid-tooltip,
.collection_hf .was-validated .comment-form input[type=text]:valid ~ .valid-tooltip,
.collection_hf .comment-form .was-validated input[type=text]:valid ~ .valid-tooltip,
.collection_hf .was-validated .comment-form input[type=email]:valid ~ .valid-tooltip,
.collection_hf .comment-form .was-validated input[type=email]:valid ~ .valid-tooltip,
.collection_hf .was-validated .comment-form input[type=url]:valid ~ .valid-tooltip,
.collection_hf .comment-form .was-validated input[type=url]:valid ~ .valid-tooltip,
.collection_hf .was-validated .comment-form textarea:valid ~ .valid-tooltip,
.collection_hf .comment-form .was-validated textarea:valid ~ .valid-tooltip,
.collection_hf .form-control.is-valid ~ .valid-feedback,
.collection_hf .search-form .is-valid.search-field ~ .valid-feedback,
.collection_hf .comment-form input.is-valid[type=text] ~ .valid-feedback,
.collection_hf .comment-form input.is-valid[type=email] ~ .valid-feedback,
.collection_hf .comment-form input.is-valid[type=url] ~ .valid-feedback,
.collection_hf .comment-form textarea.is-valid ~ .valid-feedback,
.collection_hf .form-control.is-valid ~ .valid-tooltip,
.collection_hf .search-form .is-valid.search-field ~ .valid-tooltip,
.collection_hf .comment-form input.is-valid[type=text] ~ .valid-tooltip,
.collection_hf .comment-form input.is-valid[type=email] ~ .valid-tooltip,
.collection_hf .comment-form input.is-valid[type=url] ~ .valid-tooltip,
.collection_hf .comment-form textarea.is-valid ~ .valid-tooltip {
  display: block;
}
.collection_hf .was-validated textarea.form-control:valid,
.collection_hf .was-validated .search-form textarea.search-field:valid,
.collection_hf .search-form .was-validated textarea.search-field:valid,
.collection_hf .was-validated .comment-form textarea:valid,
.collection_hf .comment-form .was-validated textarea:valid,
.collection_hf textarea.form-control.is-valid,
.collection_hf .search-form textarea.is-valid.search-field,
.collection_hf .comment-form textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.collection_hf .was-validated .custom-select:valid,
.collection_hf .custom-select.is-valid {
  border-color: #00b245;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300b245' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.collection_hf .was-validated .custom-select:valid:focus,
.collection_hf .custom-select.is-valid:focus {
  border-color: #00b245;
  box-shadow: 0 0 0 0.2rem rgba(0, 178, 69, 0.25);
}
.collection_hf .was-validated .custom-select:valid ~ .valid-feedback,
.collection_hf .was-validated .custom-select:valid ~ .valid-tooltip,
.collection_hf .custom-select.is-valid ~ .valid-feedback,
.collection_hf .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.collection_hf .was-validated .form-control-file:valid ~ .valid-feedback,
.collection_hf .was-validated .form-control-file:valid ~ .valid-tooltip,
.collection_hf .form-control-file.is-valid ~ .valid-feedback,
.collection_hf .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.collection_hf .was-validated .form-check-input:valid ~ .form-check-label,
.collection_hf .form-check-input.is-valid ~ .form-check-label {
  color: #00b245;
}
.collection_hf .was-validated .form-check-input:valid ~ .valid-feedback,
.collection_hf .was-validated .form-check-input:valid ~ .valid-tooltip,
.collection_hf .form-check-input.is-valid ~ .valid-feedback,
.collection_hf .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.collection_hf .was-validated .custom-control-input:valid ~ .custom-control-label,
.collection_hf .custom-control-input.is-valid ~ .custom-control-label {
  color: #00b245;
}
.collection_hf .was-validated .custom-control-input:valid ~ .custom-control-label::before,
.collection_hf .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00b245;
}
.collection_hf .was-validated .custom-control-input:valid ~ .valid-feedback,
.collection_hf .was-validated .custom-control-input:valid ~ .valid-tooltip,
.collection_hf .custom-control-input.is-valid ~ .valid-feedback,
.collection_hf .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.collection_hf .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.collection_hf .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00e559;
  background-color: #00e559;
}
.collection_hf .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.collection_hf .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 178, 69, 0.25);
}
.collection_hf .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.collection_hf .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00b245;
}
.collection_hf .was-validated .custom-file-input:valid ~ .custom-file-label,
.collection_hf .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00b245;
}
.collection_hf .was-validated .custom-file-input:valid ~ .valid-feedback,
.collection_hf .was-validated .custom-file-input:valid ~ .valid-tooltip,
.collection_hf .custom-file-input.is-valid ~ .valid-feedback,
.collection_hf .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.collection_hf .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.collection_hf .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00b245;
  box-shadow: 0 0 0 0.2rem rgba(0, 178, 69, 0.25);
}
.collection_hf .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #cd5a11;
}
.collection_hf .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(205, 90, 17, 0.9);
  border-radius: 0.25rem;
}
.collection_hf .was-validated .form-control:invalid,
.collection_hf .was-validated .search-form .search-field:invalid,
.collection_hf .search-form .was-validated .search-field:invalid,
.collection_hf .was-validated .comment-form input[type=text]:invalid,
.collection_hf .comment-form .was-validated input[type=text]:invalid,
.collection_hf .was-validated .comment-form input[type=email]:invalid,
.collection_hf .comment-form .was-validated input[type=email]:invalid,
.collection_hf .was-validated .comment-form input[type=url]:invalid,
.collection_hf .comment-form .was-validated input[type=url]:invalid,
.collection_hf .was-validated .comment-form textarea:invalid,
.collection_hf .comment-form .was-validated textarea:invalid,
.collection_hf .form-control.is-invalid,
.collection_hf .search-form .is-invalid.search-field,
.collection_hf .comment-form input.is-invalid[type=text],
.collection_hf .comment-form input.is-invalid[type=email],
.collection_hf .comment-form input.is-invalid[type=url],
.collection_hf .comment-form textarea.is-invalid {
  border-color: #cd5a11;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23cd5a11' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23cd5a11' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.collection_hf .was-validated .form-control:invalid:focus,
.collection_hf .was-validated .search-form .search-field:invalid:focus,
.collection_hf .search-form .was-validated .search-field:invalid:focus,
.collection_hf .was-validated .comment-form input[type=text]:invalid:focus,
.collection_hf .comment-form .was-validated input[type=text]:invalid:focus,
.collection_hf .was-validated .comment-form input[type=email]:invalid:focus,
.collection_hf .comment-form .was-validated input[type=email]:invalid:focus,
.collection_hf .was-validated .comment-form input[type=url]:invalid:focus,
.collection_hf .comment-form .was-validated input[type=url]:invalid:focus,
.collection_hf .was-validated .comment-form textarea:invalid:focus,
.collection_hf .comment-form .was-validated textarea:invalid:focus,
.collection_hf .form-control.is-invalid:focus,
.collection_hf .search-form .is-invalid.search-field:focus,
.collection_hf .comment-form input.is-invalid[type=text]:focus,
.collection_hf .comment-form input.is-invalid[type=email]:focus,
.collection_hf .comment-form input.is-invalid[type=url]:focus,
.collection_hf .comment-form textarea.is-invalid:focus {
  border-color: #cd5a11;
  box-shadow: 0 0 0 0.2rem rgba(205, 90, 17, 0.25);
}
.collection_hf .was-validated .form-control:invalid ~ .invalid-feedback,
.collection_hf .was-validated .search-form .search-field:invalid ~ .invalid-feedback,
.collection_hf .search-form .was-validated .search-field:invalid ~ .invalid-feedback,
.collection_hf .was-validated .comment-form input[type=text]:invalid ~ .invalid-feedback,
.collection_hf .comment-form .was-validated input[type=text]:invalid ~ .invalid-feedback,
.collection_hf .was-validated .comment-form input[type=email]:invalid ~ .invalid-feedback,
.collection_hf .comment-form .was-validated input[type=email]:invalid ~ .invalid-feedback,
.collection_hf .was-validated .comment-form input[type=url]:invalid ~ .invalid-feedback,
.collection_hf .comment-form .was-validated input[type=url]:invalid ~ .invalid-feedback,
.collection_hf .was-validated .comment-form textarea:invalid ~ .invalid-feedback,
.collection_hf .comment-form .was-validated textarea:invalid ~ .invalid-feedback,
.collection_hf .was-validated .form-control:invalid ~ .invalid-tooltip,
.collection_hf .was-validated .search-form .search-field:invalid ~ .invalid-tooltip,
.collection_hf .search-form .was-validated .search-field:invalid ~ .invalid-tooltip,
.collection_hf .was-validated .comment-form input[type=text]:invalid ~ .invalid-tooltip,
.collection_hf .comment-form .was-validated input[type=text]:invalid ~ .invalid-tooltip,
.collection_hf .was-validated .comment-form input[type=email]:invalid ~ .invalid-tooltip,
.collection_hf .comment-form .was-validated input[type=email]:invalid ~ .invalid-tooltip,
.collection_hf .was-validated .comment-form input[type=url]:invalid ~ .invalid-tooltip,
.collection_hf .comment-form .was-validated input[type=url]:invalid ~ .invalid-tooltip,
.collection_hf .was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
.collection_hf .comment-form .was-validated textarea:invalid ~ .invalid-tooltip,
.collection_hf .form-control.is-invalid ~ .invalid-feedback,
.collection_hf .search-form .is-invalid.search-field ~ .invalid-feedback,
.collection_hf .comment-form input.is-invalid[type=text] ~ .invalid-feedback,
.collection_hf .comment-form input.is-invalid[type=email] ~ .invalid-feedback,
.collection_hf .comment-form input.is-invalid[type=url] ~ .invalid-feedback,
.collection_hf .comment-form textarea.is-invalid ~ .invalid-feedback,
.collection_hf .form-control.is-invalid ~ .invalid-tooltip,
.collection_hf .search-form .is-invalid.search-field ~ .invalid-tooltip,
.collection_hf .comment-form input.is-invalid[type=text] ~ .invalid-tooltip,
.collection_hf .comment-form input.is-invalid[type=email] ~ .invalid-tooltip,
.collection_hf .comment-form input.is-invalid[type=url] ~ .invalid-tooltip,
.collection_hf .comment-form textarea.is-invalid ~ .invalid-tooltip {
  display: block;
}
.collection_hf .was-validated textarea.form-control:invalid,
.collection_hf .was-validated .search-form textarea.search-field:invalid,
.collection_hf .search-form .was-validated textarea.search-field:invalid,
.collection_hf .was-validated .comment-form textarea:invalid,
.collection_hf .comment-form .was-validated textarea:invalid,
.collection_hf textarea.form-control.is-invalid,
.collection_hf .search-form textarea.is-invalid.search-field,
.collection_hf .comment-form textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.collection_hf .was-validated .custom-select:invalid,
.collection_hf .custom-select.is-invalid {
  border-color: #cd5a11;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23cd5a11' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23cd5a11' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.collection_hf .was-validated .custom-select:invalid:focus,
.collection_hf .custom-select.is-invalid:focus {
  border-color: #cd5a11;
  box-shadow: 0 0 0 0.2rem rgba(205, 90, 17, 0.25);
}
.collection_hf .was-validated .custom-select:invalid ~ .invalid-feedback,
.collection_hf .was-validated .custom-select:invalid ~ .invalid-tooltip,
.collection_hf .custom-select.is-invalid ~ .invalid-feedback,
.collection_hf .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.collection_hf .was-validated .form-control-file:invalid ~ .invalid-feedback,
.collection_hf .was-validated .form-control-file:invalid ~ .invalid-tooltip,
.collection_hf .form-control-file.is-invalid ~ .invalid-feedback,
.collection_hf .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.collection_hf .was-validated .form-check-input:invalid ~ .form-check-label,
.collection_hf .form-check-input.is-invalid ~ .form-check-label {
  color: #cd5a11;
}
.collection_hf .was-validated .form-check-input:invalid ~ .invalid-feedback,
.collection_hf .was-validated .form-check-input:invalid ~ .invalid-tooltip,
.collection_hf .form-check-input.is-invalid ~ .invalid-feedback,
.collection_hf .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.collection_hf .was-validated .custom-control-input:invalid ~ .custom-control-label,
.collection_hf .custom-control-input.is-invalid ~ .custom-control-label {
  color: #cd5a11;
}
.collection_hf .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.collection_hf .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #cd5a11;
}
.collection_hf .was-validated .custom-control-input:invalid ~ .invalid-feedback,
.collection_hf .was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.collection_hf .custom-control-input.is-invalid ~ .invalid-feedback,
.collection_hf .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.collection_hf .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.collection_hf .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ed7224;
  background-color: #ed7224;
}
.collection_hf .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.collection_hf .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(205, 90, 17, 0.25);
}
.collection_hf .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.collection_hf .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #cd5a11;
}
.collection_hf .was-validated .custom-file-input:invalid ~ .custom-file-label,
.collection_hf .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #cd5a11;
}
.collection_hf .was-validated .custom-file-input:invalid ~ .invalid-feedback,
.collection_hf .was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.collection_hf .custom-file-input.is-invalid ~ .invalid-feedback,
.collection_hf .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.collection_hf .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.collection_hf .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #cd5a11;
  box-shadow: 0 0 0 0.2rem rgba(205, 90, 17, 0.25);
}
.collection_hf .form-inline,
.collection_hf .search-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.collection_hf .form-inline .form-check,
.collection_hf .search-form .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .collection_hf .form-inline label,
  .collection_hf .search-form label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .collection_hf .form-inline .form-group,
  .collection_hf .search-form .form-group,
  .collection_hf .search-form label,
  .collection_hf .form-inline .comment-form p,
  .collection_hf .search-form .comment-form p,
  .collection_hf .comment-form .form-inline p,
  .collection_hf .comment-form .search-form p {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .collection_hf .form-inline .form-control,
  .collection_hf .search-form .form-control,
  .collection_hf .search-form .search-field,
  .collection_hf .form-inline .comment-form input[type=text],
  .collection_hf .search-form .comment-form input[type=text],
  .collection_hf .comment-form .form-inline input[type=text],
  .collection_hf .comment-form .search-form input[type=text],
  .collection_hf .form-inline .comment-form input[type=email],
  .collection_hf .search-form .comment-form input[type=email],
  .collection_hf .comment-form .form-inline input[type=email],
  .collection_hf .comment-form .search-form input[type=email],
  .collection_hf .form-inline .comment-form input[type=url],
  .collection_hf .search-form .comment-form input[type=url],
  .collection_hf .comment-form .form-inline input[type=url],
  .collection_hf .comment-form .search-form input[type=url],
  .collection_hf .form-inline .comment-form textarea,
  .collection_hf .search-form .comment-form textarea,
  .collection_hf .comment-form .form-inline textarea,
  .collection_hf .comment-form .search-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .collection_hf .form-inline .form-control-plaintext,
  .collection_hf .search-form .form-control-plaintext {
    display: inline-block;
  }
  .collection_hf .form-inline .input-group,
  .collection_hf .search-form .input-group,
  .collection_hf .form-inline .custom-select,
  .collection_hf .search-form .custom-select {
    width: auto;
  }
  .collection_hf .form-inline .form-check,
  .collection_hf .search-form .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .collection_hf .form-inline .form-check-input,
  .collection_hf .search-form .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .collection_hf .form-inline .custom-control,
  .collection_hf .search-form .custom-control {
    align-items: center;
    justify-content: center;
  }
  .collection_hf .form-inline .custom-control-label,
  .collection_hf .search-form .custom-control-label {
    margin-bottom: 0;
  }
}
.collection_hf .btn,
.collection_hf .search-form .search-submit,
.collection_hf .comment-form input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.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 (prefers-reduced-motion: reduce) {
  .collection_hf .btn,
  .collection_hf .search-form .search-submit,
  .collection_hf .comment-form input[type=submit] {
    transition: none;
  }
}
.collection_hf .btn:hover,
.collection_hf .search-form .search-submit:hover,
.collection_hf .comment-form input[type=submit]:hover {
  color: #212529;
  text-decoration: none;
}
.collection_hf .btn:focus,
.collection_hf .search-form .search-submit:focus,
.collection_hf .comment-form input[type=submit]:focus,
.collection_hf .btn.focus,
.collection_hf .search-form .focus.search-submit,
.collection_hf .comment-form input.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.collection_hf .btn.disabled,
.collection_hf .search-form .disabled.search-submit,
.collection_hf .comment-form input.disabled[type=submit],
.collection_hf .btn:disabled,
.collection_hf .search-form .search-submit:disabled,
.collection_hf .comment-form input[type=submit]:disabled {
  opacity: 0.65;
}
.collection_hf a.btn.disabled,
.collection_hf .search-form a.disabled.search-submit,
.collection_hf fieldset:disabled a.btn,
.collection_hf fieldset:disabled .search-form a.search-submit,
.collection_hf .search-form fieldset:disabled a.search-submit {
  pointer-events: none;
}
.collection_hf .btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .btn-primary:focus,
.collection_hf .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.collection_hf .btn-primary.disabled,
.collection_hf .btn-primary:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .btn-primary:not(:disabled):not(.disabled):active,
.collection_hf .btn-primary:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .btn-primary:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-primary:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.collection_hf .btn-secondary,
.collection_hf .search-form .search-submit,
.collection_hf .comment-form input[type=submit] {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.collection_hf .btn-secondary:hover,
.collection_hf .search-form .search-submit:hover,
.collection_hf .comment-form input[type=submit]:hover {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.collection_hf .btn-secondary:focus,
.collection_hf .search-form .search-submit:focus,
.collection_hf .comment-form input[type=submit]:focus,
.collection_hf .btn-secondary.focus,
.collection_hf .search-form .focus.search-submit,
.collection_hf .comment-form input.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 218, 0.5);
}
.collection_hf .btn-secondary.disabled,
.collection_hf .search-form .disabled.search-submit,
.collection_hf .comment-form input.disabled[type=submit],
.collection_hf .btn-secondary:disabled,
.collection_hf .search-form .search-submit:disabled,
.collection_hf .comment-form input[type=submit]:disabled {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.collection_hf .btn-secondary:not(:disabled):not(.disabled):active,
.collection_hf .search-form .search-submit:not(:disabled):not(.disabled):active,
.collection_hf .comment-form input[type=submit]:not(:disabled):not(.disabled):active,
.collection_hf .btn-secondary:not(:disabled):not(.disabled).active,
.collection_hf .search-form .search-submit:not(:disabled):not(.disabled).active,
.collection_hf .comment-form input[type=submit]:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-secondary.dropdown-toggle,
.collection_hf .search-form .show > .dropdown-toggle.search-submit,
.collection_hf .comment-form .show > input.dropdown-toggle[type=submit] {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #d9d9d9;
}
.collection_hf .btn-secondary:not(:disabled):not(.disabled):active:focus,
.collection_hf .search-form .search-submit:not(:disabled):not(.disabled):active:focus,
.collection_hf .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-secondary:not(:disabled):not(.disabled).active:focus,
.collection_hf .search-form .search-submit:not(:disabled):not(.disabled).active:focus,
.collection_hf .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-secondary.dropdown-toggle:focus,
.collection_hf .search-form .show > .dropdown-toggle.search-submit:focus,
.collection_hf .comment-form .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 218, 0.5);
}
.collection_hf .btn-success {
  color: #fff;
  background-color: #00b245;
  border-color: #00b245;
}
.collection_hf .btn-success:hover {
  color: #fff;
  background-color: #008c36;
  border-color: #007f31;
}
.collection_hf .btn-success:focus,
.collection_hf .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 190, 97, 0.5);
}
.collection_hf .btn-success.disabled,
.collection_hf .btn-success:disabled {
  color: #fff;
  background-color: #00b245;
  border-color: #00b245;
}
.collection_hf .btn-success:not(:disabled):not(.disabled):active,
.collection_hf .btn-success:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #007f31;
  border-color: #00722c;
}
.collection_hf .btn-success:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-success:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 190, 97, 0.5);
}
.collection_hf .btn-info {
  color: #fff;
  background-color: #003b5c;
  border-color: #003b5c;
}
.collection_hf .btn-info:hover {
  color: #fff;
  background-color: #002236;
  border-color: #001a29;
}
.collection_hf .btn-info:focus,
.collection_hf .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 88, 116, 0.5);
}
.collection_hf .btn-info.disabled,
.collection_hf .btn-info:disabled {
  color: #fff;
  background-color: #003b5c;
  border-color: #003b5c;
}
.collection_hf .btn-info:not(:disabled):not(.disabled):active,
.collection_hf .btn-info:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #001a29;
  border-color: #00121c;
}
.collection_hf .btn-info:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-info:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 88, 116, 0.5);
}
.collection_hf .btn-warning {
  color: #212529;
  background-color: #d1de3f;
  border-color: #d1de3f;
}
.collection_hf .btn-warning:hover {
  color: #212529;
  background-color: #c4d324;
  border-color: #bac822;
}
.collection_hf .btn-warning:focus,
.collection_hf .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 194, 60, 0.5);
}
.collection_hf .btn-warning.disabled,
.collection_hf .btn-warning:disabled {
  color: #212529;
  background-color: #d1de3f;
  border-color: #d1de3f;
}
.collection_hf .btn-warning:not(:disabled):not(.disabled):active,
.collection_hf .btn-warning:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #bac822;
  border-color: #b0bd20;
}
.collection_hf .btn-warning:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-warning:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 194, 60, 0.5);
}
.collection_hf .btn-danger {
  color: #fff;
  background-color: #cd5a11;
  border-color: #cd5a11;
}
.collection_hf .btn-danger:hover {
  color: #fff;
  background-color: #aa4a0e;
  border-color: #9e450d;
}
.collection_hf .btn-danger:focus,
.collection_hf .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 115, 53, 0.5);
}
.collection_hf .btn-danger.disabled,
.collection_hf .btn-danger:disabled {
  color: #fff;
  background-color: #cd5a11;
  border-color: #cd5a11;
}
.collection_hf .btn-danger:not(:disabled):not(.disabled):active,
.collection_hf .btn-danger:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9e450d;
  border-color: #92400c;
}
.collection_hf .btn-danger:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-danger:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 115, 53, 0.5);
}
.collection_hf .btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.collection_hf .btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.collection_hf .btn-light:focus,
.collection_hf .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.collection_hf .btn-light.disabled,
.collection_hf .btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.collection_hf .btn-light:not(:disabled):not(.disabled):active,
.collection_hf .btn-light:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.collection_hf .btn-light:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-light:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.collection_hf .btn-dark {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.collection_hf .btn-dark:hover {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #272727;
}
.collection_hf .btn-dark:focus,
.collection_hf .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 93, 93, 0.5);
}
.collection_hf .btn-dark.disabled,
.collection_hf .btn-dark:disabled {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.collection_hf .btn-dark:not(:disabled):not(.disabled):active,
.collection_hf .btn-dark:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #272727;
  border-color: #202020;
}
.collection_hf .btn-dark:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-dark:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 93, 93, 0.5);
}
.collection_hf .btn-default {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .btn-default:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .btn-default:focus,
.collection_hf .btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.collection_hf .btn-default.disabled,
.collection_hf .btn-default:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .btn-default:not(:disabled):not(.disabled):active,
.collection_hf .btn-default:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .btn-default:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-default:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.collection_hf .btn-alert {
  color: #fff;
  background-color: #6e0021;
  border-color: #6e0021;
}
.collection_hf .btn-alert:hover {
  color: #fff;
  background-color: #480016;
  border-color: #3b0012;
}
.collection_hf .btn-alert:focus,
.collection_hf .btn-alert.focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 38, 66, 0.5);
}
.collection_hf .btn-alert.disabled,
.collection_hf .btn-alert:disabled {
  color: #fff;
  background-color: #6e0021;
  border-color: #6e0021;
}
.collection_hf .btn-alert:not(:disabled):not(.disabled):active,
.collection_hf .btn-alert:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-alert.dropdown-toggle {
  color: #fff;
  background-color: #3b0012;
  border-color: #2e000e;
}
.collection_hf .btn-alert:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-alert:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-alert.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 38, 66, 0.5);
}
.collection_hf .btn-outline-primary {
  color: #000;
  border-color: #000;
}
.collection_hf .btn-outline-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .btn-outline-primary:focus,
.collection_hf .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.collection_hf .btn-outline-primary.disabled,
.collection_hf .btn-outline-primary:disabled {
  color: #000;
  background-color: transparent;
}
.collection_hf .btn-outline-primary:not(:disabled):not(.disabled):active,
.collection_hf .btn-outline-primary:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.collection_hf .btn-outline-secondary {
  color: #f9f9f9;
  border-color: #f9f9f9;
}
.collection_hf .btn-outline-secondary:hover {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.collection_hf .btn-outline-secondary:focus,
.collection_hf .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}
.collection_hf .btn-outline-secondary.disabled,
.collection_hf .btn-outline-secondary:disabled {
  color: #f9f9f9;
  background-color: transparent;
}
.collection_hf .btn-outline-secondary:not(:disabled):not(.disabled):active,
.collection_hf .btn-outline-secondary:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.collection_hf .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}
.collection_hf .btn-outline-success {
  color: #00b245;
  border-color: #00b245;
}
.collection_hf .btn-outline-success:hover {
  color: #fff;
  background-color: #00b245;
  border-color: #00b245;
}
.collection_hf .btn-outline-success:focus,
.collection_hf .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 178, 69, 0.5);
}
.collection_hf .btn-outline-success.disabled,
.collection_hf .btn-outline-success:disabled {
  color: #00b245;
  background-color: transparent;
}
.collection_hf .btn-outline-success:not(:disabled):not(.disabled):active,
.collection_hf .btn-outline-success:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00b245;
  border-color: #00b245;
}
.collection_hf .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 178, 69, 0.5);
}
.collection_hf .btn-outline-info {
  color: #003b5c;
  border-color: #003b5c;
}
.collection_hf .btn-outline-info:hover {
  color: #fff;
  background-color: #003b5c;
  border-color: #003b5c;
}
.collection_hf .btn-outline-info:focus,
.collection_hf .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 59, 92, 0.5);
}
.collection_hf .btn-outline-info.disabled,
.collection_hf .btn-outline-info:disabled {
  color: #003b5c;
  background-color: transparent;
}
.collection_hf .btn-outline-info:not(:disabled):not(.disabled):active,
.collection_hf .btn-outline-info:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #003b5c;
  border-color: #003b5c;
}
.collection_hf .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 59, 92, 0.5);
}
.collection_hf .btn-outline-warning {
  color: #d1de3f;
  border-color: #d1de3f;
}
.collection_hf .btn-outline-warning:hover {
  color: #212529;
  background-color: #d1de3f;
  border-color: #d1de3f;
}
.collection_hf .btn-outline-warning:focus,
.collection_hf .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 222, 63, 0.5);
}
.collection_hf .btn-outline-warning.disabled,
.collection_hf .btn-outline-warning:disabled {
  color: #d1de3f;
  background-color: transparent;
}
.collection_hf .btn-outline-warning:not(:disabled):not(.disabled):active,
.collection_hf .btn-outline-warning:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #d1de3f;
  border-color: #d1de3f;
}
.collection_hf .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 222, 63, 0.5);
}
.collection_hf .btn-outline-danger {
  color: #cd5a11;
  border-color: #cd5a11;
}
.collection_hf .btn-outline-danger:hover {
  color: #fff;
  background-color: #cd5a11;
  border-color: #cd5a11;
}
.collection_hf .btn-outline-danger:focus,
.collection_hf .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 90, 17, 0.5);
}
.collection_hf .btn-outline-danger.disabled,
.collection_hf .btn-outline-danger:disabled {
  color: #cd5a11;
  background-color: transparent;
}
.collection_hf .btn-outline-danger:not(:disabled):not(.disabled):active,
.collection_hf .btn-outline-danger:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #cd5a11;
  border-color: #cd5a11;
}
.collection_hf .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 90, 17, 0.5);
}
.collection_hf .btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.collection_hf .btn-outline-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.collection_hf .btn-outline-light:focus,
.collection_hf .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.collection_hf .btn-outline-light.disabled,
.collection_hf .btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}
.collection_hf .btn-outline-light:not(:disabled):not(.disabled):active,
.collection_hf .btn-outline-light:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.collection_hf .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.collection_hf .btn-outline-dark {
  color: #404040;
  border-color: #404040;
}
.collection_hf .btn-outline-dark:hover {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.collection_hf .btn-outline-dark:focus,
.collection_hf .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}
.collection_hf .btn-outline-dark.disabled,
.collection_hf .btn-outline-dark:disabled {
  color: #404040;
  background-color: transparent;
}
.collection_hf .btn-outline-dark:not(:disabled):not(.disabled):active,
.collection_hf .btn-outline-dark:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.collection_hf .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}
.collection_hf .btn-outline-default {
  color: #000;
  border-color: #000;
}
.collection_hf .btn-outline-default:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .btn-outline-default:focus,
.collection_hf .btn-outline-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.collection_hf .btn-outline-default.disabled,
.collection_hf .btn-outline-default:disabled {
  color: #000;
  background-color: transparent;
}
.collection_hf .btn-outline-default:not(:disabled):not(.disabled):active,
.collection_hf .btn-outline-default:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-outline-default.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.collection_hf .btn-outline-alert {
  color: #6e0021;
  border-color: #6e0021;
}
.collection_hf .btn-outline-alert:hover {
  color: #fff;
  background-color: #6e0021;
  border-color: #6e0021;
}
.collection_hf .btn-outline-alert:focus,
.collection_hf .btn-outline-alert.focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 0, 33, 0.5);
}
.collection_hf .btn-outline-alert.disabled,
.collection_hf .btn-outline-alert:disabled {
  color: #6e0021;
  background-color: transparent;
}
.collection_hf .btn-outline-alert:not(:disabled):not(.disabled):active,
.collection_hf .btn-outline-alert:not(:disabled):not(.disabled).active,
.collection_hf .show > .btn-outline-alert.dropdown-toggle {
  color: #fff;
  background-color: #6e0021;
  border-color: #6e0021;
}
.collection_hf .btn-outline-alert:not(:disabled):not(.disabled):active:focus,
.collection_hf .btn-outline-alert:not(:disabled):not(.disabled).active:focus,
.collection_hf .show > .btn-outline-alert.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 0, 33, 0.5);
}
.collection_hf .btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}
.collection_hf .btn-link:hover {
  color: #000;
  text-decoration: underline;
}
.collection_hf .btn-link:focus,
.collection_hf .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.collection_hf .btn-link:disabled,
.collection_hf .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.collection_hf .btn-lg,
.collection_hf .btn-group-lg > .btn,
.collection_hf .search-form .btn-group-lg > .search-submit,
.collection_hf .comment-form .btn-group-lg > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.collection_hf .btn-sm,
.collection_hf .btn-group-sm > .btn,
.collection_hf .search-form .btn-group-sm > .search-submit,
.collection_hf .comment-form .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.collection_hf .btn-block {
  display: block;
  width: 100%;
}
.collection_hf .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.collection_hf input[type=submit].btn-block,
.collection_hf input[type=reset].btn-block,
.collection_hf input[type=button].btn-block {
  width: 100%;
}
.collection_hf .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .fade {
    transition: none;
  }
}
.collection_hf .fade:not(.show) {
  opacity: 0;
}
.collection_hf .navbar-collapse.collapse {
  display: none;
}
@media (min-width: 768px) {
  .collection_hf .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: initial;
    overflow: initial !important;
  }
}
.collection_hf .navbar-collapse.collapse.show {
  display: block !important;
}
@media (min-width: 993px) {
  .collection_hf .navbar-collapse.collapse {
    display: block !important;
  }
}
.collection_hf .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .collapsing {
    transition: none;
  }
}
.collection_hf .dropup,
.collection_hf .dropright,
.collection_hf .dropdown,
.collection_hf .dropleft {
  position: relative;
}
.collection_hf .dropdown-toggle {
  white-space: nowrap;
}
.collection_hf .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.collection_hf .dropdown-toggle:empty::after {
  margin-left: 0;
}
.collection_hf .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: #212529;
  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;
}
.collection_hf .dropdown-menu-left {
  right: auto;
  left: 0;
}
.collection_hf .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .collection_hf .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .collection_hf .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .collection_hf .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .collection_hf .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .collection_hf .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .collection_hf .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .collection_hf .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .collection_hf .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.collection_hf .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.collection_hf .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.collection_hf .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.collection_hf .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.collection_hf .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.collection_hf .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.collection_hf .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.collection_hf .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.collection_hf .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.collection_hf .dropleft .dropdown-toggle::after {
  display: none;
}
.collection_hf .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.collection_hf .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.collection_hf .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.collection_hf .dropdown-menu[x-placement^=top],
.collection_hf .dropdown-menu[x-placement^=right],
.collection_hf .dropdown-menu[x-placement^=bottom],
.collection_hf .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.collection_hf .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.collection_hf .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;
}
.collection_hf .dropdown-item:hover,
.collection_hf .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.collection_hf .dropdown-item.active,
.collection_hf .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.collection_hf .dropdown-item.disabled,
.collection_hf .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.collection_hf .dropdown-menu.show {
  display: block;
}
.collection_hf .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.collection_hf .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.collection_hf .btn-group,
.collection_hf .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.collection_hf .btn-group > .btn,
.collection_hf .search-form .btn-group > .search-submit,
.collection_hf .comment-form .btn-group > input[type=submit],
.collection_hf .btn-group-vertical > .btn,
.collection_hf .search-form .btn-group-vertical > .search-submit,
.collection_hf .comment-form .btn-group-vertical > input[type=submit] {
  position: relative;
  flex: 1 1 auto;
}
.collection_hf .btn-group > .btn:hover,
.collection_hf .search-form .btn-group > .search-submit:hover,
.collection_hf .comment-form .btn-group > input[type=submit]:hover,
.collection_hf .btn-group-vertical > .btn:hover,
.collection_hf .search-form .btn-group-vertical > .search-submit:hover,
.collection_hf .comment-form .btn-group-vertical > input[type=submit]:hover {
  z-index: 1;
}
.collection_hf .btn-group > .btn:focus,
.collection_hf .search-form .btn-group > .search-submit:focus,
.collection_hf .comment-form .btn-group > input[type=submit]:focus,
.collection_hf .btn-group > .btn:active,
.collection_hf .search-form .btn-group > .search-submit:active,
.collection_hf .comment-form .btn-group > input[type=submit]:active,
.collection_hf .btn-group > .btn.active,
.collection_hf .search-form .btn-group > .active.search-submit,
.collection_hf .comment-form .btn-group > input.active[type=submit],
.collection_hf .btn-group-vertical > .btn:focus,
.collection_hf .search-form .btn-group-vertical > .search-submit:focus,
.collection_hf .comment-form .btn-group-vertical > input[type=submit]:focus,
.collection_hf .btn-group-vertical > .btn:active,
.collection_hf .search-form .btn-group-vertical > .search-submit:active,
.collection_hf .comment-form .btn-group-vertical > input[type=submit]:active,
.collection_hf .btn-group-vertical > .btn.active,
.collection_hf .search-form .btn-group-vertical > .active.search-submit,
.collection_hf .comment-form .btn-group-vertical > input.active[type=submit] {
  z-index: 1;
}
.collection_hf .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.collection_hf .btn-toolbar .input-group {
  width: auto;
}
.collection_hf .btn-group > .btn:not(:first-child),
.collection_hf .search-form .btn-group > .search-submit:not(:first-child),
.collection_hf .comment-form .btn-group > input[type=submit]:not(:first-child),
.collection_hf .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.collection_hf .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.collection_hf .search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle),
.collection_hf .comment-form .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.collection_hf .btn-group > .btn-group:not(:last-child) > .btn,
.collection_hf .search-form .btn-group > .btn-group:not(:last-child) > .search-submit,
.collection_hf .comment-form .btn-group > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.collection_hf .btn-group > .btn:not(:first-child),
.collection_hf .search-form .btn-group > .search-submit:not(:first-child),
.collection_hf .comment-form .btn-group > input[type=submit]:not(:first-child),
.collection_hf .btn-group > .btn-group:not(:first-child) > .btn,
.collection_hf .search-form .btn-group > .btn-group:not(:first-child) > .search-submit,
.collection_hf .comment-form .btn-group > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.collection_hf .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.collection_hf .dropdown-toggle-split::after,
.collection_hf .dropup .dropdown-toggle-split::after,
.collection_hf .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.collection_hf .dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.collection_hf .btn-sm + .dropdown-toggle-split,
.collection_hf .btn-group-sm > .btn + .dropdown-toggle-split,
.collection_hf .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split,
.collection_hf .comment-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.collection_hf .btn-lg + .dropdown-toggle-split,
.collection_hf .btn-group-lg > .btn + .dropdown-toggle-split,
.collection_hf .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split,
.collection_hf .comment-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.collection_hf .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.collection_hf .btn-group-vertical > .btn,
.collection_hf .search-form .btn-group-vertical > .search-submit,
.collection_hf .comment-form .btn-group-vertical > input[type=submit],
.collection_hf .btn-group-vertical > .btn-group {
  width: 100%;
}
.collection_hf .btn-group-vertical > .btn:not(:first-child),
.collection_hf .search-form .btn-group-vertical > .search-submit:not(:first-child),
.collection_hf .comment-form .btn-group-vertical > input[type=submit]:not(:first-child),
.collection_hf .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.collection_hf .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.collection_hf .search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle),
.collection_hf .comment-form .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.collection_hf .btn-group-vertical > .btn-group:not(:last-child) > .btn,
.collection_hf .search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit,
.collection_hf .comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.collection_hf .btn-group-vertical > .btn:not(:first-child),
.collection_hf .search-form .btn-group-vertical > .search-submit:not(:first-child),
.collection_hf .comment-form .btn-group-vertical > input[type=submit]:not(:first-child),
.collection_hf .btn-group-vertical > .btn-group:not(:first-child) > .btn,
.collection_hf .search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit,
.collection_hf .comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.collection_hf .btn-group-toggle > .btn,
.collection_hf .search-form .btn-group-toggle > .search-submit,
.collection_hf .comment-form .btn-group-toggle > input[type=submit],
.collection_hf .btn-group-toggle > .btn-group > .btn,
.collection_hf .search-form .btn-group-toggle > .btn-group > .search-submit,
.collection_hf .comment-form .btn-group-toggle > .btn-group > input[type=submit] {
  margin-bottom: 0;
}
.collection_hf .btn-group-toggle > .btn input[type=radio],
.collection_hf .search-form .btn-group-toggle > .search-submit input[type=radio],
.collection_hf .comment-form .btn-group-toggle > input[type=submit] input[type=radio],
.collection_hf .btn-group-toggle > .btn input[type=checkbox],
.collection_hf .search-form .btn-group-toggle > .search-submit input[type=checkbox],
.collection_hf .comment-form .btn-group-toggle > input[type=submit] input[type=checkbox],
.collection_hf .btn-group-toggle > .btn-group > .btn input[type=radio],
.collection_hf .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.collection_hf .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.collection_hf .input-group > .form-control,
.collection_hf .search-form .input-group > .search-field,
.collection_hf .comment-form .input-group > input[type=text],
.collection_hf .comment-form .input-group > input[type=email],
.collection_hf .comment-form .input-group > input[type=url],
.collection_hf .comment-form .input-group > textarea,
.collection_hf .input-group > .form-control-plaintext,
.collection_hf .input-group > .custom-select,
.collection_hf .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.collection_hf .input-group > .form-control + .form-control,
.collection_hf .search-form .input-group > .search-field + .form-control,
.collection_hf .search-form .input-group > .form-control + .search-field,
.collection_hf .search-form .input-group > .search-field + .search-field,
.collection_hf .comment-form .input-group > input[type=text] + .form-control,
.collection_hf .comment-form .search-form .input-group > input[type=text] + .search-field,
.collection_hf .search-form .comment-form .input-group > input[type=text] + .search-field,
.collection_hf .comment-form .input-group > input[type=email] + .form-control,
.collection_hf .comment-form .search-form .input-group > input[type=email] + .search-field,
.collection_hf .search-form .comment-form .input-group > input[type=email] + .search-field,
.collection_hf .comment-form .input-group > input[type=url] + .form-control,
.collection_hf .comment-form .search-form .input-group > input[type=url] + .search-field,
.collection_hf .search-form .comment-form .input-group > input[type=url] + .search-field,
.collection_hf .comment-form .input-group > textarea + .form-control,
.collection_hf .comment-form .search-form .input-group > textarea + .search-field,
.collection_hf .search-form .comment-form .input-group > textarea + .search-field,
.collection_hf .comment-form .input-group > .form-control + input[type=text],
.collection_hf .comment-form .search-form .input-group > .search-field + input[type=text],
.collection_hf .search-form .comment-form .input-group > .search-field + input[type=text],
.collection_hf .comment-form .input-group > input[type=text] + input[type=text],
.collection_hf .comment-form .input-group > input[type=email] + input[type=text],
.collection_hf .comment-form .input-group > input[type=url] + input[type=text],
.collection_hf .comment-form .input-group > textarea + input[type=text],
.collection_hf .comment-form .input-group > .form-control + input[type=email],
.collection_hf .comment-form .search-form .input-group > .search-field + input[type=email],
.collection_hf .search-form .comment-form .input-group > .search-field + input[type=email],
.collection_hf .comment-form .input-group > input[type=text] + input[type=email],
.collection_hf .comment-form .input-group > input[type=email] + input[type=email],
.collection_hf .comment-form .input-group > input[type=url] + input[type=email],
.collection_hf .comment-form .input-group > textarea + input[type=email],
.collection_hf .comment-form .input-group > .form-control + input[type=url],
.collection_hf .comment-form .search-form .input-group > .search-field + input[type=url],
.collection_hf .search-form .comment-form .input-group > .search-field + input[type=url],
.collection_hf .comment-form .input-group > input[type=text] + input[type=url],
.collection_hf .comment-form .input-group > input[type=email] + input[type=url],
.collection_hf .comment-form .input-group > input[type=url] + input[type=url],
.collection_hf .comment-form .input-group > textarea + input[type=url],
.collection_hf .comment-form .input-group > .form-control + textarea,
.collection_hf .comment-form .search-form .input-group > .search-field + textarea,
.collection_hf .search-form .comment-form .input-group > .search-field + textarea,
.collection_hf .comment-form .input-group > input[type=text] + textarea,
.collection_hf .comment-form .input-group > input[type=email] + textarea,
.collection_hf .comment-form .input-group > input[type=url] + textarea,
.collection_hf .comment-form .input-group > textarea + textarea,
.collection_hf .input-group > .form-control + .custom-select,
.collection_hf .search-form .input-group > .search-field + .custom-select,
.collection_hf .comment-form .input-group > input[type=text] + .custom-select,
.collection_hf .comment-form .input-group > input[type=email] + .custom-select,
.collection_hf .comment-form .input-group > input[type=url] + .custom-select,
.collection_hf .comment-form .input-group > textarea + .custom-select,
.collection_hf .input-group > .form-control + .custom-file,
.collection_hf .search-form .input-group > .search-field + .custom-file,
.collection_hf .comment-form .input-group > input[type=text] + .custom-file,
.collection_hf .comment-form .input-group > input[type=email] + .custom-file,
.collection_hf .comment-form .input-group > input[type=url] + .custom-file,
.collection_hf .comment-form .input-group > textarea + .custom-file,
.collection_hf .input-group > .form-control-plaintext + .form-control,
.collection_hf .search-form .input-group > .form-control-plaintext + .search-field,
.collection_hf .comment-form .input-group > .form-control-plaintext + input[type=text],
.collection_hf .comment-form .input-group > .form-control-plaintext + input[type=email],
.collection_hf .comment-form .input-group > .form-control-plaintext + input[type=url],
.collection_hf .comment-form .input-group > .form-control-plaintext + textarea,
.collection_hf .input-group > .form-control-plaintext + .custom-select,
.collection_hf .input-group > .form-control-plaintext + .custom-file,
.collection_hf .input-group > .custom-select + .form-control,
.collection_hf .search-form .input-group > .custom-select + .search-field,
.collection_hf .comment-form .input-group > .custom-select + input[type=text],
.collection_hf .comment-form .input-group > .custom-select + input[type=email],
.collection_hf .comment-form .input-group > .custom-select + input[type=url],
.collection_hf .comment-form .input-group > .custom-select + textarea,
.collection_hf .input-group > .custom-select + .custom-select,
.collection_hf .input-group > .custom-select + .custom-file,
.collection_hf .input-group > .custom-file + .form-control,
.collection_hf .search-form .input-group > .custom-file + .search-field,
.collection_hf .comment-form .input-group > .custom-file + input[type=text],
.collection_hf .comment-form .input-group > .custom-file + input[type=email],
.collection_hf .comment-form .input-group > .custom-file + input[type=url],
.collection_hf .comment-form .input-group > .custom-file + textarea,
.collection_hf .input-group > .custom-file + .custom-select,
.collection_hf .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.collection_hf .input-group > .form-control:focus,
.collection_hf .search-form .input-group > .search-field:focus,
.collection_hf .comment-form .input-group > input[type=text]:focus,
.collection_hf .comment-form .input-group > input[type=email]:focus,
.collection_hf .comment-form .input-group > input[type=url]:focus,
.collection_hf .comment-form .input-group > textarea:focus,
.collection_hf .input-group > .custom-select:focus,
.collection_hf .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.collection_hf .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.collection_hf .input-group > .form-control:not(:last-child),
.collection_hf .search-form .input-group > .search-field:not(:last-child),
.collection_hf .comment-form .input-group > input[type=text]:not(:last-child),
.collection_hf .comment-form .input-group > input[type=email]:not(:last-child),
.collection_hf .comment-form .input-group > input[type=url]:not(:last-child),
.collection_hf .comment-form .input-group > textarea:not(:last-child),
.collection_hf .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.collection_hf .input-group > .form-control:not(:first-child),
.collection_hf .search-form .input-group > .search-field:not(:first-child),
.collection_hf .comment-form .input-group > input[type=text]:not(:first-child),
.collection_hf .comment-form .input-group > input[type=email]:not(:first-child),
.collection_hf .comment-form .input-group > input[type=url]:not(:first-child),
.collection_hf .comment-form .input-group > textarea:not(:first-child),
.collection_hf .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.collection_hf .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.collection_hf .input-group > .custom-file:not(:last-child) .custom-file-label,
.collection_hf .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.collection_hf .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.collection_hf .input-group-prepend,
.collection_hf .input-group-append {
  display: flex;
}
.collection_hf .input-group-prepend .btn,
.collection_hf .input-group-prepend .search-form .search-submit,
.collection_hf .search-form .input-group-prepend .search-submit,
.collection_hf .input-group-prepend .comment-form input[type=submit],
.collection_hf .comment-form .input-group-prepend input[type=submit],
.collection_hf .input-group-append .btn,
.collection_hf .input-group-append .search-form .search-submit,
.collection_hf .search-form .input-group-append .search-submit,
.collection_hf .input-group-append .comment-form input[type=submit],
.collection_hf .comment-form .input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}
.collection_hf .input-group-prepend .btn:focus,
.collection_hf .input-group-prepend .search-form .search-submit:focus,
.collection_hf .search-form .input-group-prepend .search-submit:focus,
.collection_hf .input-group-prepend .comment-form input[type=submit]:focus,
.collection_hf .comment-form .input-group-prepend input[type=submit]:focus,
.collection_hf .input-group-append .btn:focus,
.collection_hf .input-group-append .search-form .search-submit:focus,
.collection_hf .search-form .input-group-append .search-submit:focus,
.collection_hf .input-group-append .comment-form input[type=submit]:focus,
.collection_hf .comment-form .input-group-append input[type=submit]:focus {
  z-index: 3;
}
.collection_hf .input-group-prepend .btn + .btn,
.collection_hf .input-group-prepend .search-form .search-submit + .btn,
.collection_hf .search-form .input-group-prepend .search-submit + .btn,
.collection_hf .input-group-prepend .search-form .btn + .search-submit,
.collection_hf .search-form .input-group-prepend .btn + .search-submit,
.collection_hf .input-group-prepend .search-form .search-submit + .search-submit,
.collection_hf .search-form .input-group-prepend .search-submit + .search-submit,
.collection_hf .input-group-prepend .comment-form input[type=submit] + .btn,
.collection_hf .input-group-prepend .comment-form .search-form input[type=submit] + .search-submit,
.collection_hf .search-form .input-group-prepend .comment-form input[type=submit] + .search-submit,
.collection_hf .comment-form .input-group-prepend input[type=submit] + .btn,
.collection_hf .comment-form .input-group-prepend .search-form input[type=submit] + .search-submit,
.collection_hf .search-form .comment-form .input-group-prepend input[type=submit] + .search-submit,
.collection_hf .input-group-prepend .comment-form .btn + input[type=submit],
.collection_hf .input-group-prepend .comment-form .search-form .search-submit + input[type=submit],
.collection_hf .search-form .input-group-prepend .comment-form .search-submit + input[type=submit],
.collection_hf .comment-form .input-group-prepend .btn + input[type=submit],
.collection_hf .comment-form .input-group-prepend .search-form .search-submit + input[type=submit],
.collection_hf .search-form .comment-form .input-group-prepend .search-submit + input[type=submit],
.collection_hf .input-group-prepend .comment-form input[type=submit] + input[type=submit],
.collection_hf .comment-form .input-group-prepend input[type=submit] + input[type=submit],
.collection_hf .input-group-prepend .btn + .input-group-text,
.collection_hf .input-group-prepend .search-form .search-submit + .input-group-text,
.collection_hf .search-form .input-group-prepend .search-submit + .input-group-text,
.collection_hf .input-group-prepend .comment-form input[type=submit] + .input-group-text,
.collection_hf .comment-form .input-group-prepend input[type=submit] + .input-group-text,
.collection_hf .input-group-prepend .input-group-text + .input-group-text,
.collection_hf .input-group-prepend .input-group-text + .btn,
.collection_hf .input-group-prepend .search-form .input-group-text + .search-submit,
.collection_hf .search-form .input-group-prepend .input-group-text + .search-submit,
.collection_hf .input-group-prepend .comment-form .input-group-text + input[type=submit],
.collection_hf .comment-form .input-group-prepend .input-group-text + input[type=submit],
.collection_hf .input-group-append .btn + .btn,
.collection_hf .input-group-append .search-form .search-submit + .btn,
.collection_hf .search-form .input-group-append .search-submit + .btn,
.collection_hf .input-group-append .search-form .btn + .search-submit,
.collection_hf .search-form .input-group-append .btn + .search-submit,
.collection_hf .input-group-append .search-form .search-submit + .search-submit,
.collection_hf .search-form .input-group-append .search-submit + .search-submit,
.collection_hf .input-group-append .comment-form input[type=submit] + .btn,
.collection_hf .input-group-append .comment-form .search-form input[type=submit] + .search-submit,
.collection_hf .search-form .input-group-append .comment-form input[type=submit] + .search-submit,
.collection_hf .comment-form .input-group-append input[type=submit] + .btn,
.collection_hf .comment-form .input-group-append .search-form input[type=submit] + .search-submit,
.collection_hf .search-form .comment-form .input-group-append input[type=submit] + .search-submit,
.collection_hf .input-group-append .comment-form .btn + input[type=submit],
.collection_hf .input-group-append .comment-form .search-form .search-submit + input[type=submit],
.collection_hf .search-form .input-group-append .comment-form .search-submit + input[type=submit],
.collection_hf .comment-form .input-group-append .btn + input[type=submit],
.collection_hf .comment-form .input-group-append .search-form .search-submit + input[type=submit],
.collection_hf .search-form .comment-form .input-group-append .search-submit + input[type=submit],
.collection_hf .input-group-append .comment-form input[type=submit] + input[type=submit],
.collection_hf .comment-form .input-group-append input[type=submit] + input[type=submit],
.collection_hf .input-group-append .btn + .input-group-text,
.collection_hf .input-group-append .search-form .search-submit + .input-group-text,
.collection_hf .search-form .input-group-append .search-submit + .input-group-text,
.collection_hf .input-group-append .comment-form input[type=submit] + .input-group-text,
.collection_hf .comment-form .input-group-append input[type=submit] + .input-group-text,
.collection_hf .input-group-append .input-group-text + .input-group-text,
.collection_hf .input-group-append .input-group-text + .btn,
.collection_hf .input-group-append .search-form .input-group-text + .search-submit,
.collection_hf .search-form .input-group-append .input-group-text + .search-submit,
.collection_hf .input-group-append .comment-form .input-group-text + input[type=submit],
.collection_hf .comment-form .input-group-append .input-group-text + input[type=submit] {
  margin-left: -1px;
}
.collection_hf .input-group-prepend {
  margin-right: -1px;
}
.collection_hf .input-group-append {
  margin-left: -1px;
}
.collection_hf .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;
}
.collection_hf .input-group-text input[type=radio],
.collection_hf .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.collection_hf .input-group-lg > .form-control:not(textarea),
.collection_hf .search-form .input-group-lg > .search-field:not(textarea),
.collection_hf .comment-form .input-group-lg > input[type=text]:not(textarea),
.collection_hf .comment-form .input-group-lg > input[type=email]:not(textarea),
.collection_hf .comment-form .input-group-lg > input[type=url]:not(textarea),
.collection_hf .comment-form .input-group-lg > textarea:not(textarea),
.collection_hf .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.collection_hf .input-group-lg > .form-control,
.collection_hf .search-form .input-group-lg > .search-field,
.collection_hf .comment-form .input-group-lg > input[type=text],
.collection_hf .comment-form .input-group-lg > input[type=email],
.collection_hf .comment-form .input-group-lg > input[type=url],
.collection_hf .comment-form .input-group-lg > textarea,
.collection_hf .input-group-lg > .custom-select,
.collection_hf .input-group-lg > .input-group-prepend > .input-group-text,
.collection_hf .input-group-lg > .input-group-append > .input-group-text,
.collection_hf .input-group-lg > .input-group-prepend > .btn,
.collection_hf .search-form .input-group-lg > .input-group-prepend > .search-submit,
.collection_hf .comment-form .input-group-lg > .input-group-prepend > input[type=submit],
.collection_hf .input-group-lg > .input-group-append > .btn,
.collection_hf .search-form .input-group-lg > .input-group-append > .search-submit,
.collection_hf .comment-form .input-group-lg > .input-group-append > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.collection_hf .input-group-sm > .form-control:not(textarea),
.collection_hf .search-form .input-group-sm > .search-field:not(textarea),
.collection_hf .comment-form .input-group-sm > input[type=text]:not(textarea),
.collection_hf .comment-form .input-group-sm > input[type=email]:not(textarea),
.collection_hf .comment-form .input-group-sm > input[type=url]:not(textarea),
.collection_hf .comment-form .input-group-sm > textarea:not(textarea),
.collection_hf .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.collection_hf .input-group-sm > .form-control,
.collection_hf .search-form .input-group-sm > .search-field,
.collection_hf .comment-form .input-group-sm > input[type=text],
.collection_hf .comment-form .input-group-sm > input[type=email],
.collection_hf .comment-form .input-group-sm > input[type=url],
.collection_hf .comment-form .input-group-sm > textarea,
.collection_hf .input-group-sm > .custom-select,
.collection_hf .input-group-sm > .input-group-prepend > .input-group-text,
.collection_hf .input-group-sm > .input-group-append > .input-group-text,
.collection_hf .input-group-sm > .input-group-prepend > .btn,
.collection_hf .search-form .input-group-sm > .input-group-prepend > .search-submit,
.collection_hf .comment-form .input-group-sm > .input-group-prepend > input[type=submit],
.collection_hf .input-group-sm > .input-group-append > .btn,
.collection_hf .search-form .input-group-sm > .input-group-append > .search-submit,
.collection_hf .comment-form .input-group-sm > .input-group-append > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.collection_hf .input-group-lg > .custom-select,
.collection_hf .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.collection_hf .input-group > .input-group-prepend > .btn,
.collection_hf .search-form .input-group > .input-group-prepend > .search-submit,
.collection_hf .comment-form .input-group > .input-group-prepend > input[type=submit],
.collection_hf .input-group > .input-group-prepend > .input-group-text,
.collection_hf .input-group > .input-group-append:not(:last-child) > .btn,
.collection_hf .search-form .input-group > .input-group-append:not(:last-child) > .search-submit,
.collection_hf .comment-form .input-group > .input-group-append:not(:last-child) > input[type=submit],
.collection_hf .input-group > .input-group-append:not(:last-child) > .input-group-text,
.collection_hf .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.collection_hf .search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.collection_hf .comment-form .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.collection_hf .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.collection_hf .input-group > .input-group-append > .btn,
.collection_hf .search-form .input-group > .input-group-append > .search-submit,
.collection_hf .comment-form .input-group > .input-group-append > input[type=submit],
.collection_hf .input-group > .input-group-append > .input-group-text,
.collection_hf .input-group > .input-group-prepend:not(:first-child) > .btn,
.collection_hf .search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.collection_hf .comment-form .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.collection_hf .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.collection_hf .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.collection_hf .search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.collection_hf .comment-form .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.collection_hf .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.collection_hf .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.collection_hf .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.collection_hf .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.collection_hf .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.collection_hf .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.collection_hf .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #404040;
}
.collection_hf .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #595959;
  border-color: #595959;
}
.collection_hf .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.collection_hf .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.collection_hf .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.collection_hf .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.collection_hf .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.collection_hf .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.collection_hf .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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");
}
.collection_hf .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #000;
  background-color: #000;
}
.collection_hf .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.collection_hf .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.collection_hf .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.collection_hf .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.collection_hf .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.collection_hf .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.collection_hf .custom-switch {
  padding-left: 2.25rem;
}
.collection_hf .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.collection_hf .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.collection_hf .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.collection_hf .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.collection_hf .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%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/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.collection_hf .custom-select:focus {
  border-color: #404040;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.collection_hf .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.collection_hf .custom-select[multiple],
.collection_hf .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.collection_hf .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.collection_hf .custom-select::-ms-expand {
  display: none;
}
.collection_hf .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.collection_hf .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.collection_hf .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.collection_hf .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.collection_hf .custom-file-input:focus ~ .custom-file-label {
  border-color: #404040;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.collection_hf .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.collection_hf .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.collection_hf .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.collection_hf .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.collection_hf .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.collection_hf .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.collection_hf .custom-range:focus {
  outline: none;
}
.collection_hf .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.collection_hf .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.collection_hf .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.collection_hf .custom-range::-moz-focus-outer {
  border: 0;
}
.collection_hf .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.collection_hf .custom-range::-webkit-slider-thumb:active {
  background-color: #595959;
}
.collection_hf .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.collection_hf .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.collection_hf .custom-range::-moz-range-thumb:active {
  background-color: #595959;
}
.collection_hf .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.collection_hf .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.collection_hf .custom-range::-ms-thumb:active {
  background-color: #595959;
}
.collection_hf .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.collection_hf .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.collection_hf .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.collection_hf .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.collection_hf .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.collection_hf .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.collection_hf .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.collection_hf .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.collection_hf .custom-control-label::before,
.collection_hf .custom-file-label,
.collection_hf .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .custom-control-label::before,
  .collection_hf .custom-file-label,
  .collection_hf .custom-select {
    transition: none;
  }
}
.collection_hf .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.collection_hf .nav-link,
.collection_hf .banner .nav a {
  display: block;
  padding: 0.5rem 1rem;
}
.collection_hf .nav-link:hover,
.collection_hf .banner .nav a:hover,
.collection_hf .nav-link:focus,
.collection_hf .banner .nav a:focus {
  text-decoration: none;
}
.collection_hf .nav-link.disabled,
.collection_hf .banner .nav a.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.collection_hf .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.collection_hf .nav-tabs .nav-item,
.collection_hf .nav-tabs .banner .nav li,
.collection_hf .banner .nav .nav-tabs li {
  margin-bottom: -1px;
}
.collection_hf .nav-tabs .nav-link,
.collection_hf .nav-tabs .banner .nav a,
.collection_hf .banner .nav .nav-tabs a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.collection_hf .nav-tabs .nav-link:hover,
.collection_hf .nav-tabs .banner .nav a:hover,
.collection_hf .banner .nav .nav-tabs a:hover,
.collection_hf .nav-tabs .nav-link:focus,
.collection_hf .nav-tabs .banner .nav a:focus,
.collection_hf .banner .nav .nav-tabs a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.collection_hf .nav-tabs .nav-link.disabled,
.collection_hf .nav-tabs .banner .nav a.disabled,
.collection_hf .banner .nav .nav-tabs a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.collection_hf .nav-tabs .nav-link.active,
.collection_hf .nav-tabs .banner .nav a.active,
.collection_hf .banner .nav .nav-tabs a.active,
.collection_hf .nav-tabs .nav-item.show .nav-link,
.collection_hf .nav-tabs .nav-item.show .banner .nav a,
.collection_hf .banner .nav .nav-tabs .nav-item.show a,
.collection_hf .nav-tabs .banner .nav li.show .nav-link,
.collection_hf .nav-tabs .banner .nav li.show a,
.collection_hf .banner .nav .nav-tabs li.show .nav-link,
.collection_hf .banner .nav .nav-tabs li.show a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.collection_hf .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.collection_hf .nav-pills .nav-link,
.collection_hf .nav-pills .banner .nav a,
.collection_hf .banner .nav .nav-pills a {
  border-radius: 0.25rem;
}
.collection_hf .nav-pills .nav-link.active,
.collection_hf .nav-pills .banner .nav a.active,
.collection_hf .banner .nav .nav-pills a.active,
.collection_hf .nav-pills .show > .nav-link,
.collection_hf .nav-pills .banner .nav .show > a,
.collection_hf .banner .nav .nav-pills .show > a {
  color: #fff;
  background-color: #000;
}
.collection_hf .nav-fill .nav-item,
.collection_hf .nav-fill .banner .nav li,
.collection_hf .banner .nav .nav-fill li {
  flex: 1 1 auto;
  text-align: center;
}
.collection_hf .nav-justified .nav-item,
.collection_hf .nav-justified .banner .nav li,
.collection_hf .banner .nav .nav-justified li {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.collection_hf .tab-content > .tab-pane {
  display: none;
}
.collection_hf .tab-content > .active {
  display: block;
}
.collection_hf .navbar {
  position: relative !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0;
  min-height: initial !important;
  margin-bottom: 0px !important;
  border: none !important;
}
.collection_hf .navbar > .container,
.collection_hf .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.collection_hf .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;
}
.collection_hf .navbar-brand:hover,
.collection_hf .navbar-brand:focus {
  text-decoration: none;
}
.collection_hf .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  float: none;
}
.collection_hf .navbar-nav .nav-link,
.collection_hf .navbar-nav .banner .nav a,
.collection_hf .banner .nav .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
}
.collection_hf .navbar-nav .nav-link .caret,
.collection_hf .navbar-nav .banner .nav a .caret,
.collection_hf .banner .nav .navbar-nav a .caret {
  display: none;
}
.collection_hf .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.collection_hf .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.collection_hf .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  padding-right: initial;
  padding-left: initial;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: none;
  box-shadow: none;
}
.collection_hf .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;
}
.collection_hf .navbar-toggler:hover,
.collection_hf .navbar-toggler:focus {
  text-decoration: none;
}
.collection_hf .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) {
  .collection_hf .navbar-expand-sm > .container,
  .collection_hf .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .collection_hf .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .collection_hf .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .collection_hf .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .collection_hf .navbar-expand-sm .navbar-nav .nav-link,
  .collection_hf .navbar-expand-sm .navbar-nav .banner .nav a,
  .collection_hf .banner .nav .navbar-expand-sm .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .collection_hf .navbar-expand-sm > .container,
  .collection_hf .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .collection_hf .navbar-expand-sm .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
  .collection_hf .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .collection_hf .navbar-expand-md > .container,
  .collection_hf .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .collection_hf .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .collection_hf .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .collection_hf .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .collection_hf .navbar-expand-md .navbar-nav .nav-link,
  .collection_hf .navbar-expand-md .navbar-nav .banner .nav a,
  .collection_hf .banner .nav .navbar-expand-md .navbar-nav a {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .collection_hf .navbar-expand-md > .container,
  .collection_hf .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .collection_hf .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .collection_hf .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .collection_hf .navbar-expand-lg > .container,
  .collection_hf .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .collection_hf .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .collection_hf .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .collection_hf .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .collection_hf .navbar-expand-lg .navbar-nav .nav-link,
  .collection_hf .navbar-expand-lg .navbar-nav .banner .nav a,
  .collection_hf .banner .nav .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .collection_hf .navbar-expand-lg > .container,
  .collection_hf .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .collection_hf .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .collection_hf .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .collection_hf .navbar-expand-xl > .container,
  .collection_hf .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .collection_hf .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .collection_hf .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .collection_hf .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .collection_hf .navbar-expand-xl .navbar-nav .nav-link,
  .collection_hf .navbar-expand-xl .navbar-nav .banner .nav a,
  .collection_hf .banner .nav .navbar-expand-xl .navbar-nav a {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .collection_hf .navbar-expand-xl > .container,
  .collection_hf .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .collection_hf .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .collection_hf .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.collection_hf .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.collection_hf .navbar-expand > .container,
.collection_hf .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.collection_hf .navbar-expand .navbar-nav {
  flex-direction: row;
}
.collection_hf .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.collection_hf .navbar-expand .navbar-nav .nav-link,
.collection_hf .navbar-expand .navbar-nav .banner .nav a,
.collection_hf .banner .nav .navbar-expand .navbar-nav a {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.collection_hf .navbar-expand > .container,
.collection_hf .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.collection_hf .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.collection_hf .navbar-expand .navbar-toggler {
  display: none;
}
.collection_hf .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.collection_hf .navbar-light .navbar-brand:hover,
.collection_hf .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.collection_hf .navbar-light .navbar-nav .nav-link,
.collection_hf .navbar-light .navbar-nav .banner .nav a,
.collection_hf .banner .nav .navbar-light .navbar-nav a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.collection_hf .navbar-light .navbar-nav .nav-link:hover,
.collection_hf .navbar-light .navbar-nav .banner .nav a:hover,
.collection_hf .banner .nav .navbar-light .navbar-nav a:hover,
.collection_hf .navbar-light .navbar-nav .nav-link:focus,
.collection_hf .navbar-light .navbar-nav .banner .nav a:focus,
.collection_hf .banner .nav .navbar-light .navbar-nav a:focus {
  color: rgba(0, 0, 0, 0.7) !important;
}
.collection_hf .navbar-light .navbar-nav .nav-link.disabled,
.collection_hf .navbar-light .navbar-nav .banner .nav a.disabled,
.collection_hf .banner .nav .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3) !important;
}
.collection_hf .navbar-light .navbar-nav .show > .nav-link,
.collection_hf .navbar-light .navbar-nav .banner .nav .show > a,
.collection_hf .banner .nav .navbar-light .navbar-nav .show > a,
.collection_hf .navbar-light .navbar-nav .active > .nav-link,
.collection_hf .navbar-light .navbar-nav .banner .nav .active > a,
.collection_hf .banner .nav .navbar-light .navbar-nav .active > a,
.collection_hf .navbar-light .navbar-nav .nav-link.show,
.collection_hf .navbar-light .navbar-nav .banner .nav a.show,
.collection_hf .banner .nav .navbar-light .navbar-nav a.show,
.collection_hf .navbar-light .navbar-nav .nav-link.active,
.collection_hf .navbar-light .navbar-nav .banner .nav a.active,
.collection_hf .banner .nav .navbar-light .navbar-nav a.active {
  color: rgba(0, 0, 0, 0.9) !important;
}
.collection_hf .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.collection_hf .navbar-light .navbar-toggler-icon {
  background-image: none;
}
.collection_hf .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.collection_hf .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.collection_hf .navbar-light .navbar-text a:hover,
.collection_hf .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.collection_hf .navbar-dark .navbar-brand {
  color: #fff;
}
.collection_hf .navbar-dark .navbar-brand:hover,
.collection_hf .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.collection_hf .navbar-dark .navbar-nav .nav-link,
.collection_hf .navbar-dark .navbar-nav .banner .nav a,
.collection_hf .banner .nav .navbar-dark .navbar-nav a {
  color: #fff !important;
}
.collection_hf .navbar-dark .navbar-nav .nav-link:hover,
.collection_hf .navbar-dark .navbar-nav .banner .nav a:hover,
.collection_hf .banner .nav .navbar-dark .navbar-nav a:hover,
.collection_hf .navbar-dark .navbar-nav .nav-link:focus,
.collection_hf .navbar-dark .navbar-nav .banner .nav a:focus,
.collection_hf .banner .nav .navbar-dark .navbar-nav a:focus {
  color: #fff !important;
}
.collection_hf .navbar-dark .navbar-nav .nav-link.disabled,
.collection_hf .navbar-dark .navbar-nav .banner .nav a.disabled,
.collection_hf .banner .nav .navbar-dark .navbar-nav a.disabled {
  color: #bfbfbf !important;
}
.collection_hf .navbar-dark .navbar-nav .show > .nav-link,
.collection_hf .navbar-dark .navbar-nav .banner .nav .show > a,
.collection_hf .banner .nav .navbar-dark .navbar-nav .show > a,
.collection_hf .navbar-dark .navbar-nav .active > .nav-link,
.collection_hf .navbar-dark .navbar-nav .banner .nav .active > a,
.collection_hf .banner .nav .navbar-dark .navbar-nav .active > a,
.collection_hf .navbar-dark .navbar-nav .nav-link.show,
.collection_hf .navbar-dark .navbar-nav .banner .nav a.show,
.collection_hf .banner .nav .navbar-dark .navbar-nav a.show,
.collection_hf .navbar-dark .navbar-nav .nav-link.active,
.collection_hf .navbar-dark .navbar-nav .banner .nav a.active,
.collection_hf .banner .nav .navbar-dark .navbar-nav a.active {
  color: #fff !important;
}
.collection_hf .navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.collection_hf .navbar-dark .navbar-toggler-icon {
  background-image: none;
}
.collection_hf .navbar-dark .navbar-text {
  color: #fff;
}
.collection_hf .navbar-dark .navbar-text a {
  color: #fff;
}
.collection_hf .navbar-dark .navbar-text a:hover,
.collection_hf .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.collection_hf .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;
}
.collection_hf .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.collection_hf .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.collection_hf .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.collection_hf .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.collection_hf .card-title {
  margin-bottom: 0.75rem;
}
.collection_hf .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.collection_hf .card-text:last-child {
  margin-bottom: 0;
}
.collection_hf .card-link:hover {
  text-decoration: none;
}
.collection_hf .card-link + .card-link {
  margin-left: 1.25rem;
}
.collection_hf .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);
}
.collection_hf .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.collection_hf .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.collection_hf .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);
}
.collection_hf .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.collection_hf .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.collection_hf .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.collection_hf .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.collection_hf .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.collection_hf .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.collection_hf .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.collection_hf .card-deck {
  display: flex;
  flex-direction: column;
}
.collection_hf .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .collection_hf .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .collection_hf .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.collection_hf .card-group {
  display: flex;
  flex-direction: column;
}
.collection_hf .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .collection_hf .card-group {
    flex-flow: row wrap;
  }
  .collection_hf .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .collection_hf .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .collection_hf .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .collection_hf .card-group > .card:not(:last-child) .card-img-top,
  .collection_hf .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .collection_hf .card-group > .card:not(:last-child) .card-img-bottom,
  .collection_hf .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .collection_hf .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .collection_hf .card-group > .card:not(:first-child) .card-img-top,
  .collection_hf .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .collection_hf .card-group > .card:not(:first-child) .card-img-bottom,
  .collection_hf .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.collection_hf .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .collection_hf .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .collection_hf .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.collection_hf .accordion > .card {
  overflow: hidden;
}
.collection_hf .accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.collection_hf .accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.collection_hf .accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.collection_hf .accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.collection_hf .accordion > .card .card-header {
  margin-bottom: -1px;
}
.collection_hf .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.collection_hf .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.collection_hf .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.collection_hf .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.collection_hf .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.collection_hf .breadcrumb-item.active {
  color: #6c757d;
}
.collection_hf .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.collection_hf .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.collection_hf .page-link:hover {
  z-index: 2;
  color: #000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.collection_hf .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.collection_hf .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.collection_hf .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.collection_hf .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.collection_hf .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.collection_hf .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.collection_hf .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.collection_hf .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.collection_hf .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.collection_hf .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.collection_hf .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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .badge {
    transition: none;
  }
}
.collection_hf a.badge:hover,
.collection_hf a.badge:focus {
  text-decoration: none;
}
.collection_hf .badge:empty {
  display: none;
}
.collection_hf .btn .badge,
.collection_hf .search-form .search-submit .badge,
.collection_hf .comment-form input[type=submit] .badge {
  position: relative;
  top: -1px;
}
.collection_hf .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.collection_hf .badge-primary {
  color: #fff;
  background-color: #000;
}
.collection_hf a.badge-primary:hover,
.collection_hf a.badge-primary:focus {
  color: #fff;
  background-color: #000;
}
.collection_hf a.badge-primary:focus,
.collection_hf a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.collection_hf .badge-secondary {
  color: #212529;
  background-color: #f9f9f9;
}
.collection_hf a.badge-secondary:hover,
.collection_hf a.badge-secondary:focus {
  color: #212529;
  background-color: #e0e0e0;
}
.collection_hf a.badge-secondary:focus,
.collection_hf a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}
.collection_hf .badge-success {
  color: #fff;
  background-color: #00b245;
}
.collection_hf a.badge-success:hover,
.collection_hf a.badge-success:focus {
  color: #fff;
  background-color: #007f31;
}
.collection_hf a.badge-success:focus,
.collection_hf a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 178, 69, 0.5);
}
.collection_hf .badge-info {
  color: #fff;
  background-color: #003b5c;
}
.collection_hf a.badge-info:hover,
.collection_hf a.badge-info:focus {
  color: #fff;
  background-color: #001a29;
}
.collection_hf a.badge-info:focus,
.collection_hf a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 59, 92, 0.5);
}
.collection_hf .badge-warning {
  color: #212529;
  background-color: #d1de3f;
}
.collection_hf a.badge-warning:hover,
.collection_hf a.badge-warning:focus {
  color: #212529;
  background-color: #bac822;
}
.collection_hf a.badge-warning:focus,
.collection_hf a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(209, 222, 63, 0.5);
}
.collection_hf .badge-danger {
  color: #fff;
  background-color: #cd5a11;
}
.collection_hf a.badge-danger:hover,
.collection_hf a.badge-danger:focus {
  color: #fff;
  background-color: #9e450d;
}
.collection_hf a.badge-danger:focus,
.collection_hf a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(205, 90, 17, 0.5);
}
.collection_hf .badge-light {
  color: #212529;
  background-color: #fff;
}
.collection_hf a.badge-light:hover,
.collection_hf a.badge-light:focus {
  color: #212529;
  background-color: #e6e6e6;
}
.collection_hf a.badge-light:focus,
.collection_hf a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.collection_hf .badge-dark {
  color: #fff;
  background-color: #404040;
}
.collection_hf a.badge-dark:hover,
.collection_hf a.badge-dark:focus {
  color: #fff;
  background-color: #272727;
}
.collection_hf a.badge-dark:focus,
.collection_hf a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}
.collection_hf .badge-default {
  color: #fff;
  background-color: #000;
}
.collection_hf a.badge-default:hover,
.collection_hf a.badge-default:focus {
  color: #fff;
  background-color: #000;
}
.collection_hf a.badge-default:focus,
.collection_hf a.badge-default.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.collection_hf .badge-alert {
  color: #fff;
  background-color: #6e0021;
}
.collection_hf a.badge-alert:hover,
.collection_hf a.badge-alert:focus {
  color: #fff;
  background-color: #3b0012;
}
.collection_hf a.badge-alert:focus,
.collection_hf a.badge-alert.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(110, 0, 33, 0.5);
}
.collection_hf .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .collection_hf .jumbotron {
    padding: 4rem 2rem;
  }
}
.collection_hf .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.collection_hf .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.collection_hf .alert-heading {
  color: inherit;
}
.collection_hf .alert-link {
  font-weight: 700;
}
.collection_hf .alert-dismissible {
  padding-right: 4rem;
}
.collection_hf .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.collection_hf .alert-primary {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8;
}
.collection_hf .alert-primary hr {
  border-top-color: #ababab;
}
.collection_hf .alert-primary .alert-link {
  color: #000;
}
.collection_hf .alert-secondary {
  color: #818181;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.collection_hf .alert-secondary hr {
  border-top-color: #f0f0f0;
}
.collection_hf .alert-secondary .alert-link {
  color: #686868;
}
.collection_hf .alert-success {
  color: #005d24;
  background-color: #ccf0da;
  border-color: #b8e9cb;
}
.collection_hf .alert-success hr {
  border-top-color: #a5e3bd;
}
.collection_hf .alert-success .alert-link {
  color: #002a10;
}
.collection_hf .alert-info {
  color: #001f30;
  background-color: #ccd8de;
  border-color: #b8c8d1;
}
.collection_hf .alert-info hr {
  border-top-color: #a9bcc7;
}
.collection_hf .alert-info .alert-link {
  color: #000;
}
.collection_hf .alert-warning {
  color: #6d7321;
  background-color: #f6f8d9;
  border-color: #f2f6c9;
}
.collection_hf .alert-warning hr {
  border-top-color: #edf2b3;
}
.collection_hf .alert-warning .alert-link {
  color: #474b16;
}
.collection_hf .alert-danger {
  color: #6b2f09;
  background-color: #f5decf;
  border-color: #f1d1bc;
}
.collection_hf .alert-danger hr {
  border-top-color: #edc3a7;
}
.collection_hf .alert-danger .alert-link {
  color: #3c1a05;
}
.collection_hf .alert-light {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.collection_hf .alert-light hr {
  border-top-color: #f2f2f2;
}
.collection_hf .alert-light .alert-link {
  color: #6c6c6c;
}
.collection_hf .alert-dark {
  color: #212121;
  background-color: #d9d9d9;
  border-color: #cacaca;
}
.collection_hf .alert-dark hr {
  border-top-color: #bdbdbd;
}
.collection_hf .alert-dark .alert-link {
  color: #080808;
}
.collection_hf .alert-default {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8;
}
.collection_hf .alert-default hr {
  border-top-color: #ababab;
}
.collection_hf .alert-default .alert-link {
  color: #000;
}
.collection_hf .alert-alert {
  color: #390011;
  background-color: #e2ccd3;
  border-color: #d6b8c1;
}
.collection_hf .alert-alert hr {
  border-top-color: #cda8b3;
}
.collection_hf .alert-alert .alert-link {
  color: #060002;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.collection_hf .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.collection_hf .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .progress-bar {
    transition: none;
  }
}
.collection_hf .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;
}
.collection_hf .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .progress-bar-animated {
    animation: none;
  }
}
.collection_hf .media {
  display: flex;
  align-items: flex-start;
}
.collection_hf .media-body {
  flex: 1;
}
.collection_hf .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.collection_hf .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.collection_hf .list-group-item-action:hover,
.collection_hf .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.collection_hf .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.collection_hf .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);
}
.collection_hf .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.collection_hf .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.collection_hf .list-group-item.disabled,
.collection_hf .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.collection_hf .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .list-group-horizontal {
  flex-direction: row;
}
.collection_hf .list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.collection_hf .list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.collection_hf .list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .collection_hf .list-group-horizontal-sm {
    flex-direction: row;
  }
  .collection_hf .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .collection_hf .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .collection_hf .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .collection_hf .list-group-horizontal-md {
    flex-direction: row;
  }
  .collection_hf .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .collection_hf .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .collection_hf .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .collection_hf .list-group-horizontal-lg {
    flex-direction: row;
  }
  .collection_hf .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .collection_hf .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .collection_hf .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .collection_hf .list-group-horizontal-xl {
    flex-direction: row;
  }
  .collection_hf .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .collection_hf .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .collection_hf .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.collection_hf .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.collection_hf .list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.collection_hf .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.collection_hf .list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.collection_hf .list-group-item-primary {
  color: #000;
  background-color: #b8b8b8;
}
.collection_hf .list-group-item-primary.list-group-item-action:hover,
.collection_hf .list-group-item-primary.list-group-item-action:focus {
  color: #000;
  background-color: #ababab;
}
.collection_hf .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .list-group-item-secondary {
  color: #818181;
  background-color: #fdfdfd;
}
.collection_hf .list-group-item-secondary.list-group-item-action:hover,
.collection_hf .list-group-item-secondary.list-group-item-action:focus {
  color: #818181;
  background-color: #f0f0f0;
}
.collection_hf .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #818181;
  border-color: #818181;
}
.collection_hf .list-group-item-success {
  color: #005d24;
  background-color: #b8e9cb;
}
.collection_hf .list-group-item-success.list-group-item-action:hover,
.collection_hf .list-group-item-success.list-group-item-action:focus {
  color: #005d24;
  background-color: #a5e3bd;
}
.collection_hf .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #005d24;
  border-color: #005d24;
}
.collection_hf .list-group-item-info {
  color: #001f30;
  background-color: #b8c8d1;
}
.collection_hf .list-group-item-info.list-group-item-action:hover,
.collection_hf .list-group-item-info.list-group-item-action:focus {
  color: #001f30;
  background-color: #a9bcc7;
}
.collection_hf .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #001f30;
  border-color: #001f30;
}
.collection_hf .list-group-item-warning {
  color: #6d7321;
  background-color: #f2f6c9;
}
.collection_hf .list-group-item-warning.list-group-item-action:hover,
.collection_hf .list-group-item-warning.list-group-item-action:focus {
  color: #6d7321;
  background-color: #edf2b3;
}
.collection_hf .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #6d7321;
  border-color: #6d7321;
}
.collection_hf .list-group-item-danger {
  color: #6b2f09;
  background-color: #f1d1bc;
}
.collection_hf .list-group-item-danger.list-group-item-action:hover,
.collection_hf .list-group-item-danger.list-group-item-action:focus {
  color: #6b2f09;
  background-color: #edc3a7;
}
.collection_hf .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6b2f09;
  border-color: #6b2f09;
}
.collection_hf .list-group-item-light {
  color: #858585;
  background-color: #fff;
}
.collection_hf .list-group-item-light.list-group-item-action:hover,
.collection_hf .list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.collection_hf .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.collection_hf .list-group-item-dark {
  color: #212121;
  background-color: #cacaca;
}
.collection_hf .list-group-item-dark.list-group-item-action:hover,
.collection_hf .list-group-item-dark.list-group-item-action:focus {
  color: #212121;
  background-color: #bdbdbd;
}
.collection_hf .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.collection_hf .list-group-item-default {
  color: #000;
  background-color: #b8b8b8;
}
.collection_hf .list-group-item-default.list-group-item-action:hover,
.collection_hf .list-group-item-default.list-group-item-action:focus {
  color: #000;
  background-color: #ababab;
}
.collection_hf .list-group-item-default.list-group-item-action.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .list-group-item-alert {
  color: #390011;
  background-color: #d6b8c1;
}
.collection_hf .list-group-item-alert.list-group-item-action:hover,
.collection_hf .list-group-item-alert.list-group-item-action:focus {
  color: #390011;
  background-color: #cda8b3;
}
.collection_hf .list-group-item-alert.list-group-item-action.active {
  color: #fff;
  background-color: #390011;
  border-color: #390011;
}
.collection_hf .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.collection_hf .close:hover {
  color: #000;
  text-decoration: none;
}
.collection_hf .close:not(:disabled):not(.disabled):hover,
.collection_hf .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.collection_hf button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.collection_hf a.close.disabled {
  pointer-events: none;
}
.collection_hf .toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.collection_hf .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.collection_hf .toast.showing {
  opacity: 1;
}
.collection_hf .toast.show {
  display: block;
  opacity: 1;
}
.collection_hf .toast.hide {
  display: none;
}
.collection_hf .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.collection_hf .toast-body {
  padding: 0.75rem;
}
.collection_hf .modal-open {
  overflow: hidden;
}
.collection_hf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.collection_hf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.collection_hf .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.collection_hf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .modal.fade .modal-dialog {
    transition: none;
  }
}
.collection_hf .modal.show .modal-dialog {
  transform: none;
}
.collection_hf .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.collection_hf .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.collection_hf .modal-dialog-scrollable .modal-header,
.collection_hf .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.collection_hf .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.collection_hf .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.collection_hf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.collection_hf .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.collection_hf .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.collection_hf .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.collection_hf .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;
}
.collection_hf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.collection_hf .modal-backdrop.fade {
  opacity: 0;
}
.collection_hf .modal-backdrop.show {
  opacity: 0.5;
}
.collection_hf .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.collection_hf .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.collection_hf .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.collection_hf .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.collection_hf .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.collection_hf .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.collection_hf .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.collection_hf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .collection_hf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .collection_hf .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .collection_hf .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .collection_hf .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .collection_hf .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .collection_hf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .collection_hf .modal-lg,
  .collection_hf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .collection_hf .modal-xl {
    max-width: 1140px;
  }
}
.collection_hf .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.collection_hf .tooltip.show {
  opacity: 0.9;
}
.collection_hf .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.collection_hf .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.collection_hf .bs-tooltip-top,
.collection_hf .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.collection_hf .bs-tooltip-top .arrow,
.collection_hf .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.collection_hf .bs-tooltip-top .arrow::before,
.collection_hf .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.collection_hf .bs-tooltip-right,
.collection_hf .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.collection_hf .bs-tooltip-right .arrow,
.collection_hf .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.collection_hf .bs-tooltip-right .arrow::before,
.collection_hf .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.collection_hf .bs-tooltip-bottom,
.collection_hf .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.collection_hf .bs-tooltip-bottom .arrow,
.collection_hf .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.collection_hf .bs-tooltip-bottom .arrow::before,
.collection_hf .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.collection_hf .bs-tooltip-left,
.collection_hf .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.collection_hf .bs-tooltip-left .arrow,
.collection_hf .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.collection_hf .bs-tooltip-left .arrow::before,
.collection_hf .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.collection_hf .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.collection_hf .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.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;
}
.collection_hf .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.collection_hf .popover .arrow::before,
.collection_hf .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.collection_hf .bs-popover-top,
.collection_hf .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.collection_hf .bs-popover-top > .arrow,
.collection_hf .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.collection_hf .bs-popover-top > .arrow::before,
.collection_hf .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.collection_hf .bs-popover-top > .arrow::after,
.collection_hf .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.collection_hf .bs-popover-right,
.collection_hf .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.collection_hf .bs-popover-right > .arrow,
.collection_hf .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.collection_hf .bs-popover-right > .arrow::before,
.collection_hf .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.collection_hf .bs-popover-right > .arrow::after,
.collection_hf .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.collection_hf .bs-popover-bottom,
.collection_hf .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.collection_hf .bs-popover-bottom > .arrow,
.collection_hf .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.collection_hf .bs-popover-bottom > .arrow::before,
.collection_hf .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.collection_hf .bs-popover-bottom > .arrow::after,
.collection_hf .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.collection_hf .bs-popover-bottom .popover-header::before,
.collection_hf .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;
}
.collection_hf .bs-popover-left,
.collection_hf .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.collection_hf .bs-popover-left > .arrow,
.collection_hf .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.collection_hf .bs-popover-left > .arrow::before,
.collection_hf .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.collection_hf .bs-popover-left > .arrow::after,
.collection_hf .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.collection_hf .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.collection_hf .popover-header:empty {
  display: none;
}
.collection_hf .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.collection_hf .carousel {
  position: relative;
}
.collection_hf .carousel.pointer-event {
  touch-action: pan-y;
}
.collection_hf .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.collection_hf .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.collection_hf .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .carousel-item {
    transition: none;
  }
}
.collection_hf .carousel-item.active,
.collection_hf .carousel-item-next,
.collection_hf .carousel-item-prev {
  display: block;
}
.collection_hf .carousel-item-next:not(.carousel-item-left),
.collection_hf .active.carousel-item-right {
  transform: translateX(100%);
}
.collection_hf .carousel-item-prev:not(.carousel-item-right),
.collection_hf .active.carousel-item-left {
  transform: translateX(-100%);
}
.collection_hf .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.collection_hf .carousel-fade .carousel-item.active,
.collection_hf .carousel-fade .carousel-item-next.carousel-item-left,
.collection_hf .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.collection_hf .carousel-fade .active.carousel-item-left,
.collection_hf .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .carousel-fade .active.carousel-item-left,
  .collection_hf .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.collection_hf .carousel-control-prev,
.collection_hf .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .carousel-control-prev,
  .collection_hf .carousel-control-next {
    transition: none;
  }
}
.collection_hf .carousel-control-prev:hover,
.collection_hf .carousel-control-prev:focus,
.collection_hf .carousel-control-next:hover,
.collection_hf .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.collection_hf .carousel-control-prev {
  left: 0;
}
.collection_hf .carousel-control-next {
  right: 0;
}
.collection_hf .carousel-control-prev-icon,
.collection_hf .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.collection_hf .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%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");
}
.collection_hf .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%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");
}
.collection_hf .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.collection_hf .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collection_hf .carousel-indicators li {
    transition: none;
  }
}
.collection_hf .carousel-indicators .active {
  opacity: 1;
}
.collection_hf .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.collection_hf .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.collection_hf .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.collection_hf .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.collection_hf .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.collection_hf .align-baseline {
  vertical-align: baseline !important;
}
.collection_hf .align-top {
  vertical-align: top !important;
}
.collection_hf .align-middle {
  vertical-align: middle !important;
}
.collection_hf .align-bottom {
  vertical-align: bottom !important;
}
.collection_hf .align-text-bottom {
  vertical-align: text-bottom !important;
}
.collection_hf .align-text-top {
  vertical-align: text-top !important;
}
.collection_hf .bg-primary {
  background-color: #000 !important;
}
.collection_hf a.bg-primary:hover,
.collection_hf a.bg-primary:focus,
.collection_hf button.bg-primary:hover,
.collection_hf button.bg-primary:focus {
  background-color: #000 !important;
}
.collection_hf .bg-secondary {
  background-color: #f9f9f9 !important;
}
.collection_hf a.bg-secondary:hover,
.collection_hf a.bg-secondary:focus,
.collection_hf button.bg-secondary:hover,
.collection_hf button.bg-secondary:focus {
  background-color: #e0e0e0 !important;
}
.collection_hf .bg-success {
  background-color: #00b245 !important;
}
.collection_hf a.bg-success:hover,
.collection_hf a.bg-success:focus,
.collection_hf button.bg-success:hover,
.collection_hf button.bg-success:focus {
  background-color: #007f31 !important;
}
.collection_hf .bg-info {
  background-color: #003b5c !important;
}
.collection_hf a.bg-info:hover,
.collection_hf a.bg-info:focus,
.collection_hf button.bg-info:hover,
.collection_hf button.bg-info:focus {
  background-color: #001a29 !important;
}
.collection_hf .bg-warning {
  background-color: #d1de3f !important;
}
.collection_hf a.bg-warning:hover,
.collection_hf a.bg-warning:focus,
.collection_hf button.bg-warning:hover,
.collection_hf button.bg-warning:focus {
  background-color: #bac822 !important;
}
.collection_hf .bg-danger {
  background-color: #cd5a11 !important;
}
.collection_hf a.bg-danger:hover,
.collection_hf a.bg-danger:focus,
.collection_hf button.bg-danger:hover,
.collection_hf button.bg-danger:focus {
  background-color: #9e450d !important;
}
.collection_hf .bg-light {
  background-color: #fff !important;
}
.collection_hf a.bg-light:hover,
.collection_hf a.bg-light:focus,
.collection_hf button.bg-light:hover,
.collection_hf button.bg-light:focus {
  background-color: #e6e6e6 !important;
}
.collection_hf .bg-dark {
  background-color: #404040 !important;
}
.collection_hf a.bg-dark:hover,
.collection_hf a.bg-dark:focus,
.collection_hf button.bg-dark:hover,
.collection_hf button.bg-dark:focus {
  background-color: #272727 !important;
}
.collection_hf .bg-default {
  background-color: #000 !important;
}
.collection_hf a.bg-default:hover,
.collection_hf a.bg-default:focus,
.collection_hf button.bg-default:hover,
.collection_hf button.bg-default:focus {
  background-color: #000 !important;
}
.collection_hf .bg-alert {
  background-color: #6e0021 !important;
}
.collection_hf a.bg-alert:hover,
.collection_hf a.bg-alert:focus,
.collection_hf button.bg-alert:hover,
.collection_hf button.bg-alert:focus {
  background-color: #3b0012 !important;
}
.collection_hf .bg-white {
  background-color: #fff !important;
}
.collection_hf .bg-transparent {
  background-color: transparent !important;
}
.collection_hf .border {
  border: 1px solid #dee2e6 !important;
}
.collection_hf .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.collection_hf .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.collection_hf .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.collection_hf .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.collection_hf .border-0 {
  border: 0 !important;
}
.collection_hf .border-top-0 {
  border-top: 0 !important;
}
.collection_hf .border-right-0 {
  border-right: 0 !important;
}
.collection_hf .border-bottom-0 {
  border-bottom: 0 !important;
}
.collection_hf .border-left-0 {
  border-left: 0 !important;
}
.collection_hf .border-primary {
  border-color: #000 !important;
}
.collection_hf .border-secondary {
  border-color: #f9f9f9 !important;
}
.collection_hf .border-success {
  border-color: #00b245 !important;
}
.collection_hf .border-info {
  border-color: #003b5c !important;
}
.collection_hf .border-warning {
  border-color: #d1de3f !important;
}
.collection_hf .border-danger {
  border-color: #cd5a11 !important;
}
.collection_hf .border-light {
  border-color: #fff !important;
}
.collection_hf .border-dark {
  border-color: #404040 !important;
}
.collection_hf .border-default {
  border-color: #000 !important;
}
.collection_hf .border-alert {
  border-color: #6e0021 !important;
}
.collection_hf .border-white {
  border-color: #fff !important;
}
.collection_hf .rounded-sm {
  border-radius: 0.2rem !important;
}
.collection_hf .rounded {
  border-radius: 0.25rem !important;
}
.collection_hf .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.collection_hf .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.collection_hf .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.collection_hf .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.collection_hf .rounded-lg {
  border-radius: 0.3rem !important;
}
.collection_hf .rounded-circle {
  border-radius: 50% !important;
}
.collection_hf .rounded-pill {
  border-radius: 50rem !important;
}
.collection_hf .rounded-0 {
  border-radius: 0 !important;
}
.collection_hf .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.collection_hf .d-none {
  display: none !important;
}
.collection_hf .d-inline {
  display: inline !important;
}
.collection_hf .d-inline-block {
  display: inline-block !important;
}
.collection_hf .d-block {
  display: block !important;
}
.collection_hf .d-table {
  display: table !important;
}
.collection_hf .d-table-row {
  display: table-row !important;
}
.collection_hf .d-table-cell {
  display: table-cell !important;
}
.collection_hf .d-flex {
  display: flex !important;
}
.collection_hf .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .collection_hf .d-sm-none {
    display: none !important;
  }
  .collection_hf .d-sm-inline {
    display: inline !important;
  }
  .collection_hf .d-sm-inline-block {
    display: inline-block !important;
  }
  .collection_hf .d-sm-block {
    display: block !important;
  }
  .collection_hf .d-sm-table {
    display: table !important;
  }
  .collection_hf .d-sm-table-row {
    display: table-row !important;
  }
  .collection_hf .d-sm-table-cell {
    display: table-cell !important;
  }
  .collection_hf .d-sm-flex {
    display: flex !important;
  }
  .collection_hf .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .collection_hf .d-md-none {
    display: none !important;
  }
  .collection_hf .d-md-inline {
    display: inline !important;
  }
  .collection_hf .d-md-inline-block {
    display: inline-block !important;
  }
  .collection_hf .d-md-block {
    display: block !important;
  }
  .collection_hf .d-md-table {
    display: table !important;
  }
  .collection_hf .d-md-table-row {
    display: table-row !important;
  }
  .collection_hf .d-md-table-cell {
    display: table-cell !important;
  }
  .collection_hf .d-md-flex {
    display: flex !important;
  }
  .collection_hf .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .collection_hf .d-lg-none {
    display: none !important;
  }
  .collection_hf .d-lg-inline {
    display: inline !important;
  }
  .collection_hf .d-lg-inline-block {
    display: inline-block !important;
  }
  .collection_hf .d-lg-block {
    display: block !important;
  }
  .collection_hf .d-lg-table {
    display: table !important;
  }
  .collection_hf .d-lg-table-row {
    display: table-row !important;
  }
  .collection_hf .d-lg-table-cell {
    display: table-cell !important;
  }
  .collection_hf .d-lg-flex {
    display: flex !important;
  }
  .collection_hf .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .collection_hf .d-xl-none {
    display: none !important;
  }
  .collection_hf .d-xl-inline {
    display: inline !important;
  }
  .collection_hf .d-xl-inline-block {
    display: inline-block !important;
  }
  .collection_hf .d-xl-block {
    display: block !important;
  }
  .collection_hf .d-xl-table {
    display: table !important;
  }
  .collection_hf .d-xl-table-row {
    display: table-row !important;
  }
  .collection_hf .d-xl-table-cell {
    display: table-cell !important;
  }
  .collection_hf .d-xl-flex {
    display: flex !important;
  }
  .collection_hf .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .collection_hf .d-print-none {
    display: none !important;
  }
  .collection_hf .d-print-inline {
    display: inline !important;
  }
  .collection_hf .d-print-inline-block {
    display: inline-block !important;
  }
  .collection_hf .d-print-block {
    display: block !important;
  }
  .collection_hf .d-print-table {
    display: table !important;
  }
  .collection_hf .d-print-table-row {
    display: table-row !important;
  }
  .collection_hf .d-print-table-cell {
    display: table-cell !important;
  }
  .collection_hf .d-print-flex {
    display: flex !important;
  }
  .collection_hf .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.collection_hf .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.collection_hf .embed-responsive::before {
  display: block;
  content: "";
}
.collection_hf .embed-responsive .embed-responsive-item,
.collection_hf .embed-responsive iframe,
.collection_hf .embed-responsive embed,
.collection_hf .embed-responsive object,
.collection_hf .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.collection_hf .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.collection_hf .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.collection_hf .embed-responsive-4by3::before {
  padding-top: 75%;
}
.collection_hf .embed-responsive-1by1::before {
  padding-top: 100%;
}
.collection_hf .flex-row {
  flex-direction: row !important;
}
.collection_hf .flex-column {
  flex-direction: column !important;
}
.collection_hf .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.collection_hf .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.collection_hf .flex-wrap {
  flex-wrap: wrap !important;
}
.collection_hf .flex-nowrap {
  flex-wrap: nowrap !important;
}
.collection_hf .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.collection_hf .flex-fill {
  flex: 1 1 auto !important;
}
.collection_hf .flex-grow-0 {
  flex-grow: 0 !important;
}
.collection_hf .flex-grow-1 {
  flex-grow: 1 !important;
}
.collection_hf .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.collection_hf .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.collection_hf .justify-content-start {
  justify-content: flex-start !important;
}
.collection_hf .justify-content-end {
  justify-content: flex-end !important;
}
.collection_hf .justify-content-center {
  justify-content: center !important;
}
.collection_hf .justify-content-between {
  justify-content: space-between !important;
}
.collection_hf .justify-content-around {
  justify-content: space-around !important;
}
.collection_hf .align-items-start {
  align-items: flex-start !important;
}
.collection_hf .align-items-end {
  align-items: flex-end !important;
}
.collection_hf .align-items-center {
  align-items: center !important;
}
.collection_hf .align-items-baseline {
  align-items: baseline !important;
}
.collection_hf .align-items-stretch {
  align-items: stretch !important;
}
.collection_hf .align-content-start {
  align-content: flex-start !important;
}
.collection_hf .align-content-end {
  align-content: flex-end !important;
}
.collection_hf .align-content-center {
  align-content: center !important;
}
.collection_hf .align-content-between {
  align-content: space-between !important;
}
.collection_hf .align-content-around {
  align-content: space-around !important;
}
.collection_hf .align-content-stretch {
  align-content: stretch !important;
}
.collection_hf .align-self-auto {
  align-self: auto !important;
}
.collection_hf .align-self-start {
  align-self: flex-start !important;
}
.collection_hf .align-self-end {
  align-self: flex-end !important;
}
.collection_hf .align-self-center {
  align-self: center !important;
}
.collection_hf .align-self-baseline {
  align-self: baseline !important;
}
.collection_hf .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .collection_hf .flex-sm-row {
    flex-direction: row !important;
  }
  .collection_hf .flex-sm-column {
    flex-direction: column !important;
  }
  .collection_hf .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .collection_hf .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .collection_hf .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .collection_hf .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .collection_hf .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .collection_hf .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .collection_hf .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .collection_hf .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .collection_hf .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .collection_hf .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .collection_hf .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .collection_hf .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .collection_hf .justify-content-sm-center {
    justify-content: center !important;
  }
  .collection_hf .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .collection_hf .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .collection_hf .align-items-sm-start {
    align-items: flex-start !important;
  }
  .collection_hf .align-items-sm-end {
    align-items: flex-end !important;
  }
  .collection_hf .align-items-sm-center {
    align-items: center !important;
  }
  .collection_hf .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .collection_hf .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .collection_hf .align-content-sm-start {
    align-content: flex-start !important;
  }
  .collection_hf .align-content-sm-end {
    align-content: flex-end !important;
  }
  .collection_hf .align-content-sm-center {
    align-content: center !important;
  }
  .collection_hf .align-content-sm-between {
    align-content: space-between !important;
  }
  .collection_hf .align-content-sm-around {
    align-content: space-around !important;
  }
  .collection_hf .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .collection_hf .align-self-sm-auto {
    align-self: auto !important;
  }
  .collection_hf .align-self-sm-start {
    align-self: flex-start !important;
  }
  .collection_hf .align-self-sm-end {
    align-self: flex-end !important;
  }
  .collection_hf .align-self-sm-center {
    align-self: center !important;
  }
  .collection_hf .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .collection_hf .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .collection_hf .flex-md-row {
    flex-direction: row !important;
  }
  .collection_hf .flex-md-column {
    flex-direction: column !important;
  }
  .collection_hf .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .collection_hf .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .collection_hf .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .collection_hf .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .collection_hf .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .collection_hf .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .collection_hf .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .collection_hf .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .collection_hf .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .collection_hf .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .collection_hf .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .collection_hf .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .collection_hf .justify-content-md-center {
    justify-content: center !important;
  }
  .collection_hf .justify-content-md-between {
    justify-content: space-between !important;
  }
  .collection_hf .justify-content-md-around {
    justify-content: space-around !important;
  }
  .collection_hf .align-items-md-start {
    align-items: flex-start !important;
  }
  .collection_hf .align-items-md-end {
    align-items: flex-end !important;
  }
  .collection_hf .align-items-md-center {
    align-items: center !important;
  }
  .collection_hf .align-items-md-baseline {
    align-items: baseline !important;
  }
  .collection_hf .align-items-md-stretch {
    align-items: stretch !important;
  }
  .collection_hf .align-content-md-start {
    align-content: flex-start !important;
  }
  .collection_hf .align-content-md-end {
    align-content: flex-end !important;
  }
  .collection_hf .align-content-md-center {
    align-content: center !important;
  }
  .collection_hf .align-content-md-between {
    align-content: space-between !important;
  }
  .collection_hf .align-content-md-around {
    align-content: space-around !important;
  }
  .collection_hf .align-content-md-stretch {
    align-content: stretch !important;
  }
  .collection_hf .align-self-md-auto {
    align-self: auto !important;
  }
  .collection_hf .align-self-md-start {
    align-self: flex-start !important;
  }
  .collection_hf .align-self-md-end {
    align-self: flex-end !important;
  }
  .collection_hf .align-self-md-center {
    align-self: center !important;
  }
  .collection_hf .align-self-md-baseline {
    align-self: baseline !important;
  }
  .collection_hf .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .collection_hf .flex-lg-row {
    flex-direction: row !important;
  }
  .collection_hf .flex-lg-column {
    flex-direction: column !important;
  }
  .collection_hf .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .collection_hf .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .collection_hf .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .collection_hf .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .collection_hf .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .collection_hf .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .collection_hf .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .collection_hf .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .collection_hf .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .collection_hf .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .collection_hf .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .collection_hf .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .collection_hf .justify-content-lg-center {
    justify-content: center !important;
  }
  .collection_hf .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .collection_hf .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .collection_hf .align-items-lg-start {
    align-items: flex-start !important;
  }
  .collection_hf .align-items-lg-end {
    align-items: flex-end !important;
  }
  .collection_hf .align-items-lg-center {
    align-items: center !important;
  }
  .collection_hf .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .collection_hf .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .collection_hf .align-content-lg-start {
    align-content: flex-start !important;
  }
  .collection_hf .align-content-lg-end {
    align-content: flex-end !important;
  }
  .collection_hf .align-content-lg-center {
    align-content: center !important;
  }
  .collection_hf .align-content-lg-between {
    align-content: space-between !important;
  }
  .collection_hf .align-content-lg-around {
    align-content: space-around !important;
  }
  .collection_hf .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .collection_hf .align-self-lg-auto {
    align-self: auto !important;
  }
  .collection_hf .align-self-lg-start {
    align-self: flex-start !important;
  }
  .collection_hf .align-self-lg-end {
    align-self: flex-end !important;
  }
  .collection_hf .align-self-lg-center {
    align-self: center !important;
  }
  .collection_hf .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .collection_hf .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .collection_hf .flex-xl-row {
    flex-direction: row !important;
  }
  .collection_hf .flex-xl-column {
    flex-direction: column !important;
  }
  .collection_hf .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .collection_hf .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .collection_hf .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .collection_hf .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .collection_hf .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .collection_hf .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .collection_hf .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .collection_hf .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .collection_hf .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .collection_hf .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .collection_hf .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .collection_hf .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .collection_hf .justify-content-xl-center {
    justify-content: center !important;
  }
  .collection_hf .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .collection_hf .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .collection_hf .align-items-xl-start {
    align-items: flex-start !important;
  }
  .collection_hf .align-items-xl-end {
    align-items: flex-end !important;
  }
  .collection_hf .align-items-xl-center {
    align-items: center !important;
  }
  .collection_hf .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .collection_hf .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .collection_hf .align-content-xl-start {
    align-content: flex-start !important;
  }
  .collection_hf .align-content-xl-end {
    align-content: flex-end !important;
  }
  .collection_hf .align-content-xl-center {
    align-content: center !important;
  }
  .collection_hf .align-content-xl-between {
    align-content: space-between !important;
  }
  .collection_hf .align-content-xl-around {
    align-content: space-around !important;
  }
  .collection_hf .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .collection_hf .align-self-xl-auto {
    align-self: auto !important;
  }
  .collection_hf .align-self-xl-start {
    align-self: flex-start !important;
  }
  .collection_hf .align-self-xl-end {
    align-self: flex-end !important;
  }
  .collection_hf .align-self-xl-center {
    align-self: center !important;
  }
  .collection_hf .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .collection_hf .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.collection_hf .float-left {
  float: left !important;
}
.collection_hf .float-right {
  float: right !important;
}
.collection_hf .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .collection_hf .float-sm-left {
    float: left !important;
  }
  .collection_hf .float-sm-right {
    float: right !important;
  }
  .collection_hf .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .collection_hf .float-md-left {
    float: left !important;
  }
  .collection_hf .float-md-right {
    float: right !important;
  }
  .collection_hf .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .collection_hf .float-lg-left {
    float: left !important;
  }
  .collection_hf .float-lg-right {
    float: right !important;
  }
  .collection_hf .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .collection_hf .float-xl-left {
    float: left !important;
  }
  .collection_hf .float-xl-right {
    float: right !important;
  }
  .collection_hf .float-xl-none {
    float: none !important;
  }
}
.collection_hf .overflow-auto {
  overflow: auto !important;
}
.collection_hf .overflow-hidden {
  overflow: hidden !important;
}
.collection_hf .position-static {
  position: static !important;
}
.collection_hf .position-relative {
  position: relative !important;
}
.collection_hf .position-absolute {
  position: absolute !important;
}
.collection_hf .position-fixed {
  position: fixed !important;
}
.collection_hf .position-sticky {
  position: sticky !important;
}
.collection_hf .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.collection_hf .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .collection_hf .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.collection_hf .sr-only,
.collection_hf .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.collection_hf .sr-only-focusable:active,
.collection_hf .screen-reader-text:active,
.collection_hf .sr-only-focusable:focus,
.collection_hf .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.collection_hf .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.collection_hf .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.collection_hf .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.collection_hf .shadow-none {
  box-shadow: none !important;
}
.collection_hf .w-25 {
  width: 25% !important;
}
.collection_hf .w-50 {
  width: 50% !important;
}
.collection_hf .w-75 {
  width: 75% !important;
}
.collection_hf .w-100 {
  width: 100% !important;
}
.collection_hf .w-auto {
  width: auto !important;
}
.collection_hf .h-25 {
  height: 25% !important;
}
.collection_hf .h-50 {
  height: 50% !important;
}
.collection_hf .h-75 {
  height: 75% !important;
}
.collection_hf .h-100 {
  height: 100% !important;
}
.collection_hf .h-auto {
  height: auto !important;
}
.collection_hf .mw-100 {
  max-width: 100% !important;
}
.collection_hf .mh-100 {
  max-height: 100% !important;
}
.collection_hf .min-vw-100 {
  min-width: 100vw !important;
}
.collection_hf .min-vh-100 {
  min-height: 100vh !important;
}
.collection_hf .vw-100 {
  width: 100vw !important;
}
.collection_hf .vh-100 {
  height: 100vh !important;
}
.collection_hf .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.collection_hf .m-0 {
  margin: 0 !important;
}
.collection_hf .mt-0,
.collection_hf .my-0 {
  margin-top: 0 !important;
}
.collection_hf .mr-0,
.collection_hf .mx-0 {
  margin-right: 0 !important;
}
.collection_hf .mb-0,
.collection_hf .my-0 {
  margin-bottom: 0 !important;
}
.collection_hf .ml-0,
.collection_hf .mx-0 {
  margin-left: 0 !important;
}
.collection_hf .m-1 {
  margin: 0.25rem !important;
}
.collection_hf .mt-1,
.collection_hf .my-1 {
  margin-top: 0.25rem !important;
}
.collection_hf .mr-1,
.collection_hf .mx-1 {
  margin-right: 0.25rem !important;
}
.collection_hf .mb-1,
.collection_hf .my-1 {
  margin-bottom: 0.25rem !important;
}
.collection_hf .ml-1,
.collection_hf .mx-1 {
  margin-left: 0.25rem !important;
}
.collection_hf .m-2 {
  margin: 0.5rem !important;
}
.collection_hf .mt-2,
.collection_hf .my-2 {
  margin-top: 0.5rem !important;
}
.collection_hf .mr-2,
.collection_hf .mx-2 {
  margin-right: 0.5rem !important;
}
.collection_hf .mb-2,
.collection_hf .my-2 {
  margin-bottom: 0.5rem !important;
}
.collection_hf .ml-2,
.collection_hf .mx-2 {
  margin-left: 0.5rem !important;
}
.collection_hf .m-3 {
  margin: 1rem !important;
}
.collection_hf .mt-3,
.collection_hf .my-3 {
  margin-top: 1rem !important;
}
.collection_hf .mr-3,
.collection_hf .mx-3 {
  margin-right: 1rem !important;
}
.collection_hf .mb-3,
.collection_hf .my-3 {
  margin-bottom: 1rem !important;
}
.collection_hf .ml-3,
.collection_hf .mx-3 {
  margin-left: 1rem !important;
}
.collection_hf .m-4 {
  margin: 1.5rem !important;
}
.collection_hf .mt-4,
.collection_hf .my-4 {
  margin-top: 1.5rem !important;
}
.collection_hf .mr-4,
.collection_hf .mx-4 {
  margin-right: 1.5rem !important;
}
.collection_hf .mb-4,
.collection_hf .my-4 {
  margin-bottom: 1.5rem !important;
}
.collection_hf .ml-4,
.collection_hf .mx-4 {
  margin-left: 1.5rem !important;
}
.collection_hf .m-5 {
  margin: 2.5rem !important;
}
.collection_hf .mt-5,
.collection_hf .my-5 {
  margin-top: 2.5rem !important;
}
.collection_hf .mr-5,
.collection_hf .mx-5 {
  margin-right: 2.5rem !important;
}
.collection_hf .mb-5,
.collection_hf .my-5 {
  margin-bottom: 2.5rem !important;
}
.collection_hf .ml-5,
.collection_hf .mx-5 {
  margin-left: 2.5rem !important;
}
.collection_hf .m-6 {
  margin: 3.5rem !important;
}
.collection_hf .mt-6,
.collection_hf .my-6 {
  margin-top: 3.5rem !important;
}
.collection_hf .mr-6,
.collection_hf .mx-6 {
  margin-right: 3.5rem !important;
}
.collection_hf .mb-6,
.collection_hf .my-6 {
  margin-bottom: 3.5rem !important;
}
.collection_hf .ml-6,
.collection_hf .mx-6 {
  margin-left: 3.5rem !important;
}
.collection_hf .m-7 {
  margin: 4.5rem !important;
}
.collection_hf .mt-7,
.collection_hf .my-7 {
  margin-top: 4.5rem !important;
}
.collection_hf .mr-7,
.collection_hf .mx-7 {
  margin-right: 4.5rem !important;
}
.collection_hf .mb-7,
.collection_hf .my-7 {
  margin-bottom: 4.5rem !important;
}
.collection_hf .ml-7,
.collection_hf .mx-7 {
  margin-left: 4.5rem !important;
}
.collection_hf .m-8 {
  margin: 6rem !important;
}
.collection_hf .mt-8,
.collection_hf .my-8 {
  margin-top: 6rem !important;
}
.collection_hf .mr-8,
.collection_hf .mx-8 {
  margin-right: 6rem !important;
}
.collection_hf .mb-8,
.collection_hf .my-8 {
  margin-bottom: 6rem !important;
}
.collection_hf .ml-8,
.collection_hf .mx-8 {
  margin-left: 6rem !important;
}
.collection_hf .m-9 {
  margin: 7.5rem !important;
}
.collection_hf .mt-9,
.collection_hf .my-9 {
  margin-top: 7.5rem !important;
}
.collection_hf .mr-9,
.collection_hf .mx-9 {
  margin-right: 7.5rem !important;
}
.collection_hf .mb-9,
.collection_hf .my-9 {
  margin-bottom: 7.5rem !important;
}
.collection_hf .ml-9,
.collection_hf .mx-9 {
  margin-left: 7.5rem !important;
}
.collection_hf .m-10 {
  margin: 9.5rem !important;
}
.collection_hf .mt-10,
.collection_hf .my-10 {
  margin-top: 9.5rem !important;
}
.collection_hf .mr-10,
.collection_hf .mx-10 {
  margin-right: 9.5rem !important;
}
.collection_hf .mb-10,
.collection_hf .my-10 {
  margin-bottom: 9.5rem !important;
}
.collection_hf .ml-10,
.collection_hf .mx-10 {
  margin-left: 9.5rem !important;
}
.collection_hf .m-11 {
  margin: 11.5rem !important;
}
.collection_hf .mt-11,
.collection_hf .my-11 {
  margin-top: 11.5rem !important;
}
.collection_hf .mr-11,
.collection_hf .mx-11 {
  margin-right: 11.5rem !important;
}
.collection_hf .mb-11,
.collection_hf .my-11 {
  margin-bottom: 11.5rem !important;
}
.collection_hf .ml-11,
.collection_hf .mx-11 {
  margin-left: 11.5rem !important;
}
.collection_hf .m-12 {
  margin: 14rem !important;
}
.collection_hf .mt-12,
.collection_hf .my-12 {
  margin-top: 14rem !important;
}
.collection_hf .mr-12,
.collection_hf .mx-12 {
  margin-right: 14rem !important;
}
.collection_hf .mb-12,
.collection_hf .my-12 {
  margin-bottom: 14rem !important;
}
.collection_hf .ml-12,
.collection_hf .mx-12 {
  margin-left: 14rem !important;
}
.collection_hf .m-13 {
  margin: 17rem !important;
}
.collection_hf .mt-13,
.collection_hf .my-13 {
  margin-top: 17rem !important;
}
.collection_hf .mr-13,
.collection_hf .mx-13 {
  margin-right: 17rem !important;
}
.collection_hf .mb-13,
.collection_hf .my-13 {
  margin-bottom: 17rem !important;
}
.collection_hf .ml-13,
.collection_hf .mx-13 {
  margin-left: 17rem !important;
}
.collection_hf .m-14 {
  margin: 20rem !important;
}
.collection_hf .mt-14,
.collection_hf .my-14 {
  margin-top: 20rem !important;
}
.collection_hf .mr-14,
.collection_hf .mx-14 {
  margin-right: 20rem !important;
}
.collection_hf .mb-14,
.collection_hf .my-14 {
  margin-bottom: 20rem !important;
}
.collection_hf .ml-14,
.collection_hf .mx-14 {
  margin-left: 20rem !important;
}
.collection_hf .m-15 {
  margin: 24rem !important;
}
.collection_hf .mt-15,
.collection_hf .my-15 {
  margin-top: 24rem !important;
}
.collection_hf .mr-15,
.collection_hf .mx-15 {
  margin-right: 24rem !important;
}
.collection_hf .mb-15,
.collection_hf .my-15 {
  margin-bottom: 24rem !important;
}
.collection_hf .ml-15,
.collection_hf .mx-15 {
  margin-left: 24rem !important;
}
.collection_hf .m-16 {
  margin: 28rem !important;
}
.collection_hf .mt-16,
.collection_hf .my-16 {
  margin-top: 28rem !important;
}
.collection_hf .mr-16,
.collection_hf .mx-16 {
  margin-right: 28rem !important;
}
.collection_hf .mb-16,
.collection_hf .my-16 {
  margin-bottom: 28rem !important;
}
.collection_hf .ml-16,
.collection_hf .mx-16 {
  margin-left: 28rem !important;
}
.collection_hf .m-17 {
  margin: 33rem !important;
}
.collection_hf .mt-17,
.collection_hf .my-17 {
  margin-top: 33rem !important;
}
.collection_hf .mr-17,
.collection_hf .mx-17 {
  margin-right: 33rem !important;
}
.collection_hf .mb-17,
.collection_hf .my-17 {
  margin-bottom: 33rem !important;
}
.collection_hf .ml-17,
.collection_hf .mx-17 {
  margin-left: 33rem !important;
}
.collection_hf .m-18 {
  margin: 38rem !important;
}
.collection_hf .mt-18,
.collection_hf .my-18 {
  margin-top: 38rem !important;
}
.collection_hf .mr-18,
.collection_hf .mx-18 {
  margin-right: 38rem !important;
}
.collection_hf .mb-18,
.collection_hf .my-18 {
  margin-bottom: 38rem !important;
}
.collection_hf .ml-18,
.collection_hf .mx-18 {
  margin-left: 38rem !important;
}
.collection_hf .m-19 {
  margin: 44rem !important;
}
.collection_hf .mt-19,
.collection_hf .my-19 {
  margin-top: 44rem !important;
}
.collection_hf .mr-19,
.collection_hf .mx-19 {
  margin-right: 44rem !important;
}
.collection_hf .mb-19,
.collection_hf .my-19 {
  margin-bottom: 44rem !important;
}
.collection_hf .ml-19,
.collection_hf .mx-19 {
  margin-left: 44rem !important;
}
.collection_hf .m-20 {
  margin: 50rem !important;
}
.collection_hf .mt-20,
.collection_hf .my-20 {
  margin-top: 50rem !important;
}
.collection_hf .mr-20,
.collection_hf .mx-20 {
  margin-right: 50rem !important;
}
.collection_hf .mb-20,
.collection_hf .my-20 {
  margin-bottom: 50rem !important;
}
.collection_hf .ml-20,
.collection_hf .mx-20 {
  margin-left: 50rem !important;
}
.collection_hf .p-0 {
  padding: 0 !important;
}
.collection_hf .pt-0,
.collection_hf .py-0 {
  padding-top: 0 !important;
}
.collection_hf .pr-0,
.collection_hf .px-0 {
  padding-right: 0 !important;
}
.collection_hf .pb-0,
.collection_hf .py-0 {
  padding-bottom: 0 !important;
}
.collection_hf .pl-0,
.collection_hf .px-0 {
  padding-left: 0 !important;
}
.collection_hf .p-1 {
  padding: 0.25rem !important;
}
.collection_hf .pt-1,
.collection_hf .py-1 {
  padding-top: 0.25rem !important;
}
.collection_hf .pr-1,
.collection_hf .px-1 {
  padding-right: 0.25rem !important;
}
.collection_hf .pb-1,
.collection_hf .py-1 {
  padding-bottom: 0.25rem !important;
}
.collection_hf .pl-1,
.collection_hf .px-1 {
  padding-left: 0.25rem !important;
}
.collection_hf .p-2 {
  padding: 0.5rem !important;
}
.collection_hf .pt-2,
.collection_hf .py-2 {
  padding-top: 0.5rem !important;
}
.collection_hf .pr-2,
.collection_hf .px-2 {
  padding-right: 0.5rem !important;
}
.collection_hf .pb-2,
.collection_hf .py-2 {
  padding-bottom: 0.5rem !important;
}
.collection_hf .pl-2,
.collection_hf .px-2 {
  padding-left: 0.5rem !important;
}
.collection_hf .p-3 {
  padding: 1rem !important;
}
.collection_hf .pt-3,
.collection_hf .py-3 {
  padding-top: 1rem !important;
}
.collection_hf .pr-3,
.collection_hf .px-3 {
  padding-right: 1rem !important;
}
.collection_hf .pb-3,
.collection_hf .py-3 {
  padding-bottom: 1rem !important;
}
.collection_hf .pl-3,
.collection_hf .px-3 {
  padding-left: 1rem !important;
}
.collection_hf .p-4 {
  padding: 1.5rem !important;
}
.collection_hf .pt-4,
.collection_hf .py-4 {
  padding-top: 1.5rem !important;
}
.collection_hf .pr-4,
.collection_hf .px-4 {
  padding-right: 1.5rem !important;
}
.collection_hf .pb-4,
.collection_hf .py-4 {
  padding-bottom: 1.5rem !important;
}
.collection_hf .pl-4,
.collection_hf .px-4 {
  padding-left: 1.5rem !important;
}
.collection_hf .p-5 {
  padding: 2.5rem !important;
}
.collection_hf .pt-5,
.collection_hf .py-5 {
  padding-top: 2.5rem !important;
}
.collection_hf .pr-5,
.collection_hf .px-5 {
  padding-right: 2.5rem !important;
}
.collection_hf .pb-5,
.collection_hf .py-5 {
  padding-bottom: 2.5rem !important;
}
.collection_hf .pl-5,
.collection_hf .px-5 {
  padding-left: 2.5rem !important;
}
.collection_hf .p-6 {
  padding: 3.5rem !important;
}
.collection_hf .pt-6,
.collection_hf .py-6 {
  padding-top: 3.5rem !important;
}
.collection_hf .pr-6,
.collection_hf .px-6 {
  padding-right: 3.5rem !important;
}
.collection_hf .pb-6,
.collection_hf .py-6 {
  padding-bottom: 3.5rem !important;
}
.collection_hf .pl-6,
.collection_hf .px-6 {
  padding-left: 3.5rem !important;
}
.collection_hf .p-7 {
  padding: 4.5rem !important;
}
.collection_hf .pt-7,
.collection_hf .py-7 {
  padding-top: 4.5rem !important;
}
.collection_hf .pr-7,
.collection_hf .px-7 {
  padding-right: 4.5rem !important;
}
.collection_hf .pb-7,
.collection_hf .py-7 {
  padding-bottom: 4.5rem !important;
}
.collection_hf .pl-7,
.collection_hf .px-7 {
  padding-left: 4.5rem !important;
}
.collection_hf .p-8 {
  padding: 6rem !important;
}
.collection_hf .pt-8,
.collection_hf .py-8 {
  padding-top: 6rem !important;
}
.collection_hf .pr-8,
.collection_hf .px-8 {
  padding-right: 6rem !important;
}
.collection_hf .pb-8,
.collection_hf .py-8 {
  padding-bottom: 6rem !important;
}
.collection_hf .pl-8,
.collection_hf .px-8 {
  padding-left: 6rem !important;
}
.collection_hf .p-9 {
  padding: 7.5rem !important;
}
.collection_hf .pt-9,
.collection_hf .py-9 {
  padding-top: 7.5rem !important;
}
.collection_hf .pr-9,
.collection_hf .px-9 {
  padding-right: 7.5rem !important;
}
.collection_hf .pb-9,
.collection_hf .py-9 {
  padding-bottom: 7.5rem !important;
}
.collection_hf .pl-9,
.collection_hf .px-9 {
  padding-left: 7.5rem !important;
}
.collection_hf .p-10 {
  padding: 9.5rem !important;
}
.collection_hf .pt-10,
.collection_hf .py-10 {
  padding-top: 9.5rem !important;
}
.collection_hf .pr-10,
.collection_hf .px-10 {
  padding-right: 9.5rem !important;
}
.collection_hf .pb-10,
.collection_hf .py-10 {
  padding-bottom: 9.5rem !important;
}
.collection_hf .pl-10,
.collection_hf .px-10 {
  padding-left: 9.5rem !important;
}
.collection_hf .p-11 {
  padding: 11.5rem !important;
}
.collection_hf .pt-11,
.collection_hf .py-11 {
  padding-top: 11.5rem !important;
}
.collection_hf .pr-11,
.collection_hf .px-11 {
  padding-right: 11.5rem !important;
}
.collection_hf .pb-11,
.collection_hf .py-11 {
  padding-bottom: 11.5rem !important;
}
.collection_hf .pl-11,
.collection_hf .px-11 {
  padding-left: 11.5rem !important;
}
.collection_hf .p-12 {
  padding: 14rem !important;
}
.collection_hf .pt-12,
.collection_hf .py-12 {
  padding-top: 14rem !important;
}
.collection_hf .pr-12,
.collection_hf .px-12 {
  padding-right: 14rem !important;
}
.collection_hf .pb-12,
.collection_hf .py-12 {
  padding-bottom: 14rem !important;
}
.collection_hf .pl-12,
.collection_hf .px-12 {
  padding-left: 14rem !important;
}
.collection_hf .p-13 {
  padding: 17rem !important;
}
.collection_hf .pt-13,
.collection_hf .py-13 {
  padding-top: 17rem !important;
}
.collection_hf .pr-13,
.collection_hf .px-13 {
  padding-right: 17rem !important;
}
.collection_hf .pb-13,
.collection_hf .py-13 {
  padding-bottom: 17rem !important;
}
.collection_hf .pl-13,
.collection_hf .px-13 {
  padding-left: 17rem !important;
}
.collection_hf .p-14 {
  padding: 20rem !important;
}
.collection_hf .pt-14,
.collection_hf .py-14 {
  padding-top: 20rem !important;
}
.collection_hf .pr-14,
.collection_hf .px-14 {
  padding-right: 20rem !important;
}
.collection_hf .pb-14,
.collection_hf .py-14 {
  padding-bottom: 20rem !important;
}
.collection_hf .pl-14,
.collection_hf .px-14 {
  padding-left: 20rem !important;
}
.collection_hf .p-15 {
  padding: 24rem !important;
}
.collection_hf .pt-15,
.collection_hf .py-15 {
  padding-top: 24rem !important;
}
.collection_hf .pr-15,
.collection_hf .px-15 {
  padding-right: 24rem !important;
}
.collection_hf .pb-15,
.collection_hf .py-15 {
  padding-bottom: 24rem !important;
}
.collection_hf .pl-15,
.collection_hf .px-15 {
  padding-left: 24rem !important;
}
.collection_hf .p-16 {
  padding: 28rem !important;
}
.collection_hf .pt-16,
.collection_hf .py-16 {
  padding-top: 28rem !important;
}
.collection_hf .pr-16,
.collection_hf .px-16 {
  padding-right: 28rem !important;
}
.collection_hf .pb-16,
.collection_hf .py-16 {
  padding-bottom: 28rem !important;
}
.collection_hf .pl-16,
.collection_hf .px-16 {
  padding-left: 28rem !important;
}
.collection_hf .p-17 {
  padding: 33rem !important;
}
.collection_hf .pt-17,
.collection_hf .py-17 {
  padding-top: 33rem !important;
}
.collection_hf .pr-17,
.collection_hf .px-17 {
  padding-right: 33rem !important;
}
.collection_hf .pb-17,
.collection_hf .py-17 {
  padding-bottom: 33rem !important;
}
.collection_hf .pl-17,
.collection_hf .px-17 {
  padding-left: 33rem !important;
}
.collection_hf .p-18 {
  padding: 38rem !important;
}
.collection_hf .pt-18,
.collection_hf .py-18 {
  padding-top: 38rem !important;
}
.collection_hf .pr-18,
.collection_hf .px-18 {
  padding-right: 38rem !important;
}
.collection_hf .pb-18,
.collection_hf .py-18 {
  padding-bottom: 38rem !important;
}
.collection_hf .pl-18,
.collection_hf .px-18 {
  padding-left: 38rem !important;
}
.collection_hf .p-19 {
  padding: 44rem !important;
}
.collection_hf .pt-19,
.collection_hf .py-19 {
  padding-top: 44rem !important;
}
.collection_hf .pr-19,
.collection_hf .px-19 {
  padding-right: 44rem !important;
}
.collection_hf .pb-19,
.collection_hf .py-19 {
  padding-bottom: 44rem !important;
}
.collection_hf .pl-19,
.collection_hf .px-19 {
  padding-left: 44rem !important;
}
.collection_hf .p-20 {
  padding: 50rem !important;
}
.collection_hf .pt-20,
.collection_hf .py-20 {
  padding-top: 50rem !important;
}
.collection_hf .pr-20,
.collection_hf .px-20 {
  padding-right: 50rem !important;
}
.collection_hf .pb-20,
.collection_hf .py-20 {
  padding-bottom: 50rem !important;
}
.collection_hf .pl-20,
.collection_hf .px-20 {
  padding-left: 50rem !important;
}
.collection_hf .m-n1 {
  margin: -0.25rem !important;
}
.collection_hf .mt-n1,
.collection_hf .my-n1 {
  margin-top: -0.25rem !important;
}
.collection_hf .mr-n1,
.collection_hf .mx-n1 {
  margin-right: -0.25rem !important;
}
.collection_hf .mb-n1,
.collection_hf .my-n1 {
  margin-bottom: -0.25rem !important;
}
.collection_hf .ml-n1,
.collection_hf .mx-n1 {
  margin-left: -0.25rem !important;
}
.collection_hf .m-n2 {
  margin: -0.5rem !important;
}
.collection_hf .mt-n2,
.collection_hf .my-n2 {
  margin-top: -0.5rem !important;
}
.collection_hf .mr-n2,
.collection_hf .mx-n2 {
  margin-right: -0.5rem !important;
}
.collection_hf .mb-n2,
.collection_hf .my-n2 {
  margin-bottom: -0.5rem !important;
}
.collection_hf .ml-n2,
.collection_hf .mx-n2 {
  margin-left: -0.5rem !important;
}
.collection_hf .m-n3 {
  margin: -1rem !important;
}
.collection_hf .mt-n3,
.collection_hf .my-n3 {
  margin-top: -1rem !important;
}
.collection_hf .mr-n3,
.collection_hf .mx-n3 {
  margin-right: -1rem !important;
}
.collection_hf .mb-n3,
.collection_hf .my-n3 {
  margin-bottom: -1rem !important;
}
.collection_hf .ml-n3,
.collection_hf .mx-n3 {
  margin-left: -1rem !important;
}
.collection_hf .m-n4 {
  margin: -1.5rem !important;
}
.collection_hf .mt-n4,
.collection_hf .my-n4 {
  margin-top: -1.5rem !important;
}
.collection_hf .mr-n4,
.collection_hf .mx-n4 {
  margin-right: -1.5rem !important;
}
.collection_hf .mb-n4,
.collection_hf .my-n4 {
  margin-bottom: -1.5rem !important;
}
.collection_hf .ml-n4,
.collection_hf .mx-n4 {
  margin-left: -1.5rem !important;
}
.collection_hf .m-n5 {
  margin: -2.5rem !important;
}
.collection_hf .mt-n5,
.collection_hf .my-n5 {
  margin-top: -2.5rem !important;
}
.collection_hf .mr-n5,
.collection_hf .mx-n5 {
  margin-right: -2.5rem !important;
}
.collection_hf .mb-n5,
.collection_hf .my-n5 {
  margin-bottom: -2.5rem !important;
}
.collection_hf .ml-n5,
.collection_hf .mx-n5 {
  margin-left: -2.5rem !important;
}
.collection_hf .m-n6 {
  margin: -3.5rem !important;
}
.collection_hf .mt-n6,
.collection_hf .my-n6 {
  margin-top: -3.5rem !important;
}
.collection_hf .mr-n6,
.collection_hf .mx-n6 {
  margin-right: -3.5rem !important;
}
.collection_hf .mb-n6,
.collection_hf .my-n6 {
  margin-bottom: -3.5rem !important;
}
.collection_hf .ml-n6,
.collection_hf .mx-n6 {
  margin-left: -3.5rem !important;
}
.collection_hf .m-n7 {
  margin: -4.5rem !important;
}
.collection_hf .mt-n7,
.collection_hf .my-n7 {
  margin-top: -4.5rem !important;
}
.collection_hf .mr-n7,
.collection_hf .mx-n7 {
  margin-right: -4.5rem !important;
}
.collection_hf .mb-n7,
.collection_hf .my-n7 {
  margin-bottom: -4.5rem !important;
}
.collection_hf .ml-n7,
.collection_hf .mx-n7 {
  margin-left: -4.5rem !important;
}
.collection_hf .m-n8 {
  margin: -6rem !important;
}
.collection_hf .mt-n8,
.collection_hf .my-n8 {
  margin-top: -6rem !important;
}
.collection_hf .mr-n8,
.collection_hf .mx-n8 {
  margin-right: -6rem !important;
}
.collection_hf .mb-n8,
.collection_hf .my-n8 {
  margin-bottom: -6rem !important;
}
.collection_hf .ml-n8,
.collection_hf .mx-n8 {
  margin-left: -6rem !important;
}
.collection_hf .m-n9 {
  margin: -7.5rem !important;
}
.collection_hf .mt-n9,
.collection_hf .my-n9 {
  margin-top: -7.5rem !important;
}
.collection_hf .mr-n9,
.collection_hf .mx-n9 {
  margin-right: -7.5rem !important;
}
.collection_hf .mb-n9,
.collection_hf .my-n9 {
  margin-bottom: -7.5rem !important;
}
.collection_hf .ml-n9,
.collection_hf .mx-n9 {
  margin-left: -7.5rem !important;
}
.collection_hf .m-n10 {
  margin: -9.5rem !important;
}
.collection_hf .mt-n10,
.collection_hf .my-n10 {
  margin-top: -9.5rem !important;
}
.collection_hf .mr-n10,
.collection_hf .mx-n10 {
  margin-right: -9.5rem !important;
}
.collection_hf .mb-n10,
.collection_hf .my-n10 {
  margin-bottom: -9.5rem !important;
}
.collection_hf .ml-n10,
.collection_hf .mx-n10 {
  margin-left: -9.5rem !important;
}
.collection_hf .m-n11 {
  margin: -11.5rem !important;
}
.collection_hf .mt-n11,
.collection_hf .my-n11 {
  margin-top: -11.5rem !important;
}
.collection_hf .mr-n11,
.collection_hf .mx-n11 {
  margin-right: -11.5rem !important;
}
.collection_hf .mb-n11,
.collection_hf .my-n11 {
  margin-bottom: -11.5rem !important;
}
.collection_hf .ml-n11,
.collection_hf .mx-n11 {
  margin-left: -11.5rem !important;
}
.collection_hf .m-n12 {
  margin: -14rem !important;
}
.collection_hf .mt-n12,
.collection_hf .my-n12 {
  margin-top: -14rem !important;
}
.collection_hf .mr-n12,
.collection_hf .mx-n12 {
  margin-right: -14rem !important;
}
.collection_hf .mb-n12,
.collection_hf .my-n12 {
  margin-bottom: -14rem !important;
}
.collection_hf .ml-n12,
.collection_hf .mx-n12 {
  margin-left: -14rem !important;
}
.collection_hf .m-n13 {
  margin: -17rem !important;
}
.collection_hf .mt-n13,
.collection_hf .my-n13 {
  margin-top: -17rem !important;
}
.collection_hf .mr-n13,
.collection_hf .mx-n13 {
  margin-right: -17rem !important;
}
.collection_hf .mb-n13,
.collection_hf .my-n13 {
  margin-bottom: -17rem !important;
}
.collection_hf .ml-n13,
.collection_hf .mx-n13 {
  margin-left: -17rem !important;
}
.collection_hf .m-n14 {
  margin: -20rem !important;
}
.collection_hf .mt-n14,
.collection_hf .my-n14 {
  margin-top: -20rem !important;
}
.collection_hf .mr-n14,
.collection_hf .mx-n14 {
  margin-right: -20rem !important;
}
.collection_hf .mb-n14,
.collection_hf .my-n14 {
  margin-bottom: -20rem !important;
}
.collection_hf .ml-n14,
.collection_hf .mx-n14 {
  margin-left: -20rem !important;
}
.collection_hf .m-n15 {
  margin: -24rem !important;
}
.collection_hf .mt-n15,
.collection_hf .my-n15 {
  margin-top: -24rem !important;
}
.collection_hf .mr-n15,
.collection_hf .mx-n15 {
  margin-right: -24rem !important;
}
.collection_hf .mb-n15,
.collection_hf .my-n15 {
  margin-bottom: -24rem !important;
}
.collection_hf .ml-n15,
.collection_hf .mx-n15 {
  margin-left: -24rem !important;
}
.collection_hf .m-n16 {
  margin: -28rem !important;
}
.collection_hf .mt-n16,
.collection_hf .my-n16 {
  margin-top: -28rem !important;
}
.collection_hf .mr-n16,
.collection_hf .mx-n16 {
  margin-right: -28rem !important;
}
.collection_hf .mb-n16,
.collection_hf .my-n16 {
  margin-bottom: -28rem !important;
}
.collection_hf .ml-n16,
.collection_hf .mx-n16 {
  margin-left: -28rem !important;
}
.collection_hf .m-n17 {
  margin: -33rem !important;
}
.collection_hf .mt-n17,
.collection_hf .my-n17 {
  margin-top: -33rem !important;
}
.collection_hf .mr-n17,
.collection_hf .mx-n17 {
  margin-right: -33rem !important;
}
.collection_hf .mb-n17,
.collection_hf .my-n17 {
  margin-bottom: -33rem !important;
}
.collection_hf .ml-n17,
.collection_hf .mx-n17 {
  margin-left: -33rem !important;
}
.collection_hf .m-n18 {
  margin: -38rem !important;
}
.collection_hf .mt-n18,
.collection_hf .my-n18 {
  margin-top: -38rem !important;
}
.collection_hf .mr-n18,
.collection_hf .mx-n18 {
  margin-right: -38rem !important;
}
.collection_hf .mb-n18,
.collection_hf .my-n18 {
  margin-bottom: -38rem !important;
}
.collection_hf .ml-n18,
.collection_hf .mx-n18 {
  margin-left: -38rem !important;
}
.collection_hf .m-n19 {
  margin: -44rem !important;
}
.collection_hf .mt-n19,
.collection_hf .my-n19 {
  margin-top: -44rem !important;
}
.collection_hf .mr-n19,
.collection_hf .mx-n19 {
  margin-right: -44rem !important;
}
.collection_hf .mb-n19,
.collection_hf .my-n19 {
  margin-bottom: -44rem !important;
}
.collection_hf .ml-n19,
.collection_hf .mx-n19 {
  margin-left: -44rem !important;
}
.collection_hf .m-n20 {
  margin: -50rem !important;
}
.collection_hf .mt-n20,
.collection_hf .my-n20 {
  margin-top: -50rem !important;
}
.collection_hf .mr-n20,
.collection_hf .mx-n20 {
  margin-right: -50rem !important;
}
.collection_hf .mb-n20,
.collection_hf .my-n20 {
  margin-bottom: -50rem !important;
}
.collection_hf .ml-n20,
.collection_hf .mx-n20 {
  margin-left: -50rem !important;
}
.collection_hf .m-auto {
  margin: auto !important;
}
.collection_hf .mt-auto,
.collection_hf .my-auto {
  margin-top: auto !important;
}
.collection_hf .mr-auto,
.collection_hf .mx-auto {
  margin-right: auto !important;
}
.collection_hf .mb-auto,
.collection_hf .my-auto {
  margin-bottom: auto !important;
}
.collection_hf .ml-auto,
.collection_hf .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .collection_hf .m-sm-0 {
    margin: 0 !important;
  }
  .collection_hf .mt-sm-0,
  .collection_hf .my-sm-0 {
    margin-top: 0 !important;
  }
  .collection_hf .mr-sm-0,
  .collection_hf .mx-sm-0 {
    margin-right: 0 !important;
  }
  .collection_hf .mb-sm-0,
  .collection_hf .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .collection_hf .ml-sm-0,
  .collection_hf .mx-sm-0 {
    margin-left: 0 !important;
  }
  .collection_hf .m-sm-1 {
    margin: 0.25rem !important;
  }
  .collection_hf .mt-sm-1,
  .collection_hf .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .collection_hf .mr-sm-1,
  .collection_hf .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .collection_hf .mb-sm-1,
  .collection_hf .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .collection_hf .ml-sm-1,
  .collection_hf .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .collection_hf .m-sm-2 {
    margin: 0.5rem !important;
  }
  .collection_hf .mt-sm-2,
  .collection_hf .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .collection_hf .mr-sm-2,
  .collection_hf .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .collection_hf .mb-sm-2,
  .collection_hf .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .collection_hf .ml-sm-2,
  .collection_hf .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .collection_hf .m-sm-3 {
    margin: 1rem !important;
  }
  .collection_hf .mt-sm-3,
  .collection_hf .my-sm-3 {
    margin-top: 1rem !important;
  }
  .collection_hf .mr-sm-3,
  .collection_hf .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .collection_hf .mb-sm-3,
  .collection_hf .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .collection_hf .ml-sm-3,
  .collection_hf .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .collection_hf .m-sm-4 {
    margin: 1.5rem !important;
  }
  .collection_hf .mt-sm-4,
  .collection_hf .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .collection_hf .mr-sm-4,
  .collection_hf .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .collection_hf .mb-sm-4,
  .collection_hf .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .collection_hf .ml-sm-4,
  .collection_hf .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .collection_hf .m-sm-5 {
    margin: 2.5rem !important;
  }
  .collection_hf .mt-sm-5,
  .collection_hf .my-sm-5 {
    margin-top: 2.5rem !important;
  }
  .collection_hf .mr-sm-5,
  .collection_hf .mx-sm-5 {
    margin-right: 2.5rem !important;
  }
  .collection_hf .mb-sm-5,
  .collection_hf .my-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .collection_hf .ml-sm-5,
  .collection_hf .mx-sm-5 {
    margin-left: 2.5rem !important;
  }
  .collection_hf .m-sm-6 {
    margin: 3.5rem !important;
  }
  .collection_hf .mt-sm-6,
  .collection_hf .my-sm-6 {
    margin-top: 3.5rem !important;
  }
  .collection_hf .mr-sm-6,
  .collection_hf .mx-sm-6 {
    margin-right: 3.5rem !important;
  }
  .collection_hf .mb-sm-6,
  .collection_hf .my-sm-6 {
    margin-bottom: 3.5rem !important;
  }
  .collection_hf .ml-sm-6,
  .collection_hf .mx-sm-6 {
    margin-left: 3.5rem !important;
  }
  .collection_hf .m-sm-7 {
    margin: 4.5rem !important;
  }
  .collection_hf .mt-sm-7,
  .collection_hf .my-sm-7 {
    margin-top: 4.5rem !important;
  }
  .collection_hf .mr-sm-7,
  .collection_hf .mx-sm-7 {
    margin-right: 4.5rem !important;
  }
  .collection_hf .mb-sm-7,
  .collection_hf .my-sm-7 {
    margin-bottom: 4.5rem !important;
  }
  .collection_hf .ml-sm-7,
  .collection_hf .mx-sm-7 {
    margin-left: 4.5rem !important;
  }
  .collection_hf .m-sm-8 {
    margin: 6rem !important;
  }
  .collection_hf .mt-sm-8,
  .collection_hf .my-sm-8 {
    margin-top: 6rem !important;
  }
  .collection_hf .mr-sm-8,
  .collection_hf .mx-sm-8 {
    margin-right: 6rem !important;
  }
  .collection_hf .mb-sm-8,
  .collection_hf .my-sm-8 {
    margin-bottom: 6rem !important;
  }
  .collection_hf .ml-sm-8,
  .collection_hf .mx-sm-8 {
    margin-left: 6rem !important;
  }
  .collection_hf .m-sm-9 {
    margin: 7.5rem !important;
  }
  .collection_hf .mt-sm-9,
  .collection_hf .my-sm-9 {
    margin-top: 7.5rem !important;
  }
  .collection_hf .mr-sm-9,
  .collection_hf .mx-sm-9 {
    margin-right: 7.5rem !important;
  }
  .collection_hf .mb-sm-9,
  .collection_hf .my-sm-9 {
    margin-bottom: 7.5rem !important;
  }
  .collection_hf .ml-sm-9,
  .collection_hf .mx-sm-9 {
    margin-left: 7.5rem !important;
  }
  .collection_hf .m-sm-10 {
    margin: 9.5rem !important;
  }
  .collection_hf .mt-sm-10,
  .collection_hf .my-sm-10 {
    margin-top: 9.5rem !important;
  }
  .collection_hf .mr-sm-10,
  .collection_hf .mx-sm-10 {
    margin-right: 9.5rem !important;
  }
  .collection_hf .mb-sm-10,
  .collection_hf .my-sm-10 {
    margin-bottom: 9.5rem !important;
  }
  .collection_hf .ml-sm-10,
  .collection_hf .mx-sm-10 {
    margin-left: 9.5rem !important;
  }
  .collection_hf .m-sm-11 {
    margin: 11.5rem !important;
  }
  .collection_hf .mt-sm-11,
  .collection_hf .my-sm-11 {
    margin-top: 11.5rem !important;
  }
  .collection_hf .mr-sm-11,
  .collection_hf .mx-sm-11 {
    margin-right: 11.5rem !important;
  }
  .collection_hf .mb-sm-11,
  .collection_hf .my-sm-11 {
    margin-bottom: 11.5rem !important;
  }
  .collection_hf .ml-sm-11,
  .collection_hf .mx-sm-11 {
    margin-left: 11.5rem !important;
  }
  .collection_hf .m-sm-12 {
    margin: 14rem !important;
  }
  .collection_hf .mt-sm-12,
  .collection_hf .my-sm-12 {
    margin-top: 14rem !important;
  }
  .collection_hf .mr-sm-12,
  .collection_hf .mx-sm-12 {
    margin-right: 14rem !important;
  }
  .collection_hf .mb-sm-12,
  .collection_hf .my-sm-12 {
    margin-bottom: 14rem !important;
  }
  .collection_hf .ml-sm-12,
  .collection_hf .mx-sm-12 {
    margin-left: 14rem !important;
  }
  .collection_hf .m-sm-13 {
    margin: 17rem !important;
  }
  .collection_hf .mt-sm-13,
  .collection_hf .my-sm-13 {
    margin-top: 17rem !important;
  }
  .collection_hf .mr-sm-13,
  .collection_hf .mx-sm-13 {
    margin-right: 17rem !important;
  }
  .collection_hf .mb-sm-13,
  .collection_hf .my-sm-13 {
    margin-bottom: 17rem !important;
  }
  .collection_hf .ml-sm-13,
  .collection_hf .mx-sm-13 {
    margin-left: 17rem !important;
  }
  .collection_hf .m-sm-14 {
    margin: 20rem !important;
  }
  .collection_hf .mt-sm-14,
  .collection_hf .my-sm-14 {
    margin-top: 20rem !important;
  }
  .collection_hf .mr-sm-14,
  .collection_hf .mx-sm-14 {
    margin-right: 20rem !important;
  }
  .collection_hf .mb-sm-14,
  .collection_hf .my-sm-14 {
    margin-bottom: 20rem !important;
  }
  .collection_hf .ml-sm-14,
  .collection_hf .mx-sm-14 {
    margin-left: 20rem !important;
  }
  .collection_hf .m-sm-15 {
    margin: 24rem !important;
  }
  .collection_hf .mt-sm-15,
  .collection_hf .my-sm-15 {
    margin-top: 24rem !important;
  }
  .collection_hf .mr-sm-15,
  .collection_hf .mx-sm-15 {
    margin-right: 24rem !important;
  }
  .collection_hf .mb-sm-15,
  .collection_hf .my-sm-15 {
    margin-bottom: 24rem !important;
  }
  .collection_hf .ml-sm-15,
  .collection_hf .mx-sm-15 {
    margin-left: 24rem !important;
  }
  .collection_hf .m-sm-16 {
    margin: 28rem !important;
  }
  .collection_hf .mt-sm-16,
  .collection_hf .my-sm-16 {
    margin-top: 28rem !important;
  }
  .collection_hf .mr-sm-16,
  .collection_hf .mx-sm-16 {
    margin-right: 28rem !important;
  }
  .collection_hf .mb-sm-16,
  .collection_hf .my-sm-16 {
    margin-bottom: 28rem !important;
  }
  .collection_hf .ml-sm-16,
  .collection_hf .mx-sm-16 {
    margin-left: 28rem !important;
  }
  .collection_hf .m-sm-17 {
    margin: 33rem !important;
  }
  .collection_hf .mt-sm-17,
  .collection_hf .my-sm-17 {
    margin-top: 33rem !important;
  }
  .collection_hf .mr-sm-17,
  .collection_hf .mx-sm-17 {
    margin-right: 33rem !important;
  }
  .collection_hf .mb-sm-17,
  .collection_hf .my-sm-17 {
    margin-bottom: 33rem !important;
  }
  .collection_hf .ml-sm-17,
  .collection_hf .mx-sm-17 {
    margin-left: 33rem !important;
  }
  .collection_hf .m-sm-18 {
    margin: 38rem !important;
  }
  .collection_hf .mt-sm-18,
  .collection_hf .my-sm-18 {
    margin-top: 38rem !important;
  }
  .collection_hf .mr-sm-18,
  .collection_hf .mx-sm-18 {
    margin-right: 38rem !important;
  }
  .collection_hf .mb-sm-18,
  .collection_hf .my-sm-18 {
    margin-bottom: 38rem !important;
  }
  .collection_hf .ml-sm-18,
  .collection_hf .mx-sm-18 {
    margin-left: 38rem !important;
  }
  .collection_hf .m-sm-19 {
    margin: 44rem !important;
  }
  .collection_hf .mt-sm-19,
  .collection_hf .my-sm-19 {
    margin-top: 44rem !important;
  }
  .collection_hf .mr-sm-19,
  .collection_hf .mx-sm-19 {
    margin-right: 44rem !important;
  }
  .collection_hf .mb-sm-19,
  .collection_hf .my-sm-19 {
    margin-bottom: 44rem !important;
  }
  .collection_hf .ml-sm-19,
  .collection_hf .mx-sm-19 {
    margin-left: 44rem !important;
  }
  .collection_hf .m-sm-20 {
    margin: 50rem !important;
  }
  .collection_hf .mt-sm-20,
  .collection_hf .my-sm-20 {
    margin-top: 50rem !important;
  }
  .collection_hf .mr-sm-20,
  .collection_hf .mx-sm-20 {
    margin-right: 50rem !important;
  }
  .collection_hf .mb-sm-20,
  .collection_hf .my-sm-20 {
    margin-bottom: 50rem !important;
  }
  .collection_hf .ml-sm-20,
  .collection_hf .mx-sm-20 {
    margin-left: 50rem !important;
  }
  .collection_hf .p-sm-0 {
    padding: 0 !important;
  }
  .collection_hf .pt-sm-0,
  .collection_hf .py-sm-0 {
    padding-top: 0 !important;
  }
  .collection_hf .pr-sm-0,
  .collection_hf .px-sm-0 {
    padding-right: 0 !important;
  }
  .collection_hf .pb-sm-0,
  .collection_hf .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .collection_hf .pl-sm-0,
  .collection_hf .px-sm-0 {
    padding-left: 0 !important;
  }
  .collection_hf .p-sm-1 {
    padding: 0.25rem !important;
  }
  .collection_hf .pt-sm-1,
  .collection_hf .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .collection_hf .pr-sm-1,
  .collection_hf .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .collection_hf .pb-sm-1,
  .collection_hf .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .collection_hf .pl-sm-1,
  .collection_hf .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .collection_hf .p-sm-2 {
    padding: 0.5rem !important;
  }
  .collection_hf .pt-sm-2,
  .collection_hf .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .collection_hf .pr-sm-2,
  .collection_hf .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .collection_hf .pb-sm-2,
  .collection_hf .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .collection_hf .pl-sm-2,
  .collection_hf .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .collection_hf .p-sm-3 {
    padding: 1rem !important;
  }
  .collection_hf .pt-sm-3,
  .collection_hf .py-sm-3 {
    padding-top: 1rem !important;
  }
  .collection_hf .pr-sm-3,
  .collection_hf .px-sm-3 {
    padding-right: 1rem !important;
  }
  .collection_hf .pb-sm-3,
  .collection_hf .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .collection_hf .pl-sm-3,
  .collection_hf .px-sm-3 {
    padding-left: 1rem !important;
  }
  .collection_hf .p-sm-4 {
    padding: 1.5rem !important;
  }
  .collection_hf .pt-sm-4,
  .collection_hf .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .collection_hf .pr-sm-4,
  .collection_hf .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .collection_hf .pb-sm-4,
  .collection_hf .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .collection_hf .pl-sm-4,
  .collection_hf .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .collection_hf .p-sm-5 {
    padding: 2.5rem !important;
  }
  .collection_hf .pt-sm-5,
  .collection_hf .py-sm-5 {
    padding-top: 2.5rem !important;
  }
  .collection_hf .pr-sm-5,
  .collection_hf .px-sm-5 {
    padding-right: 2.5rem !important;
  }
  .collection_hf .pb-sm-5,
  .collection_hf .py-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .collection_hf .pl-sm-5,
  .collection_hf .px-sm-5 {
    padding-left: 2.5rem !important;
  }
  .collection_hf .p-sm-6 {
    padding: 3.5rem !important;
  }
  .collection_hf .pt-sm-6,
  .collection_hf .py-sm-6 {
    padding-top: 3.5rem !important;
  }
  .collection_hf .pr-sm-6,
  .collection_hf .px-sm-6 {
    padding-right: 3.5rem !important;
  }
  .collection_hf .pb-sm-6,
  .collection_hf .py-sm-6 {
    padding-bottom: 3.5rem !important;
  }
  .collection_hf .pl-sm-6,
  .collection_hf .px-sm-6 {
    padding-left: 3.5rem !important;
  }
  .collection_hf .p-sm-7 {
    padding: 4.5rem !important;
  }
  .collection_hf .pt-sm-7,
  .collection_hf .py-sm-7 {
    padding-top: 4.5rem !important;
  }
  .collection_hf .pr-sm-7,
  .collection_hf .px-sm-7 {
    padding-right: 4.5rem !important;
  }
  .collection_hf .pb-sm-7,
  .collection_hf .py-sm-7 {
    padding-bottom: 4.5rem !important;
  }
  .collection_hf .pl-sm-7,
  .collection_hf .px-sm-7 {
    padding-left: 4.5rem !important;
  }
  .collection_hf .p-sm-8 {
    padding: 6rem !important;
  }
  .collection_hf .pt-sm-8,
  .collection_hf .py-sm-8 {
    padding-top: 6rem !important;
  }
  .collection_hf .pr-sm-8,
  .collection_hf .px-sm-8 {
    padding-right: 6rem !important;
  }
  .collection_hf .pb-sm-8,
  .collection_hf .py-sm-8 {
    padding-bottom: 6rem !important;
  }
  .collection_hf .pl-sm-8,
  .collection_hf .px-sm-8 {
    padding-left: 6rem !important;
  }
  .collection_hf .p-sm-9 {
    padding: 7.5rem !important;
  }
  .collection_hf .pt-sm-9,
  .collection_hf .py-sm-9 {
    padding-top: 7.5rem !important;
  }
  .collection_hf .pr-sm-9,
  .collection_hf .px-sm-9 {
    padding-right: 7.5rem !important;
  }
  .collection_hf .pb-sm-9,
  .collection_hf .py-sm-9 {
    padding-bottom: 7.5rem !important;
  }
  .collection_hf .pl-sm-9,
  .collection_hf .px-sm-9 {
    padding-left: 7.5rem !important;
  }
  .collection_hf .p-sm-10 {
    padding: 9.5rem !important;
  }
  .collection_hf .pt-sm-10,
  .collection_hf .py-sm-10 {
    padding-top: 9.5rem !important;
  }
  .collection_hf .pr-sm-10,
  .collection_hf .px-sm-10 {
    padding-right: 9.5rem !important;
  }
  .collection_hf .pb-sm-10,
  .collection_hf .py-sm-10 {
    padding-bottom: 9.5rem !important;
  }
  .collection_hf .pl-sm-10,
  .collection_hf .px-sm-10 {
    padding-left: 9.5rem !important;
  }
  .collection_hf .p-sm-11 {
    padding: 11.5rem !important;
  }
  .collection_hf .pt-sm-11,
  .collection_hf .py-sm-11 {
    padding-top: 11.5rem !important;
  }
  .collection_hf .pr-sm-11,
  .collection_hf .px-sm-11 {
    padding-right: 11.5rem !important;
  }
  .collection_hf .pb-sm-11,
  .collection_hf .py-sm-11 {
    padding-bottom: 11.5rem !important;
  }
  .collection_hf .pl-sm-11,
  .collection_hf .px-sm-11 {
    padding-left: 11.5rem !important;
  }
  .collection_hf .p-sm-12 {
    padding: 14rem !important;
  }
  .collection_hf .pt-sm-12,
  .collection_hf .py-sm-12 {
    padding-top: 14rem !important;
  }
  .collection_hf .pr-sm-12,
  .collection_hf .px-sm-12 {
    padding-right: 14rem !important;
  }
  .collection_hf .pb-sm-12,
  .collection_hf .py-sm-12 {
    padding-bottom: 14rem !important;
  }
  .collection_hf .pl-sm-12,
  .collection_hf .px-sm-12 {
    padding-left: 14rem !important;
  }
  .collection_hf .p-sm-13 {
    padding: 17rem !important;
  }
  .collection_hf .pt-sm-13,
  .collection_hf .py-sm-13 {
    padding-top: 17rem !important;
  }
  .collection_hf .pr-sm-13,
  .collection_hf .px-sm-13 {
    padding-right: 17rem !important;
  }
  .collection_hf .pb-sm-13,
  .collection_hf .py-sm-13 {
    padding-bottom: 17rem !important;
  }
  .collection_hf .pl-sm-13,
  .collection_hf .px-sm-13 {
    padding-left: 17rem !important;
  }
  .collection_hf .p-sm-14 {
    padding: 20rem !important;
  }
  .collection_hf .pt-sm-14,
  .collection_hf .py-sm-14 {
    padding-top: 20rem !important;
  }
  .collection_hf .pr-sm-14,
  .collection_hf .px-sm-14 {
    padding-right: 20rem !important;
  }
  .collection_hf .pb-sm-14,
  .collection_hf .py-sm-14 {
    padding-bottom: 20rem !important;
  }
  .collection_hf .pl-sm-14,
  .collection_hf .px-sm-14 {
    padding-left: 20rem !important;
  }
  .collection_hf .p-sm-15 {
    padding: 24rem !important;
  }
  .collection_hf .pt-sm-15,
  .collection_hf .py-sm-15 {
    padding-top: 24rem !important;
  }
  .collection_hf .pr-sm-15,
  .collection_hf .px-sm-15 {
    padding-right: 24rem !important;
  }
  .collection_hf .pb-sm-15,
  .collection_hf .py-sm-15 {
    padding-bottom: 24rem !important;
  }
  .collection_hf .pl-sm-15,
  .collection_hf .px-sm-15 {
    padding-left: 24rem !important;
  }
  .collection_hf .p-sm-16 {
    padding: 28rem !important;
  }
  .collection_hf .pt-sm-16,
  .collection_hf .py-sm-16 {
    padding-top: 28rem !important;
  }
  .collection_hf .pr-sm-16,
  .collection_hf .px-sm-16 {
    padding-right: 28rem !important;
  }
  .collection_hf .pb-sm-16,
  .collection_hf .py-sm-16 {
    padding-bottom: 28rem !important;
  }
  .collection_hf .pl-sm-16,
  .collection_hf .px-sm-16 {
    padding-left: 28rem !important;
  }
  .collection_hf .p-sm-17 {
    padding: 33rem !important;
  }
  .collection_hf .pt-sm-17,
  .collection_hf .py-sm-17 {
    padding-top: 33rem !important;
  }
  .collection_hf .pr-sm-17,
  .collection_hf .px-sm-17 {
    padding-right: 33rem !important;
  }
  .collection_hf .pb-sm-17,
  .collection_hf .py-sm-17 {
    padding-bottom: 33rem !important;
  }
  .collection_hf .pl-sm-17,
  .collection_hf .px-sm-17 {
    padding-left: 33rem !important;
  }
  .collection_hf .p-sm-18 {
    padding: 38rem !important;
  }
  .collection_hf .pt-sm-18,
  .collection_hf .py-sm-18 {
    padding-top: 38rem !important;
  }
  .collection_hf .pr-sm-18,
  .collection_hf .px-sm-18 {
    padding-right: 38rem !important;
  }
  .collection_hf .pb-sm-18,
  .collection_hf .py-sm-18 {
    padding-bottom: 38rem !important;
  }
  .collection_hf .pl-sm-18,
  .collection_hf .px-sm-18 {
    padding-left: 38rem !important;
  }
  .collection_hf .p-sm-19 {
    padding: 44rem !important;
  }
  .collection_hf .pt-sm-19,
  .collection_hf .py-sm-19 {
    padding-top: 44rem !important;
  }
  .collection_hf .pr-sm-19,
  .collection_hf .px-sm-19 {
    padding-right: 44rem !important;
  }
  .collection_hf .pb-sm-19,
  .collection_hf .py-sm-19 {
    padding-bottom: 44rem !important;
  }
  .collection_hf .pl-sm-19,
  .collection_hf .px-sm-19 {
    padding-left: 44rem !important;
  }
  .collection_hf .p-sm-20 {
    padding: 50rem !important;
  }
  .collection_hf .pt-sm-20,
  .collection_hf .py-sm-20 {
    padding-top: 50rem !important;
  }
  .collection_hf .pr-sm-20,
  .collection_hf .px-sm-20 {
    padding-right: 50rem !important;
  }
  .collection_hf .pb-sm-20,
  .collection_hf .py-sm-20 {
    padding-bottom: 50rem !important;
  }
  .collection_hf .pl-sm-20,
  .collection_hf .px-sm-20 {
    padding-left: 50rem !important;
  }
  .collection_hf .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .collection_hf .mt-sm-n1,
  .collection_hf .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .collection_hf .mr-sm-n1,
  .collection_hf .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .collection_hf .mb-sm-n1,
  .collection_hf .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .collection_hf .ml-sm-n1,
  .collection_hf .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .collection_hf .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .collection_hf .mt-sm-n2,
  .collection_hf .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .collection_hf .mr-sm-n2,
  .collection_hf .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .collection_hf .mb-sm-n2,
  .collection_hf .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .collection_hf .ml-sm-n2,
  .collection_hf .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .collection_hf .m-sm-n3 {
    margin: -1rem !important;
  }
  .collection_hf .mt-sm-n3,
  .collection_hf .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .collection_hf .mr-sm-n3,
  .collection_hf .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .collection_hf .mb-sm-n3,
  .collection_hf .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .collection_hf .ml-sm-n3,
  .collection_hf .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .collection_hf .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .collection_hf .mt-sm-n4,
  .collection_hf .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .collection_hf .mr-sm-n4,
  .collection_hf .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .collection_hf .mb-sm-n4,
  .collection_hf .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .collection_hf .ml-sm-n4,
  .collection_hf .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .collection_hf .m-sm-n5 {
    margin: -2.5rem !important;
  }
  .collection_hf .mt-sm-n5,
  .collection_hf .my-sm-n5 {
    margin-top: -2.5rem !important;
  }
  .collection_hf .mr-sm-n5,
  .collection_hf .mx-sm-n5 {
    margin-right: -2.5rem !important;
  }
  .collection_hf .mb-sm-n5,
  .collection_hf .my-sm-n5 {
    margin-bottom: -2.5rem !important;
  }
  .collection_hf .ml-sm-n5,
  .collection_hf .mx-sm-n5 {
    margin-left: -2.5rem !important;
  }
  .collection_hf .m-sm-n6 {
    margin: -3.5rem !important;
  }
  .collection_hf .mt-sm-n6,
  .collection_hf .my-sm-n6 {
    margin-top: -3.5rem !important;
  }
  .collection_hf .mr-sm-n6,
  .collection_hf .mx-sm-n6 {
    margin-right: -3.5rem !important;
  }
  .collection_hf .mb-sm-n6,
  .collection_hf .my-sm-n6 {
    margin-bottom: -3.5rem !important;
  }
  .collection_hf .ml-sm-n6,
  .collection_hf .mx-sm-n6 {
    margin-left: -3.5rem !important;
  }
  .collection_hf .m-sm-n7 {
    margin: -4.5rem !important;
  }
  .collection_hf .mt-sm-n7,
  .collection_hf .my-sm-n7 {
    margin-top: -4.5rem !important;
  }
  .collection_hf .mr-sm-n7,
  .collection_hf .mx-sm-n7 {
    margin-right: -4.5rem !important;
  }
  .collection_hf .mb-sm-n7,
  .collection_hf .my-sm-n7 {
    margin-bottom: -4.5rem !important;
  }
  .collection_hf .ml-sm-n7,
  .collection_hf .mx-sm-n7 {
    margin-left: -4.5rem !important;
  }
  .collection_hf .m-sm-n8 {
    margin: -6rem !important;
  }
  .collection_hf .mt-sm-n8,
  .collection_hf .my-sm-n8 {
    margin-top: -6rem !important;
  }
  .collection_hf .mr-sm-n8,
  .collection_hf .mx-sm-n8 {
    margin-right: -6rem !important;
  }
  .collection_hf .mb-sm-n8,
  .collection_hf .my-sm-n8 {
    margin-bottom: -6rem !important;
  }
  .collection_hf .ml-sm-n8,
  .collection_hf .mx-sm-n8 {
    margin-left: -6rem !important;
  }
  .collection_hf .m-sm-n9 {
    margin: -7.5rem !important;
  }
  .collection_hf .mt-sm-n9,
  .collection_hf .my-sm-n9 {
    margin-top: -7.5rem !important;
  }
  .collection_hf .mr-sm-n9,
  .collection_hf .mx-sm-n9 {
    margin-right: -7.5rem !important;
  }
  .collection_hf .mb-sm-n9,
  .collection_hf .my-sm-n9 {
    margin-bottom: -7.5rem !important;
  }
  .collection_hf .ml-sm-n9,
  .collection_hf .mx-sm-n9 {
    margin-left: -7.5rem !important;
  }
  .collection_hf .m-sm-n10 {
    margin: -9.5rem !important;
  }
  .collection_hf .mt-sm-n10,
  .collection_hf .my-sm-n10 {
    margin-top: -9.5rem !important;
  }
  .collection_hf .mr-sm-n10,
  .collection_hf .mx-sm-n10 {
    margin-right: -9.5rem !important;
  }
  .collection_hf .mb-sm-n10,
  .collection_hf .my-sm-n10 {
    margin-bottom: -9.5rem !important;
  }
  .collection_hf .ml-sm-n10,
  .collection_hf .mx-sm-n10 {
    margin-left: -9.5rem !important;
  }
  .collection_hf .m-sm-n11 {
    margin: -11.5rem !important;
  }
  .collection_hf .mt-sm-n11,
  .collection_hf .my-sm-n11 {
    margin-top: -11.5rem !important;
  }
  .collection_hf .mr-sm-n11,
  .collection_hf .mx-sm-n11 {
    margin-right: -11.5rem !important;
  }
  .collection_hf .mb-sm-n11,
  .collection_hf .my-sm-n11 {
    margin-bottom: -11.5rem !important;
  }
  .collection_hf .ml-sm-n11,
  .collection_hf .mx-sm-n11 {
    margin-left: -11.5rem !important;
  }
  .collection_hf .m-sm-n12 {
    margin: -14rem !important;
  }
  .collection_hf .mt-sm-n12,
  .collection_hf .my-sm-n12 {
    margin-top: -14rem !important;
  }
  .collection_hf .mr-sm-n12,
  .collection_hf .mx-sm-n12 {
    margin-right: -14rem !important;
  }
  .collection_hf .mb-sm-n12,
  .collection_hf .my-sm-n12 {
    margin-bottom: -14rem !important;
  }
  .collection_hf .ml-sm-n12,
  .collection_hf .mx-sm-n12 {
    margin-left: -14rem !important;
  }
  .collection_hf .m-sm-n13 {
    margin: -17rem !important;
  }
  .collection_hf .mt-sm-n13,
  .collection_hf .my-sm-n13 {
    margin-top: -17rem !important;
  }
  .collection_hf .mr-sm-n13,
  .collection_hf .mx-sm-n13 {
    margin-right: -17rem !important;
  }
  .collection_hf .mb-sm-n13,
  .collection_hf .my-sm-n13 {
    margin-bottom: -17rem !important;
  }
  .collection_hf .ml-sm-n13,
  .collection_hf .mx-sm-n13 {
    margin-left: -17rem !important;
  }
  .collection_hf .m-sm-n14 {
    margin: -20rem !important;
  }
  .collection_hf .mt-sm-n14,
  .collection_hf .my-sm-n14 {
    margin-top: -20rem !important;
  }
  .collection_hf .mr-sm-n14,
  .collection_hf .mx-sm-n14 {
    margin-right: -20rem !important;
  }
  .collection_hf .mb-sm-n14,
  .collection_hf .my-sm-n14 {
    margin-bottom: -20rem !important;
  }
  .collection_hf .ml-sm-n14,
  .collection_hf .mx-sm-n14 {
    margin-left: -20rem !important;
  }
  .collection_hf .m-sm-n15 {
    margin: -24rem !important;
  }
  .collection_hf .mt-sm-n15,
  .collection_hf .my-sm-n15 {
    margin-top: -24rem !important;
  }
  .collection_hf .mr-sm-n15,
  .collection_hf .mx-sm-n15 {
    margin-right: -24rem !important;
  }
  .collection_hf .mb-sm-n15,
  .collection_hf .my-sm-n15 {
    margin-bottom: -24rem !important;
  }
  .collection_hf .ml-sm-n15,
  .collection_hf .mx-sm-n15 {
    margin-left: -24rem !important;
  }
  .collection_hf .m-sm-n16 {
    margin: -28rem !important;
  }
  .collection_hf .mt-sm-n16,
  .collection_hf .my-sm-n16 {
    margin-top: -28rem !important;
  }
  .collection_hf .mr-sm-n16,
  .collection_hf .mx-sm-n16 {
    margin-right: -28rem !important;
  }
  .collection_hf .mb-sm-n16,
  .collection_hf .my-sm-n16 {
    margin-bottom: -28rem !important;
  }
  .collection_hf .ml-sm-n16,
  .collection_hf .mx-sm-n16 {
    margin-left: -28rem !important;
  }
  .collection_hf .m-sm-n17 {
    margin: -33rem !important;
  }
  .collection_hf .mt-sm-n17,
  .collection_hf .my-sm-n17 {
    margin-top: -33rem !important;
  }
  .collection_hf .mr-sm-n17,
  .collection_hf .mx-sm-n17 {
    margin-right: -33rem !important;
  }
  .collection_hf .mb-sm-n17,
  .collection_hf .my-sm-n17 {
    margin-bottom: -33rem !important;
  }
  .collection_hf .ml-sm-n17,
  .collection_hf .mx-sm-n17 {
    margin-left: -33rem !important;
  }
  .collection_hf .m-sm-n18 {
    margin: -38rem !important;
  }
  .collection_hf .mt-sm-n18,
  .collection_hf .my-sm-n18 {
    margin-top: -38rem !important;
  }
  .collection_hf .mr-sm-n18,
  .collection_hf .mx-sm-n18 {
    margin-right: -38rem !important;
  }
  .collection_hf .mb-sm-n18,
  .collection_hf .my-sm-n18 {
    margin-bottom: -38rem !important;
  }
  .collection_hf .ml-sm-n18,
  .collection_hf .mx-sm-n18 {
    margin-left: -38rem !important;
  }
  .collection_hf .m-sm-n19 {
    margin: -44rem !important;
  }
  .collection_hf .mt-sm-n19,
  .collection_hf .my-sm-n19 {
    margin-top: -44rem !important;
  }
  .collection_hf .mr-sm-n19,
  .collection_hf .mx-sm-n19 {
    margin-right: -44rem !important;
  }
  .collection_hf .mb-sm-n19,
  .collection_hf .my-sm-n19 {
    margin-bottom: -44rem !important;
  }
  .collection_hf .ml-sm-n19,
  .collection_hf .mx-sm-n19 {
    margin-left: -44rem !important;
  }
  .collection_hf .m-sm-n20 {
    margin: -50rem !important;
  }
  .collection_hf .mt-sm-n20,
  .collection_hf .my-sm-n20 {
    margin-top: -50rem !important;
  }
  .collection_hf .mr-sm-n20,
  .collection_hf .mx-sm-n20 {
    margin-right: -50rem !important;
  }
  .collection_hf .mb-sm-n20,
  .collection_hf .my-sm-n20 {
    margin-bottom: -50rem !important;
  }
  .collection_hf .ml-sm-n20,
  .collection_hf .mx-sm-n20 {
    margin-left: -50rem !important;
  }
  .collection_hf .m-sm-auto {
    margin: auto !important;
  }
  .collection_hf .mt-sm-auto,
  .collection_hf .my-sm-auto {
    margin-top: auto !important;
  }
  .collection_hf .mr-sm-auto,
  .collection_hf .mx-sm-auto {
    margin-right: auto !important;
  }
  .collection_hf .mb-sm-auto,
  .collection_hf .my-sm-auto {
    margin-bottom: auto !important;
  }
  .collection_hf .ml-sm-auto,
  .collection_hf .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .collection_hf .m-md-0 {
    margin: 0 !important;
  }
  .collection_hf .mt-md-0,
  .collection_hf .my-md-0 {
    margin-top: 0 !important;
  }
  .collection_hf .mr-md-0,
  .collection_hf .mx-md-0 {
    margin-right: 0 !important;
  }
  .collection_hf .mb-md-0,
  .collection_hf .my-md-0 {
    margin-bottom: 0 !important;
  }
  .collection_hf .ml-md-0,
  .collection_hf .mx-md-0 {
    margin-left: 0 !important;
  }
  .collection_hf .m-md-1 {
    margin: 0.25rem !important;
  }
  .collection_hf .mt-md-1,
  .collection_hf .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .collection_hf .mr-md-1,
  .collection_hf .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .collection_hf .mb-md-1,
  .collection_hf .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .collection_hf .ml-md-1,
  .collection_hf .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .collection_hf .m-md-2 {
    margin: 0.5rem !important;
  }
  .collection_hf .mt-md-2,
  .collection_hf .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .collection_hf .mr-md-2,
  .collection_hf .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .collection_hf .mb-md-2,
  .collection_hf .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .collection_hf .ml-md-2,
  .collection_hf .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .collection_hf .m-md-3 {
    margin: 1rem !important;
  }
  .collection_hf .mt-md-3,
  .collection_hf .my-md-3 {
    margin-top: 1rem !important;
  }
  .collection_hf .mr-md-3,
  .collection_hf .mx-md-3 {
    margin-right: 1rem !important;
  }
  .collection_hf .mb-md-3,
  .collection_hf .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .collection_hf .ml-md-3,
  .collection_hf .mx-md-3 {
    margin-left: 1rem !important;
  }
  .collection_hf .m-md-4 {
    margin: 1.5rem !important;
  }
  .collection_hf .mt-md-4,
  .collection_hf .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .collection_hf .mr-md-4,
  .collection_hf .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .collection_hf .mb-md-4,
  .collection_hf .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .collection_hf .ml-md-4,
  .collection_hf .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .collection_hf .m-md-5 {
    margin: 2.5rem !important;
  }
  .collection_hf .mt-md-5,
  .collection_hf .my-md-5 {
    margin-top: 2.5rem !important;
  }
  .collection_hf .mr-md-5,
  .collection_hf .mx-md-5 {
    margin-right: 2.5rem !important;
  }
  .collection_hf .mb-md-5,
  .collection_hf .my-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .collection_hf .ml-md-5,
  .collection_hf .mx-md-5 {
    margin-left: 2.5rem !important;
  }
  .collection_hf .m-md-6 {
    margin: 3.5rem !important;
  }
  .collection_hf .mt-md-6,
  .collection_hf .my-md-6 {
    margin-top: 3.5rem !important;
  }
  .collection_hf .mr-md-6,
  .collection_hf .mx-md-6 {
    margin-right: 3.5rem !important;
  }
  .collection_hf .mb-md-6,
  .collection_hf .my-md-6 {
    margin-bottom: 3.5rem !important;
  }
  .collection_hf .ml-md-6,
  .collection_hf .mx-md-6 {
    margin-left: 3.5rem !important;
  }
  .collection_hf .m-md-7 {
    margin: 4.5rem !important;
  }
  .collection_hf .mt-md-7,
  .collection_hf .my-md-7 {
    margin-top: 4.5rem !important;
  }
  .collection_hf .mr-md-7,
  .collection_hf .mx-md-7 {
    margin-right: 4.5rem !important;
  }
  .collection_hf .mb-md-7,
  .collection_hf .my-md-7 {
    margin-bottom: 4.5rem !important;
  }
  .collection_hf .ml-md-7,
  .collection_hf .mx-md-7 {
    margin-left: 4.5rem !important;
  }
  .collection_hf .m-md-8 {
    margin: 6rem !important;
  }
  .collection_hf .mt-md-8,
  .collection_hf .my-md-8 {
    margin-top: 6rem !important;
  }
  .collection_hf .mr-md-8,
  .collection_hf .mx-md-8 {
    margin-right: 6rem !important;
  }
  .collection_hf .mb-md-8,
  .collection_hf .my-md-8 {
    margin-bottom: 6rem !important;
  }
  .collection_hf .ml-md-8,
  .collection_hf .mx-md-8 {
    margin-left: 6rem !important;
  }
  .collection_hf .m-md-9 {
    margin: 7.5rem !important;
  }
  .collection_hf .mt-md-9,
  .collection_hf .my-md-9 {
    margin-top: 7.5rem !important;
  }
  .collection_hf .mr-md-9,
  .collection_hf .mx-md-9 {
    margin-right: 7.5rem !important;
  }
  .collection_hf .mb-md-9,
  .collection_hf .my-md-9 {
    margin-bottom: 7.5rem !important;
  }
  .collection_hf .ml-md-9,
  .collection_hf .mx-md-9 {
    margin-left: 7.5rem !important;
  }
  .collection_hf .m-md-10 {
    margin: 9.5rem !important;
  }
  .collection_hf .mt-md-10,
  .collection_hf .my-md-10 {
    margin-top: 9.5rem !important;
  }
  .collection_hf .mr-md-10,
  .collection_hf .mx-md-10 {
    margin-right: 9.5rem !important;
  }
  .collection_hf .mb-md-10,
  .collection_hf .my-md-10 {
    margin-bottom: 9.5rem !important;
  }
  .collection_hf .ml-md-10,
  .collection_hf .mx-md-10 {
    margin-left: 9.5rem !important;
  }
  .collection_hf .m-md-11 {
    margin: 11.5rem !important;
  }
  .collection_hf .mt-md-11,
  .collection_hf .my-md-11 {
    margin-top: 11.5rem !important;
  }
  .collection_hf .mr-md-11,
  .collection_hf .mx-md-11 {
    margin-right: 11.5rem !important;
  }
  .collection_hf .mb-md-11,
  .collection_hf .my-md-11 {
    margin-bottom: 11.5rem !important;
  }
  .collection_hf .ml-md-11,
  .collection_hf .mx-md-11 {
    margin-left: 11.5rem !important;
  }
  .collection_hf .m-md-12 {
    margin: 14rem !important;
  }
  .collection_hf .mt-md-12,
  .collection_hf .my-md-12 {
    margin-top: 14rem !important;
  }
  .collection_hf .mr-md-12,
  .collection_hf .mx-md-12 {
    margin-right: 14rem !important;
  }
  .collection_hf .mb-md-12,
  .collection_hf .my-md-12 {
    margin-bottom: 14rem !important;
  }
  .collection_hf .ml-md-12,
  .collection_hf .mx-md-12 {
    margin-left: 14rem !important;
  }
  .collection_hf .m-md-13 {
    margin: 17rem !important;
  }
  .collection_hf .mt-md-13,
  .collection_hf .my-md-13 {
    margin-top: 17rem !important;
  }
  .collection_hf .mr-md-13,
  .collection_hf .mx-md-13 {
    margin-right: 17rem !important;
  }
  .collection_hf .mb-md-13,
  .collection_hf .my-md-13 {
    margin-bottom: 17rem !important;
  }
  .collection_hf .ml-md-13,
  .collection_hf .mx-md-13 {
    margin-left: 17rem !important;
  }
  .collection_hf .m-md-14 {
    margin: 20rem !important;
  }
  .collection_hf .mt-md-14,
  .collection_hf .my-md-14 {
    margin-top: 20rem !important;
  }
  .collection_hf .mr-md-14,
  .collection_hf .mx-md-14 {
    margin-right: 20rem !important;
  }
  .collection_hf .mb-md-14,
  .collection_hf .my-md-14 {
    margin-bottom: 20rem !important;
  }
  .collection_hf .ml-md-14,
  .collection_hf .mx-md-14 {
    margin-left: 20rem !important;
  }
  .collection_hf .m-md-15 {
    margin: 24rem !important;
  }
  .collection_hf .mt-md-15,
  .collection_hf .my-md-15 {
    margin-top: 24rem !important;
  }
  .collection_hf .mr-md-15,
  .collection_hf .mx-md-15 {
    margin-right: 24rem !important;
  }
  .collection_hf .mb-md-15,
  .collection_hf .my-md-15 {
    margin-bottom: 24rem !important;
  }
  .collection_hf .ml-md-15,
  .collection_hf .mx-md-15 {
    margin-left: 24rem !important;
  }
  .collection_hf .m-md-16 {
    margin: 28rem !important;
  }
  .collection_hf .mt-md-16,
  .collection_hf .my-md-16 {
    margin-top: 28rem !important;
  }
  .collection_hf .mr-md-16,
  .collection_hf .mx-md-16 {
    margin-right: 28rem !important;
  }
  .collection_hf .mb-md-16,
  .collection_hf .my-md-16 {
    margin-bottom: 28rem !important;
  }
  .collection_hf .ml-md-16,
  .collection_hf .mx-md-16 {
    margin-left: 28rem !important;
  }
  .collection_hf .m-md-17 {
    margin: 33rem !important;
  }
  .collection_hf .mt-md-17,
  .collection_hf .my-md-17 {
    margin-top: 33rem !important;
  }
  .collection_hf .mr-md-17,
  .collection_hf .mx-md-17 {
    margin-right: 33rem !important;
  }
  .collection_hf .mb-md-17,
  .collection_hf .my-md-17 {
    margin-bottom: 33rem !important;
  }
  .collection_hf .ml-md-17,
  .collection_hf .mx-md-17 {
    margin-left: 33rem !important;
  }
  .collection_hf .m-md-18 {
    margin: 38rem !important;
  }
  .collection_hf .mt-md-18,
  .collection_hf .my-md-18 {
    margin-top: 38rem !important;
  }
  .collection_hf .mr-md-18,
  .collection_hf .mx-md-18 {
    margin-right: 38rem !important;
  }
  .collection_hf .mb-md-18,
  .collection_hf .my-md-18 {
    margin-bottom: 38rem !important;
  }
  .collection_hf .ml-md-18,
  .collection_hf .mx-md-18 {
    margin-left: 38rem !important;
  }
  .collection_hf .m-md-19 {
    margin: 44rem !important;
  }
  .collection_hf .mt-md-19,
  .collection_hf .my-md-19 {
    margin-top: 44rem !important;
  }
  .collection_hf .mr-md-19,
  .collection_hf .mx-md-19 {
    margin-right: 44rem !important;
  }
  .collection_hf .mb-md-19,
  .collection_hf .my-md-19 {
    margin-bottom: 44rem !important;
  }
  .collection_hf .ml-md-19,
  .collection_hf .mx-md-19 {
    margin-left: 44rem !important;
  }
  .collection_hf .m-md-20 {
    margin: 50rem !important;
  }
  .collection_hf .mt-md-20,
  .collection_hf .my-md-20 {
    margin-top: 50rem !important;
  }
  .collection_hf .mr-md-20,
  .collection_hf .mx-md-20 {
    margin-right: 50rem !important;
  }
  .collection_hf .mb-md-20,
  .collection_hf .my-md-20 {
    margin-bottom: 50rem !important;
  }
  .collection_hf .ml-md-20,
  .collection_hf .mx-md-20 {
    margin-left: 50rem !important;
  }
  .collection_hf .p-md-0 {
    padding: 0 !important;
  }
  .collection_hf .pt-md-0,
  .collection_hf .py-md-0 {
    padding-top: 0 !important;
  }
  .collection_hf .pr-md-0,
  .collection_hf .px-md-0 {
    padding-right: 0 !important;
  }
  .collection_hf .pb-md-0,
  .collection_hf .py-md-0 {
    padding-bottom: 0 !important;
  }
  .collection_hf .pl-md-0,
  .collection_hf .px-md-0 {
    padding-left: 0 !important;
  }
  .collection_hf .p-md-1 {
    padding: 0.25rem !important;
  }
  .collection_hf .pt-md-1,
  .collection_hf .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .collection_hf .pr-md-1,
  .collection_hf .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .collection_hf .pb-md-1,
  .collection_hf .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .collection_hf .pl-md-1,
  .collection_hf .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .collection_hf .p-md-2 {
    padding: 0.5rem !important;
  }
  .collection_hf .pt-md-2,
  .collection_hf .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .collection_hf .pr-md-2,
  .collection_hf .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .collection_hf .pb-md-2,
  .collection_hf .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .collection_hf .pl-md-2,
  .collection_hf .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .collection_hf .p-md-3 {
    padding: 1rem !important;
  }
  .collection_hf .pt-md-3,
  .collection_hf .py-md-3 {
    padding-top: 1rem !important;
  }
  .collection_hf .pr-md-3,
  .collection_hf .px-md-3 {
    padding-right: 1rem !important;
  }
  .collection_hf .pb-md-3,
  .collection_hf .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .collection_hf .pl-md-3,
  .collection_hf .px-md-3 {
    padding-left: 1rem !important;
  }
  .collection_hf .p-md-4 {
    padding: 1.5rem !important;
  }
  .collection_hf .pt-md-4,
  .collection_hf .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .collection_hf .pr-md-4,
  .collection_hf .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .collection_hf .pb-md-4,
  .collection_hf .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .collection_hf .pl-md-4,
  .collection_hf .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .collection_hf .p-md-5 {
    padding: 2.5rem !important;
  }
  .collection_hf .pt-md-5,
  .collection_hf .py-md-5 {
    padding-top: 2.5rem !important;
  }
  .collection_hf .pr-md-5,
  .collection_hf .px-md-5 {
    padding-right: 2.5rem !important;
  }
  .collection_hf .pb-md-5,
  .collection_hf .py-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .collection_hf .pl-md-5,
  .collection_hf .px-md-5 {
    padding-left: 2.5rem !important;
  }
  .collection_hf .p-md-6 {
    padding: 3.5rem !important;
  }
  .collection_hf .pt-md-6,
  .collection_hf .py-md-6 {
    padding-top: 3.5rem !important;
  }
  .collection_hf .pr-md-6,
  .collection_hf .px-md-6 {
    padding-right: 3.5rem !important;
  }
  .collection_hf .pb-md-6,
  .collection_hf .py-md-6 {
    padding-bottom: 3.5rem !important;
  }
  .collection_hf .pl-md-6,
  .collection_hf .px-md-6 {
    padding-left: 3.5rem !important;
  }
  .collection_hf .p-md-7 {
    padding: 4.5rem !important;
  }
  .collection_hf .pt-md-7,
  .collection_hf .py-md-7 {
    padding-top: 4.5rem !important;
  }
  .collection_hf .pr-md-7,
  .collection_hf .px-md-7 {
    padding-right: 4.5rem !important;
  }
  .collection_hf .pb-md-7,
  .collection_hf .py-md-7 {
    padding-bottom: 4.5rem !important;
  }
  .collection_hf .pl-md-7,
  .collection_hf .px-md-7 {
    padding-left: 4.5rem !important;
  }
  .collection_hf .p-md-8 {
    padding: 6rem !important;
  }
  .collection_hf .pt-md-8,
  .collection_hf .py-md-8 {
    padding-top: 6rem !important;
  }
  .collection_hf .pr-md-8,
  .collection_hf .px-md-8 {
    padding-right: 6rem !important;
  }
  .collection_hf .pb-md-8,
  .collection_hf .py-md-8 {
    padding-bottom: 6rem !important;
  }
  .collection_hf .pl-md-8,
  .collection_hf .px-md-8 {
    padding-left: 6rem !important;
  }
  .collection_hf .p-md-9 {
    padding: 7.5rem !important;
  }
  .collection_hf .pt-md-9,
  .collection_hf .py-md-9 {
    padding-top: 7.5rem !important;
  }
  .collection_hf .pr-md-9,
  .collection_hf .px-md-9 {
    padding-right: 7.5rem !important;
  }
  .collection_hf .pb-md-9,
  .collection_hf .py-md-9 {
    padding-bottom: 7.5rem !important;
  }
  .collection_hf .pl-md-9,
  .collection_hf .px-md-9 {
    padding-left: 7.5rem !important;
  }
  .collection_hf .p-md-10 {
    padding: 9.5rem !important;
  }
  .collection_hf .pt-md-10,
  .collection_hf .py-md-10 {
    padding-top: 9.5rem !important;
  }
  .collection_hf .pr-md-10,
  .collection_hf .px-md-10 {
    padding-right: 9.5rem !important;
  }
  .collection_hf .pb-md-10,
  .collection_hf .py-md-10 {
    padding-bottom: 9.5rem !important;
  }
  .collection_hf .pl-md-10,
  .collection_hf .px-md-10 {
    padding-left: 9.5rem !important;
  }
  .collection_hf .p-md-11 {
    padding: 11.5rem !important;
  }
  .collection_hf .pt-md-11,
  .collection_hf .py-md-11 {
    padding-top: 11.5rem !important;
  }
  .collection_hf .pr-md-11,
  .collection_hf .px-md-11 {
    padding-right: 11.5rem !important;
  }
  .collection_hf .pb-md-11,
  .collection_hf .py-md-11 {
    padding-bottom: 11.5rem !important;
  }
  .collection_hf .pl-md-11,
  .collection_hf .px-md-11 {
    padding-left: 11.5rem !important;
  }
  .collection_hf .p-md-12 {
    padding: 14rem !important;
  }
  .collection_hf .pt-md-12,
  .collection_hf .py-md-12 {
    padding-top: 14rem !important;
  }
  .collection_hf .pr-md-12,
  .collection_hf .px-md-12 {
    padding-right: 14rem !important;
  }
  .collection_hf .pb-md-12,
  .collection_hf .py-md-12 {
    padding-bottom: 14rem !important;
  }
  .collection_hf .pl-md-12,
  .collection_hf .px-md-12 {
    padding-left: 14rem !important;
  }
  .collection_hf .p-md-13 {
    padding: 17rem !important;
  }
  .collection_hf .pt-md-13,
  .collection_hf .py-md-13 {
    padding-top: 17rem !important;
  }
  .collection_hf .pr-md-13,
  .collection_hf .px-md-13 {
    padding-right: 17rem !important;
  }
  .collection_hf .pb-md-13,
  .collection_hf .py-md-13 {
    padding-bottom: 17rem !important;
  }
  .collection_hf .pl-md-13,
  .collection_hf .px-md-13 {
    padding-left: 17rem !important;
  }
  .collection_hf .p-md-14 {
    padding: 20rem !important;
  }
  .collection_hf .pt-md-14,
  .collection_hf .py-md-14 {
    padding-top: 20rem !important;
  }
  .collection_hf .pr-md-14,
  .collection_hf .px-md-14 {
    padding-right: 20rem !important;
  }
  .collection_hf .pb-md-14,
  .collection_hf .py-md-14 {
    padding-bottom: 20rem !important;
  }
  .collection_hf .pl-md-14,
  .collection_hf .px-md-14 {
    padding-left: 20rem !important;
  }
  .collection_hf .p-md-15 {
    padding: 24rem !important;
  }
  .collection_hf .pt-md-15,
  .collection_hf .py-md-15 {
    padding-top: 24rem !important;
  }
  .collection_hf .pr-md-15,
  .collection_hf .px-md-15 {
    padding-right: 24rem !important;
  }
  .collection_hf .pb-md-15,
  .collection_hf .py-md-15 {
    padding-bottom: 24rem !important;
  }
  .collection_hf .pl-md-15,
  .collection_hf .px-md-15 {
    padding-left: 24rem !important;
  }
  .collection_hf .p-md-16 {
    padding: 28rem !important;
  }
  .collection_hf .pt-md-16,
  .collection_hf .py-md-16 {
    padding-top: 28rem !important;
  }
  .collection_hf .pr-md-16,
  .collection_hf .px-md-16 {
    padding-right: 28rem !important;
  }
  .collection_hf .pb-md-16,
  .collection_hf .py-md-16 {
    padding-bottom: 28rem !important;
  }
  .collection_hf .pl-md-16,
  .collection_hf .px-md-16 {
    padding-left: 28rem !important;
  }
  .collection_hf .p-md-17 {
    padding: 33rem !important;
  }
  .collection_hf .pt-md-17,
  .collection_hf .py-md-17 {
    padding-top: 33rem !important;
  }
  .collection_hf .pr-md-17,
  .collection_hf .px-md-17 {
    padding-right: 33rem !important;
  }
  .collection_hf .pb-md-17,
  .collection_hf .py-md-17 {
    padding-bottom: 33rem !important;
  }
  .collection_hf .pl-md-17,
  .collection_hf .px-md-17 {
    padding-left: 33rem !important;
  }
  .collection_hf .p-md-18 {
    padding: 38rem !important;
  }
  .collection_hf .pt-md-18,
  .collection_hf .py-md-18 {
    padding-top: 38rem !important;
  }
  .collection_hf .pr-md-18,
  .collection_hf .px-md-18 {
    padding-right: 38rem !important;
  }
  .collection_hf .pb-md-18,
  .collection_hf .py-md-18 {
    padding-bottom: 38rem !important;
  }
  .collection_hf .pl-md-18,
  .collection_hf .px-md-18 {
    padding-left: 38rem !important;
  }
  .collection_hf .p-md-19 {
    padding: 44rem !important;
  }
  .collection_hf .pt-md-19,
  .collection_hf .py-md-19 {
    padding-top: 44rem !important;
  }
  .collection_hf .pr-md-19,
  .collection_hf .px-md-19 {
    padding-right: 44rem !important;
  }
  .collection_hf .pb-md-19,
  .collection_hf .py-md-19 {
    padding-bottom: 44rem !important;
  }
  .collection_hf .pl-md-19,
  .collection_hf .px-md-19 {
    padding-left: 44rem !important;
  }
  .collection_hf .p-md-20 {
    padding: 50rem !important;
  }
  .collection_hf .pt-md-20,
  .collection_hf .py-md-20 {
    padding-top: 50rem !important;
  }
  .collection_hf .pr-md-20,
  .collection_hf .px-md-20 {
    padding-right: 50rem !important;
  }
  .collection_hf .pb-md-20,
  .collection_hf .py-md-20 {
    padding-bottom: 50rem !important;
  }
  .collection_hf .pl-md-20,
  .collection_hf .px-md-20 {
    padding-left: 50rem !important;
  }
  .collection_hf .m-md-n1 {
    margin: -0.25rem !important;
  }
  .collection_hf .mt-md-n1,
  .collection_hf .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .collection_hf .mr-md-n1,
  .collection_hf .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .collection_hf .mb-md-n1,
  .collection_hf .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .collection_hf .ml-md-n1,
  .collection_hf .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .collection_hf .m-md-n2 {
    margin: -0.5rem !important;
  }
  .collection_hf .mt-md-n2,
  .collection_hf .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .collection_hf .mr-md-n2,
  .collection_hf .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .collection_hf .mb-md-n2,
  .collection_hf .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .collection_hf .ml-md-n2,
  .collection_hf .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .collection_hf .m-md-n3 {
    margin: -1rem !important;
  }
  .collection_hf .mt-md-n3,
  .collection_hf .my-md-n3 {
    margin-top: -1rem !important;
  }
  .collection_hf .mr-md-n3,
  .collection_hf .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .collection_hf .mb-md-n3,
  .collection_hf .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .collection_hf .ml-md-n3,
  .collection_hf .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .collection_hf .m-md-n4 {
    margin: -1.5rem !important;
  }
  .collection_hf .mt-md-n4,
  .collection_hf .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .collection_hf .mr-md-n4,
  .collection_hf .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .collection_hf .mb-md-n4,
  .collection_hf .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .collection_hf .ml-md-n4,
  .collection_hf .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .collection_hf .m-md-n5 {
    margin: -2.5rem !important;
  }
  .collection_hf .mt-md-n5,
  .collection_hf .my-md-n5 {
    margin-top: -2.5rem !important;
  }
  .collection_hf .mr-md-n5,
  .collection_hf .mx-md-n5 {
    margin-right: -2.5rem !important;
  }
  .collection_hf .mb-md-n5,
  .collection_hf .my-md-n5 {
    margin-bottom: -2.5rem !important;
  }
  .collection_hf .ml-md-n5,
  .collection_hf .mx-md-n5 {
    margin-left: -2.5rem !important;
  }
  .collection_hf .m-md-n6 {
    margin: -3.5rem !important;
  }
  .collection_hf .mt-md-n6,
  .collection_hf .my-md-n6 {
    margin-top: -3.5rem !important;
  }
  .collection_hf .mr-md-n6,
  .collection_hf .mx-md-n6 {
    margin-right: -3.5rem !important;
  }
  .collection_hf .mb-md-n6,
  .collection_hf .my-md-n6 {
    margin-bottom: -3.5rem !important;
  }
  .collection_hf .ml-md-n6,
  .collection_hf .mx-md-n6 {
    margin-left: -3.5rem !important;
  }
  .collection_hf .m-md-n7 {
    margin: -4.5rem !important;
  }
  .collection_hf .mt-md-n7,
  .collection_hf .my-md-n7 {
    margin-top: -4.5rem !important;
  }
  .collection_hf .mr-md-n7,
  .collection_hf .mx-md-n7 {
    margin-right: -4.5rem !important;
  }
  .collection_hf .mb-md-n7,
  .collection_hf .my-md-n7 {
    margin-bottom: -4.5rem !important;
  }
  .collection_hf .ml-md-n7,
  .collection_hf .mx-md-n7 {
    margin-left: -4.5rem !important;
  }
  .collection_hf .m-md-n8 {
    margin: -6rem !important;
  }
  .collection_hf .mt-md-n8,
  .collection_hf .my-md-n8 {
    margin-top: -6rem !important;
  }
  .collection_hf .mr-md-n8,
  .collection_hf .mx-md-n8 {
    margin-right: -6rem !important;
  }
  .collection_hf .mb-md-n8,
  .collection_hf .my-md-n8 {
    margin-bottom: -6rem !important;
  }
  .collection_hf .ml-md-n8,
  .collection_hf .mx-md-n8 {
    margin-left: -6rem !important;
  }
  .collection_hf .m-md-n9 {
    margin: -7.5rem !important;
  }
  .collection_hf .mt-md-n9,
  .collection_hf .my-md-n9 {
    margin-top: -7.5rem !important;
  }
  .collection_hf .mr-md-n9,
  .collection_hf .mx-md-n9 {
    margin-right: -7.5rem !important;
  }
  .collection_hf .mb-md-n9,
  .collection_hf .my-md-n9 {
    margin-bottom: -7.5rem !important;
  }
  .collection_hf .ml-md-n9,
  .collection_hf .mx-md-n9 {
    margin-left: -7.5rem !important;
  }
  .collection_hf .m-md-n10 {
    margin: -9.5rem !important;
  }
  .collection_hf .mt-md-n10,
  .collection_hf .my-md-n10 {
    margin-top: -9.5rem !important;
  }
  .collection_hf .mr-md-n10,
  .collection_hf .mx-md-n10 {
    margin-right: -9.5rem !important;
  }
  .collection_hf .mb-md-n10,
  .collection_hf .my-md-n10 {
    margin-bottom: -9.5rem !important;
  }
  .collection_hf .ml-md-n10,
  .collection_hf .mx-md-n10 {
    margin-left: -9.5rem !important;
  }
  .collection_hf .m-md-n11 {
    margin: -11.5rem !important;
  }
  .collection_hf .mt-md-n11,
  .collection_hf .my-md-n11 {
    margin-top: -11.5rem !important;
  }
  .collection_hf .mr-md-n11,
  .collection_hf .mx-md-n11 {
    margin-right: -11.5rem !important;
  }
  .collection_hf .mb-md-n11,
  .collection_hf .my-md-n11 {
    margin-bottom: -11.5rem !important;
  }
  .collection_hf .ml-md-n11,
  .collection_hf .mx-md-n11 {
    margin-left: -11.5rem !important;
  }
  .collection_hf .m-md-n12 {
    margin: -14rem !important;
  }
  .collection_hf .mt-md-n12,
  .collection_hf .my-md-n12 {
    margin-top: -14rem !important;
  }
  .collection_hf .mr-md-n12,
  .collection_hf .mx-md-n12 {
    margin-right: -14rem !important;
  }
  .collection_hf .mb-md-n12,
  .collection_hf .my-md-n12 {
    margin-bottom: -14rem !important;
  }
  .collection_hf .ml-md-n12,
  .collection_hf .mx-md-n12 {
    margin-left: -14rem !important;
  }
  .collection_hf .m-md-n13 {
    margin: -17rem !important;
  }
  .collection_hf .mt-md-n13,
  .collection_hf .my-md-n13 {
    margin-top: -17rem !important;
  }
  .collection_hf .mr-md-n13,
  .collection_hf .mx-md-n13 {
    margin-right: -17rem !important;
  }
  .collection_hf .mb-md-n13,
  .collection_hf .my-md-n13 {
    margin-bottom: -17rem !important;
  }
  .collection_hf .ml-md-n13,
  .collection_hf .mx-md-n13 {
    margin-left: -17rem !important;
  }
  .collection_hf .m-md-n14 {
    margin: -20rem !important;
  }
  .collection_hf .mt-md-n14,
  .collection_hf .my-md-n14 {
    margin-top: -20rem !important;
  }
  .collection_hf .mr-md-n14,
  .collection_hf .mx-md-n14 {
    margin-right: -20rem !important;
  }
  .collection_hf .mb-md-n14,
  .collection_hf .my-md-n14 {
    margin-bottom: -20rem !important;
  }
  .collection_hf .ml-md-n14,
  .collection_hf .mx-md-n14 {
    margin-left: -20rem !important;
  }
  .collection_hf .m-md-n15 {
    margin: -24rem !important;
  }
  .collection_hf .mt-md-n15,
  .collection_hf .my-md-n15 {
    margin-top: -24rem !important;
  }
  .collection_hf .mr-md-n15,
  .collection_hf .mx-md-n15 {
    margin-right: -24rem !important;
  }
  .collection_hf .mb-md-n15,
  .collection_hf .my-md-n15 {
    margin-bottom: -24rem !important;
  }
  .collection_hf .ml-md-n15,
  .collection_hf .mx-md-n15 {
    margin-left: -24rem !important;
  }
  .collection_hf .m-md-n16 {
    margin: -28rem !important;
  }
  .collection_hf .mt-md-n16,
  .collection_hf .my-md-n16 {
    margin-top: -28rem !important;
  }
  .collection_hf .mr-md-n16,
  .collection_hf .mx-md-n16 {
    margin-right: -28rem !important;
  }
  .collection_hf .mb-md-n16,
  .collection_hf .my-md-n16 {
    margin-bottom: -28rem !important;
  }
  .collection_hf .ml-md-n16,
  .collection_hf .mx-md-n16 {
    margin-left: -28rem !important;
  }
  .collection_hf .m-md-n17 {
    margin: -33rem !important;
  }
  .collection_hf .mt-md-n17,
  .collection_hf .my-md-n17 {
    margin-top: -33rem !important;
  }
  .collection_hf .mr-md-n17,
  .collection_hf .mx-md-n17 {
    margin-right: -33rem !important;
  }
  .collection_hf .mb-md-n17,
  .collection_hf .my-md-n17 {
    margin-bottom: -33rem !important;
  }
  .collection_hf .ml-md-n17,
  .collection_hf .mx-md-n17 {
    margin-left: -33rem !important;
  }
  .collection_hf .m-md-n18 {
    margin: -38rem !important;
  }
  .collection_hf .mt-md-n18,
  .collection_hf .my-md-n18 {
    margin-top: -38rem !important;
  }
  .collection_hf .mr-md-n18,
  .collection_hf .mx-md-n18 {
    margin-right: -38rem !important;
  }
  .collection_hf .mb-md-n18,
  .collection_hf .my-md-n18 {
    margin-bottom: -38rem !important;
  }
  .collection_hf .ml-md-n18,
  .collection_hf .mx-md-n18 {
    margin-left: -38rem !important;
  }
  .collection_hf .m-md-n19 {
    margin: -44rem !important;
  }
  .collection_hf .mt-md-n19,
  .collection_hf .my-md-n19 {
    margin-top: -44rem !important;
  }
  .collection_hf .mr-md-n19,
  .collection_hf .mx-md-n19 {
    margin-right: -44rem !important;
  }
  .collection_hf .mb-md-n19,
  .collection_hf .my-md-n19 {
    margin-bottom: -44rem !important;
  }
  .collection_hf .ml-md-n19,
  .collection_hf .mx-md-n19 {
    margin-left: -44rem !important;
  }
  .collection_hf .m-md-n20 {
    margin: -50rem !important;
  }
  .collection_hf .mt-md-n20,
  .collection_hf .my-md-n20 {
    margin-top: -50rem !important;
  }
  .collection_hf .mr-md-n20,
  .collection_hf .mx-md-n20 {
    margin-right: -50rem !important;
  }
  .collection_hf .mb-md-n20,
  .collection_hf .my-md-n20 {
    margin-bottom: -50rem !important;
  }
  .collection_hf .ml-md-n20,
  .collection_hf .mx-md-n20 {
    margin-left: -50rem !important;
  }
  .collection_hf .m-md-auto {
    margin: auto !important;
  }
  .collection_hf .mt-md-auto,
  .collection_hf .my-md-auto {
    margin-top: auto !important;
  }
  .collection_hf .mr-md-auto,
  .collection_hf .mx-md-auto {
    margin-right: auto !important;
  }
  .collection_hf .mb-md-auto,
  .collection_hf .my-md-auto {
    margin-bottom: auto !important;
  }
  .collection_hf .ml-md-auto,
  .collection_hf .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .collection_hf .m-lg-0 {
    margin: 0 !important;
  }
  .collection_hf .mt-lg-0,
  .collection_hf .my-lg-0 {
    margin-top: 0 !important;
  }
  .collection_hf .mr-lg-0,
  .collection_hf .mx-lg-0 {
    margin-right: 0 !important;
  }
  .collection_hf .mb-lg-0,
  .collection_hf .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .collection_hf .ml-lg-0,
  .collection_hf .mx-lg-0 {
    margin-left: 0 !important;
  }
  .collection_hf .m-lg-1 {
    margin: 0.25rem !important;
  }
  .collection_hf .mt-lg-1,
  .collection_hf .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .collection_hf .mr-lg-1,
  .collection_hf .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .collection_hf .mb-lg-1,
  .collection_hf .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .collection_hf .ml-lg-1,
  .collection_hf .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .collection_hf .m-lg-2 {
    margin: 0.5rem !important;
  }
  .collection_hf .mt-lg-2,
  .collection_hf .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .collection_hf .mr-lg-2,
  .collection_hf .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .collection_hf .mb-lg-2,
  .collection_hf .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .collection_hf .ml-lg-2,
  .collection_hf .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .collection_hf .m-lg-3 {
    margin: 1rem !important;
  }
  .collection_hf .mt-lg-3,
  .collection_hf .my-lg-3 {
    margin-top: 1rem !important;
  }
  .collection_hf .mr-lg-3,
  .collection_hf .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .collection_hf .mb-lg-3,
  .collection_hf .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .collection_hf .ml-lg-3,
  .collection_hf .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .collection_hf .m-lg-4 {
    margin: 1.5rem !important;
  }
  .collection_hf .mt-lg-4,
  .collection_hf .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .collection_hf .mr-lg-4,
  .collection_hf .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .collection_hf .mb-lg-4,
  .collection_hf .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .collection_hf .ml-lg-4,
  .collection_hf .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .collection_hf .m-lg-5 {
    margin: 2.5rem !important;
  }
  .collection_hf .mt-lg-5,
  .collection_hf .my-lg-5 {
    margin-top: 2.5rem !important;
  }
  .collection_hf .mr-lg-5,
  .collection_hf .mx-lg-5 {
    margin-right: 2.5rem !important;
  }
  .collection_hf .mb-lg-5,
  .collection_hf .my-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .collection_hf .ml-lg-5,
  .collection_hf .mx-lg-5 {
    margin-left: 2.5rem !important;
  }
  .collection_hf .m-lg-6 {
    margin: 3.5rem !important;
  }
  .collection_hf .mt-lg-6,
  .collection_hf .my-lg-6 {
    margin-top: 3.5rem !important;
  }
  .collection_hf .mr-lg-6,
  .collection_hf .mx-lg-6 {
    margin-right: 3.5rem !important;
  }
  .collection_hf .mb-lg-6,
  .collection_hf .my-lg-6 {
    margin-bottom: 3.5rem !important;
  }
  .collection_hf .ml-lg-6,
  .collection_hf .mx-lg-6 {
    margin-left: 3.5rem !important;
  }
  .collection_hf .m-lg-7 {
    margin: 4.5rem !important;
  }
  .collection_hf .mt-lg-7,
  .collection_hf .my-lg-7 {
    margin-top: 4.5rem !important;
  }
  .collection_hf .mr-lg-7,
  .collection_hf .mx-lg-7 {
    margin-right: 4.5rem !important;
  }
  .collection_hf .mb-lg-7,
  .collection_hf .my-lg-7 {
    margin-bottom: 4.5rem !important;
  }
  .collection_hf .ml-lg-7,
  .collection_hf .mx-lg-7 {
    margin-left: 4.5rem !important;
  }
  .collection_hf .m-lg-8 {
    margin: 6rem !important;
  }
  .collection_hf .mt-lg-8,
  .collection_hf .my-lg-8 {
    margin-top: 6rem !important;
  }
  .collection_hf .mr-lg-8,
  .collection_hf .mx-lg-8 {
    margin-right: 6rem !important;
  }
  .collection_hf .mb-lg-8,
  .collection_hf .my-lg-8 {
    margin-bottom: 6rem !important;
  }
  .collection_hf .ml-lg-8,
  .collection_hf .mx-lg-8 {
    margin-left: 6rem !important;
  }
  .collection_hf .m-lg-9 {
    margin: 7.5rem !important;
  }
  .collection_hf .mt-lg-9,
  .collection_hf .my-lg-9 {
    margin-top: 7.5rem !important;
  }
  .collection_hf .mr-lg-9,
  .collection_hf .mx-lg-9 {
    margin-right: 7.5rem !important;
  }
  .collection_hf .mb-lg-9,
  .collection_hf .my-lg-9 {
    margin-bottom: 7.5rem !important;
  }
  .collection_hf .ml-lg-9,
  .collection_hf .mx-lg-9 {
    margin-left: 7.5rem !important;
  }
  .collection_hf .m-lg-10 {
    margin: 9.5rem !important;
  }
  .collection_hf .mt-lg-10,
  .collection_hf .my-lg-10 {
    margin-top: 9.5rem !important;
  }
  .collection_hf .mr-lg-10,
  .collection_hf .mx-lg-10 {
    margin-right: 9.5rem !important;
  }
  .collection_hf .mb-lg-10,
  .collection_hf .my-lg-10 {
    margin-bottom: 9.5rem !important;
  }
  .collection_hf .ml-lg-10,
  .collection_hf .mx-lg-10 {
    margin-left: 9.5rem !important;
  }
  .collection_hf .m-lg-11 {
    margin: 11.5rem !important;
  }
  .collection_hf .mt-lg-11,
  .collection_hf .my-lg-11 {
    margin-top: 11.5rem !important;
  }
  .collection_hf .mr-lg-11,
  .collection_hf .mx-lg-11 {
    margin-right: 11.5rem !important;
  }
  .collection_hf .mb-lg-11,
  .collection_hf .my-lg-11 {
    margin-bottom: 11.5rem !important;
  }
  .collection_hf .ml-lg-11,
  .collection_hf .mx-lg-11 {
    margin-left: 11.5rem !important;
  }
  .collection_hf .m-lg-12 {
    margin: 14rem !important;
  }
  .collection_hf .mt-lg-12,
  .collection_hf .my-lg-12 {
    margin-top: 14rem !important;
  }
  .collection_hf .mr-lg-12,
  .collection_hf .mx-lg-12 {
    margin-right: 14rem !important;
  }
  .collection_hf .mb-lg-12,
  .collection_hf .my-lg-12 {
    margin-bottom: 14rem !important;
  }
  .collection_hf .ml-lg-12,
  .collection_hf .mx-lg-12 {
    margin-left: 14rem !important;
  }
  .collection_hf .m-lg-13 {
    margin: 17rem !important;
  }
  .collection_hf .mt-lg-13,
  .collection_hf .my-lg-13 {
    margin-top: 17rem !important;
  }
  .collection_hf .mr-lg-13,
  .collection_hf .mx-lg-13 {
    margin-right: 17rem !important;
  }
  .collection_hf .mb-lg-13,
  .collection_hf .my-lg-13 {
    margin-bottom: 17rem !important;
  }
  .collection_hf .ml-lg-13,
  .collection_hf .mx-lg-13 {
    margin-left: 17rem !important;
  }
  .collection_hf .m-lg-14 {
    margin: 20rem !important;
  }
  .collection_hf .mt-lg-14,
  .collection_hf .my-lg-14 {
    margin-top: 20rem !important;
  }
  .collection_hf .mr-lg-14,
  .collection_hf .mx-lg-14 {
    margin-right: 20rem !important;
  }
  .collection_hf .mb-lg-14,
  .collection_hf .my-lg-14 {
    margin-bottom: 20rem !important;
  }
  .collection_hf .ml-lg-14,
  .collection_hf .mx-lg-14 {
    margin-left: 20rem !important;
  }
  .collection_hf .m-lg-15 {
    margin: 24rem !important;
  }
  .collection_hf .mt-lg-15,
  .collection_hf .my-lg-15 {
    margin-top: 24rem !important;
  }
  .collection_hf .mr-lg-15,
  .collection_hf .mx-lg-15 {
    margin-right: 24rem !important;
  }
  .collection_hf .mb-lg-15,
  .collection_hf .my-lg-15 {
    margin-bottom: 24rem !important;
  }
  .collection_hf .ml-lg-15,
  .collection_hf .mx-lg-15 {
    margin-left: 24rem !important;
  }
  .collection_hf .m-lg-16 {
    margin: 28rem !important;
  }
  .collection_hf .mt-lg-16,
  .collection_hf .my-lg-16 {
    margin-top: 28rem !important;
  }
  .collection_hf .mr-lg-16,
  .collection_hf .mx-lg-16 {
    margin-right: 28rem !important;
  }
  .collection_hf .mb-lg-16,
  .collection_hf .my-lg-16 {
    margin-bottom: 28rem !important;
  }
  .collection_hf .ml-lg-16,
  .collection_hf .mx-lg-16 {
    margin-left: 28rem !important;
  }
  .collection_hf .m-lg-17 {
    margin: 33rem !important;
  }
  .collection_hf .mt-lg-17,
  .collection_hf .my-lg-17 {
    margin-top: 33rem !important;
  }
  .collection_hf .mr-lg-17,
  .collection_hf .mx-lg-17 {
    margin-right: 33rem !important;
  }
  .collection_hf .mb-lg-17,
  .collection_hf .my-lg-17 {
    margin-bottom: 33rem !important;
  }
  .collection_hf .ml-lg-17,
  .collection_hf .mx-lg-17 {
    margin-left: 33rem !important;
  }
  .collection_hf .m-lg-18 {
    margin: 38rem !important;
  }
  .collection_hf .mt-lg-18,
  .collection_hf .my-lg-18 {
    margin-top: 38rem !important;
  }
  .collection_hf .mr-lg-18,
  .collection_hf .mx-lg-18 {
    margin-right: 38rem !important;
  }
  .collection_hf .mb-lg-18,
  .collection_hf .my-lg-18 {
    margin-bottom: 38rem !important;
  }
  .collection_hf .ml-lg-18,
  .collection_hf .mx-lg-18 {
    margin-left: 38rem !important;
  }
  .collection_hf .m-lg-19 {
    margin: 44rem !important;
  }
  .collection_hf .mt-lg-19,
  .collection_hf .my-lg-19 {
    margin-top: 44rem !important;
  }
  .collection_hf .mr-lg-19,
  .collection_hf .mx-lg-19 {
    margin-right: 44rem !important;
  }
  .collection_hf .mb-lg-19,
  .collection_hf .my-lg-19 {
    margin-bottom: 44rem !important;
  }
  .collection_hf .ml-lg-19,
  .collection_hf .mx-lg-19 {
    margin-left: 44rem !important;
  }
  .collection_hf .m-lg-20 {
    margin: 50rem !important;
  }
  .collection_hf .mt-lg-20,
  .collection_hf .my-lg-20 {
    margin-top: 50rem !important;
  }
  .collection_hf .mr-lg-20,
  .collection_hf .mx-lg-20 {
    margin-right: 50rem !important;
  }
  .collection_hf .mb-lg-20,
  .collection_hf .my-lg-20 {
    margin-bottom: 50rem !important;
  }
  .collection_hf .ml-lg-20,
  .collection_hf .mx-lg-20 {
    margin-left: 50rem !important;
  }
  .collection_hf .p-lg-0 {
    padding: 0 !important;
  }
  .collection_hf .pt-lg-0,
  .collection_hf .py-lg-0 {
    padding-top: 0 !important;
  }
  .collection_hf .pr-lg-0,
  .collection_hf .px-lg-0 {
    padding-right: 0 !important;
  }
  .collection_hf .pb-lg-0,
  .collection_hf .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .collection_hf .pl-lg-0,
  .collection_hf .px-lg-0 {
    padding-left: 0 !important;
  }
  .collection_hf .p-lg-1 {
    padding: 0.25rem !important;
  }
  .collection_hf .pt-lg-1,
  .collection_hf .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .collection_hf .pr-lg-1,
  .collection_hf .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .collection_hf .pb-lg-1,
  .collection_hf .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .collection_hf .pl-lg-1,
  .collection_hf .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .collection_hf .p-lg-2 {
    padding: 0.5rem !important;
  }
  .collection_hf .pt-lg-2,
  .collection_hf .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .collection_hf .pr-lg-2,
  .collection_hf .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .collection_hf .pb-lg-2,
  .collection_hf .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .collection_hf .pl-lg-2,
  .collection_hf .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .collection_hf .p-lg-3 {
    padding: 1rem !important;
  }
  .collection_hf .pt-lg-3,
  .collection_hf .py-lg-3 {
    padding-top: 1rem !important;
  }
  .collection_hf .pr-lg-3,
  .collection_hf .px-lg-3 {
    padding-right: 1rem !important;
  }
  .collection_hf .pb-lg-3,
  .collection_hf .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .collection_hf .pl-lg-3,
  .collection_hf .px-lg-3 {
    padding-left: 1rem !important;
  }
  .collection_hf .p-lg-4 {
    padding: 1.5rem !important;
  }
  .collection_hf .pt-lg-4,
  .collection_hf .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .collection_hf .pr-lg-4,
  .collection_hf .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .collection_hf .pb-lg-4,
  .collection_hf .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .collection_hf .pl-lg-4,
  .collection_hf .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .collection_hf .p-lg-5 {
    padding: 2.5rem !important;
  }
  .collection_hf .pt-lg-5,
  .collection_hf .py-lg-5 {
    padding-top: 2.5rem !important;
  }
  .collection_hf .pr-lg-5,
  .collection_hf .px-lg-5 {
    padding-right: 2.5rem !important;
  }
  .collection_hf .pb-lg-5,
  .collection_hf .py-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .collection_hf .pl-lg-5,
  .collection_hf .px-lg-5 {
    padding-left: 2.5rem !important;
  }
  .collection_hf .p-lg-6 {
    padding: 3.5rem !important;
  }
  .collection_hf .pt-lg-6,
  .collection_hf .py-lg-6 {
    padding-top: 3.5rem !important;
  }
  .collection_hf .pr-lg-6,
  .collection_hf .px-lg-6 {
    padding-right: 3.5rem !important;
  }
  .collection_hf .pb-lg-6,
  .collection_hf .py-lg-6 {
    padding-bottom: 3.5rem !important;
  }
  .collection_hf .pl-lg-6,
  .collection_hf .px-lg-6 {
    padding-left: 3.5rem !important;
  }
  .collection_hf .p-lg-7 {
    padding: 4.5rem !important;
  }
  .collection_hf .pt-lg-7,
  .collection_hf .py-lg-7 {
    padding-top: 4.5rem !important;
  }
  .collection_hf .pr-lg-7,
  .collection_hf .px-lg-7 {
    padding-right: 4.5rem !important;
  }
  .collection_hf .pb-lg-7,
  .collection_hf .py-lg-7 {
    padding-bottom: 4.5rem !important;
  }
  .collection_hf .pl-lg-7,
  .collection_hf .px-lg-7 {
    padding-left: 4.5rem !important;
  }
  .collection_hf .p-lg-8 {
    padding: 6rem !important;
  }
  .collection_hf .pt-lg-8,
  .collection_hf .py-lg-8 {
    padding-top: 6rem !important;
  }
  .collection_hf .pr-lg-8,
  .collection_hf .px-lg-8 {
    padding-right: 6rem !important;
  }
  .collection_hf .pb-lg-8,
  .collection_hf .py-lg-8 {
    padding-bottom: 6rem !important;
  }
  .collection_hf .pl-lg-8,
  .collection_hf .px-lg-8 {
    padding-left: 6rem !important;
  }
  .collection_hf .p-lg-9 {
    padding: 7.5rem !important;
  }
  .collection_hf .pt-lg-9,
  .collection_hf .py-lg-9 {
    padding-top: 7.5rem !important;
  }
  .collection_hf .pr-lg-9,
  .collection_hf .px-lg-9 {
    padding-right: 7.5rem !important;
  }
  .collection_hf .pb-lg-9,
  .collection_hf .py-lg-9 {
    padding-bottom: 7.5rem !important;
  }
  .collection_hf .pl-lg-9,
  .collection_hf .px-lg-9 {
    padding-left: 7.5rem !important;
  }
  .collection_hf .p-lg-10 {
    padding: 9.5rem !important;
  }
  .collection_hf .pt-lg-10,
  .collection_hf .py-lg-10 {
    padding-top: 9.5rem !important;
  }
  .collection_hf .pr-lg-10,
  .collection_hf .px-lg-10 {
    padding-right: 9.5rem !important;
  }
  .collection_hf .pb-lg-10,
  .collection_hf .py-lg-10 {
    padding-bottom: 9.5rem !important;
  }
  .collection_hf .pl-lg-10,
  .collection_hf .px-lg-10 {
    padding-left: 9.5rem !important;
  }
  .collection_hf .p-lg-11 {
    padding: 11.5rem !important;
  }
  .collection_hf .pt-lg-11,
  .collection_hf .py-lg-11 {
    padding-top: 11.5rem !important;
  }
  .collection_hf .pr-lg-11,
  .collection_hf .px-lg-11 {
    padding-right: 11.5rem !important;
  }
  .collection_hf .pb-lg-11,
  .collection_hf .py-lg-11 {
    padding-bottom: 11.5rem !important;
  }
  .collection_hf .pl-lg-11,
  .collection_hf .px-lg-11 {
    padding-left: 11.5rem !important;
  }
  .collection_hf .p-lg-12 {
    padding: 14rem !important;
  }
  .collection_hf .pt-lg-12,
  .collection_hf .py-lg-12 {
    padding-top: 14rem !important;
  }
  .collection_hf .pr-lg-12,
  .collection_hf .px-lg-12 {
    padding-right: 14rem !important;
  }
  .collection_hf .pb-lg-12,
  .collection_hf .py-lg-12 {
    padding-bottom: 14rem !important;
  }
  .collection_hf .pl-lg-12,
  .collection_hf .px-lg-12 {
    padding-left: 14rem !important;
  }
  .collection_hf .p-lg-13 {
    padding: 17rem !important;
  }
  .collection_hf .pt-lg-13,
  .collection_hf .py-lg-13 {
    padding-top: 17rem !important;
  }
  .collection_hf .pr-lg-13,
  .collection_hf .px-lg-13 {
    padding-right: 17rem !important;
  }
  .collection_hf .pb-lg-13,
  .collection_hf .py-lg-13 {
    padding-bottom: 17rem !important;
  }
  .collection_hf .pl-lg-13,
  .collection_hf .px-lg-13 {
    padding-left: 17rem !important;
  }
  .collection_hf .p-lg-14 {
    padding: 20rem !important;
  }
  .collection_hf .pt-lg-14,
  .collection_hf .py-lg-14 {
    padding-top: 20rem !important;
  }
  .collection_hf .pr-lg-14,
  .collection_hf .px-lg-14 {
    padding-right: 20rem !important;
  }
  .collection_hf .pb-lg-14,
  .collection_hf .py-lg-14 {
    padding-bottom: 20rem !important;
  }
  .collection_hf .pl-lg-14,
  .collection_hf .px-lg-14 {
    padding-left: 20rem !important;
  }
  .collection_hf .p-lg-15 {
    padding: 24rem !important;
  }
  .collection_hf .pt-lg-15,
  .collection_hf .py-lg-15 {
    padding-top: 24rem !important;
  }
  .collection_hf .pr-lg-15,
  .collection_hf .px-lg-15 {
    padding-right: 24rem !important;
  }
  .collection_hf .pb-lg-15,
  .collection_hf .py-lg-15 {
    padding-bottom: 24rem !important;
  }
  .collection_hf .pl-lg-15,
  .collection_hf .px-lg-15 {
    padding-left: 24rem !important;
  }
  .collection_hf .p-lg-16 {
    padding: 28rem !important;
  }
  .collection_hf .pt-lg-16,
  .collection_hf .py-lg-16 {
    padding-top: 28rem !important;
  }
  .collection_hf .pr-lg-16,
  .collection_hf .px-lg-16 {
    padding-right: 28rem !important;
  }
  .collection_hf .pb-lg-16,
  .collection_hf .py-lg-16 {
    padding-bottom: 28rem !important;
  }
  .collection_hf .pl-lg-16,
  .collection_hf .px-lg-16 {
    padding-left: 28rem !important;
  }
  .collection_hf .p-lg-17 {
    padding: 33rem !important;
  }
  .collection_hf .pt-lg-17,
  .collection_hf .py-lg-17 {
    padding-top: 33rem !important;
  }
  .collection_hf .pr-lg-17,
  .collection_hf .px-lg-17 {
    padding-right: 33rem !important;
  }
  .collection_hf .pb-lg-17,
  .collection_hf .py-lg-17 {
    padding-bottom: 33rem !important;
  }
  .collection_hf .pl-lg-17,
  .collection_hf .px-lg-17 {
    padding-left: 33rem !important;
  }
  .collection_hf .p-lg-18 {
    padding: 38rem !important;
  }
  .collection_hf .pt-lg-18,
  .collection_hf .py-lg-18 {
    padding-top: 38rem !important;
  }
  .collection_hf .pr-lg-18,
  .collection_hf .px-lg-18 {
    padding-right: 38rem !important;
  }
  .collection_hf .pb-lg-18,
  .collection_hf .py-lg-18 {
    padding-bottom: 38rem !important;
  }
  .collection_hf .pl-lg-18,
  .collection_hf .px-lg-18 {
    padding-left: 38rem !important;
  }
  .collection_hf .p-lg-19 {
    padding: 44rem !important;
  }
  .collection_hf .pt-lg-19,
  .collection_hf .py-lg-19 {
    padding-top: 44rem !important;
  }
  .collection_hf .pr-lg-19,
  .collection_hf .px-lg-19 {
    padding-right: 44rem !important;
  }
  .collection_hf .pb-lg-19,
  .collection_hf .py-lg-19 {
    padding-bottom: 44rem !important;
  }
  .collection_hf .pl-lg-19,
  .collection_hf .px-lg-19 {
    padding-left: 44rem !important;
  }
  .collection_hf .p-lg-20 {
    padding: 50rem !important;
  }
  .collection_hf .pt-lg-20,
  .collection_hf .py-lg-20 {
    padding-top: 50rem !important;
  }
  .collection_hf .pr-lg-20,
  .collection_hf .px-lg-20 {
    padding-right: 50rem !important;
  }
  .collection_hf .pb-lg-20,
  .collection_hf .py-lg-20 {
    padding-bottom: 50rem !important;
  }
  .collection_hf .pl-lg-20,
  .collection_hf .px-lg-20 {
    padding-left: 50rem !important;
  }
  .collection_hf .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .collection_hf .mt-lg-n1,
  .collection_hf .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .collection_hf .mr-lg-n1,
  .collection_hf .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .collection_hf .mb-lg-n1,
  .collection_hf .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .collection_hf .ml-lg-n1,
  .collection_hf .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .collection_hf .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .collection_hf .mt-lg-n2,
  .collection_hf .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .collection_hf .mr-lg-n2,
  .collection_hf .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .collection_hf .mb-lg-n2,
  .collection_hf .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .collection_hf .ml-lg-n2,
  .collection_hf .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .collection_hf .m-lg-n3 {
    margin: -1rem !important;
  }
  .collection_hf .mt-lg-n3,
  .collection_hf .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .collection_hf .mr-lg-n3,
  .collection_hf .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .collection_hf .mb-lg-n3,
  .collection_hf .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .collection_hf .ml-lg-n3,
  .collection_hf .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .collection_hf .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .collection_hf .mt-lg-n4,
  .collection_hf .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .collection_hf .mr-lg-n4,
  .collection_hf .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .collection_hf .mb-lg-n4,
  .collection_hf .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .collection_hf .ml-lg-n4,
  .collection_hf .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .collection_hf .m-lg-n5 {
    margin: -2.5rem !important;
  }
  .collection_hf .mt-lg-n5,
  .collection_hf .my-lg-n5 {
    margin-top: -2.5rem !important;
  }
  .collection_hf .mr-lg-n5,
  .collection_hf .mx-lg-n5 {
    margin-right: -2.5rem !important;
  }
  .collection_hf .mb-lg-n5,
  .collection_hf .my-lg-n5 {
    margin-bottom: -2.5rem !important;
  }
  .collection_hf .ml-lg-n5,
  .collection_hf .mx-lg-n5 {
    margin-left: -2.5rem !important;
  }
  .collection_hf .m-lg-n6 {
    margin: -3.5rem !important;
  }
  .collection_hf .mt-lg-n6,
  .collection_hf .my-lg-n6 {
    margin-top: -3.5rem !important;
  }
  .collection_hf .mr-lg-n6,
  .collection_hf .mx-lg-n6 {
    margin-right: -3.5rem !important;
  }
  .collection_hf .mb-lg-n6,
  .collection_hf .my-lg-n6 {
    margin-bottom: -3.5rem !important;
  }
  .collection_hf .ml-lg-n6,
  .collection_hf .mx-lg-n6 {
    margin-left: -3.5rem !important;
  }
  .collection_hf .m-lg-n7 {
    margin: -4.5rem !important;
  }
  .collection_hf .mt-lg-n7,
  .collection_hf .my-lg-n7 {
    margin-top: -4.5rem !important;
  }
  .collection_hf .mr-lg-n7,
  .collection_hf .mx-lg-n7 {
    margin-right: -4.5rem !important;
  }
  .collection_hf .mb-lg-n7,
  .collection_hf .my-lg-n7 {
    margin-bottom: -4.5rem !important;
  }
  .collection_hf .ml-lg-n7,
  .collection_hf .mx-lg-n7 {
    margin-left: -4.5rem !important;
  }
  .collection_hf .m-lg-n8 {
    margin: -6rem !important;
  }
  .collection_hf .mt-lg-n8,
  .collection_hf .my-lg-n8 {
    margin-top: -6rem !important;
  }
  .collection_hf .mr-lg-n8,
  .collection_hf .mx-lg-n8 {
    margin-right: -6rem !important;
  }
  .collection_hf .mb-lg-n8,
  .collection_hf .my-lg-n8 {
    margin-bottom: -6rem !important;
  }
  .collection_hf .ml-lg-n8,
  .collection_hf .mx-lg-n8 {
    margin-left: -6rem !important;
  }
  .collection_hf .m-lg-n9 {
    margin: -7.5rem !important;
  }
  .collection_hf .mt-lg-n9,
  .collection_hf .my-lg-n9 {
    margin-top: -7.5rem !important;
  }
  .collection_hf .mr-lg-n9,
  .collection_hf .mx-lg-n9 {
    margin-right: -7.5rem !important;
  }
  .collection_hf .mb-lg-n9,
  .collection_hf .my-lg-n9 {
    margin-bottom: -7.5rem !important;
  }
  .collection_hf .ml-lg-n9,
  .collection_hf .mx-lg-n9 {
    margin-left: -7.5rem !important;
  }
  .collection_hf .m-lg-n10 {
    margin: -9.5rem !important;
  }
  .collection_hf .mt-lg-n10,
  .collection_hf .my-lg-n10 {
    margin-top: -9.5rem !important;
  }
  .collection_hf .mr-lg-n10,
  .collection_hf .mx-lg-n10 {
    margin-right: -9.5rem !important;
  }
  .collection_hf .mb-lg-n10,
  .collection_hf .my-lg-n10 {
    margin-bottom: -9.5rem !important;
  }
  .collection_hf .ml-lg-n10,
  .collection_hf .mx-lg-n10 {
    margin-left: -9.5rem !important;
  }
  .collection_hf .m-lg-n11 {
    margin: -11.5rem !important;
  }
  .collection_hf .mt-lg-n11,
  .collection_hf .my-lg-n11 {
    margin-top: -11.5rem !important;
  }
  .collection_hf .mr-lg-n11,
  .collection_hf .mx-lg-n11 {
    margin-right: -11.5rem !important;
  }
  .collection_hf .mb-lg-n11,
  .collection_hf .my-lg-n11 {
    margin-bottom: -11.5rem !important;
  }
  .collection_hf .ml-lg-n11,
  .collection_hf .mx-lg-n11 {
    margin-left: -11.5rem !important;
  }
  .collection_hf .m-lg-n12 {
    margin: -14rem !important;
  }
  .collection_hf .mt-lg-n12,
  .collection_hf .my-lg-n12 {
    margin-top: -14rem !important;
  }
  .collection_hf .mr-lg-n12,
  .collection_hf .mx-lg-n12 {
    margin-right: -14rem !important;
  }
  .collection_hf .mb-lg-n12,
  .collection_hf .my-lg-n12 {
    margin-bottom: -14rem !important;
  }
  .collection_hf .ml-lg-n12,
  .collection_hf .mx-lg-n12 {
    margin-left: -14rem !important;
  }
  .collection_hf .m-lg-n13 {
    margin: -17rem !important;
  }
  .collection_hf .mt-lg-n13,
  .collection_hf .my-lg-n13 {
    margin-top: -17rem !important;
  }
  .collection_hf .mr-lg-n13,
  .collection_hf .mx-lg-n13 {
    margin-right: -17rem !important;
  }
  .collection_hf .mb-lg-n13,
  .collection_hf .my-lg-n13 {
    margin-bottom: -17rem !important;
  }
  .collection_hf .ml-lg-n13,
  .collection_hf .mx-lg-n13 {
    margin-left: -17rem !important;
  }
  .collection_hf .m-lg-n14 {
    margin: -20rem !important;
  }
  .collection_hf .mt-lg-n14,
  .collection_hf .my-lg-n14 {
    margin-top: -20rem !important;
  }
  .collection_hf .mr-lg-n14,
  .collection_hf .mx-lg-n14 {
    margin-right: -20rem !important;
  }
  .collection_hf .mb-lg-n14,
  .collection_hf .my-lg-n14 {
    margin-bottom: -20rem !important;
  }
  .collection_hf .ml-lg-n14,
  .collection_hf .mx-lg-n14 {
    margin-left: -20rem !important;
  }
  .collection_hf .m-lg-n15 {
    margin: -24rem !important;
  }
  .collection_hf .mt-lg-n15,
  .collection_hf .my-lg-n15 {
    margin-top: -24rem !important;
  }
  .collection_hf .mr-lg-n15,
  .collection_hf .mx-lg-n15 {
    margin-right: -24rem !important;
  }
  .collection_hf .mb-lg-n15,
  .collection_hf .my-lg-n15 {
    margin-bottom: -24rem !important;
  }
  .collection_hf .ml-lg-n15,
  .collection_hf .mx-lg-n15 {
    margin-left: -24rem !important;
  }
  .collection_hf .m-lg-n16 {
    margin: -28rem !important;
  }
  .collection_hf .mt-lg-n16,
  .collection_hf .my-lg-n16 {
    margin-top: -28rem !important;
  }
  .collection_hf .mr-lg-n16,
  .collection_hf .mx-lg-n16 {
    margin-right: -28rem !important;
  }
  .collection_hf .mb-lg-n16,
  .collection_hf .my-lg-n16 {
    margin-bottom: -28rem !important;
  }
  .collection_hf .ml-lg-n16,
  .collection_hf .mx-lg-n16 {
    margin-left: -28rem !important;
  }
  .collection_hf .m-lg-n17 {
    margin: -33rem !important;
  }
  .collection_hf .mt-lg-n17,
  .collection_hf .my-lg-n17 {
    margin-top: -33rem !important;
  }
  .collection_hf .mr-lg-n17,
  .collection_hf .mx-lg-n17 {
    margin-right: -33rem !important;
  }
  .collection_hf .mb-lg-n17,
  .collection_hf .my-lg-n17 {
    margin-bottom: -33rem !important;
  }
  .collection_hf .ml-lg-n17,
  .collection_hf .mx-lg-n17 {
    margin-left: -33rem !important;
  }
  .collection_hf .m-lg-n18 {
    margin: -38rem !important;
  }
  .collection_hf .mt-lg-n18,
  .collection_hf .my-lg-n18 {
    margin-top: -38rem !important;
  }
  .collection_hf .mr-lg-n18,
  .collection_hf .mx-lg-n18 {
    margin-right: -38rem !important;
  }
  .collection_hf .mb-lg-n18,
  .collection_hf .my-lg-n18 {
    margin-bottom: -38rem !important;
  }
  .collection_hf .ml-lg-n18,
  .collection_hf .mx-lg-n18 {
    margin-left: -38rem !important;
  }
  .collection_hf .m-lg-n19 {
    margin: -44rem !important;
  }
  .collection_hf .mt-lg-n19,
  .collection_hf .my-lg-n19 {
    margin-top: -44rem !important;
  }
  .collection_hf .mr-lg-n19,
  .collection_hf .mx-lg-n19 {
    margin-right: -44rem !important;
  }
  .collection_hf .mb-lg-n19,
  .collection_hf .my-lg-n19 {
    margin-bottom: -44rem !important;
  }
  .collection_hf .ml-lg-n19,
  .collection_hf .mx-lg-n19 {
    margin-left: -44rem !important;
  }
  .collection_hf .m-lg-n20 {
    margin: -50rem !important;
  }
  .collection_hf .mt-lg-n20,
  .collection_hf .my-lg-n20 {
    margin-top: -50rem !important;
  }
  .collection_hf .mr-lg-n20,
  .collection_hf .mx-lg-n20 {
    margin-right: -50rem !important;
  }
  .collection_hf .mb-lg-n20,
  .collection_hf .my-lg-n20 {
    margin-bottom: -50rem !important;
  }
  .collection_hf .ml-lg-n20,
  .collection_hf .mx-lg-n20 {
    margin-left: -50rem !important;
  }
  .collection_hf .m-lg-auto {
    margin: auto !important;
  }
  .collection_hf .mt-lg-auto,
  .collection_hf .my-lg-auto {
    margin-top: auto !important;
  }
  .collection_hf .mr-lg-auto,
  .collection_hf .mx-lg-auto {
    margin-right: auto !important;
  }
  .collection_hf .mb-lg-auto,
  .collection_hf .my-lg-auto {
    margin-bottom: auto !important;
  }
  .collection_hf .ml-lg-auto,
  .collection_hf .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .collection_hf .m-xl-0 {
    margin: 0 !important;
  }
  .collection_hf .mt-xl-0,
  .collection_hf .my-xl-0 {
    margin-top: 0 !important;
  }
  .collection_hf .mr-xl-0,
  .collection_hf .mx-xl-0 {
    margin-right: 0 !important;
  }
  .collection_hf .mb-xl-0,
  .collection_hf .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .collection_hf .ml-xl-0,
  .collection_hf .mx-xl-0 {
    margin-left: 0 !important;
  }
  .collection_hf .m-xl-1 {
    margin: 0.25rem !important;
  }
  .collection_hf .mt-xl-1,
  .collection_hf .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .collection_hf .mr-xl-1,
  .collection_hf .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .collection_hf .mb-xl-1,
  .collection_hf .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .collection_hf .ml-xl-1,
  .collection_hf .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .collection_hf .m-xl-2 {
    margin: 0.5rem !important;
  }
  .collection_hf .mt-xl-2,
  .collection_hf .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .collection_hf .mr-xl-2,
  .collection_hf .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .collection_hf .mb-xl-2,
  .collection_hf .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .collection_hf .ml-xl-2,
  .collection_hf .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .collection_hf .m-xl-3 {
    margin: 1rem !important;
  }
  .collection_hf .mt-xl-3,
  .collection_hf .my-xl-3 {
    margin-top: 1rem !important;
  }
  .collection_hf .mr-xl-3,
  .collection_hf .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .collection_hf .mb-xl-3,
  .collection_hf .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .collection_hf .ml-xl-3,
  .collection_hf .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .collection_hf .m-xl-4 {
    margin: 1.5rem !important;
  }
  .collection_hf .mt-xl-4,
  .collection_hf .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .collection_hf .mr-xl-4,
  .collection_hf .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .collection_hf .mb-xl-4,
  .collection_hf .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .collection_hf .ml-xl-4,
  .collection_hf .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .collection_hf .m-xl-5 {
    margin: 2.5rem !important;
  }
  .collection_hf .mt-xl-5,
  .collection_hf .my-xl-5 {
    margin-top: 2.5rem !important;
  }
  .collection_hf .mr-xl-5,
  .collection_hf .mx-xl-5 {
    margin-right: 2.5rem !important;
  }
  .collection_hf .mb-xl-5,
  .collection_hf .my-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .collection_hf .ml-xl-5,
  .collection_hf .mx-xl-5 {
    margin-left: 2.5rem !important;
  }
  .collection_hf .m-xl-6 {
    margin: 3.5rem !important;
  }
  .collection_hf .mt-xl-6,
  .collection_hf .my-xl-6 {
    margin-top: 3.5rem !important;
  }
  .collection_hf .mr-xl-6,
  .collection_hf .mx-xl-6 {
    margin-right: 3.5rem !important;
  }
  .collection_hf .mb-xl-6,
  .collection_hf .my-xl-6 {
    margin-bottom: 3.5rem !important;
  }
  .collection_hf .ml-xl-6,
  .collection_hf .mx-xl-6 {
    margin-left: 3.5rem !important;
  }
  .collection_hf .m-xl-7 {
    margin: 4.5rem !important;
  }
  .collection_hf .mt-xl-7,
  .collection_hf .my-xl-7 {
    margin-top: 4.5rem !important;
  }
  .collection_hf .mr-xl-7,
  .collection_hf .mx-xl-7 {
    margin-right: 4.5rem !important;
  }
  .collection_hf .mb-xl-7,
  .collection_hf .my-xl-7 {
    margin-bottom: 4.5rem !important;
  }
  .collection_hf .ml-xl-7,
  .collection_hf .mx-xl-7 {
    margin-left: 4.5rem !important;
  }
  .collection_hf .m-xl-8 {
    margin: 6rem !important;
  }
  .collection_hf .mt-xl-8,
  .collection_hf .my-xl-8 {
    margin-top: 6rem !important;
  }
  .collection_hf .mr-xl-8,
  .collection_hf .mx-xl-8 {
    margin-right: 6rem !important;
  }
  .collection_hf .mb-xl-8,
  .collection_hf .my-xl-8 {
    margin-bottom: 6rem !important;
  }
  .collection_hf .ml-xl-8,
  .collection_hf .mx-xl-8 {
    margin-left: 6rem !important;
  }
  .collection_hf .m-xl-9 {
    margin: 7.5rem !important;
  }
  .collection_hf .mt-xl-9,
  .collection_hf .my-xl-9 {
    margin-top: 7.5rem !important;
  }
  .collection_hf .mr-xl-9,
  .collection_hf .mx-xl-9 {
    margin-right: 7.5rem !important;
  }
  .collection_hf .mb-xl-9,
  .collection_hf .my-xl-9 {
    margin-bottom: 7.5rem !important;
  }
  .collection_hf .ml-xl-9,
  .collection_hf .mx-xl-9 {
    margin-left: 7.5rem !important;
  }
  .collection_hf .m-xl-10 {
    margin: 9.5rem !important;
  }
  .collection_hf .mt-xl-10,
  .collection_hf .my-xl-10 {
    margin-top: 9.5rem !important;
  }
  .collection_hf .mr-xl-10,
  .collection_hf .mx-xl-10 {
    margin-right: 9.5rem !important;
  }
  .collection_hf .mb-xl-10,
  .collection_hf .my-xl-10 {
    margin-bottom: 9.5rem !important;
  }
  .collection_hf .ml-xl-10,
  .collection_hf .mx-xl-10 {
    margin-left: 9.5rem !important;
  }
  .collection_hf .m-xl-11 {
    margin: 11.5rem !important;
  }
  .collection_hf .mt-xl-11,
  .collection_hf .my-xl-11 {
    margin-top: 11.5rem !important;
  }
  .collection_hf .mr-xl-11,
  .collection_hf .mx-xl-11 {
    margin-right: 11.5rem !important;
  }
  .collection_hf .mb-xl-11,
  .collection_hf .my-xl-11 {
    margin-bottom: 11.5rem !important;
  }
  .collection_hf .ml-xl-11,
  .collection_hf .mx-xl-11 {
    margin-left: 11.5rem !important;
  }
  .collection_hf .m-xl-12 {
    margin: 14rem !important;
  }
  .collection_hf .mt-xl-12,
  .collection_hf .my-xl-12 {
    margin-top: 14rem !important;
  }
  .collection_hf .mr-xl-12,
  .collection_hf .mx-xl-12 {
    margin-right: 14rem !important;
  }
  .collection_hf .mb-xl-12,
  .collection_hf .my-xl-12 {
    margin-bottom: 14rem !important;
  }
  .collection_hf .ml-xl-12,
  .collection_hf .mx-xl-12 {
    margin-left: 14rem !important;
  }
  .collection_hf .m-xl-13 {
    margin: 17rem !important;
  }
  .collection_hf .mt-xl-13,
  .collection_hf .my-xl-13 {
    margin-top: 17rem !important;
  }
  .collection_hf .mr-xl-13,
  .collection_hf .mx-xl-13 {
    margin-right: 17rem !important;
  }
  .collection_hf .mb-xl-13,
  .collection_hf .my-xl-13 {
    margin-bottom: 17rem !important;
  }
  .collection_hf .ml-xl-13,
  .collection_hf .mx-xl-13 {
    margin-left: 17rem !important;
  }
  .collection_hf .m-xl-14 {
    margin: 20rem !important;
  }
  .collection_hf .mt-xl-14,
  .collection_hf .my-xl-14 {
    margin-top: 20rem !important;
  }
  .collection_hf .mr-xl-14,
  .collection_hf .mx-xl-14 {
    margin-right: 20rem !important;
  }
  .collection_hf .mb-xl-14,
  .collection_hf .my-xl-14 {
    margin-bottom: 20rem !important;
  }
  .collection_hf .ml-xl-14,
  .collection_hf .mx-xl-14 {
    margin-left: 20rem !important;
  }
  .collection_hf .m-xl-15 {
    margin: 24rem !important;
  }
  .collection_hf .mt-xl-15,
  .collection_hf .my-xl-15 {
    margin-top: 24rem !important;
  }
  .collection_hf .mr-xl-15,
  .collection_hf .mx-xl-15 {
    margin-right: 24rem !important;
  }
  .collection_hf .mb-xl-15,
  .collection_hf .my-xl-15 {
    margin-bottom: 24rem !important;
  }
  .collection_hf .ml-xl-15,
  .collection_hf .mx-xl-15 {
    margin-left: 24rem !important;
  }
  .collection_hf .m-xl-16 {
    margin: 28rem !important;
  }
  .collection_hf .mt-xl-16,
  .collection_hf .my-xl-16 {
    margin-top: 28rem !important;
  }
  .collection_hf .mr-xl-16,
  .collection_hf .mx-xl-16 {
    margin-right: 28rem !important;
  }
  .collection_hf .mb-xl-16,
  .collection_hf .my-xl-16 {
    margin-bottom: 28rem !important;
  }
  .collection_hf .ml-xl-16,
  .collection_hf .mx-xl-16 {
    margin-left: 28rem !important;
  }
  .collection_hf .m-xl-17 {
    margin: 33rem !important;
  }
  .collection_hf .mt-xl-17,
  .collection_hf .my-xl-17 {
    margin-top: 33rem !important;
  }
  .collection_hf .mr-xl-17,
  .collection_hf .mx-xl-17 {
    margin-right: 33rem !important;
  }
  .collection_hf .mb-xl-17,
  .collection_hf .my-xl-17 {
    margin-bottom: 33rem !important;
  }
  .collection_hf .ml-xl-17,
  .collection_hf .mx-xl-17 {
    margin-left: 33rem !important;
  }
  .collection_hf .m-xl-18 {
    margin: 38rem !important;
  }
  .collection_hf .mt-xl-18,
  .collection_hf .my-xl-18 {
    margin-top: 38rem !important;
  }
  .collection_hf .mr-xl-18,
  .collection_hf .mx-xl-18 {
    margin-right: 38rem !important;
  }
  .collection_hf .mb-xl-18,
  .collection_hf .my-xl-18 {
    margin-bottom: 38rem !important;
  }
  .collection_hf .ml-xl-18,
  .collection_hf .mx-xl-18 {
    margin-left: 38rem !important;
  }
  .collection_hf .m-xl-19 {
    margin: 44rem !important;
  }
  .collection_hf .mt-xl-19,
  .collection_hf .my-xl-19 {
    margin-top: 44rem !important;
  }
  .collection_hf .mr-xl-19,
  .collection_hf .mx-xl-19 {
    margin-right: 44rem !important;
  }
  .collection_hf .mb-xl-19,
  .collection_hf .my-xl-19 {
    margin-bottom: 44rem !important;
  }
  .collection_hf .ml-xl-19,
  .collection_hf .mx-xl-19 {
    margin-left: 44rem !important;
  }
  .collection_hf .m-xl-20 {
    margin: 50rem !important;
  }
  .collection_hf .mt-xl-20,
  .collection_hf .my-xl-20 {
    margin-top: 50rem !important;
  }
  .collection_hf .mr-xl-20,
  .collection_hf .mx-xl-20 {
    margin-right: 50rem !important;
  }
  .collection_hf .mb-xl-20,
  .collection_hf .my-xl-20 {
    margin-bottom: 50rem !important;
  }
  .collection_hf .ml-xl-20,
  .collection_hf .mx-xl-20 {
    margin-left: 50rem !important;
  }
  .collection_hf .p-xl-0 {
    padding: 0 !important;
  }
  .collection_hf .pt-xl-0,
  .collection_hf .py-xl-0 {
    padding-top: 0 !important;
  }
  .collection_hf .pr-xl-0,
  .collection_hf .px-xl-0 {
    padding-right: 0 !important;
  }
  .collection_hf .pb-xl-0,
  .collection_hf .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .collection_hf .pl-xl-0,
  .collection_hf .px-xl-0 {
    padding-left: 0 !important;
  }
  .collection_hf .p-xl-1 {
    padding: 0.25rem !important;
  }
  .collection_hf .pt-xl-1,
  .collection_hf .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .collection_hf .pr-xl-1,
  .collection_hf .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .collection_hf .pb-xl-1,
  .collection_hf .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .collection_hf .pl-xl-1,
  .collection_hf .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .collection_hf .p-xl-2 {
    padding: 0.5rem !important;
  }
  .collection_hf .pt-xl-2,
  .collection_hf .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .collection_hf .pr-xl-2,
  .collection_hf .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .collection_hf .pb-xl-2,
  .collection_hf .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .collection_hf .pl-xl-2,
  .collection_hf .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .collection_hf .p-xl-3 {
    padding: 1rem !important;
  }
  .collection_hf .pt-xl-3,
  .collection_hf .py-xl-3 {
    padding-top: 1rem !important;
  }
  .collection_hf .pr-xl-3,
  .collection_hf .px-xl-3 {
    padding-right: 1rem !important;
  }
  .collection_hf .pb-xl-3,
  .collection_hf .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .collection_hf .pl-xl-3,
  .collection_hf .px-xl-3 {
    padding-left: 1rem !important;
  }
  .collection_hf .p-xl-4 {
    padding: 1.5rem !important;
  }
  .collection_hf .pt-xl-4,
  .collection_hf .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .collection_hf .pr-xl-4,
  .collection_hf .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .collection_hf .pb-xl-4,
  .collection_hf .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .collection_hf .pl-xl-4,
  .collection_hf .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .collection_hf .p-xl-5 {
    padding: 2.5rem !important;
  }
  .collection_hf .pt-xl-5,
  .collection_hf .py-xl-5 {
    padding-top: 2.5rem !important;
  }
  .collection_hf .pr-xl-5,
  .collection_hf .px-xl-5 {
    padding-right: 2.5rem !important;
  }
  .collection_hf .pb-xl-5,
  .collection_hf .py-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .collection_hf .pl-xl-5,
  .collection_hf .px-xl-5 {
    padding-left: 2.5rem !important;
  }
  .collection_hf .p-xl-6 {
    padding: 3.5rem !important;
  }
  .collection_hf .pt-xl-6,
  .collection_hf .py-xl-6 {
    padding-top: 3.5rem !important;
  }
  .collection_hf .pr-xl-6,
  .collection_hf .px-xl-6 {
    padding-right: 3.5rem !important;
  }
  .collection_hf .pb-xl-6,
  .collection_hf .py-xl-6 {
    padding-bottom: 3.5rem !important;
  }
  .collection_hf .pl-xl-6,
  .collection_hf .px-xl-6 {
    padding-left: 3.5rem !important;
  }
  .collection_hf .p-xl-7 {
    padding: 4.5rem !important;
  }
  .collection_hf .pt-xl-7,
  .collection_hf .py-xl-7 {
    padding-top: 4.5rem !important;
  }
  .collection_hf .pr-xl-7,
  .collection_hf .px-xl-7 {
    padding-right: 4.5rem !important;
  }
  .collection_hf .pb-xl-7,
  .collection_hf .py-xl-7 {
    padding-bottom: 4.5rem !important;
  }
  .collection_hf .pl-xl-7,
  .collection_hf .px-xl-7 {
    padding-left: 4.5rem !important;
  }
  .collection_hf .p-xl-8 {
    padding: 6rem !important;
  }
  .collection_hf .pt-xl-8,
  .collection_hf .py-xl-8 {
    padding-top: 6rem !important;
  }
  .collection_hf .pr-xl-8,
  .collection_hf .px-xl-8 {
    padding-right: 6rem !important;
  }
  .collection_hf .pb-xl-8,
  .collection_hf .py-xl-8 {
    padding-bottom: 6rem !important;
  }
  .collection_hf .pl-xl-8,
  .collection_hf .px-xl-8 {
    padding-left: 6rem !important;
  }
  .collection_hf .p-xl-9 {
    padding: 7.5rem !important;
  }
  .collection_hf .pt-xl-9,
  .collection_hf .py-xl-9 {
    padding-top: 7.5rem !important;
  }
  .collection_hf .pr-xl-9,
  .collection_hf .px-xl-9 {
    padding-right: 7.5rem !important;
  }
  .collection_hf .pb-xl-9,
  .collection_hf .py-xl-9 {
    padding-bottom: 7.5rem !important;
  }
  .collection_hf .pl-xl-9,
  .collection_hf .px-xl-9 {
    padding-left: 7.5rem !important;
  }
  .collection_hf .p-xl-10 {
    padding: 9.5rem !important;
  }
  .collection_hf .pt-xl-10,
  .collection_hf .py-xl-10 {
    padding-top: 9.5rem !important;
  }
  .collection_hf .pr-xl-10,
  .collection_hf .px-xl-10 {
    padding-right: 9.5rem !important;
  }
  .collection_hf .pb-xl-10,
  .collection_hf .py-xl-10 {
    padding-bottom: 9.5rem !important;
  }
  .collection_hf .pl-xl-10,
  .collection_hf .px-xl-10 {
    padding-left: 9.5rem !important;
  }
  .collection_hf .p-xl-11 {
    padding: 11.5rem !important;
  }
  .collection_hf .pt-xl-11,
  .collection_hf .py-xl-11 {
    padding-top: 11.5rem !important;
  }
  .collection_hf .pr-xl-11,
  .collection_hf .px-xl-11 {
    padding-right: 11.5rem !important;
  }
  .collection_hf .pb-xl-11,
  .collection_hf .py-xl-11 {
    padding-bottom: 11.5rem !important;
  }
  .collection_hf .pl-xl-11,
  .collection_hf .px-xl-11 {
    padding-left: 11.5rem !important;
  }
  .collection_hf .p-xl-12 {
    padding: 14rem !important;
  }
  .collection_hf .pt-xl-12,
  .collection_hf .py-xl-12 {
    padding-top: 14rem !important;
  }
  .collection_hf .pr-xl-12,
  .collection_hf .px-xl-12 {
    padding-right: 14rem !important;
  }
  .collection_hf .pb-xl-12,
  .collection_hf .py-xl-12 {
    padding-bottom: 14rem !important;
  }
  .collection_hf .pl-xl-12,
  .collection_hf .px-xl-12 {
    padding-left: 14rem !important;
  }
  .collection_hf .p-xl-13 {
    padding: 17rem !important;
  }
  .collection_hf .pt-xl-13,
  .collection_hf .py-xl-13 {
    padding-top: 17rem !important;
  }
  .collection_hf .pr-xl-13,
  .collection_hf .px-xl-13 {
    padding-right: 17rem !important;
  }
  .collection_hf .pb-xl-13,
  .collection_hf .py-xl-13 {
    padding-bottom: 17rem !important;
  }
  .collection_hf .pl-xl-13,
  .collection_hf .px-xl-13 {
    padding-left: 17rem !important;
  }
  .collection_hf .p-xl-14 {
    padding: 20rem !important;
  }
  .collection_hf .pt-xl-14,
  .collection_hf .py-xl-14 {
    padding-top: 20rem !important;
  }
  .collection_hf .pr-xl-14,
  .collection_hf .px-xl-14 {
    padding-right: 20rem !important;
  }
  .collection_hf .pb-xl-14,
  .collection_hf .py-xl-14 {
    padding-bottom: 20rem !important;
  }
  .collection_hf .pl-xl-14,
  .collection_hf .px-xl-14 {
    padding-left: 20rem !important;
  }
  .collection_hf .p-xl-15 {
    padding: 24rem !important;
  }
  .collection_hf .pt-xl-15,
  .collection_hf .py-xl-15 {
    padding-top: 24rem !important;
  }
  .collection_hf .pr-xl-15,
  .collection_hf .px-xl-15 {
    padding-right: 24rem !important;
  }
  .collection_hf .pb-xl-15,
  .collection_hf .py-xl-15 {
    padding-bottom: 24rem !important;
  }
  .collection_hf .pl-xl-15,
  .collection_hf .px-xl-15 {
    padding-left: 24rem !important;
  }
  .collection_hf .p-xl-16 {
    padding: 28rem !important;
  }
  .collection_hf .pt-xl-16,
  .collection_hf .py-xl-16 {
    padding-top: 28rem !important;
  }
  .collection_hf .pr-xl-16,
  .collection_hf .px-xl-16 {
    padding-right: 28rem !important;
  }
  .collection_hf .pb-xl-16,
  .collection_hf .py-xl-16 {
    padding-bottom: 28rem !important;
  }
  .collection_hf .pl-xl-16,
  .collection_hf .px-xl-16 {
    padding-left: 28rem !important;
  }
  .collection_hf .p-xl-17 {
    padding: 33rem !important;
  }
  .collection_hf .pt-xl-17,
  .collection_hf .py-xl-17 {
    padding-top: 33rem !important;
  }
  .collection_hf .pr-xl-17,
  .collection_hf .px-xl-17 {
    padding-right: 33rem !important;
  }
  .collection_hf .pb-xl-17,
  .collection_hf .py-xl-17 {
    padding-bottom: 33rem !important;
  }
  .collection_hf .pl-xl-17,
  .collection_hf .px-xl-17 {
    padding-left: 33rem !important;
  }
  .collection_hf .p-xl-18 {
    padding: 38rem !important;
  }
  .collection_hf .pt-xl-18,
  .collection_hf .py-xl-18 {
    padding-top: 38rem !important;
  }
  .collection_hf .pr-xl-18,
  .collection_hf .px-xl-18 {
    padding-right: 38rem !important;
  }
  .collection_hf .pb-xl-18,
  .collection_hf .py-xl-18 {
    padding-bottom: 38rem !important;
  }
  .collection_hf .pl-xl-18,
  .collection_hf .px-xl-18 {
    padding-left: 38rem !important;
  }
  .collection_hf .p-xl-19 {
    padding: 44rem !important;
  }
  .collection_hf .pt-xl-19,
  .collection_hf .py-xl-19 {
    padding-top: 44rem !important;
  }
  .collection_hf .pr-xl-19,
  .collection_hf .px-xl-19 {
    padding-right: 44rem !important;
  }
  .collection_hf .pb-xl-19,
  .collection_hf .py-xl-19 {
    padding-bottom: 44rem !important;
  }
  .collection_hf .pl-xl-19,
  .collection_hf .px-xl-19 {
    padding-left: 44rem !important;
  }
  .collection_hf .p-xl-20 {
    padding: 50rem !important;
  }
  .collection_hf .pt-xl-20,
  .collection_hf .py-xl-20 {
    padding-top: 50rem !important;
  }
  .collection_hf .pr-xl-20,
  .collection_hf .px-xl-20 {
    padding-right: 50rem !important;
  }
  .collection_hf .pb-xl-20,
  .collection_hf .py-xl-20 {
    padding-bottom: 50rem !important;
  }
  .collection_hf .pl-xl-20,
  .collection_hf .px-xl-20 {
    padding-left: 50rem !important;
  }
  .collection_hf .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .collection_hf .mt-xl-n1,
  .collection_hf .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .collection_hf .mr-xl-n1,
  .collection_hf .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .collection_hf .mb-xl-n1,
  .collection_hf .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .collection_hf .ml-xl-n1,
  .collection_hf .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .collection_hf .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .collection_hf .mt-xl-n2,
  .collection_hf .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .collection_hf .mr-xl-n2,
  .collection_hf .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .collection_hf .mb-xl-n2,
  .collection_hf .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .collection_hf .ml-xl-n2,
  .collection_hf .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .collection_hf .m-xl-n3 {
    margin: -1rem !important;
  }
  .collection_hf .mt-xl-n3,
  .collection_hf .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .collection_hf .mr-xl-n3,
  .collection_hf .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .collection_hf .mb-xl-n3,
  .collection_hf .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .collection_hf .ml-xl-n3,
  .collection_hf .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .collection_hf .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .collection_hf .mt-xl-n4,
  .collection_hf .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .collection_hf .mr-xl-n4,
  .collection_hf .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .collection_hf .mb-xl-n4,
  .collection_hf .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .collection_hf .ml-xl-n4,
  .collection_hf .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .collection_hf .m-xl-n5 {
    margin: -2.5rem !important;
  }
  .collection_hf .mt-xl-n5,
  .collection_hf .my-xl-n5 {
    margin-top: -2.5rem !important;
  }
  .collection_hf .mr-xl-n5,
  .collection_hf .mx-xl-n5 {
    margin-right: -2.5rem !important;
  }
  .collection_hf .mb-xl-n5,
  .collection_hf .my-xl-n5 {
    margin-bottom: -2.5rem !important;
  }
  .collection_hf .ml-xl-n5,
  .collection_hf .mx-xl-n5 {
    margin-left: -2.5rem !important;
  }
  .collection_hf .m-xl-n6 {
    margin: -3.5rem !important;
  }
  .collection_hf .mt-xl-n6,
  .collection_hf .my-xl-n6 {
    margin-top: -3.5rem !important;
  }
  .collection_hf .mr-xl-n6,
  .collection_hf .mx-xl-n6 {
    margin-right: -3.5rem !important;
  }
  .collection_hf .mb-xl-n6,
  .collection_hf .my-xl-n6 {
    margin-bottom: -3.5rem !important;
  }
  .collection_hf .ml-xl-n6,
  .collection_hf .mx-xl-n6 {
    margin-left: -3.5rem !important;
  }
  .collection_hf .m-xl-n7 {
    margin: -4.5rem !important;
  }
  .collection_hf .mt-xl-n7,
  .collection_hf .my-xl-n7 {
    margin-top: -4.5rem !important;
  }
  .collection_hf .mr-xl-n7,
  .collection_hf .mx-xl-n7 {
    margin-right: -4.5rem !important;
  }
  .collection_hf .mb-xl-n7,
  .collection_hf .my-xl-n7 {
    margin-bottom: -4.5rem !important;
  }
  .collection_hf .ml-xl-n7,
  .collection_hf .mx-xl-n7 {
    margin-left: -4.5rem !important;
  }
  .collection_hf .m-xl-n8 {
    margin: -6rem !important;
  }
  .collection_hf .mt-xl-n8,
  .collection_hf .my-xl-n8 {
    margin-top: -6rem !important;
  }
  .collection_hf .mr-xl-n8,
  .collection_hf .mx-xl-n8 {
    margin-right: -6rem !important;
  }
  .collection_hf .mb-xl-n8,
  .collection_hf .my-xl-n8 {
    margin-bottom: -6rem !important;
  }
  .collection_hf .ml-xl-n8,
  .collection_hf .mx-xl-n8 {
    margin-left: -6rem !important;
  }
  .collection_hf .m-xl-n9 {
    margin: -7.5rem !important;
  }
  .collection_hf .mt-xl-n9,
  .collection_hf .my-xl-n9 {
    margin-top: -7.5rem !important;
  }
  .collection_hf .mr-xl-n9,
  .collection_hf .mx-xl-n9 {
    margin-right: -7.5rem !important;
  }
  .collection_hf .mb-xl-n9,
  .collection_hf .my-xl-n9 {
    margin-bottom: -7.5rem !important;
  }
  .collection_hf .ml-xl-n9,
  .collection_hf .mx-xl-n9 {
    margin-left: -7.5rem !important;
  }
  .collection_hf .m-xl-n10 {
    margin: -9.5rem !important;
  }
  .collection_hf .mt-xl-n10,
  .collection_hf .my-xl-n10 {
    margin-top: -9.5rem !important;
  }
  .collection_hf .mr-xl-n10,
  .collection_hf .mx-xl-n10 {
    margin-right: -9.5rem !important;
  }
  .collection_hf .mb-xl-n10,
  .collection_hf .my-xl-n10 {
    margin-bottom: -9.5rem !important;
  }
  .collection_hf .ml-xl-n10,
  .collection_hf .mx-xl-n10 {
    margin-left: -9.5rem !important;
  }
  .collection_hf .m-xl-n11 {
    margin: -11.5rem !important;
  }
  .collection_hf .mt-xl-n11,
  .collection_hf .my-xl-n11 {
    margin-top: -11.5rem !important;
  }
  .collection_hf .mr-xl-n11,
  .collection_hf .mx-xl-n11 {
    margin-right: -11.5rem !important;
  }
  .collection_hf .mb-xl-n11,
  .collection_hf .my-xl-n11 {
    margin-bottom: -11.5rem !important;
  }
  .collection_hf .ml-xl-n11,
  .collection_hf .mx-xl-n11 {
    margin-left: -11.5rem !important;
  }
  .collection_hf .m-xl-n12 {
    margin: -14rem !important;
  }
  .collection_hf .mt-xl-n12,
  .collection_hf .my-xl-n12 {
    margin-top: -14rem !important;
  }
  .collection_hf .mr-xl-n12,
  .collection_hf .mx-xl-n12 {
    margin-right: -14rem !important;
  }
  .collection_hf .mb-xl-n12,
  .collection_hf .my-xl-n12 {
    margin-bottom: -14rem !important;
  }
  .collection_hf .ml-xl-n12,
  .collection_hf .mx-xl-n12 {
    margin-left: -14rem !important;
  }
  .collection_hf .m-xl-n13 {
    margin: -17rem !important;
  }
  .collection_hf .mt-xl-n13,
  .collection_hf .my-xl-n13 {
    margin-top: -17rem !important;
  }
  .collection_hf .mr-xl-n13,
  .collection_hf .mx-xl-n13 {
    margin-right: -17rem !important;
  }
  .collection_hf .mb-xl-n13,
  .collection_hf .my-xl-n13 {
    margin-bottom: -17rem !important;
  }
  .collection_hf .ml-xl-n13,
  .collection_hf .mx-xl-n13 {
    margin-left: -17rem !important;
  }
  .collection_hf .m-xl-n14 {
    margin: -20rem !important;
  }
  .collection_hf .mt-xl-n14,
  .collection_hf .my-xl-n14 {
    margin-top: -20rem !important;
  }
  .collection_hf .mr-xl-n14,
  .collection_hf .mx-xl-n14 {
    margin-right: -20rem !important;
  }
  .collection_hf .mb-xl-n14,
  .collection_hf .my-xl-n14 {
    margin-bottom: -20rem !important;
  }
  .collection_hf .ml-xl-n14,
  .collection_hf .mx-xl-n14 {
    margin-left: -20rem !important;
  }
  .collection_hf .m-xl-n15 {
    margin: -24rem !important;
  }
  .collection_hf .mt-xl-n15,
  .collection_hf .my-xl-n15 {
    margin-top: -24rem !important;
  }
  .collection_hf .mr-xl-n15,
  .collection_hf .mx-xl-n15 {
    margin-right: -24rem !important;
  }
  .collection_hf .mb-xl-n15,
  .collection_hf .my-xl-n15 {
    margin-bottom: -24rem !important;
  }
  .collection_hf .ml-xl-n15,
  .collection_hf .mx-xl-n15 {
    margin-left: -24rem !important;
  }
  .collection_hf .m-xl-n16 {
    margin: -28rem !important;
  }
  .collection_hf .mt-xl-n16,
  .collection_hf .my-xl-n16 {
    margin-top: -28rem !important;
  }
  .collection_hf .mr-xl-n16,
  .collection_hf .mx-xl-n16 {
    margin-right: -28rem !important;
  }
  .collection_hf .mb-xl-n16,
  .collection_hf .my-xl-n16 {
    margin-bottom: -28rem !important;
  }
  .collection_hf .ml-xl-n16,
  .collection_hf .mx-xl-n16 {
    margin-left: -28rem !important;
  }
  .collection_hf .m-xl-n17 {
    margin: -33rem !important;
  }
  .collection_hf .mt-xl-n17,
  .collection_hf .my-xl-n17 {
    margin-top: -33rem !important;
  }
  .collection_hf .mr-xl-n17,
  .collection_hf .mx-xl-n17 {
    margin-right: -33rem !important;
  }
  .collection_hf .mb-xl-n17,
  .collection_hf .my-xl-n17 {
    margin-bottom: -33rem !important;
  }
  .collection_hf .ml-xl-n17,
  .collection_hf .mx-xl-n17 {
    margin-left: -33rem !important;
  }
  .collection_hf .m-xl-n18 {
    margin: -38rem !important;
  }
  .collection_hf .mt-xl-n18,
  .collection_hf .my-xl-n18 {
    margin-top: -38rem !important;
  }
  .collection_hf .mr-xl-n18,
  .collection_hf .mx-xl-n18 {
    margin-right: -38rem !important;
  }
  .collection_hf .mb-xl-n18,
  .collection_hf .my-xl-n18 {
    margin-bottom: -38rem !important;
  }
  .collection_hf .ml-xl-n18,
  .collection_hf .mx-xl-n18 {
    margin-left: -38rem !important;
  }
  .collection_hf .m-xl-n19 {
    margin: -44rem !important;
  }
  .collection_hf .mt-xl-n19,
  .collection_hf .my-xl-n19 {
    margin-top: -44rem !important;
  }
  .collection_hf .mr-xl-n19,
  .collection_hf .mx-xl-n19 {
    margin-right: -44rem !important;
  }
  .collection_hf .mb-xl-n19,
  .collection_hf .my-xl-n19 {
    margin-bottom: -44rem !important;
  }
  .collection_hf .ml-xl-n19,
  .collection_hf .mx-xl-n19 {
    margin-left: -44rem !important;
  }
  .collection_hf .m-xl-n20 {
    margin: -50rem !important;
  }
  .collection_hf .mt-xl-n20,
  .collection_hf .my-xl-n20 {
    margin-top: -50rem !important;
  }
  .collection_hf .mr-xl-n20,
  .collection_hf .mx-xl-n20 {
    margin-right: -50rem !important;
  }
  .collection_hf .mb-xl-n20,
  .collection_hf .my-xl-n20 {
    margin-bottom: -50rem !important;
  }
  .collection_hf .ml-xl-n20,
  .collection_hf .mx-xl-n20 {
    margin-left: -50rem !important;
  }
  .collection_hf .m-xl-auto {
    margin: auto !important;
  }
  .collection_hf .mt-xl-auto,
  .collection_hf .my-xl-auto {
    margin-top: auto !important;
  }
  .collection_hf .mr-xl-auto,
  .collection_hf .mx-xl-auto {
    margin-right: auto !important;
  }
  .collection_hf .mb-xl-auto,
  .collection_hf .my-xl-auto {
    margin-bottom: auto !important;
  }
  .collection_hf .ml-xl-auto,
  .collection_hf .mx-xl-auto {
    margin-left: auto !important;
  }
}
.collection_hf .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.collection_hf .text-justify {
  text-align: justify !important;
}
.collection_hf .text-wrap {
  white-space: normal !important;
}
.collection_hf .text-nowrap {
  white-space: nowrap !important;
}
.collection_hf .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collection_hf .text-left {
  text-align: left !important;
}
.collection_hf .text-right {
  text-align: right !important;
}
.collection_hf .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .collection_hf .text-sm-left {
    text-align: left !important;
  }
  .collection_hf .text-sm-right {
    text-align: right !important;
  }
  .collection_hf .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .collection_hf .text-md-left {
    text-align: left !important;
  }
  .collection_hf .text-md-right {
    text-align: right !important;
  }
  .collection_hf .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .collection_hf .text-lg-left {
    text-align: left !important;
  }
  .collection_hf .text-lg-right {
    text-align: right !important;
  }
  .collection_hf .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .collection_hf .text-xl-left {
    text-align: left !important;
  }
  .collection_hf .text-xl-right {
    text-align: right !important;
  }
  .collection_hf .text-xl-center {
    text-align: center !important;
  }
}
.collection_hf .text-lowercase {
  text-transform: lowercase !important;
}
.collection_hf .text-uppercase {
  text-transform: uppercase !important;
}
.collection_hf .text-capitalize {
  text-transform: capitalize !important;
}
.collection_hf .font-weight-light {
  font-weight: 300 !important;
}
.collection_hf .font-weight-lighter {
  font-weight: lighter !important;
}
.collection_hf .font-weight-normal {
  font-weight: 400 !important;
}
.collection_hf .font-weight-bold {
  font-weight: 700 !important;
}
.collection_hf .font-weight-bolder {
  font-weight: bolder !important;
}
.collection_hf .font-italic {
  font-style: italic !important;
}
.collection_hf .text-white {
  color: #fff !important;
}
.collection_hf .text-primary {
  color: #000 !important;
}
.collection_hf a.text-primary:hover,
.collection_hf a.text-primary:focus {
  color: #000 !important;
}
.collection_hf .text-secondary {
  color: #f9f9f9 !important;
}
.collection_hf a.text-secondary:hover,
.collection_hf a.text-secondary:focus {
  color: #d3d3d3 !important;
}
.collection_hf .text-success {
  color: #00b245 !important;
}
.collection_hf a.text-success:hover,
.collection_hf a.text-success:focus {
  color: #006627 !important;
}
.collection_hf .text-info {
  color: #003b5c !important;
}
.collection_hf a.text-info:hover,
.collection_hf a.text-info:focus {
  color: #000a10 !important;
}
.collection_hf .text-warning {
  color: #d1de3f !important;
}
.collection_hf a.text-warning:hover,
.collection_hf a.text-warning:focus {
  color: #a6b21f !important;
}
.collection_hf .text-danger {
  color: #cd5a11 !important;
}
.collection_hf a.text-danger:hover,
.collection_hf a.text-danger:focus {
  color: #863b0b !important;
}
.collection_hf .text-light {
  color: #fff !important;
}
.collection_hf a.text-light:hover,
.collection_hf a.text-light:focus {
  color: #d9d9d9 !important;
}
.collection_hf .text-dark {
  color: #404040 !important;
}
.collection_hf a.text-dark:hover,
.collection_hf a.text-dark:focus {
  color: #1a1a1a !important;
}
.collection_hf .text-default {
  color: #000 !important;
}
.collection_hf a.text-default:hover,
.collection_hf a.text-default:focus {
  color: #000 !important;
}
.collection_hf .text-alert {
  color: #6e0021 !important;
}
.collection_hf a.text-alert:hover,
.collection_hf a.text-alert:focus {
  color: #22000a !important;
}
.collection_hf .text-body {
  color: #212529 !important;
}
.collection_hf .text-muted {
  color: #6c757d !important;
}
.collection_hf .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.collection_hf .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.collection_hf .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.collection_hf .text-decoration-none {
  text-decoration: none !important;
}
.collection_hf .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.collection_hf .text-reset {
  color: inherit !important;
}
.collection_hf .visible {
  visibility: visible !important;
}
.collection_hf .invisible {
  visibility: hidden !important;
}
@media print {
  .collection_hf *,
  .collection_hf *::before,
  .collection_hf *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .collection_hf a:not(.btn) {
    text-decoration: underline;
  }
  .collection_hf abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .collection_hf pre {
    white-space: pre-wrap !important;
  }
  .collection_hf pre,
  .collection_hf blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .collection_hf thead {
    display: table-header-group;
  }
  .collection_hf tr,
  .collection_hf img {
    page-break-inside: avoid;
  }
  .collection_hf p,
  .collection_hf h2,
  .collection_hf h3 {
    orphans: 3;
    widows: 3;
  }
  .collection_hf h2,
  .collection_hf h3 {
    page-break-after: avoid;
  }
  @page {
    .collection_hf {
      size: a3;
    }
  }
  .collection_hf body {
    min-width: 992px !important;
  }
  .collection_hf .container {
    min-width: 992px !important;
  }
  .collection_hf .navbar {
    display: none;
  }
  .collection_hf .badge {
    border: 1px solid #000;
  }
  .collection_hf .table {
    border-collapse: collapse !important;
  }
  .collection_hf .table td,
  .collection_hf .table th {
    background-color: #fff !important;
  }
  .collection_hf .table-bordered th,
  .collection_hf .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .collection_hf .table-dark {
    color: inherit;
  }
  .collection_hf .table-dark th,
  .collection_hf .table-dark td,
  .collection_hf .table-dark thead th,
  .collection_hf .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .collection_hf .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.collection_hf html {
  scroll-behavior: smooth;
}
.collection_hf [id^=eID]::before,
.collection_hf .anchor::before {
  content: " ";
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}
.collection_hf .comment-list ol {
  list-style: none;
}
.collection_hf .search-form label {
  font-weight: normal;
}
.collection_hf .alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}
.collection_hf .aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}
.collection_hf .alignleft,
.collection_hf .alignright {
  margin-bottom: 0.5rem;
  height: auto;
}
@media (min-width: 576px) {
  .collection_hf .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .collection_hf .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
.collection_hf .header_hf .banner {
  padding: 0;
  border-collapse: collapse;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.075);
}
.collection_hf .header_hf .navbar-nav .nav-item li:last-child .dropdown-menu,
.collection_hf .header_hf .navbar-nav .banner .nav li li:last-child .dropdown-menu,
.collection_hf .banner .nav .header_hf .navbar-nav li li:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
.collection_hf .header_hf .navbar-nav .nav-item .dropdown-menu .nav-link,
.collection_hf .header_hf .navbar-nav .banner .nav li .dropdown-menu .nav-link,
.collection_hf .banner .nav .header_hf .navbar-nav li .dropdown-menu .nav-link,
.collection_hf .header_hf .navbar-nav .nav-item .dropdown-menu .banner .nav a,
.collection_hf .banner .nav .header_hf .navbar-nav .nav-item .dropdown-menu a,
.collection_hf .header_hf .navbar-nav .banner .nav li .dropdown-menu a,
.collection_hf .banner .nav .header_hf .navbar-nav li .dropdown-menu a {
  padding: 0.9rem 0.8rem 0.9rem 0.8rem;
  font-weight: 500 !important;
}
.collection_hf .header_hf .navbar-nav .dropdown.show ul.dropdown-menu {
  min-width: 15em;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .collection_hf .header_hf .navbar {
    height: auto;
    padding: 0rem 0em 0rem 0rem;
  }
  .collection_hf .header_hf .navbar-nav {
    padding: 0rem 0rem 0.75rem 0rem;
    margin-right: 0;
  }
  .collection_hf .header_hf .navbar-nav .nav-item a.nav-link,
  .collection_hf .header_hf .navbar-nav .nav-item .banner .nav a,
  .collection_hf .banner .nav .header_hf .navbar-nav .nav-item a,
  .collection_hf .header_hf .navbar-nav .banner .nav li a,
  .collection_hf .banner .nav .header_hf .navbar-nav li a {
    padding: 0.75rem 1.8rem 0.75rem 1.8rem;
    font-weight: 500;
    text-decoration: none;
    text-align: right;
    transition: border-color 1000ms;
  }
  .collection_hf .header_hf .navbar-nav .nav-item a.nav-link:hover,
  .collection_hf .header_hf .navbar-nav .nav-item .banner .nav a:hover,
  .collection_hf .banner .nav .header_hf .navbar-nav .nav-item a:hover,
  .collection_hf .header_hf .navbar-nav .banner .nav li a:hover,
  .collection_hf .banner .nav .header_hf .navbar-nav li a:hover,
  .collection_hf .header_hf .navbar-nav .nav-item a.nav-link:focus,
  .collection_hf .header_hf .navbar-nav .nav-item .banner .nav a:focus,
  .collection_hf .banner .nav .header_hf .navbar-nav .nav-item a:focus,
  .collection_hf .header_hf .navbar-nav .banner .nav li a:focus,
  .collection_hf .banner .nav .header_hf .navbar-nav li a:focus,
  .collection_hf .header_hf .navbar-nav .nav-item a.nav-link:active,
  .collection_hf .header_hf .navbar-nav .nav-item .banner .nav a:active,
  .collection_hf .banner .nav .header_hf .navbar-nav .nav-item a:active,
  .collection_hf .header_hf .navbar-nav .banner .nav li a:active,
  .collection_hf .banner .nav .header_hf .navbar-nav li a:active {
    border: none;
    background-color: #d1de3f;
  }
  .collection_hf .header_hf .navbar-nav .nav-item .dropdown-menu,
  .collection_hf .header_hf .navbar-nav .banner .nav li .dropdown-menu,
  .collection_hf .banner .nav .header_hf .navbar-nav li .dropdown-menu {
    padding: 0.75rem 1.8rem 0.75rem 1.8rem;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #dcdcdc;
    background-color: #f0f0f0;
  }
  .collection_hf .header_hf .navbar-nav .nav-item .dropdown-menu a.nav-link,
  .collection_hf .header_hf .navbar-nav .nav-item .dropdown-menu .banner .nav a,
  .collection_hf .banner .nav .header_hf .navbar-nav .nav-item .dropdown-menu a,
  .collection_hf .header_hf .navbar-nav .banner .nav li .dropdown-menu a,
  .collection_hf .banner .nav .header_hf .navbar-nav li .dropdown-menu a {
    padding: 0.75rem 1.8rem 0.75rem 1.8rem;
  }
  .collection_hf .header_hf .navbar-toggler {
    margin: 0.2rem 0.5rem 0.2rem 0.2rem;
    padding: 0.9rem 0.8rem;
    border: none;
    outline: none;
    border-radius: 10em;
    z-index: 10;
    transition: ease all 0.4s;
    border-color: rgba(209, 220, 63, 0);
    border-width: 3.1px;
    border-style: solid;
    box-shadow: none;
    background-color: #d1dc3f;
  }
  .collection_hf .header_hf .navbar-toggler:hover,
  .collection_hf .header_hf .navbar-toggler:active,
  .collection_hf .header_hf .navbar-toggler:focus {
    border-color: #686e14;
    border-width: 3.1px;
    border-style: solid;
    box-shadow: none;
  }
  .collection_hf .header_hf .navbar-toggler .navbar-toggler.collapsed {
    border-width: 3.1px;
    border-style: solid;
    box-shadow: none;
  }
  .collection_hf .header_hf .navbar-toggler .navbar-toggler.collapsed:hover,
  .collection_hf .header_hf .navbar-toggler .navbar-toggler.collapsed:active,
  .collection_hf .header_hf .navbar-toggler .navbar-toggler.collapsed:focus {
    border-width: 3.1px;
    border-style: solid;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1200px) {
  .collection_hf .navbar-expand-lg .navbar-nav .nav-link,
  .collection_hf .navbar-expand-lg .navbar-nav .banner .nav a,
  .collection_hf .banner .nav .navbar-expand-lg .navbar-nav a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .collection_hf .navbar-expand-lg .navbar-nav .nav-link,
  .collection_hf .navbar-expand-lg .navbar-nav .banner .nav a,
  .collection_hf .banner .nav .navbar-expand-lg .navbar-nav a {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1023px) {
  .collection_hf .navbar-expand-lg .navbar-nav a.nav-link,
  .collection_hf .navbar-expand-lg .navbar-nav .banner .nav a,
  .collection_hf .banner .nav .navbar-expand-lg .navbar-nav a {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .collection_hf .header_hf .navbar {
    height: auto;
    padding: 0rem 3em 0rem 0rem;
  }
  .collection_hf .header_hf a.nav-link,
  .collection_hf .header_hf .banner .nav a,
  .collection_hf .banner .nav .header_hf a {
    padding-top: 1.5rem;
    padding-bottom: calc(1.5rem - 4px);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 1000ms;
    border-bottom: 4px solid transparent;
  }
  .collection_hf .header_hf a.nav-link:hover,
  .collection_hf .header_hf .banner .nav a:hover,
  .collection_hf .banner .nav .header_hf a:hover,
  .collection_hf .header_hf a.nav-link:focus,
  .collection_hf .header_hf .banner .nav a:focus,
  .collection_hf .banner .nav .header_hf a:focus {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    background-color: #f0f0f0;
  }
}
.collection_hf .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px;
}
.collection_hf .navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all 0.4s;
  background-color: #000;
}
.collection_hf .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.collection_hf .navbar-toggler .middle-bar {
  opacity: 0;
}
.collection_hf .navbar-toggler .top-bar {
  transform: rotate(45deg) translate(21%, 21%);
  transform-origin: 20% 20%;
}
.collection_hf .navbar-toggler .bottom-bar {
  transform: rotate(-45deg) translate(10%, 0%);
  transform-origin: 12% 6%;
}
.collection_hf .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.collection_hf .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.collection_hf .header_hf .header-top {
  margin-top: 1.18rem;
  box-shadow: 0px 2px 4px 1px rgba(25, 25, 25, 0.1);
}
@media only screen and (max-width: 992px) {
  .collection_hf .header_hf.banner {
    margin: 0px !important;
    box-shadow: none !important;
  }
}
.collection_hf .header_hf .header-brand,
.collection_hf .header_hf .navbar-brand {
  position: relative;
  display: block;
  width: 400px;
  z-index: 1;
}
.collection_hf .header_hf .header-brand::before,
.collection_hf .header_hf .navbar-brand::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 160px;
  top: -1.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  z-index: -10;
}
.collection_hf .header_hf .header-brand img,
.collection_hf .header_hf .navbar-brand img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
  transform: scale(0.7) translate(-20px, 2px);
}
.collection_hf .header_hf .header-brand:hover img,
.collection_hf .header_hf .header-brand:active img,
.collection_hf .header_hf .header-brand:focus img,
.collection_hf .header_hf .navbar-brand:hover img,
.collection_hf .header_hf .navbar-brand:active img,
.collection_hf .header_hf .navbar-brand:focus img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(82%) saturate(393%) hue-rotate(7deg) brightness(91%) contrast(94%);
  opacity: 1;
}
.collection_hf .header_hf .navbar-nav-primary {
  background: rgba(255, 255, 255, 0.85);
}
.collection_hf .header_hf .navbar-nav-primary .nav-item:last-of-type .dropdown-menu,
.collection_hf .header_hf .navbar-nav-primary .banner .nav li:last-of-type .dropdown-menu,
.collection_hf .banner .nav .header_hf .navbar-nav-primary li:last-of-type .dropdown-menu {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 600px) {
  .collection_hf .header_hf .header_hf .navbar {
    overflow-x: clip;
    overflow-y: visible;
  }
  .collection_hf .header_hf .header_hf .navbar-brand::before {
    top: -1.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .collection_hf .header_hf {
    margin: 0.25rem;
  }
}
.collection_hf .search-wrap {
  position: relative;
}
.collection_hf .search-wrap #search-collapse {
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  z-index: 2;
}
.collection_hf .search-wrap .wp-search-form {
  min-width: 300px;
}
.collection_hf .search-wrap .wp-search-form .input-group .form-control,
.collection_hf .search-wrap .wp-search-form .input-group .comment-form input[type=text],
.collection_hf .comment-form .search-wrap .wp-search-form .input-group input[type=text],
.collection_hf .search-wrap .wp-search-form .input-group .comment-form input[type=email],
.collection_hf .comment-form .search-wrap .wp-search-form .input-group input[type=email],
.collection_hf .search-wrap .wp-search-form .input-group .comment-form input[type=url],
.collection_hf .comment-form .search-wrap .wp-search-form .input-group input[type=url],
.collection_hf .search-wrap .wp-search-form .input-group .comment-form textarea,
.collection_hf .comment-form .search-wrap .wp-search-form .input-group textarea,
.collection_hf .search-wrap .wp-search-form .input-group .search-form .search-field,
.collection_hf .search-form .search-wrap .wp-search-form .input-group .search-field {
  box-shadow: none;
}
.collection_hf .search-wrap .search-toggler {
  color: #343a40;
  background-color: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  line-height: 3.5rem;
  width: 24px;
}
.collection_hf .search-wrap .search-toggler .search-toggler-icon {
  color: #343a40;
  transition: 250ms;
}
.collection_hf .search-wrap .search-toggler .search-toggler-icon::before {
  content: "\f00d";
  font-family: "FontAwesome", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  width: 1.2rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .collection_hf .search-wrap .search-toggler .search-toggler-icon::before {
    font-size: 1rem;
  }
}
.collection_hf .search-wrap .search-toggler.collapsed .search-toggler-icon::before {
  content: "\f002";
}
.collection_hf .colophon::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 150'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23000000;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='600 150 0 150 600 0 600 150'/%3E%3C/svg%3E") no-repeat center center;
  background-size: cover;
  display: block;
  width: 100%;
  padding-bottom: 25%;
  border-bottom: 4px solid #000;
  position: relative;
  z-index: -2;
  margin-top: -1%;
}
.collection_hf .colophon.bg-tilt {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.collection_hf .colophon .colo-content {
  background-color: #000;
  color: #fff;
}
.collection_hf .colophon .colo-content h3 {
  letter-spacing: -2.6px;
  font-weight: 600;
}
.collection_hf .colophon .colophon-site-logo:hover,
.collection_hf .colophon .colophon-site-logo:focus {
  filter: brightness(0) saturate(100%) invert(82%) sepia(82%) saturate(393%) hue-rotate(7deg) brightness(91%) contrast(94%);
  opacity: 1;
}
.collection_hf .colophon ul.colo-menu {
  color: #fff;
  padding: 0;
  list-style: none;
}
.collection_hf .colophon ul.colo-menu li.menu-item a.nav-link,
.collection_hf .colophon ul.colo-menu li.menu-item .banner .nav a,
.collection_hf .banner .nav .colophon ul.colo-menu li.menu-item a {
  color: #fff;
  text-decoration: none;
  box-shadow: #000 0px 0px 0px 0px, #000 0px 0px 0px 0px, rgba(0, 0, 0, 0.5) 0px -1px 0px 0px inset;
  border-radius: 0.19rem;
  transition: 0.3s all ease-out;
}
.collection_hf .colophon ul.colo-menu li.menu-item a.nav-link:hover,
.collection_hf .colophon ul.colo-menu li.menu-item .banner .nav a:hover,
.collection_hf .banner .nav .colophon ul.colo-menu li.menu-item a:hover,
.collection_hf .colophon ul.colo-menu li.menu-item a.nav-link:focus,
.collection_hf .colophon ul.colo-menu li.menu-item .banner .nav a:focus,
.collection_hf .banner .nav .colophon ul.colo-menu li.menu-item a:focus {
  color: #000 !important;
  box-shadow: #fff 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, #fff 0px -2.5em 0px 0px inset !important;
  text-decoration: none !important;
}
.collection_hf .page-footer {
  position: relative;
  z-index: 3;
  padding: 2rem 0 8rem 0;
}
.collection_hf .footer-nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}
.collection_hf .footer-nav li {
  padding: 0.25rem 0.5rem;
}
.collection_hf .footer-nav li:hover,
.collection_hf .footer-nav li:focus {
  background: #000;
}
.collection_hf .footer-nav a {
  display: block;
  color: #000;
  font-weight: 200;
  font-size: 0.75rem;
  text-decoration: none;
}
.collection_hf .footer-copyright {
  text-align: center;
  font-size: 0.75rem;
}
.collection_hf .back-top {
  position: fixed;
  z-index: 1031;
  bottom: 0;
  right: 3.5%;
  transition: all 500ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.collection_hf .back-top a {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 6px 15px;
  transition: all 250ms ease-in-out;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.collection_hf .back-top a:hover,
.collection_hf .back-top a:focus {
  background: #000;
  color: #fff;
  border-color: #fff;
}
.collection_hf .back-top a:active {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
}
.collection_hf .back-top.visible {
  opacity: 1;
  bottom: 20px;
  visibility: visible;
}
.collection_hf .page-footer a {
  text-decoration: none;
}
.collection_hf .footer-style-white {
  background-color: #fff;
}
.collection_hf .footer-style-green {
  background-color: #000;
}
.collection_hf .footer-style-black {
  background-color: #000;
}
.collection_hf .footer-color-white {
  color: #fff;
}
.collection_hf .footer-color-white a {
  color: #fff;
  text-decoration: none;
}
.collection_hf .footer-color-white a:hover,
.collection_hf .footer-color-white a:focus {
  text-decoration: underline;
}
.collection_hf .footer-color-green {
  color: #000;
}
.collection_hf .footer-color-green a {
  color: #1a1a1a;
}
.collection_hf .footer-color-green .standard-footer-site-links ul li,
.collection_hf .footer-color-green .msu-info-list li,
.collection_hf .footer-color-green .copyright li {
  border-right: 1px solid #000;
}
.collection_hf .standard-footer-site-links ul {
  font-size: 13px;
  border-bottom: 1px dotted;
  padding: 0 0 5px;
  margin: 0 0 5px;
  display: inline-block;
}
.collection_hf .msu-info-list,
.collection_hf .copyright {
  font-size: 10px;
  letter-spacing: -0.15px;
  margin: 0;
  padding: 0;
  line-height: 1.75;
}
.collection_hf .standard-footer-site-links ul,
.collection_hf .msu-info-list,
.collection_hf .copyright {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .collection_hf .standard-footer-site-links ul,
  .collection_hf .msu-info-list,
  .collection_hf .copyright {
    text-align: left;
  }
}
.collection_hf .standard-footer-site-links ul li,
.collection_hf .msu-info-list li,
.collection_hf .copyright li {
  display: inline;
  list-style: none;
  border-right: 1px solid #666;
  padding: 0 5px;
  white-space: nowrap;
}
.collection_hf .standard-footer-site-links ul li:last-of-type,
.collection_hf .msu-info-list li:last-of-type,
.collection_hf .copyright li:last-of-type {
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .collection_hf .standard-footer-site-links ul li:first-of-type,
  .collection_hf .msu-info-list li:first-of-type,
  .collection_hf .copyright li:first-of-type {
    margin-left: 0;
    padding-left: 0;
  }
}
.collection_hf .standard-footer-site-links ul li a:hover,
.collection_hf .standard-footer-site-links ul li a:focus,
.collection_hf .standard-footer-site-links ul li a:active,
.collection_hf .msu-info-list li a:hover,
.collection_hf .msu-info-list li a:focus,
.collection_hf .msu-info-list li a:active,
.collection_hf .copyright li a:hover,
.collection_hf .copyright li a:focus,
.collection_hf .copyright li a:active {
  text-decoration: underline;
}
.collection_hf .msu-footer-wordmark {
  text-align: center;
}
.collection_hf .msu-footer-wordmark img {
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .collection_hf .msu-footer-wordmark img {
    width: 100%;
    padding: 4px 16px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .collection_hf .msu-footer-wordmark img {
    padding: 4px 20px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .collection_hf .msu-footer-wordmark img {
    padding: 0 30px 0 0;
  }
}
.collection_hf body#tinymce {
  margin: 12px !important;
}
.collection_hf body {
  overflow-x: hidden;
}
.collection_hf .wrapper-bg-width-full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
}
.collection_hf .wrapper-bg-width-wide {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw);
  width: auto;
  max-width: 1000%;
}
.collection_hf .wrapper-bg-width-normal {
  margin-left: 0;
  margin-right: 0;
  width: auto;
  max-width: 1000%;
}
.collection_hf .elem-con-width-full {
  margin-left: 0;
  margin-right: 0;
  width: auto;
  max-width: 1000%;
}
.collection_hf .elem-con-width-lg {
  margin-left: 5vw;
  margin-right: 5vw;
  width: auto;
  max-width: 1000%;
}
.collection_hf .elem-con-width-md {
  margin-left: 10vw;
  margin-right: 10vw;
  width: auto;
  max-width: 1000%;
}
.collection_hf .elem-con-width-xs {
  margin-left: calc(25% + 25vw);
  margin-right: calc(25% + 25vw);
  width: auto;
  max-width: 1000%;
}
.collection_hf .videoElement {
  display: none;
}
@media only screen and (min-width: 992px) {
  .collection_hf .videoElement {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
}
.collection_hf .jumbo-middle {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover !important;
  z-index: 0;
}
.collection_hf .jumbo-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 0;
}
.collection_hf .element-outer {
  position: relative;
}
.collection_hf .scroll-down {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  font-size: 4em;
  transform: scale(2, 1);
  z-index: 3;
}
.collection_hf .scroll-down:hover,
.collection_hf .scroll-down:focus {
  color: #fff;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
}
.collection_hf .glyphicon-menu-down {
  color: rgba(255, 255, 255, 0.25);
}
.collection_hf a.scroll-down:hover .glyphicon-menu-down {
  color: #c8c8c8;
}
.collection_hf .dropdown .carat {
  border-left: 1px solid #e5e5e5;
  width: 30px;
  height: 36px;
  position: absolute;
  top: -1px;
  right: 0;
  display: none !important;
}
.collection_hf .banner-image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .collection_hf .blocks_element .block_column {
    margin-bottom: 35px;
  }
}
.collection_hf .blocks_element .block_column .block.color_invert {
  color: #fff !important;
}
.collection_hf .blocks_element .block_column .block_title {
  font-size: 2.5em;
}
@media only screen and (min-width: 768px) {
  .collection_hf .blocks_element .block_column .block_title {
    font-size: 2.5em;
  }
}
.collection_hf .blocks_element .block_column .block-audio.media-abs-bottom {
  position: relative;
  padding-bottom: 45px;
}
.collection_hf .blocks_element .block_column .block-audio.media-abs-bottom .block_media_audio {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.collection_hf .blocks_element .block_column .block-audio.media-abs-bottom .block_media_audio::after {
  content: "";
  width: 100%;
  height: 1px;
  clear: both;
}
.collection_hf .img-tilt-left img {
  transform: rotate(-3.5deg);
}
.collection_hf .faq-list .card.faq_item {
  border-radius: 0.19rem;
  border-color: #f0f0f0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.collection_hf .faq-list .card.faq_item .card-header {
  border-radius: 0.19rem;
  padding: 0;
  border-color: #f0f0f0;
  margin-bottom: -1px;
}
.collection_hf .faq-list .card.faq_item .card-header a {
  display: block;
  background: #000;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 0.19rem;
}
.collection_hf .faq-list .card.faq_item .card-header a:hover,
.collection_hf .faq-list .card.faq_item .card-header a:focus {
  background: rgba(209, 222, 63, 0.75);
  color: #000;
}
.collection_hf .faq-list .card.faq_item .card-body {
  border-radius: 0;
  border-color: #f0f0f0;
}
.collection_hf .faq-list .card-header a {
  color: #fff;
}
.collection_hf .gallery img[data-mce-selected]:focus {
  outline: none;
}
.collection_hf .gallery a {
  cursor: default;
}
.collection_hf .gallery {
  line-height: 1;
  overflow-x: hidden;
  margin: auto -6px;
  padding: 6px 0;
}
.collection_hf .gallery .gallery-item {
  float: left;
  box-sizing: border-box;
  margin: 0;
  padding: 6px;
  text-align: center;
}
.collection_hf .gallery .gallery-caption,
.collection_hf .gallery .gallery-icon {
  margin: 0;
}
.collection_hf .gallery .gallery-caption {
  font-size: 13px;
  margin: 4px 0;
}
.collection_hf .gallery-columns-1 .gallery-item {
  width: 100%;
}
.collection_hf .gallery-columns-2 .gallery-item {
  width: 50%;
}
.collection_hf .gallery-columns-3 .gallery-item {
  width: 33.333%;
}
.collection_hf .gallery-columns-4 .gallery-item {
  width: 25%;
}
.collection_hf .gallery-columns-5 .gallery-item {
  width: 20%;
}
.collection_hf .gallery-columns-6 .gallery-item {
  width: 16.665%;
}
.collection_hf .gallery-columns-7 .gallery-item {
  width: 14.285%;
}
.collection_hf .gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.collection_hf .gallery-columns-9 .gallery-item {
  width: 11.111%;
}
.collection_hf .gallery-wrap .object-item {
  padding: 0.8em;
  transition: all 0.4s ease-in;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  border-radius: 0.19rem;
  background-color: #fff;
}
.collection_hf .gallery-wrap .object-item:hover,
.collection_hf .gallery-wrap .object-item:focus {
  position: relative;
  z-index: 99;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #d1de3f;
  border-radius: 0.25rem;
  background-color: #d1de3f;
}
.collection_hf .gallery-image-link:hover,
.collection_hf .gallery-image-link:focus {
  position: relative;
  z-index: 99;
}
.collection_hf .gallery-image {
  max-width: 100%;
  height: auto;
}
.collection_hf .ie7 .gallery,
.collection_hf .ie8 .gallery {
  margin: auto;
}
.collection_hf .ie7 .gallery .gallery-item,
.collection_hf .ie8 .gallery .gallery-item {
  padding: 6px 0;
}
.collection_hf .ie8 .gallery-columns-3 .gallery-item,
.collection_hf .ie7 .gallery-columns-3 .gallery-item {
  width: 33%;
}
.collection_hf .link-block a {
  text-decoration: none;
  display: block;
  height: 100%;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
.collection_hf .link-block a:hover,
.collection_hf .link-block a:focus {
  position: relative;
  transform: scale(1.05);
  z-index: 99;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}
.collection_hf .social-section ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.collection_hf .social-section ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.collection_hf .social-section a {
  color: #fff;
  display: block;
  transition: all 0.2s ease-in-out;
}
.collection_hf .social-section a .fa-circle {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
  color: #000;
}
.collection_hf .social-section a .fa-inverse {
  color: #fff;
}
.collection_hf .social-section a:hover,
.collection_hf .social-section a:focus {
  transform: scale(1.2);
}
.collection_hf .social-section a:hover .fa-circle,
.collection_hf .social-section a:focus .fa-circle {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.collection_hf .social-section a:hover .fa-inverse,
.collection_hf .social-section a:focus .fa-inverse {
  color: #000;
}
.collection_hf .smaller {
  font-size: 65%;
  font-weight: 400;
}
.collection_hf .txt-xs,
.collection_hf .text-xs {
  font-size: 0.6em;
  line-height: 1.2em;
}
.collection_hf .txt-sm,
.collection_hf .text-sm {
  font-size: 0.8em;
  line-height: 1.2em;
}
.collection_hf .txt-md,
.collection_hf .text-md {
  font-size: 1em;
  line-height: 1.2em;
}
.collection_hf .txt-lg,
.collection_hf .text-lg {
  font-size: 1.2em;
  line-height: 1.2em;
}
.collection_hf .txt-xl,
.collection_hf .text-xl {
  font-size: 1.4em;
  line-height: 1.2em;
}
.collection_hf .txt-xxl,
.collection_hf .text-xxl {
  font-size: 1.8em;
  line-height: 1.2em;
}
.collection_hf .font-size-1 {
  font-size: 1em;
  line-height: 1.2em;
}
.collection_hf .font-size-2 {
  font-size: 1.2em;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .collection_hf .font-size-2 {
    font-size: 2em;
  }
}
.collection_hf .font-size-3 {
  font-size: 1.5em;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .collection_hf .font-size-3 {
    font-size: 3em;
  }
}
.collection_hf .font-size-4 {
  font-size: 2em;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .collection_hf .font-size-4 {
    font-size: 4em;
  }
}
.collection_hf .font-size-5 {
  font-size: 2.5em;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .collection_hf .font-size-5 {
    font-size: 5em;
  }
}
.collection_hf .font-size-6 {
  font-size: 3em;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .collection_hf .font-size-6 {
    font-size: 6em;
  }
}
.collection_hf .font-size-7 {
  font-size: 3.5em;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .collection_hf .font-size-7 {
    font-size: 7em;
  }
}
.collection_hf .font-size-8 {
  font-size: 4em;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .collection_hf .font-size-8 {
    font-size: 8em;
  }
}
.collection_hf .font-size-9 {
  font-size: 4.5em;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .collection_hf .font-size-9 {
    font-size: 9em;
  }
}
.collection_hf .font-size-10 {
  font-size: 5em;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .collection_hf .font-size-10 {
    font-size: 10em;
  }
}
.collection_hf .weight-100 {
  font-weight: 100;
}
.collection_hf .weight-200 {
  font-weight: 200;
}
.collection_hf .weight-300 {
  font-weight: 300;
}
.collection_hf .weight-400 {
  font-weight: 400;
}
.collection_hf .weight-500 {
  font-weight: 500;
}
.collection_hf .weight-600 {
  font-weight: 600;
}
.collection_hf .weight-700 {
  font-weight: 700;
}
.collection_hf .weight-800 {
  font-weight: 800;
}
.collection_hf .weight-900 {
  font-weight: 900;
}
.collection_hf .txt-uppercase,
.collection_hf .text-uppercase {
  text-transform: uppercase;
}
.collection_hf .bg-white {
  background-color: #fff;
}
.collection_hf .bg-white-fade {
  background-color: rgba(255, 255, 255, 0.75);
}
.collection_hf .bg-white-fade-2 {
  background-color: rgba(255, 255, 255, 0.875);
}
.collection_hf .bg-primary-fade {
  background-color: rgba(0, 0, 0, 0.9);
}
.collection_hf .bg-primary-fade-2 {
  background-color: rgba(0, 0, 0, 0.1);
}
.collection_hf .bg-secondary-fade {
  background-color: rgba(249, 249, 249, 0.9);
}
.collection_hf .bg-secondary-fade-2 {
  background-color: rgba(249, 249, 249, 0.1);
}
.collection_hf .bg-success-fade {
  background-color: rgba(0, 178, 69, 0.9);
}
.collection_hf .bg-snow {
  background-color: #f9f9f9;
}
.collection_hf .bg-snow-fade {
  background-color: rgba(249, 249, 249, 0.9);
}
.collection_hf .bg-silver {
  background-color: #efefef;
}
.collection_hf .bg-smoke {
  background-color: #eee;
}
.collection_hf .bg-gainsboro {
  background-color: #ddd;
}
.collection_hf .bg-iron {
  background-color: #ccc;
}
.collection_hf .bg-base {
  background-color: #aaa;
}
.collection_hf .bg-aluminum {
  background-color: #999;
}
.collection_hf .bg-jumbo {
  background-color: #888;
}
.collection_hf .bg-steel {
  background-color: #666;
}
.collection_hf .bg-oil {
  background-color: #333;
}
.collection_hf .bg-black {
  background-color: #000;
}
.collection_hf .bg-black-fade {
  background-color: rgba(0, 0, 0, 0.9);
}
.collection_hf .bg-black-fade-2 {
  background-color: rgba(0, 0, 0, 0.5);
}
.collection_hf .bg-blue {
  background-color: #007bff;
}
.collection_hf .bg-default {
  background: #000;
}
.collection_hf .bg-default-lt {
  background: #262626;
}
.collection_hf .bg-primary {
  background: #000;
}
.collection_hf .bg-primary-lt {
  background: #262626;
}
.collection_hf .bg-secondary {
  background: #f9f9f9 !important;
}
.collection_hf .bg-secondary-lt {
  background: #fff !important;
}
.collection_hf .bg-success {
  background: #00b245 !important;
}
.collection_hf .bg-success-lt {
  background: #00ff63;
}
.collection_hf .bg-warning {
  background: #d1de3f;
}
.collection_hf .bg-warning-lt {
  background: #e1e980;
}
.collection_hf .bg-danger {
  background: #cd5a11;
}
.collection_hf .bg-danger-lt {
  background: #ef813c;
}
.collection_hf .bg-alert {
  background: #6e0021;
}
.collection_hf .bg-alert-lt {
  background: #bb0038;
}
.collection_hf .bg-info {
  background: #003b5c !important;
}
.collection_hf .bg-info-lt {
  background: #006ca9;
}
.collection_hf .bg-light {
  background: #fff;
}
.collection_hf .bg-light-lt {
  background: #fff;
}
.collection_hf .bg-dark {
  background: #000;
}
.collection_hf .bg-dark-lt {
  background: #262626;
}
.collection_hf .text-white,
.collection_hf .text-white > * {
  color: #fff !important;
}
.collection_hf .text-snow,
.collection_hf .text-snow > * {
  color: #f9f9f9 !important;
}
.collection_hf .text-silver,
.collection_hf .text-silver > * {
  color: #efefef !important;
}
.collection_hf .text-iron,
.collection_hf .text-iron > * {
  color: #ccc !important;
}
.collection_hf .text-jumbo,
.collection_hf .text-jumbo > * {
  color: #888 !important;
}
.collection_hf .text-steel,
.collection_hf .text-steel > * {
  color: #666 !important;
}
.collection_hf .text-oil,
.collection_hf .text-oil > * {
  color: #333 !important;
}
.collection_hf .text-black .text-black > * {
  color: #000;
}
.collection_hf .text-default,
.collection_hf .text-default > * {
  color: #000;
}
.collection_hf .text-primary,
.collection_hf .text-primary > * {
  color: #000;
}
.collection_hf .text-secondary,
.collection_hf .text-secondary > * {
  color: #f9f9f9 !important;
}
.collection_hf a.text-secondary {
  color: #f9f9f9 !important;
}
.collection_hf a.text-secondary:hover,
.collection_hf a.text-secondary:focus {
  color: #f9f9f9 !important;
}
.collection_hf .text-success,
.collection_hf .text-success > * {
  color: #00b245;
}
.collection_hf .text-warning,
.collection_hf .text-warning > * {
  color: #d1de3f;
}
.collection_hf .text-danger,
.collection_hf .text-danger > * {
  color: #cd5a11;
}
.collection_hf .text-alert,
.collection_hf .text-alert > * {
  color: #6e0021;
}
.collection_hf .text-info,
.collection_hf .text-info > * {
  color: #003b5c;
}
.collection_hf .text-light,
.collection_hf .text-light > * {
  color: #fff;
}
.collection_hf .text-dark,
.collection_hf .text-dark > * {
  color: #000;
}
.collection_hf .text-shadow-sm {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.collection_hf .text-shadow {
  text-shadow: 0 2px 5px #000;
}
.collection_hf .text-facebook {
  color: #3b5998;
}
.collection_hf .bg-facebook {
  background-color: #3b5998;
}
.collection_hf .text-twitter {
  color: #1da1f2;
}
.collection_hf .bg-twitter {
  background-color: #1da1f2;
}
.collection_hf .text-linkedin {
  color: #0077b5;
}
.collection_hf .bg-linkedin {
  background-color: #0077b5;
}
.collection_hf .text-wordpress {
  color: #21759b;
}
.collection_hf .bg-wordpress {
  background-color: #21759b;
}
.collection_hf .text-googleplus {
  color: #dc4e41;
}
.collection_hf .bg-googleplus {
  background-color: #dc4e41;
}
.collection_hf .text-youtube {
  color: #cd201f;
}
.collection_hf .bg-youtube {
  background-color: #cd201f;
}
.collection_hf .text-instagram {
  color: #e4405f;
}
.collection_hf .bg-instagram {
  background-color: #e4405f;
}
.collection_hf .text-flickr {
  color: #0063dc;
}
.collection_hf .bg-flickr {
  background-color: #0063dc;
}
.collection_hf .hl-white {
  color: #fff;
}
.collection_hf .hl-white h1,
.collection_hf .hl-white h2,
.collection_hf .hl-white h3,
.collection_hf .hl-white h4,
.collection_hf .hl-white h5 {
  color: #fff;
}
.collection_hf .a-white,
.collection_hf .a-white a {
  color: #fff;
}
.collection_hf .a-white:hover,
.collection_hf .a-white:focus,
.collection_hf .a-white a:hover,
.collection_hf .a-white a:focus {
  color: #fff;
}
.collection_hf .a-primary,
.collection_hf .a-primary a {
  color: #000;
}
.collection_hf .a-primary:hover,
.collection_hf .a-primary:focus,
.collection_hf .a-primary a:hover,
.collection_hf .a-primary a:focus {
  color: #000;
}
.collection_hf .a-secondary,
.collection_hf .a-secondary a {
  color: #f9f9f9;
}
.collection_hf .a-secondary:hover,
.collection_hf .a-secondary:focus,
.collection_hf .a-secondary a:hover,
.collection_hf .a-secondary a:focus {
  color: #f9f9f9;
}
.collection_hf a.a-info,
.collection_hf .a-info a {
  color: #003b5c;
}
.collection_hf a.a-info:hover,
.collection_hf a.a-info:focus,
.collection_hf .a-info a:hover,
.collection_hf .a-info a:focus {
  color: #003b5c;
}
.collection_hf a.a-no-deco,
.collection_hf .a-no-deco a {
  text-decoration: none;
}
.collection_hf a.a-no-deco:hover,
.collection_hf a.a-no-deco:focus,
.collection_hf .a-no-deco a:hover,
.collection_hf .a-no-deco a:focus {
  text-decoration: underline;
}
.collection_hf .clip-md-tr {
  clip-path: polygon(-15px -15px, calc(100% - 45px) -15px, calc(100% + 15px) 45px, calc(100% + 15px) calc(100% + 15px), -15px calc(100% + 15px));
}
.collection_hf .clip-sm-tr {
  clip-path: polygon(-15px -15px, calc(100% - 30px) -15px, calc(100% + 15px) 30px, calc(100% + 15px) calc(100% + 15px), -15px calc(100% + 15px));
}
.collection_hf .hr-default {
  border-top: 1px solid #000;
}
.collection_hf .hr-primary {
  border-top: 1px solid #000;
}
.collection_hf .hr-secondary {
  border-top: 1px solid #f9f9f9;
}
.collection_hf .hr-success {
  border-top: 1px solid #00b245;
}
.collection_hf .hr-info {
  border-top: 1px solid #003b5c;
}
.collection_hf .hr-warning {
  border-top: 1px solid #d1de3f;
}
.collection_hf .hr-danger {
  border-top: 1px solid #cd5a11;
}
.collection_hf .hr-alert {
  border-top: 1px solid #6e0021;
}
.collection_hf .hr-dark {
  border-top: 1px solid #000;
}
.collection_hf .hr-light {
  border-top: 1px solid #fff;
}
.collection_hf .intrinsic-container {
  position: relative;
  overflow: hidden;
  height: 0;
}
.collection_hf .intrinsic-container .intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
.collection_hf .intrinsic-container .intrinsic-container-4x3 {
  padding-bottom: 75%;
}
.collection_hf .intrinsic-container .intrinsic-container-8x11 {
  padding-bottom: 100%;
}
.collection_hf .intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.collection_hf .col-list-2 {
  list-style-type: disc;
  -moz-columns: 2;
       columns: 2;
  list-style-position: inside;
}
.collection_hf a.anchor {
  display: inline;
  position: relative;
  top: -150px;
  visibility: hidden;
}
.collection_hf .list-style-none {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.collection_hf .lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6em;
}
.collection_hf .table .thead-primary th {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf .row.small-gutters,
.collection_hf .row.gutters-sm {
  margin-left: -5px;
  margin-right: -5px;
}
.collection_hf .row.small-gutters > *,
.collection_hf .row.gutters-sm > * {
  padding-left: 5px;
  padding-right: 5px;
}
.collection_hf .row.large-gutters,
.collection_hf .row.gutters-lg {
  margin-left: -50px;
  margin-right: -50px;
}
.collection_hf .row.large-gutters > *,
.collection_hf .row.gutters-lg > * {
  padding-left: 50px;
  padding-right: 50px;
}
.collection_hf .anchor {
  display: block;
  height: 225px;
  margin-top: -225px;
  visibility: hidden;
}
.collection_hf .nowrap,
.collection_hf .text-nowrap {
  white-space: nowrap !important;
}
.collection_hf a.link-icon::before,
.collection_hf a.link-icon.link-file[href]::before {
  content: "\f016";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 20px;
  text-align: right;
  margin-right: 10px;
}
.collection_hf a[href$=".txt"].link-icon::before,
.collection_hf a.link-icon.link-text[href]::before {
  content: "\f0f6";
}
.collection_hf a[href$=".pdf"].link-icon::before,
.collection_hf a.link-icon.link-pdf[href]::before {
  content: "\f1c1";
}
.collection_hf a[href$=".doc"].link-icon::before,
.collection_hf a[href$=".docx"].link-icon::before,
.collection_hf a.link-icon.link-word[href]::before {
  content: "\f1c2";
}
.collection_hf a[href$=".xls"].link-icon::before,
.collection_hf a[href$=".xlsx"].link-icon::before,
.collection_hf a.link-icon.link-excel[href]::before {
  content: "\f1c3";
}
.collection_hf a[href$=".ppt"].link-icon::before,
.collection_hf a[href$=".pptx"].link-icon::before,
.collection_hf a.link-icon.link-powerpoint[href]::before {
  content: "\f1c4";
}
.collection_hf a[href$=".gif"].link-icon::before,
.collection_hf a[href$=".jpg"].link-icon::before,
.collection_hf a[href$=".jpeg"].link-icon::before,
.collection_hf a[href$=".png"].link-icon::before,
.collection_hf a[href$=".bmp"].link-icon::before,
.collection_hf a[href$=".tif"].link-icon::before,
.collection_hf a.link-icon.link-image[href]::before {
  content: "\f1c5";
}
.collection_hf a[href$=".zip"].link-icon::before,
.collection_hf a[href$=".zipx"].link-icon::before,
.collection_hf a[href$=".rar"].link-icon::before,
.collection_hf a[href$=".tar"].link-icon::before,
.collection_hf a[href$=".gz"].link-icon::before,
.collection_hf a[href$=".dmg"].link-icon::before,
.collection_hf a[href$=".iso"].link-icon::before,
.collection_hf a.link-icon.link-archive[href]::before {
  content: "\f1c6";
}
.collection_hf a[href$=".wav"].link-icon::before,
.collection_hf a[href$=".mp3"].link-icon::before,
.collection_hf a[href$=".fla"].link-icon::before,
.collection_hf a[href$=".flac"].link-icon::before,
.collection_hf a[href$=".ra"].link-icon::before,
.collection_hf a[href$=".rma"].link-icon::before,
.collection_hf a[href$=".aif"].link-icon::before,
.collection_hf a[href$=".aiff"].link-icon::before,
.collection_hf a[href$=".aa"].link-icon::before,
.collection_hf a[href$=".aac"].link-icon::before,
.collection_hf a[href$=".aax"].link-icon::before,
.collection_hf a[href$=".ac3"].link-icon::before,
.collection_hf a[href$=".au"].link-icon::before,
.collection_hf a[href$=".ogg"].link-icon::before,
.collection_hf a[href$=".avr"].link-icon::before,
.collection_hf a[href$=".3ga"].link-icon::before,
.collection_hf a[href$=".mid"].link-icon::before,
.collection_hf a[href$=".midi"].link-icon::before,
.collection_hf a[href$=".m4a"].link-icon::before,
.collection_hf a[href$=".mp4a"].link-icon::before,
.collection_hf a[href$=".amz"].link-icon::before,
.collection_hf a[href$=".mka"].link-icon::before,
.collection_hf a[href$=".asx"].link-icon::before,
.collection_hf a[href$=".pcm"].link-icon::before,
.collection_hf a[href$=".m3u"].link-icon::before,
.collection_hf a[href$=".wma"].link-icon::before,
.collection_hf a[href$=".xwma"].link-icon::before,
.collection_hf a.link-icon.link-audio[href]::before {
  content: "\f1c7";
}
.collection_hf a[href$=".avi"].link-icon::before,
.collection_hf a[href$=".mpg"].link-icon::before,
.collection_hf a[href$=".mp4"].link-icon::before,
.collection_hf a[href$=".mkv"].link-icon::before,
.collection_hf a[href$=".mov"].link-icon::before,
.collection_hf a[href$=".wmv"].link-icon::before,
.collection_hf a[href$=".vp6"].link-icon::before,
.collection_hf a[href$=".264"].link-icon::before,
.collection_hf a[href$=".vid"].link-icon::before,
.collection_hf a[href$=".rv"].link-icon::before,
.collection_hf a[href$=".webm"].link-icon::before,
.collection_hf a[href$=".swf"].link-icon::before,
.collection_hf a[href$=".h264"].link-icon::before,
.collection_hf a[href$=".flv"].link-icon::before,
.collection_hf a[href$=".mk3d"].link-icon::before,
.collection_hf a[href$=".gifv"].link-icon::before,
.collection_hf a[href$=".oggv"].link-icon::before,
.collection_hf a[href$=".3gp"].link-icon::before,
.collection_hf a[href$=".m4v"].link-icon::before,
.collection_hf a[href$=".movie"].link-icon::before,
.collection_hf a[href$=".divx"].link-icon::before,
.collection_hf a.link-icon.link-video[href]::before {
  content: "\f1c8";
}
.collection_hf a[href$=".css"].link-icon::before,
.collection_hf a[href$=".js"].link-icon::before,
.collection_hf a[href$=".py"].link-icon::before,
.collection_hf a[href$=".git"].link-icon::before,
.collection_hf a[href$=".cpp"].link-icon::before,
.collection_hf a[href$=".h"].link-icon::before,
.collection_hf a[href$=".ini"].link-icon::before,
.collection_hf a[href$=".config"].link-icon::before,
.collection_hf a.link-icon.link-code[href]::before {
  content: "\f1c9";
}
.collection_hf a[href$=".exe"].link-icon::before,
.collection_hf a[href$=".jar"].link-icon::before,
.collection_hf a[href$=".dll"].link-icon::before,
.collection_hf a[href$=".bat"].link-icon::before,
.collection_hf a[href$=".pl"].link-icon::before,
.collection_hf a[href$=".scr"].link-icon::before,
.collection_hf a[href$=".msi"].link-icon::before,
.collection_hf a[href$=".app"].link-icon::before,
.collection_hf a[href$=".deb"].link-icon::before,
.collection_hf a[href$=".apk"].link-icon::before,
.collection_hf a[href$=".vb"].link-icon::before,
.collection_hf a[href$=".prg"].link-icon::before,
.collection_hf a[href$=".sh"].link-icon::before,
.collection_hf a.link-icon.link-exe[href]::before {
  content: "\f085";
}
.collection_hf a[href$=".com"].link-icon::before,
.collection_hf a[href$=".net"].link-icon::before,
.collection_hf a[href$=".org"].link-icon::before,
.collection_hf a[href$=".edu"].link-icon::before,
.collection_hf a[href$=".gov"].link-icon::before,
.collection_hf a[href$=".mil"].link-icon::before,
.collection_hf a[href$="/"].link-icon::before,
.collection_hf a[href$=".html"].link-icon::before,
.collection_hf a[href$=".htm"].link-icon::before,
.collection_hf a[href$=".xhtml"].link-icon::before,
.collection_hf a[href$=".jhtml"].link-icon::before,
.collection_hf a[href$=".php"].link-icon::before,
.collection_hf a[href$=".php3"].link-icon::before,
.collection_hf a[href$=".php4"].link-icon::before,
.collection_hf a[href$=".php5"].link-icon::before,
.collection_hf a[href$=".phtml"].link-icon::before,
.collection_hf a[href$=".asp"].link-icon::before,
.collection_hf a[href$=".aspx"].link-icon::before,
.collection_hf a[href$=".cfm"].link-icon::before,
.collection_hf a[href*="?"].link-icon::before,
.collection_hf a[href*="#"].link-icon::before,
.collection_hf a.link-icon:not([href*="."])::before,
.collection_hf a.link-icon.link[href]::before {
  content: "\f0c1";
}
.collection_hf .edge-bottom {
  position: relative;
  z-index: 1;
}
.collection_hf .edge-bottom:after {
  background: inherit;
  content: "";
  display: block;
  height: 210%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.collection_hf .edge-bottom:after {
  bottom: 0;
  transform: skewY(-5deg);
  transform-origin: 100%;
}
.collection_hf .edge-bottom-reverse {
  position: relative;
  z-index: 1;
}
.collection_hf .edge-bottom-reverse:after {
  background: inherit;
  content: "";
  display: block;
  height: 210%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.collection_hf .edge-bottom-reverse:after {
  bottom: 0;
  transform: skewY(5deg);
  transform-origin: 0 100%;
}
.collection_hf .edge-top {
  position: relative;
  z-index: 1;
}
.collection_hf .edge-top:before {
  background: inherit;
  content: "";
  display: block;
  height: 210%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.collection_hf .edge-top:before {
  top: 0;
  transform: skewY(5deg);
  transform-origin: 100% 0;
}
.collection_hf .edge-top-reverse {
  position: relative;
  z-index: 1;
}
.collection_hf .edge-top-reverse:before {
  background: inherit;
  content: "";
  display: block;
  height: 210%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.collection_hf .edge-top-reverse:before {
  top: 0;
  transform: skewY(-5deg);
  transform-origin: 0 0;
}
.collection_hf .edge-both {
  position: relative;
  z-index: 1;
}
.collection_hf .edge-both:before,
.collection_hf .edge-both:after {
  background: inherit;
  content: "";
  display: block;
  height: 210%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.collection_hf .edge-both::before {
  top: 0;
  transform: skewY(5deg);
  transform-origin: 100% 0;
}
.collection_hf .edge-both::after {
  bottom: 0;
  transform: skewY(-5deg);
  transform-origin: 100%;
}
.collection_hf .edge-both-reverse {
  position: relative;
  z-index: 1;
}
.collection_hf .edge-both-reverse:before,
.collection_hf .edge-both-reverse:after {
  background: inherit;
  content: "";
  display: block;
  height: 210%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.collection_hf .edge-both-reverse::before {
  top: 0;
  transform: skewY(-5deg);
  transform-origin: 0 0;
}
.collection_hf .edge-both-reverse::after {
  bottom: 0;
  transform: skewY(5deg);
  transform-origin: 0 0;
}
.collection_hf .no-wrap {
  white-space: nowrap;
}
.collection_hf .error404 .search-form {
  text-align: center;
}
.collection_hf .error404 .search-form .search-submit {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.collection_hf body {
  font-family: "Metropolis", "Montserrat", Arial, sans-serif;
  background-size: cover;
  color: #323232;
}
.collection_hf .dropdown-toggle::after {
  content: none;
}
.collection_hf .entry-content {
  margin-bottom: 3em;
}
.collection_hf .text-size-sm {
  font-size: 12px;
}
.collection_hf .text-size-md {
  font-size: 16px;
}
.collection_hf .text-size-lg {
  font-size: 20px;
}
.collection_hf .text-size-xl {
  font-size: 24px;
}
.collection_hf .text-size-xxl {
  font-size: 30px;
}
.collection_hf .h1,
.collection_hf h1,
.collection_hf .h2,
.collection_hf h2,
.collection_hf .h3,
.collection_hf h3,
.collection_hf .h4,
.collection_hf h4,
.collection_hf .h5,
.collection_hf h5,
.collection_hf .h6,
.collection_hf h6 {
  font-family: "Metropolis", "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #000;
}
.collection_hf h1,
.collection_hf .h1 {
  font-size: 2.5em;
}
@media only screen and (min-width: 768px) {
  .collection_hf h1,
  .collection_hf .h1 {
    font-size: 3rem;
    font-weight: 900;
  }
}
.collection_hf h2,
.collection_hf .h2 {
  font-size: 2em;
}
@media only screen and (min-width: 768px) {
  .collection_hf h2,
  .collection_hf .h2 {
    font-size: 2.5em;
  }
}
.collection_hf .p-element h2,
.collection_hf .p-element .h2 {
  font-size: 2em;
}
@media only screen and (min-width: 768px) {
  .collection_hf .p-element h2,
  .collection_hf .p-element .h2 {
    font-size: 3.5em;
  }
}
.collection_hf h3,
.collection_hf .h3 {
  font-size: 1.4em;
}
@media only screen and (min-width: 768px) {
  .collection_hf h3,
  .collection_hf .h3 {
    font-size: 1.8em;
  }
}
.collection_hf .page-title {
  margin-top: 2em;
  margin-bottom: 2em;
}
.collection_hf .event-title,
.collection_hf .exhibit-title,
.collection_hf .news-title {
  font-weight: 800;
}
.collection_hf .exhibit-date,
.collection_hf .event-date,
.collection_hf .news-date {
  font-weight: 300;
}
.collection_hf .title-underline-black,
.collection_hf .underline-title-black {
  border-bottom: 6px solid #404040;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.collection_hf .content {
  margin-top: 50px;
  margin-bottom: 50px;
}
.collection_hf .content img {
  max-width: 100%;
  height: auto;
}
.collection_hf .content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.collection_hf .content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.collection_hf .content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.collection_hf .content a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.collection_hf .content a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.collection_hf .content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.collection_hf .content p a:not(.btn) {
  color: #000;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, #000 0px -1px 0px 0px inset;
  transition: 0.25s all ease;
}
.collection_hf .content p a:not(.btn):hover,
.collection_hf .content p a:not(.btn):focus {
  color: #000;
  box-shadow: rgba(209, 222, 63, 0.75) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(209, 222, 63, 0.75) 0px -1.25em 0px 0px inset;
}
.collection_hf .text-lead,
.collection_hf .lead {
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 600;
}
.collection_hf .blockquote {
  padding-left: 1em;
  border-left: 10px solid;
}
.collection_hf a.btn,
.collection_hf .btn,
.collection_hf .search-form .search-submit,
.collection_hf .search-form,
.collection_hf .search-submit,
.collection_hf .comment-form input[type=submit] {
  text-decoration: none;
  border-radius: 0;
  font-weight: 400;
}
.collection_hf .btn-xs,
.collection_hf .btn-group-xs > .btn,
.collection_hf .comment-form .btn-group-xs > input[type=submit],
.collection_hf .search-form .btn-group-xs > .search-submit {
  padding: 0.15rem 0.25rem !important;
  font-size: 0.875rem !important;
  line-height: 1 !important;
}
.collection_hf .btn-sm,
.collection_hf .btn-group-sm > .btn,
.collection_hf .comment-form .btn-group-sm > input[type=submit],
.collection_hf .search-form .btn-group-sm > .search-submit {
  padding: 0.25rem 0.5rem !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}
.collection_hf .btn-lg,
.collection_hf .btn-group-lg > .btn,
.collection_hf .comment-form .btn-group-lg > input[type=submit],
.collection_hf .search-form .btn-group-lg > .search-submit {
  padding: 0.6rem 0.75rem !important;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
}
.collection_hf .btn-xl,
.collection_hf .btn-group-xl > .btn,
.collection_hf .comment-form .btn-group-xl > input[type=submit],
.collection_hf .search-form .btn-group-xl > .search-submit {
  padding: 0.75rem 1rem !important;
  font-size: 1.6rem !important;
  line-height: 1.75 !important;
}
.collection_hf .btn-xxl,
.collection_hf .btn-group-xxl > .btn,
.collection_hf .comment-form .btn-group-xxl > input[type=submit],
.collection_hf .search-form .btn-group-xxl > .search-submit {
  padding: 0.75rem 1rem !important;
  font-size: 2rem !important;
  line-height: 2 !important;
}
.collection_hf .btn-dark:hover {
  color: #fff;
  background-color: #555;
  border-color: #555;
}
.collection_hf .list-group a {
  text-decoration: none;
}
.collection_hf .btn-gradient,
.collection_hf .btn-grad {
  color: #000;
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
}
.collection_hf .btn,
.collection_hf .comment-form input[type=submit],
.collection_hf .search-form .search-submit {
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer !important;
}
.collection_hf .btn-right,
.collection_hf .btn-left,
.collection_hf .btn-down,
.collection_hf .btn-expand,
.collection_hf .btn-download {
  position: relative;
  border: 0;
  background: transparent linear-gradient(90deg, rgba(209, 222, 63, 0) 45%, #d1de3f 55%) no-repeat right center;
  background-size: 0%;
  transition: 0.75s all ease;
}
.collection_hf .btn-right::after,
.collection_hf .btn-left::after,
.collection_hf .btn-down::after,
.collection_hf .btn-expand::after,
.collection_hf .btn-download::after {
  font-family: "FontAwesome", sans-serif;
  font-weight: 900;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #d1de3f;
  color: #000;
}
.collection_hf .btn-right:hover,
.collection_hf .btn-right:focus,
.collection_hf .btn-left:hover,
.collection_hf .btn-left:focus,
.collection_hf .btn-down:hover,
.collection_hf .btn-down:focus,
.collection_hf .btn-expand:hover,
.collection_hf .btn-expand:focus,
.collection_hf .btn-download:hover,
.collection_hf .btn-download:focus {
  background-color: transparent;
  background-size: 300%;
  color: #000;
}
.collection_hf .btn-right.btn-inverted,
.collection_hf .btn-left.btn-inverted,
.collection_hf .btn-down.btn-inverted,
.collection_hf .btn-expand.btn-inverted,
.collection_hf .btn-download.btn-inverted {
  color: #fff;
}
.collection_hf .btn-right.btn-inverted::before,
.collection_hf .btn-left.btn-inverted::before,
.collection_hf .btn-down.btn-inverted::before,
.collection_hf .btn-expand.btn-inverted::before,
.collection_hf .btn-download.btn-inverted::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  border-radius: 0.19rem;
  z-index: -1;
}
.collection_hf .btn-right.btn-inverted:hover,
.collection_hf .btn-right.btn-inverted:focus,
.collection_hf .btn-left.btn-inverted:hover,
.collection_hf .btn-left.btn-inverted:focus,
.collection_hf .btn-down.btn-inverted:hover,
.collection_hf .btn-down.btn-inverted:focus,
.collection_hf .btn-expand.btn-inverted:hover,
.collection_hf .btn-expand.btn-inverted:focus,
.collection_hf .btn-download.btn-inverted:hover,
.collection_hf .btn-download.btn-inverted:focus {
  background-color: transparent;
  background-size: 300%;
  color: #000;
}
.collection_hf .btn-right.btn-inverted2,
.collection_hf .btn-left.btn-inverted2,
.collection_hf .btn-down.btn-inverted2,
.collection_hf .btn-expand.btn-inverted2,
.collection_hf .btn-download.btn-inverted2 {
  color: #000;
}
.collection_hf .btn-right.btn-inverted2::before,
.collection_hf .btn-left.btn-inverted2::before,
.collection_hf .btn-down.btn-inverted2::before,
.collection_hf .btn-expand.btn-inverted2::before,
.collection_hf .btn-download.btn-inverted2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  width: 100%;
  border-radius: 0.19rem;
  z-index: -1;
}
.collection_hf .btn-right.btn-inverted2:hover,
.collection_hf .btn-right.btn-inverted2:focus,
.collection_hf .btn-left.btn-inverted2:hover,
.collection_hf .btn-left.btn-inverted2:focus,
.collection_hf .btn-down.btn-inverted2:hover,
.collection_hf .btn-down.btn-inverted2:focus,
.collection_hf .btn-expand.btn-inverted2:hover,
.collection_hf .btn-expand.btn-inverted2:focus,
.collection_hf .btn-download.btn-inverted2:hover,
.collection_hf .btn-download.btn-inverted2:focus {
  background-color: transparent;
  background-size: 300%;
}
.collection_hf .btn-md.btn-right,
.collection_hf .btn-md.btn-left,
.collection_hf .btn-md.btn-down,
.collection_hf .btn-md.btn-expand,
.collection_hf .btn-md.btn-download {
  padding-right: 2.8rem !important;
  border-radius: 0.19rem;
}
.collection_hf .btn-md.btn-right::after,
.collection_hf .btn-md.btn-left::after,
.collection_hf .btn-md.btn-down::after,
.collection_hf .btn-md.btn-expand::after,
.collection_hf .btn-md.btn-download::after {
  font-size: 2.4rem;
  line-height: 2rem;
  width: 2.2rem;
  text-align: center;
  border-radius: 0.19rem;
}
.collection_hf .btn-md.btn-expand::after {
  font-size: 2rem;
  line-height: 2rem;
  width: 2.4rem;
  text-align: center;
  padding-top: 0.2rem;
}
.collection_hf .btn-md.btn-download::after {
  font-size: 2rem;
  line-height: 2rem;
  width: 2.4rem;
  text-align: center;
  padding-top: 0.2rem;
}
.collection_hf .btn-lg.btn-right,
.collection_hf .btn-group-lg > .btn-right.btn,
.collection_hf .comment-form .btn-group-lg > input.btn-right[type=submit],
.collection_hf .search-form .btn-group-lg > .btn-right.search-submit,
.collection_hf .btn-lg.btn-left,
.collection_hf .btn-group-lg > .btn-left.btn,
.collection_hf .comment-form .btn-group-lg > input.btn-left[type=submit],
.collection_hf .search-form .btn-group-lg > .btn-left.search-submit,
.collection_hf .btn-lg.btn-down,
.collection_hf .btn-group-lg > .btn-down.btn,
.collection_hf .comment-form .btn-group-lg > input.btn-down[type=submit],
.collection_hf .search-form .btn-group-lg > .btn-down.search-submit,
.collection_hf .btn-lg.btn-expand,
.collection_hf .btn-group-lg > .btn-expand.btn,
.collection_hf .comment-form .btn-group-lg > input.btn-expand[type=submit],
.collection_hf .search-form .btn-group-lg > .btn-expand.search-submit,
.collection_hf .btn-lg.btn-download,
.collection_hf .btn-group-lg > .btn-download.btn,
.collection_hf .comment-form .btn-group-lg > input.btn-download[type=submit],
.collection_hf .search-form .btn-group-lg > .btn-download.search-submit {
  padding: 0 3.4rem 0 1rem !important;
  line-height: 3rem !important;
  border-radius: 0.19rem;
}
.collection_hf .btn-lg.btn-right::after,
.collection_hf .btn-group-lg > .btn-right.btn::after,
.collection_hf .comment-form .btn-group-lg > input.btn-right[type=submit]::after,
.collection_hf .search-form .btn-group-lg > .btn-right.search-submit::after,
.collection_hf .btn-lg.btn-left::after,
.collection_hf .btn-group-lg > .btn-left.btn::after,
.collection_hf .comment-form .btn-group-lg > input.btn-left[type=submit]::after,
.collection_hf .search-form .btn-group-lg > .btn-left.search-submit::after,
.collection_hf .btn-lg.btn-down::after,
.collection_hf .btn-group-lg > .btn-down.btn::after,
.collection_hf .comment-form .btn-group-lg > input.btn-down[type=submit]::after,
.collection_hf .search-form .btn-group-lg > .btn-down.search-submit::after,
.collection_hf .btn-lg.btn-expand::after,
.collection_hf .btn-group-lg > .btn-expand.btn::after,
.collection_hf .comment-form .btn-group-lg > input.btn-expand[type=submit]::after,
.collection_hf .search-form .btn-group-lg > .btn-expand.search-submit::after,
.collection_hf .btn-lg.btn-download::after,
.collection_hf .btn-group-lg > .btn-download.btn::after,
.collection_hf .comment-form .btn-group-lg > input.btn-download[type=submit]::after,
.collection_hf .search-form .btn-group-lg > .btn-download.search-submit::after {
  font-size: 3.1rem;
  line-height: 2.8rem;
  width: 2.8rem;
  border-radius: 0.19rem;
}
.collection_hf .btn-right::after {
  content: "\f105";
}
.collection_hf .btn-left::after {
  content: "\f104";
}
.collection_hf .btn-down::after {
  content: "\f107";
}
.collection_hf .btn-expand::after {
  content: "\f065";
}
.collection_hf .btn-download::after {
  content: "\f019";
}
.collection_hf .btn-warning {
  background-color: transparent;
}
.collection_hf .btn-warning.btn-right::after,
.collection_hf .btn-warning.btn-down::after {
  background-color: #d1de3f;
}
.collection_hf .mask-top-left-xs {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 2400'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='600 0 600 2400 0 2400 0 37.5'/%3E%3C/svg%3E") no-repeat left top/100%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 2400'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='600 0 600 2400 0 2400 0 37.5'/%3E%3C/svg%3E") no-repeat left top/100%;
}
.collection_hf .mask-top-right-xs {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 2400'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='600 37.5 600 2400 0 2400 0 0'/%3E%3C/svg%3E") no-repeat right top/100%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 2400'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='600 37.5 600 2400 0 2400 0 0'/%3E%3C/svg%3E") no-repeat right top/100%;
}
.collection_hf .mask-bottom-left-xs {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 2400'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='600 0 600 2400 0 2362.5 0 0'/%3E%3C/svg%3E") no-repeat left bottom/100%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 2400'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='600 0 600 2400 0 2362.5 0 0'/%3E%3C/svg%3E") no-repeat left bottom/100%;
}
.collection_hf .mask-bottom-right-xs {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 2400'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='600 0 600 2362.5 0 2400 0 0'/%3E%3C/svg%3E") no-repeat right bottom/100%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 2400'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='600 0 600 2362.5 0 2400 0 0'/%3E%3C/svg%3E") no-repeat right bottom/100%;
}
.collection_hf .clip-bottom-right {
  margin-top: -6em;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25vw), 0 100%);
}
.collection_hf .clip-bottom-right .element-middle {
  background-image: url();
}
.collection_hf .clip-bottom-right .element-inner {
  padding-bottom: 30vw !important;
}
@media only screen and (min-width: 1200px) {
  .collection_hf .clip-bottom-right .element-inner {
    padding-bottom: 24vw !important;
  }
}
.collection_hf .bg-key {
  position: relative;
  perspective: 100px;
}
.collection_hf .bg-key::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-style: preserve-3d;
  transform-origin: center;
  z-index: -1;
}
.collection_hf .bg-key-right::before {
  transform: scaleX(2) rotateY(2deg);
}
.collection_hf .bg-key-left::before {
  transform: scaleX(2) rotateY(-2deg);
}
.collection_hf .bg-key-light::before {
  background-color: #eee;
  border-top: 10px solid #fff;
}
.collection_hf .bg-key-dark::before {
  background-color: #333;
  border-top: 10px solid #000;
}
.collection_hf .bg-tilt {
  position: relative;
}
.collection_hf .bg-tilt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-style: preserve-3d;
  transform-origin: center center;
  z-index: -2;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
}
.collection_hf .bg-tilt-right-sm {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.collection_hf .bg-tilt-right-sm::before {
  transform: scaleX(1) skewY(3.5deg);
}
.collection_hf .bg-tilt-right,
.collection_hf .bg-tilt-right-md {
  margin-top: 7rem;
  margin-bottom: 7rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.collection_hf .bg-tilt-right::before,
.collection_hf .bg-tilt-right-md::before {
  transform: scaleX(1) skewY(7deg);
}
.collection_hf .bg-tilt-right-lg {
  margin-top: 14rem;
  margin-bottom: 14rem;
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.collection_hf .bg-tilt-right-lg::before {
  transform: scaleX(1) skewY(14deg);
}
.collection_hf .bg-tilt-right-xl {
  margin-top: 14rem;
  margin-bottom: 14rem;
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.collection_hf .bg-tilt-right-xl::before {
  transform: scaleX(1) skewY(21deg);
}
.collection_hf .bg-tilt-left-sm {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.collection_hf .bg-tilt-left-sm::before {
  transform: scaleX(1) skewY(-3.5deg);
}
.collection_hf .bg-tilt-left,
.collection_hf .bg-tilt-left-md {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.collection_hf .bg-tilt-left::before:first-of-type,
.collection_hf .bg-tilt-left-md::before:first-of-type {
  margin-top: 7em;
}
.collection_hf .bg-tilt-left::before,
.collection_hf .bg-tilt-left-md::before {
  transform: scaleX(1) skewY(-14deg);
}
.collection_hf .bg-tilt-left-lg {
  margin-top: 14rem;
  margin-bottom: 14rem;
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.collection_hf .bg-tilt-left-lg::before {
  transform: scaleX(1) skewY(-14deg);
}
.collection_hf .bg-tilt-left-xl {
  margin-top: 14rem;
  margin-bottom: 14rem;
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.collection_hf .bg-tilt-left-xl::before {
  transform: scaleX(1) skewY(-21deg);
}
.collection_hf .bg-tilt-light::before {
  background-color: #fff;
  border-top: 10px solid #eee;
}
.collection_hf .bg-tilt-dark::before {
  background-color: #eee;
}
.collection_hf .bg-tilt-black {
  color: #fff !important;
}
.collection_hf .bg-tilt-black::before {
  background-color: #000;
}
.collection_hf .bg-tilt-black .title-underline {
  border-color: #fff;
}
.collection_hf a.fc-day-grid-event.fc-h-event {
  background-color: #4f4f4f !important;
  border-color: #4f4f4f !important;
  color: #fff !important;
}
.collection_hf #wrap-61f1c6cecf738 {
  margin-top: 8em;
}
.collection_hf #wrap-61f1c8d199b51 {
  margin-top: -1px;
  margin-bottom: 0em;
}
.collection_hf .home .more-wrapper {
  font-weight: 100;
}
@media only screen and (min-width: 768px) {
  .collection_hf .home .more-wrapper {
    margin-top: -67px;
  }
}
.collection_hf .home .hours-of-operation {
  font-size: 1.25em;
  font-weight: 700;
}
.collection_hf .p-element ul:not(.pagination):not(.event-categories),
.collection_hf .content .main ul:not(.pagination):not(.event-categories) {
  list-style-type: none;
}
.collection_hf .p-element ul:not(.pagination):not(.event-categories) li:before,
.collection_hf .content .main ul:not(.pagination):not(.event-categories) li:before {
  font-family: "FontAwesome", sans-serif;
  content: "\f067";
  margin: 0 5px 0 -15px;
}
.collection_hf ul.content-list {
  list-style-type: none;
}
.collection_hf ul.content-list li:before {
  font-family: "FontAwesome", sans-serif;
  content: "\f067";
  margin: 0 5px 0 -15px;
}
.collection_hf *:focus {
  outline: 2px dotted rgba(0, 0, 0, 0.25);
}
.collection_hf body:not(.home) .colophon {
  margin-top: 1em;
}
.collection_hf body.page-id-321 .colophon,
.collection_hf body.page-id-323 .colophon {
  margin-top: -8%;
}
.collection_hf body.page-id-325 .colophon {
  margin-top: -4%;
}
@media only screen and (max-width: 768px) {
  .collection_hf #wrap-61f1c6cecf738 {
    padding-top: 5em;
  }
  .collection_hf #wrap-61f1c8d199b51 {
    padding-bottom: 6em;
  }
  .collection_hf #wrap-61f1c8d199b51 #block_element-61f1c8d1847ee1 {
    text-align: right;
  }
}
.collection_hf .em.em-list .em-item .em-item-info {
  border-left: none;
}
.collection_hf .em.em-list .em-item {
  padding-top: 0.5rem;
  border-top: none;
}
.collection_hf .em-item-info h3.event-title a {
  font-weight: 600;
  color: #000 !important;
  text-decoration: none;
}
.collection_hf .em-item-info h3.event-title a a:hover,
.collection_hf .em-item-info h3.event-title a a:active,
.collection_hf .em-item-info h3.event-title a a:focus {
  text-decoration: underline;
}
.collection_hf .em-item-info h3.event-title a:hover,
.collection_hf .em-item-info h3.event-title a:active,
.collection_hf .em-item-info h3.event-title a:focus {
  text-decoration: underline;
}
.collection_hf article.event .page-title {
  margin-top: 2em;
  text-align: left;
  transform-origin: left;
}
.collection_hf #em-wrapper h2,
.collection_hf #em-wrapper .em.pixelbones h2 {
  font-weight: 600 !important;
}
.collection_hf .em.pixelbones a {
  color: #000 !important;
}
.collection_hf .em.pixelbones a a:hover,
.collection_hf .em.pixelbones a a:active,
.collection_hf .em.pixelbones a a:focus {
  text-decoration: underline;
}
.collection_hf #events-search-submit {
  margin-left: 1em !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-family: "Metropolis", "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #000 !important;
  background-color: #d1de3f !important;
  border-radius: 0px !important;
  border: none !important;
}
.collection_hf #events-search-submit:hover,
.collection_hf #events-search-submit:active,
.collection_hf #events-search-submit:focus {
  color: #fff;
  background-color: #000;
  border: 2px #000 solid;
}
.collection_hf .title-underline.staff-name {
  font-size: 2em;
}
.collection_hf .em-search-view-option.em-search-view-type-map {
  display: none !important;
}
.collection_hf .fc-button-group button {
  background: none;
}
.collection_hf .btn.brochure-download,
.collection_hf .comment-form input.brochure-download[type=submit],
.collection_hf .search-form .brochure-download.search-submit {
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  border-radius: 0.19rem;
}
.collection_hf .related-items {
  margin-top: 1em;
  margin-bottom: 4em;
}
.collection_hf .related-news-items .list-group a.list-group-item {
  padding: 0.8em;
  margin: 0.8em;
  width: calc(50% - 2em);
  text-decoration: none;
  transition: all 0.25s ease-in;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  border-radius: 0.19rem;
  background-color: #fff;
}
.collection_hf .related-news-items .list-group a.list-group-item:hover,
.collection_hf .related-news-items .list-group a.list-group-item:focus {
  position: relative;
  z-index: 99;
  cursor: pointer;
  color: #000;
  border-style: solid;
  border-width: 1px;
  border-color: #d1de3f;
  border-radius: 0.19rem;
  background-color: #d1de3f;
}
.collection_hf .related-events-items .list-group a.list-group-item {
  padding: 0.8em;
  margin: 0.8em;
  width: calc(50% - 2em);
  text-decoration: none;
  transition: all 0.25s ease-in;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  border-radius: 0.19rem;
  background-color: #fff;
}
.collection_hf .related-events-items .list-group a.list-group-item:hover,
.collection_hf .related-events-items .list-group a.list-group-item:focus {
  position: relative;
  z-index: 99;
  cursor: pointer;
  color: #000;
  border-style: solid;
  border-width: 1px;
  border-color: #d1de3f;
  border-radius: 0.19rem;
  background-color: #d1de3f;
}
.collection_hf .exhibitions-gallery {
  padding: 0.8em;
}
.collection_hf .gallery-wrap {
  margin-top: 2em;
  margin-bottom: 2em;
}
.collection_hf .lb-cap,
.collection_hf .lb-desc {
  padding: 1.5rem;
  line-height: 1.5;
}
.collection_hf .lb-cap em,
.collection_hf .lb-desc em {
  line-break: strict;
  -moz-column-break-after: always;
       break-after: always;
}
.collection_hf .lb-number {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  color: #fff;
}
.collection_hf .lb-close {
  margin: 1rem;
}
.collection_hf .lb-close img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(71%) saturate(3549%) hue-rotate(346deg) brightness(127%) contrast(106%);
}
.collection_hf .f-image.tilt-left,
.collection_hf .banner-image.tilt-left {
  transform: rotate(-4.25deg);
}
.collection_hf .home .colophon {
  margin-top: calc(-13.8% - 2.5rem);
}
@media only screen and (min-width: 992px) {
  .collection_hf .home .colophon {
    margin-top: calc(-13.5% - 2.5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .collection_hf .home .colophon {
    margin-top: calc(-13.25% - 2.5rem);
  }
}
.collection_hf .colophon a.join-newsletter {
  padding: 0.5rem 1rem;
  margin-left: -1.25rem;
  color: #fff;
  text-decoration: none;
  box-shadow: #000 0px 0px 0px 0px, #000 0px 0px 0px 0px, rgba(0, 0, 0, 0.5) 0px -1px 0px 0px inset;
  border-radius: 0.19rem;
  transition: 0.3s all ease-out;
}
.collection_hf .colophon a.join-newsletter:hover,
.collection_hf .colophon a.join-newsletter:focus {
  color: #000;
  box-shadow: #fff 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, #fff 0px -2.5em 0px 0px inset;
}
.collection_hf .em.pixelbones > h2 {
  line-height: 1 !important;
  margin-bottom: 0 !important;
  margin-top: 2rem !important;
}
.collection_hf .em.em-list {
  grid-gap: 1rem !important;
}
.collection_hf .page .ui-datepicker {
  display: none;
}
@media only screen and (max-width: 600px) {
  .collection_hf .header_hf .navbar {
    overflow-x: clip;
    overflow-y: visible;
  }
  .collection_hf .header_hf .navbar-toggler {
    z-index: 1;
  }
  .collection_hf .header_hf .header-top {
    margin-top: 0.4rem;
  }
  .collection_hf .container {
    overflow-x: hidden;
    --bs-gutter-x: 3rem;
  }
  .collection_hf .btn-lg,
  .collection_hf .btn-group-lg > .btn,
  .collection_hf .comment-form .btn-group-lg > input[type=submit],
  .collection_hf .search-form .btn-group-lg > .search-submit {
    letter-spacing: -0.5px;
  }
}
.collection_hf ul.event-categories li:before,
.collection_hf ul.event-tags li:before {
  display: none !important;
}
.collection_hf .banner-image {
  max-height: 80vh;
}/*# sourceMappingURL=collections_header_footer.css.map */