@font-face {
  font-display: swap;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  src: url(https://www.dnow.com/hubfs/WC/Fonts/Poppins/Poppins-Light.ttf);
}
@font-face {
  font-display: swap;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url(https://www.dnow.com/hubfs/WC/Fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-display: swap;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url(https://www.dnow.com/hubfs/WC/Fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
  font-display: swap;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  src: url(https://www.dnow.com/hubfs/WC/Fonts/Poppins/Poppins-Semibold.ttf);
}
.cta-arrow-icon {
  fill: var(--Highlight-Red, #008040);
  height: 0.6rem;
  width: 0.6rem;
}
*,
:after,
:before {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}
.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.row-fluid .span1,
.row-fluid .span10,
.row-fluid .span11,
.row-fluid .span12,
.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9 {
  min-height: 1px;
  width: 100%;
}
@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .row-fluid .span1 {
    width: calc(
      var(--column-width-multiplier) * 1% * 1 - var(--column-gap) *
        var(--column-width-multiplier) * 11 / 100
    );
  }
  .row-fluid .span2 {
    width: calc(
      var(--column-width-multiplier) * 1% * 2 - var(--column-gap) *
        var(--column-width-multiplier) * 10 / 100
    );
  }
  .row-fluid .span3 {
    width: calc(
      var(--column-width-multiplier) * 1% * 3 - var(--column-gap) *
        var(--column-width-multiplier) * 9 / 100
    );
  }
  .row-fluid .span4 {
    width: calc(
      var(--column-width-multiplier) * 1% * 4 - var(--column-gap) *
        var(--column-width-multiplier) * 8 / 100
    );
  }
  .row-fluid .span5 {
    width: calc(
      var(--column-width-multiplier) * 1% * 5 - var(--column-gap) *
        var(--column-width-multiplier) * 7 / 100
    );
  }
  .row-fluid .span6 {
    width: calc(
      var(--column-width-multiplier) * 1% * 6 - var(--column-gap) *
        var(--column-width-multiplier) * 6 / 100
    );
  }
  .row-fluid .span7 {
    width: calc(
      var(--column-width-multiplier) * 1% * 7 - var(--column-gap) *
        var(--column-width-multiplier) * 5 / 100
    );
  }
  .row-fluid .span8 {
    width: calc(
      var(--column-width-multiplier) * 1% * 8 - var(--column-gap) *
        var(--column-width-multiplier) * 4 / 100
    );
  }
  .row-fluid .span9 {
    width: calc(
      var(--column-width-multiplier) * 1% * 9 - var(--column-gap) *
        var(--column-width-multiplier) * 3 / 100
    );
  }
  .row-fluid .span10 {
    width: calc(
      var(--column-width-multiplier) * 1% * 10 - var(--column-gap) *
        var(--column-width-multiplier) * 2 / 100
    );
  }
  .row-fluid .span11 {
    width: calc(
      var(--column-width-multiplier) * 1% * 11 - var(--column-gap) *
        var(--column-width-multiplier) * 1 / 100
    );
  }
}
a.ul-red {
  background-image: linear-gradient(0deg, #008040 1px, transparent 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #008040 !important;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  transition: background-size 0.25s ease-in-out;
}
a.ul-red:hover {
  background-size: 25% 100%;
  color: #008040;
  text-decoration: none;
}
.brand-filters.btn.active {
  background-color: #008040;
  background-position: 0 100%;
  border-color: #008040;
  color: #fff;
}
.bootstrap-select.show > .dropdown-toggle {
  color: #999;
}
.resource-page .picker-seclect:after {
  display: none !important;
}
.dnowZoomIcon {
  background-color: #fff;
  border: 1px solid #008040;
  border-radius: 50%;
  color: #008040;
  cursor: pointer;
  display: inline-block;
  height: 2.45rem;
  text-decoration: none;
  transition: all 0.3s ease-in;
  width: 2.45rem;
}
.dnowZoomIcon i {
  font-size: 1.5625rem;
}
.events-page .dnd-section > .row-fluid,
.inventory-page .dnd-section > .row-fluid,
.resource-page .dnd-section > .row-fluid {
  padding: 0;
}
.breadcrumb-wrapper {
  padding-bottom: 0.1px;
}
.bg-light {
  background-color: #eef2f4;
}
.midstream-page .dnd-section > .row-fluid {
  padding: 0;
}
.hs-event-r1-grp.py-8 {
  padding-top: 0 !important;
}
.text-center {
  text-align: center !important;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section .dnd-column {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.4;
  overflow-wrap: break-word;
}
html[lang^="ja"] body,
html[lang^="ko"] body,
html[lang^="zh"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}
p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}
a {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
  margin: 0 0 1.4rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
pre {
  overflow: auto;
}
code {
  vertical-align: bottom;
}
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}
hr {
  border: none;
  border-bottom: 1px solid #ccc;
}
img {
  font-size: 0.583rem;
  word-break: normal;
}
.btn {
  border-radius: 0.25rem;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0062cc;
  border-color: #005cbf;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #545b62;
  border-color: #4e555b;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
  color: #fff;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background-color: #1e7e34;
  border-color: #1c7430;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
  color: #fff;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #10707f;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #212529;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  background-color: #d39e00;
  border-color: #c69500;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
  color: #fff;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background-color: #bd2130;
  border-color: #b21f2d;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #dae0e5;
  border-color: #d3d9df;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
  color: #fff;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  background-color: #1d2124;
  border-color: #171a1d;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
  color: #007bff;
}
.btn-outline-primary:hover {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-success {
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
  color: #28a745;
}
.btn-outline-success:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
  color: #17a2b8;
}
.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
  color: #ffc107;
}
.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
  color: #dc3545;
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
  color: #343a40;
}
.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  background-color: transparent;
  color: #007bff;
  font-weight: 400;
}
.btn-link:hover {
  background-color: transparent;
  color: #0056b3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
.btn-group,
.btn-group-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.button,
.hs-button,
button {
  background-color: #008040;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  margin: 4px 2px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
  white-space: normal;
}
button:hover {
  background-color: #66b280;
}
.button:disabled,
.hs-button:disabled,
button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}
.no-button,
.no-button:active,
.no-button:focus,
.no-button:hover {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}
form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}
.form-title {
  margin-bottom: 0;
}
form legend {
  font-size: 0.875rem;
}
form input[type="email"],
form input[type="file"],
form input[type="number"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="text"],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}
form textarea {
  resize: vertical;
}
form fieldset {
  max-width: 100% !important;
}
form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}
form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}
form input[type="checkbox"],
form input[type="radio"] {
  cursor: pointer;
  margin-right: 0.35rem;
}
.hs-dateinput {
  position: relative;
}
.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.fn-date-picker .pika-table thead th {
  color: #fff;
}
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}
.fn-date-picker td .pika-button:focus,
.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
  color: #fff;
}
form input[type="file"] {
  background-color: transparent;
  border: initial;
  padding: initial;
}
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}
form .hs-richtext img {
  max-width: 100% !important;
}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}
.hs-form-required {
  color: #ef6b51;
}
.hs-input.invalid.error {
  border-color: #ef6b51;
}
.hs-error-msg {
  color: #ef6b51;
  margin-top: 0.35rem;
}
form .hs-button,
form input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
.grecaptcha-badge {
  margin: 0 auto;
}
table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}
td,
th {
  vertical-align: top;
}
thead th {
  vertical-align: bottom;
}
.header-group {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 0.25s ease-in-out;
  width: 100%;
  z-index: 999;
}
.header-shadow {
  bottom: 0;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.12);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001;
}
.navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar,
nav#dnow-nav .navbar-inner {
  position: relative;
}
.logo-wrap img {
  max-width: 150px;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.nav-search form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.nav-search form .hs-search-field__input {
  background-clip: padding-box;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-style: solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-width: 1px;
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  min-height: 1px;
  padding: 0.375rem 0.75rem 0.375rem 2.441rem;
  position: relative;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1%;
}
.nav-search form .hs-search-field__input:focus {
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
  outline: 0;
}
.nav-search form button.search-submit {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.125rem;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 400;
  left: 0;
  line-height: 1.6;
  margin: 0;
  padding: 0.375rem 0.75rem;
  position: absolute;
  text-align: center;
  top: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  z-index: 4;
}
.nav-search form button.search-submit:hover {
  background-color: transparent;
}
.header-menu {
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  position: static;
}
.header-menu,
.header-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.header-menu ul {
  margin: 0 0 0 auto;
  padding: 0;
}
.header-menu ul li a {
  display: block;
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.header-menu ul li {
  display: inline-block;
  padding: 0;
  text-transform: none;
}
.header-menu ul li:last-child a {
  padding-right: 0;
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.125rem;
  color: #212f36;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0.375rem 0.75rem;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.btn-primary {
  background-color: #008040;
  border-color: #008040;
  color: #fff;
}
.btn:hover {
  color: #212f36;
  text-decoration: none;
}
.btn-primary:hover {
  background-color: #b42127;
  border-color: #a91f25;
  color: #fff;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .header-menu ul li a {
    padding: 0.5rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #mobile-nav {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .logo-wrap img {
    display: block;
    max-width: 90px;
  }
  .btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.125rem;
    color: #212f36;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    padding: 0.375rem 0.75rem;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
  }
  .btn:hover {
    color: #212f36;
    text-decoration: none;
  }
  .btn-primary {
    background-color: #008040;
    border-color: #008040;
    color: #fff;
  }
  .btn-primary:hover {
    background-color: #b42127;
    border-color: #a91f25;
    color: #fff;
  }
  .slide-menu {
    background: #fff;
    background-color: #eef2f4;
    box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    display: none;
    height: 100vh;
    max-width: 100%;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(110%);
    transition: transform 0.3s ease-in-out;
    width: 350px;
    will-change: transform;
    z-index: 1001;
  }
  .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
  }
  .slide-menu .slider {
    left: 0;
    position: absolute;
    top: 5rem;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    will-change: transform;
  }
  .slide-menu ul {
    background-color: #fff;
    display: block;
    height: 100vh;
    list-style: none;
    margin: 0;
    max-width: 100%;
    padding-left: 0;
    position: relative;
    width: 350px;
  }
  .slide-menu li {
    border-bottom: 1px solid #d7dadb;
    width: 100%;
  }
  .slide-menu a {
    color: #212f36;
    display: block;
    padding: 12px 24px;
    text-decoration: none;
  }
  .slide-menu a:hover {
    color: #008040;
  }
  .slide-menu .next-control {
    cursor: pointer;
    float: right;
    overflow: hidden;
  }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
  }
  .slide-menu ul ul {
    background-color: #eef2f4;
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
  }
  .slide-menu .back-control {
    background-color: #fff;
    text-align: center;
  }
  .slide-menu .back-control i {
    float: left;
    padding-right: 5px;
  }
  .slide-menu ul ul li:not(.back-control) {
    padding: 0.2rem 0;
  }
  #overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .slide-menu ul li.hs-menu-depth-1 > a {
    background: #fff;
  }
  .slide-menu .next-control ~ .slide-menu .next-control {
    display: none !important;
  }
  .slide-menu .back-control:not(:first-child),
  .slide-menu .next-control:not(:first-child) {
    display: none;
  }
  .mobile-open .slide-menu {
    transform: translateX(0) !important;
  }
}
.hs-menu-wrapper ul {
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}
@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}
@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}
.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}
@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.hs-menu-item a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.hs-menu-item a:focus,
.hs-menu-item a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}
.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(33, 47, 54, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(33, 47, 54, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(33, 47, 54, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.vw-100 {
  width: 100vw !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.4rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.4rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.4rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.4rem !important;
}
.m-2 {
  margin: 0.8rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.8rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.8rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.8rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.8rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.25rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.25rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.25rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.25rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.25rem !important;
}
.m-5 {
  margin: 1.563rem !important;
}
.mt-5,
.my-5 {
  margin-top: 1.563rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 1.563rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 1.563rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 1.563rem !important;
}
.m-6 {
  margin: 1.953rem !important;
}
.mt-6,
.my-6 {
  margin-top: 1.953rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 1.953rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 1.953rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 1.953rem !important;
}
.m-7 {
  margin: 2.441rem !important;
}
.mt-7,
.my-7 {
  margin-top: 2.441rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 2.441rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 2.441rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 2.441rem !important;
}
.m-8 {
  margin: 3.052rem !important;
}
.mt-8,
.my-8 {
  margin-top: 3.052rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 3.052rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 3.052rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 3.052rem !important;
}
.m-9 {
  margin: 3.815rem !important;
}
.mt-9,
.my-9 {
  margin-top: 3.815rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 3.815rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 3.815rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 3.815rem !important;
}
.m-10 {
  margin: 4.768rem !important;
}
.mt-10,
.my-10 {
  margin-top: 4.768rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 4.768rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 4.768rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 4.768rem !important;
}
.m-11 {
  margin: 5.96rem !important;
}
.mt-11,
.my-11 {
  margin-top: 5.96rem !important;
}
.mr-11,
.mx-11 {
  margin-right: 5.96rem !important;
}
.mb-11,
.my-11 {
  margin-bottom: 5.96rem !important;
}
.ml-11,
.mx-11 {
  margin-left: 5.96rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.4rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.4rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.4rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.4rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.4rem !important;
}
.p-2 {
  padding: 0.8rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.8rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.8rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.8rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.8rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.25rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.25rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.25rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.25rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.25rem !important;
}
.p-5 {
  padding: 1.563rem !important;
}
.pt-5,
.py-5 {
  padding-top: 1.563rem !important;
}
.pr-5,
.px-5 {
  padding-right: 1.563rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 1.563rem !important;
}
.pl-5,
.px-5 {
  padding-left: 1.563rem !important;
}
.p-6 {
  padding: 1.953rem !important;
}
.pt-6,
.py-6 {
  padding-top: 1.953rem !important;
}
.pr-6,
.px-6 {
  padding-right: 1.953rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 1.953rem !important;
}
.pl-6,
.px-6 {
  padding-left: 1.953rem !important;
}
.p-7 {
  padding: 2.441rem !important;
}
.pt-7,
.py-7 {
  padding-top: 2.441rem !important;
}
.pr-7,
.px-7 {
  padding-right: 2.441rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 2.441rem !important;
}
.pl-7,
.px-7 {
  padding-left: 2.441rem !important;
}
.p-8 {
  padding: 3.052rem !important;
}
.pr-8,
.px-8 {
  padding-right: 3.052rem !important;
}
.pl-8,
.px-8 {
  padding-left: 3.052rem !important;
}
.p-9 {
  padding: 3.815rem !important;
}
.pt-9,
.py-9 {
  padding-top: 3.815rem !important;
}
.pr-9,
.px-9 {
  padding-right: 3.815rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 3.815rem !important;
}
.pl-9,
.px-9 {
  padding-left: 3.815rem !important;
}
.p-10 {
  padding: 4.768rem !important;
}
.pt-10,
.py-10 {
  padding-top: 4.768rem !important;
}
.pr-10,
.px-10 {
  padding-right: 4.768rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 4.768rem !important;
}
.pl-10,
.px-10 {
  padding-left: 4.768rem !important;
}
.p-11 {
  padding: 5.96rem !important;
}
.pt-11,
.py-11 {
  padding-top: 5.96rem !important;
}
.pr-11,
.px-11 {
  padding-right: 5.96rem !important;
}
.pb-11,
.py-11 {
  padding-bottom: 5.96rem !important;
}
.pl-11,
.px-11 {
  padding-left: 5.96rem !important;
}
.m-n1 {
  margin: -0.4rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.4rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.4rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.4rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.4rem !important;
}
.m-n2 {
  margin: -0.8rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.8rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.8rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.8rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.8rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.25rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.25rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.25rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.25rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.25rem !important;
}
.m-n5 {
  margin: -1.563rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -1.563rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -1.563rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -1.563rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -1.563rem !important;
}
.m-n6 {
  margin: -1.953rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -1.953rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -1.953rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -1.953rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -1.953rem !important;
}
.m-n7 {
  margin: -2.441rem !important;
}
.mt-n7,
.my-n7 {
  margin-top: -2.441rem !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -2.441rem !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -2.441rem !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -2.441rem !important;
}
.m-n8 {
  margin: -3.052rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -3.052rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -3.052rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -3.052rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -3.052rem !important;
}
.m-n9 {
  margin: -3.815rem !important;
}
.mt-n9,
.my-n9 {
  margin-top: -3.815rem !important;
}
.mr-n9,
.mx-n9 {
  margin-right: -3.815rem !important;
}
.mb-n9,
.my-n9 {
  margin-bottom: -3.815rem !important;
}
.ml-n9,
.mx-n9 {
  margin-left: -3.815rem !important;
}
.m-n10 {
  margin: -4.768rem !important;
}
.mt-n10,
.my-n10 {
  margin-top: -4.768rem !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -4.768rem !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -4.768rem !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -4.768rem !important;
}
.m-n11 {
  margin: -5.96rem !important;
}
.mt-n11,
.my-n11 {
  margin-top: -5.96rem !important;
}
.mr-n11,
.mx-n11 {
  margin-right: -5.96rem !important;
}
.mb-n11,
.my-n11 {
  margin-bottom: -5.96rem !important;
}
.ml-n11,
.mx-n11 {
  margin-left: -5.96rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.4rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.4rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.4rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.4rem !important;
  }
  .m-sm-2 {
    margin: 0.8rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.8rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.8rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.8rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.8rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.25rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.25rem !important;
  }
  .m-sm-5 {
    margin: 1.563rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.563rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.563rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.563rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.563rem !important;
  }
  .m-sm-6 {
    margin: 1.953rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.953rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.953rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.953rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.953rem !important;
  }
  .m-sm-7 {
    margin: 2.441rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 2.441rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 2.441rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 2.441rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 2.441rem !important;
  }
  .m-sm-8 {
    margin: 3.052rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3.052rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3.052rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3.052rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3.052rem !important;
  }
  .m-sm-9 {
    margin: 3.815rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 3.815rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 3.815rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 3.815rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 3.815rem !important;
  }
  .m-sm-10 {
    margin: 4.768rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 4.768rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 4.768rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 4.768rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 4.768rem !important;
  }
  .m-sm-11 {
    margin: 5.96rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 5.96rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 5.96rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 5.96rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 5.96rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.4rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.4rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.4rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.4rem !important;
  }
  .p-sm-2 {
    padding: 0.8rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.8rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.8rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.8rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.8rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.25rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.25rem !important;
  }
  .p-sm-5 {
    padding: 1.563rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.563rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.563rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.563rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.563rem !important;
  }
  .p-sm-6 {
    padding: 1.953rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.953rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.953rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.953rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.953rem !important;
  }
  .p-sm-7 {
    padding: 2.441rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 2.441rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 2.441rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 2.441rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 2.441rem !important;
  }
  .p-sm-8 {
    padding: 3.052rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3.052rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3.052rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3.052rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3.052rem !important;
  }
  .p-sm-9 {
    padding: 3.815rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 3.815rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 3.815rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 3.815rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 3.815rem !important;
  }
  .p-sm-10 {
    padding: 4.768rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 4.768rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 4.768rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 4.768rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 4.768rem !important;
  }
  .p-sm-11 {
    padding: 5.96rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 5.96rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 5.96rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 5.96rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 5.96rem !important;
  }
  .m-sm-n1 {
    margin: -0.4rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.4rem !important;
  }
  .m-sm-n2 {
    margin: -0.8rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.8rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.8rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.8rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.8rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.25rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n5 {
    margin: -1.563rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.563rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.563rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.563rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.563rem !important;
  }
  .m-sm-n6 {
    margin: -1.953rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.953rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.953rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.953rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.953rem !important;
  }
  .m-sm-n7 {
    margin: -2.441rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -2.441rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -2.441rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -2.441rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -2.441rem !important;
  }
  .m-sm-n8 {
    margin: -3.052rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -3.052rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -3.052rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -3.052rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -3.052rem !important;
  }
  .m-sm-n9 {
    margin: -3.815rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -3.815rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -3.815rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -3.815rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -3.815rem !important;
  }
  .m-sm-n10 {
    margin: -4.768rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -4.768rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -4.768rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -4.768rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -4.768rem !important;
  }
  .m-sm-n11 {
    margin: -5.96rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -5.96rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -5.96rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -5.96rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -5.96rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.4rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.4rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.4rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.4rem !important;
  }
  .m-md-2 {
    margin: 0.8rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.8rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.8rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.8rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.8rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.25rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.25rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.25rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.25rem !important;
  }
  .m-md-5 {
    margin: 1.563rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.563rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.563rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.563rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.563rem !important;
  }
  .m-md-6 {
    margin: 1.953rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 1.953rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.953rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.953rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.953rem !important;
  }
  .m-md-7 {
    margin: 2.441rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 2.441rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 2.441rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 2.441rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 2.441rem !important;
  }
  .m-md-8 {
    margin: 3.052rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3.052rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3.052rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.052rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3.052rem !important;
  }
  .m-md-9 {
    margin: 3.815rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 3.815rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 3.815rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 3.815rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 3.815rem !important;
  }
  .m-md-10 {
    margin: 4.768rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 4.768rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 4.768rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 4.768rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 4.768rem !important;
  }
  .m-md-11 {
    margin: 5.96rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 5.96rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 5.96rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 5.96rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 5.96rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.4rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.4rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.4rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.4rem !important;
  }
  .p-md-2 {
    padding: 0.8rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.8rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.8rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.8rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.8rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.25rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.25rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.25rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.25rem !important;
  }
  .p-md-5 {
    padding: 1.563rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.563rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.563rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.563rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.563rem !important;
  }
  .p-md-6 {
    padding: 1.953rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 1.953rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 1.953rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.953rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 1.953rem !important;
  }
  .p-md-7 {
    padding: 2.441rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 2.441rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 2.441rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 2.441rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 2.441rem !important;
  }
  .p-md-8 {
    padding: 3.052rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3.052rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3.052rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3.052rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 3.052rem !important;
  }
  .p-md-9 {
    padding: 3.815rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 3.815rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 3.815rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 3.815rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 3.815rem !important;
  }
  .p-md-10 {
    padding: 4.768rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 4.768rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 4.768rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 4.768rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 4.768rem !important;
  }
  .p-md-11 {
    padding: 5.96rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 5.96rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 5.96rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 5.96rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 5.96rem !important;
  }
  .m-md-n1 {
    margin: -0.4rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.4rem !important;
  }
  .m-md-n2 {
    margin: -0.8rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.8rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.8rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.8rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.8rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.25rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.25rem !important;
  }
  .m-md-n5 {
    margin: -1.563rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.563rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.563rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.563rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.563rem !important;
  }
  .m-md-n6 {
    margin: -1.953rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.953rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.953rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.953rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.953rem !important;
  }
  .m-md-n7 {
    margin: -2.441rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -2.441rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -2.441rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -2.441rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -2.441rem !important;
  }
  .m-md-n8 {
    margin: -3.052rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -3.052rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -3.052rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -3.052rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -3.052rem !important;
  }
  .m-md-n9 {
    margin: -3.815rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -3.815rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -3.815rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -3.815rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -3.815rem !important;
  }
  .m-md-n10 {
    margin: -4.768rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -4.768rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -4.768rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -4.768rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -4.768rem !important;
  }
  .m-md-n11 {
    margin: -5.96rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -5.96rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -5.96rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -5.96rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -5.96rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.4rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.4rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.4rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.4rem !important;
  }
  .m-lg-2 {
    margin: 0.8rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.8rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.8rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.8rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.8rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.25rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.25rem !important;
  }
  .m-lg-5 {
    margin: 1.563rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.563rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.563rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.563rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.563rem !important;
  }
  .m-lg-6 {
    margin: 1.953rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.953rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.953rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.953rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.953rem !important;
  }
  .m-lg-7 {
    margin: 2.441rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 2.441rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 2.441rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 2.441rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 2.441rem !important;
  }
  .m-lg-8 {
    margin: 3.052rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.052rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3.052rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.052rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3.052rem !important;
  }
  .m-lg-9 {
    margin: 3.815rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 3.815rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 3.815rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 3.815rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 3.815rem !important;
  }
  .m-lg-10 {
    margin: 4.768rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 4.768rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 4.768rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 4.768rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 4.768rem !important;
  }
  .m-lg-11 {
    margin: 5.96rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 5.96rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 5.96rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 5.96rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 5.96rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.4rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.4rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.4rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.4rem !important;
  }
  .p-lg-2 {
    padding: 0.8rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.8rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.8rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.8rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.8rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.25rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.25rem !important;
  }
  .p-lg-5 {
    padding: 1.563rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.563rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.563rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.563rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.563rem !important;
  }
  .p-lg-6 {
    padding: 1.953rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.953rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.953rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.953rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.953rem !important;
  }
  .p-lg-7 {
    padding: 2.441rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 2.441rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 2.441rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 2.441rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 2.441rem !important;
  }
  .p-lg-8 {
    padding: 3.052rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3.052rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3.052rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3.052rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3.052rem !important;
  }
  .p-lg-9 {
    padding: 3.815rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 3.815rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 3.815rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 3.815rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 3.815rem !important;
  }
  .p-lg-10 {
    padding: 4.768rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 4.768rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 4.768rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 4.768rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 4.768rem !important;
  }
  .p-lg-11 {
    padding: 5.96rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 5.96rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 5.96rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 5.96rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 5.96rem !important;
  }
  .m-lg-n1 {
    margin: -0.4rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.4rem !important;
  }
  .m-lg-n2 {
    margin: -0.8rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.8rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.8rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.8rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.8rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.25rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n5 {
    margin: -1.563rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.563rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.563rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.563rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.563rem !important;
  }
  .m-lg-n6 {
    margin: -1.953rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.953rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.953rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.953rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.953rem !important;
  }
  .m-lg-n7 {
    margin: -2.441rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -2.441rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -2.441rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -2.441rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -2.441rem !important;
  }
  .m-lg-n8 {
    margin: -3.052rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -3.052rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -3.052rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -3.052rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -3.052rem !important;
  }
  .m-lg-n9 {
    margin: -3.815rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -3.815rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -3.815rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -3.815rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -3.815rem !important;
  }
  .m-lg-n10 {
    margin: -4.768rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -4.768rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -4.768rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -4.768rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -4.768rem !important;
  }
  .m-lg-n11 {
    margin: -5.96rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -5.96rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -5.96rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -5.96rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -5.96rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
.bg-white {
  background-color: #fff !important;
}
.border {
  border: 1px solid #d0dada !important;
}
.border-top {
  border-top: 1px solid #d0dada !important;
}
.border-right {
  border-right: 1px solid #d0dada !important;
}
.border-bottom {
  border-bottom: 1px solid #d0dada !important;
}
.border-left {
  border-left: 1px solid #d0dada !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #008040 !important;
}
.border-secondary {
  border-color: #535a5a !important;
}
.border-info {
  border-color: #87d1e6 !important;
}
.border-light {
  border-color: #eef2f4 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded,
.rounded-sm {
  border-radius: 0.125rem !important;
}
.rounded-top {
  border-top-left-radius: 0.125rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.125rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.125rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.125rem !important;
}
.rounded-left {
  border-top-left-radius: 0.125rem !important;
}
.rounded-lg {
  border-radius: 0.125rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.text-white {
  color: #fff !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.copyright {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 0.8rem;
}
.copyright ul {
  list-style: none;
  padding: 0;
}
.copyright ul li {
  display: inline-block;
  margin-bottom: 0.4rem;
  margin-right: 2rem;
}
.copyright ul li:last-child {
  margin-right: 0;
}
.footer-group a {
  background-repeat: no-repeat;
  background-size: 0 100%;
  font-weight: 500;
  text-decoration: none;
  transition: background-size 0.25s ease-in-out;
}
.footer-group a:hover {
  background-size: 100% 100%;
  text-decoration: none;
}
.footer-menu .hs-menu-wrapper ul {
  line-height: normal;
  margin: 0 0 1rem;
  padding: 0;
}
.footer-menu .hs-menu-wrapper ul li {
  display: block;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  cursor: text;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  padding: 0;
}
.footer-menu .hs-menu-wrapper > ul > li > a:hover {
  background-image: none;
  text-decoration: none;
}
.footer-menu .hs-menu-wrapper ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu .hs-menu-wrapper ul ul li {
  display: block;
  line-height: 1.6;
  margin: 0 0 0.8rem;
  padding: 0;
  width: 100%;
}
.footer-menu .hs-menu-wrapper ul ul li:last-child {
  margin-bottom: 0;
}
.footer-menu .hs-menu-wrapper ul ul li a {
  display: inline-block;
  padding: 0;
}
.footer-group h5 {
  margin-bottom: 1rem;
}
.footer-region-wrap ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.footer-region ul li {
  margin-bottom: 0.8rem;
}
.social-footer-icon-wrap a {
  background-image: none !important;
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 2rem;
  text-decoration: none;
  transform: scale(1);
  transition: all 0.2s ease-in;
}
.social-footer-icon-wrap a:hover {
  transform: scale(1.2);
  transition: all 0.2s ease-in;
}
.social-footer-icon-wrap ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.social-footer-icon-wrap a.ion-social-facebook:before {
  background-color: #87d1e6;
  border-radius: 2px;
  color: #212f36;
  font-size: 1.3rem;
  line-height: 0.78;
  padding-left: 9px;
  padding-right: 4px;
  padding-top: 3px;
}
.social-footer-icon-wrap a.ion-social-facebook:hover:before {
  background-color: #fff;
  color: #212f36;
}
.bg-light {
  background-color: #eef2f4 !important;
}
.pt-8,
.py-8 {
  padding-top: 3.052rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 3.052rem !important;
}
.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(33, 47, 54, 0.125);
  border-radius: 0.125rem;
}
#grid-container .card {
  border: 1px solid #d7dadb;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.07);
  height: 100%;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.fs-1 {
  font-size: 0.8rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.4rem !important;
}
.blog-main-wrap.post .page-center {
  margin-bottom: 0.025rem !important;
  margin-top: 2.441rem !important;
}
.blog-post__body {
  padding-bottom: 3.052rem !important;
  padding-top: 1.052rem !important;
}
.blog-post__body p {
  word-break: break-word;
}
#grid-container a {
  cursor: pointer;
  text-decoration: none;
}
#grid-container .grid-items-wrapper a:hover {
  color: #7e171b;
  text-decoration: none;
}
.pagination {
  border-radius: 0.125rem;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.pagination,
.pagination li.page-item {
  list-style: none;
}
.page-link {
  color: #008040;
  display: block;
  line-height: 1.25;
  padding: 0.5rem 1rem;
  position: relative;
}
.page-link:hover {
  background-color: #eef2f4;
  border-color: #d0dada;
  color: #931b20;
  text-decoration: none;
  z-index: 2;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
  outline: 0;
  z-index: 2;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
  margin-left: 0;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.page-item.active .page-link {
  background-color: #008040;
  border-color: #008040;
  color: #fff;
  z-index: 1;
}
.blog-pagination.pagination {
  align-items: center;
  padding-bottom: 2rem !important;
  padding-top: 1rem !important;
}
.body-font,
.heading-font {
  font-family: HCo Forza, sans-serif !important;
}
.blog-main-wrap.post img {
  height: auto !important;
}
.blog-main-wrap.post table td,
.blog-main-wrap.post table th {
  border: 0;
}
span.font-weight-bold {
  font-weight: 700;
}
@media (min-width: 500px) {
  .blog-post__body-content .container {
    padding-left: 54.932px;
    padding-right: 54.932px;
  }
}
@media (min-width: 768px) {
  .blog-main-wrap.post table img {
    max-width: inherit;
  }
}
@media (min-width: 1400px) {
  .blog-post__body-content .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 767px) {
  .blog-post__body .row {
    display: block;
  }
  .blog-post__body p {
    padding-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .blog-pagination.pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 479px) {
  .blog-main-wrap.post table {
    display: block !important;
    width: 100% !important;
  }
  .blog-main-wrap.post table td,
  .blog-main-wrap.post table th {
    display: block !important;
    height: auto !important;
    width: 100% !important;
  }
  .blog-main-wrap.post table tbody,
  .blog-main-wrap.post table tr {
    display: block !important;
  }
}
@media (max-width: 411px) {
  .blog-main-wrap.post h1 {
    font-size: 2rem;
  }
}
.hs-search-field__suggestions {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #d0dada !important;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.09);
  display: none;
  float: left;
  font-size: 0.8rem;
  left: -100%;
  list-style: none;
  margin: 0;
  min-width: 160px;
  padding: 0.8rem 1.2rem !important;
  position: absolute;
  top: 100%;
  z-index: 1000;
  z-index: 99999;
}
.hs-search-field--open .hs-search-field__suggestions {
  display: block;
}
.hs-search-field__suggestions #results-for {
  border-bottom: 1px solid #d0dada;
  font-weight: 400 !important;
  line-height: 1.563rem;
  margin-bottom: 0.4rem !important;
  padding: 0.2rem 0.4rem !important;
}
.hs-search-field__suggestions #results-for:hover {
  background-color: transparent;
  color: #212f36;
  outline: 0;
}
.hs-search-field__suggestions li {
  cursor: pointer;
  display: block;
  line-height: 1.563rem;
  padding: 0.2rem 0.4rem !important;
  transition: background-color 0.1s ease, color 0.15s ease;
}
.hs-search-field__suggestions li a {
  color: #212f36;
  display: block;
  text-decoration: none;
}
.hs-search-field__suggestions li:hover {
  background-color: #008040;
  color: #fff;
  outline: 0;
}
.hs-search-field__suggestions li a:hover {
  background-color: transparent;
  color: #fff;
}
.hs-search-field__suggestions li:hover a {
  color: #fff;
}
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}
.error-page:before {
  color: #f3f6f9;
  content: attr(data-error);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40vw;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.query-input input {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #d7dadb;
  color: #535a5a;
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  height: auto;
  line-height: 1.6;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.query-input .input-group-fixed-right {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 4;
}
.query-input .input-group-fixed-right button {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.125rem;
  color: #008040;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0.375rem 0.75rem;
  text-align: center;
  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;
  vertical-align: middle;
}
.search-result-wrapper .hs-search-results {
  margin-top: 0.8rem;
}
.search-result-wrapper ul.hs-search-results__listing li {
  background-color: #fff;
  border: 1px solid #d7dadb;
  border-radius: 0.125rem;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.07);
  height: 100%;
  padding: 1.25rem;
}
.search-result-wrapper .hs-search-results__description {
  margin-bottom: 0;
  margin-top: 0.8rem;
  padding-top: 0;
}
.search-result-wrapper ul.hs-search-results__listing li a {
  color: #008040;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
}
.search-result-wrapper ul.hs-search-results__listing li a:hover {
  color: #931b20;
}
.hs-search-results__pagination a {
  color: #008040 !important;
  display: inline-block;
}
.hs_cos_wrapper_type_member_login .hs-form-field,
.hs_cos_wrapper_type_member_register .hs-form-field {
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  display: inline-block;
  font-size: 0.75rem;
  margin: 2rem 0;
  min-width: 650px;
  padding: 0.1rem 0.75rem;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  color: #202221;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  text-decoration: underline;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: 0.5rem;
}
.hs-search-highlight {
  font-weight: 700;
}
.hs-search-results__pagination a {
  color: #202221;
}
.email-prefs .item.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page .form-container input[type="email"],
.systems-page .form-container input[type="password"],
.systems-page .form-container input[type="text"],
input#hs-pwd-widget-password {
  display: block;
  max-width: 767px;
  width: 100%;
}
input.email-edit.hs-input {
  display: block;
  max-width: 767px;
  width: 100% !important;
}
.systems-page .form-container .hs-form-field > label,
.systems-page .form-container .hs-input[type="checkbox"] {
  display: inline-block;
}
.systems-page .form-container {
  margin-bottom: 20px;
}
.systems-page .success {
  font-size: 1rem;
  max-width: 767px;
  min-width: auto;
  width: 100%;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .form-container ul.no-list.hs-error-msgs,
.systems-page .form-container ul.no-list.hs-error-msgs li {
  margin: 0;
}
.systems-page .form-container ul.no-list.hs-error-msgs {
  max-width: 767px;
  padding: 0;
}
.systems-page .form-container .form-input-validation-message {
  font-size: inherit;
}
.error-404-pg .page-center.py-8 {
  padding-top: 0 !important;
}
.error-404-pg .my-7 {
  margin-bottom: 0 !important;
}
@media (max-width: 411px) {
  .masthead-txt h1 {
    font-size: 2rem;
  }
}
