@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('https://www.dnow.com/hubfs/WC/Fonts/Poppins/Poppins-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('https://www.dnow.com/hubfs/WC/Fonts/Poppins/Poppins-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('https://www.dnow.com/hubfs/WC/Fonts/Poppins/Poppins-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('https://www.dnow.com/hubfs/WC/Fonts/Poppins/Poppins-Semibold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

  .cta-arrow-icon {
    fill: var(--Highlight-Red, #FA0000);
    width: 0.6rem;
    height: 0.6rem;
  }

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */












































/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@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) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

/* custom settings */
a.ul-red{
    color:#d4272e!important;
    text-decoration:none;
    font-weight:500;
    background-image:linear-gradient(to top,#d4272e 1px,transparent 0);
    background-repeat:no-repeat;
    background-size:100% 100%;
    transition:background-size .25s ease-in-out;
    cursor:pointer
}
a.ul-red:hover{
    color:#d4272e;
    text-decoration:none;
    background-size:25% 100%
}
.brand-filters.btn.active{
    color:#fff;
    background-color:#d4272e;
    border-color:#d4272e;
    background-position:left bottom
}
.bootstrap-select.show>.dropdown-toggle{
    color:#999
}
.resource-page .picker-seclect:after{
    display:none!important
}
.dnowZoomIcon{
    text-decoration:none;
    background-color:#fff;
    border:1px solid #d4272e;
    display:inline-block;
    border-radius:50%;
    width:2.45rem;
    height:2.45rem;
    color:#d4272e;
    transition:all .3s ease-in;
    cursor:pointer
}
.d-flex{
    display:-ms-flexbox!important;
    display:flex!important
}
.justify-content-center{
    -ms-flex-pack:center!important;
    justify-content:center!important
}
.dnowZoomIcon i{
    font-size:1.5625rem
}
.align-self-center{
    -ms-flex-item-align:center!important;
    -ms-grid-row-align:center!important;
    align-self:center!important
}
/********************** Resource Page Styling **********************/
.events-page .dnd-section>.row-fluid,.inventory-page .dnd-section>.row-fluid,.resource-page .dnd-section>.row-fluid{
    padding:0
}
.breadcrumb-wrapper{
    padding-bottom:.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;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

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

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

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

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

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

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

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

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

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

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

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

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

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

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

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

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.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 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

.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 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

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

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

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

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

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

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

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

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

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

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

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

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

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

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

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

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

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

.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 {
  color: #f8f9fa;
  background-color: transparent;
}

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

.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 {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

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

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -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:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.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-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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


button,
.button,
.hs-button {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: white;
  background-color: #fa0000;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
  cursor: pointer;
  white-space: normal;
}

button:hover {
  background-color: #730000;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  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;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
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;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/* Inputs - date picker */

.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:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* ******************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
****************************************************************************** */
.header-group{
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index:999;
    transition:background .25s ease-in-out;
}
.header-shadow{
    position:absolute;
    pointer-events:none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1001;
    box-shadow:0 1px 3px 1px rgba(0,0,0,.12);
}
.navbar{
    position:relative;
    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:.5rem 1rem;
}
nav#dnow-nav .navbar-inner{
    position:relative;
}
.logo-wrap img{
    padding-top:.8rem;
    padding-bottom:.8rem;
    max-width:150px;
}
.nav-search form{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:stretch;
    align-items:stretch;
    width:100%;
}
.nav-search form .hs-search-field__input{
    display:block;
    padding:.375rem .75rem;
    font-weight:400;
    line-height:1.6;
    background-color:#fff;
    background-clip:padding-box;
    border-width:1px;
    border-style:solid;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size:.8rem;
    margin:0;
    font-family:inherit;
    padding-left:2.441rem;
    min-height:1px;
    position:relative;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    width:1%;
    margin-bottom:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.nav-search form .hs-search-field__input:focus{
    background-color:#fff;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(212,39,46,.25);
}
.nav-search form button.search-submit{
    position:absolute;
    top:0;
    z-index:4;
    left:0;
    display:inline-block;
    font-weight:400;
    text-align:center;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    padding:.375rem .75rem;
    line-height:1.6;
    border-radius:.125rem;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size:.8rem;
    margin:0;
    font-family:inherit;
    background-color:transparent;
    border:1px solid transparent;
    cursor:pointer;
}
.nav-search form button.search-submit:hover{
    background-color:transparent;
}
.header-menu{
    margin-left:auto;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none;
    position:static;
}
.header-menu ul{
    margin:0;
    padding:0;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none;
    margin-left:auto;
}
.header-menu ul li a{
    text-decoration:none;
    display:block;
    padding:.5rem 1rem;
    font-size:.8rem;
}
.header-menu ul li{
    padding:0;
    text-transform:none;
    display:inline-block;
}
.header-menu ul li:last-child a{
    padding-right:0;
}
.btn{
    display:inline-block;
    font-weight:400;
    color:#212f36;
    text-align:center;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:transparent;
    border:1px solid transparent;
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.6;
    border-radius:.125rem;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor:pointer;
}
.btn-primary{
    color:#fff;
    background-color:#d4272e;
    border-color:#d4272e;
}
.btn:hover{
    color:#212f36;
    text-decoration:none;
}
.btn-primary:hover{
    color:#fff;
    background-color:#b42127;
    border-color:#a91f25;
}
@media (max-width:1200px) and (min-width:992px){
    .header-menu ul li a{
        padding:.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{
        max-width:90px;
        display:block;
    }
    .btn{
        display:inline-block;
        font-weight:400;
        color:#212f36;
        text-align:center;
        vertical-align:middle;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
        background-color:transparent;
        border:1px solid transparent;
        padding:.375rem .75rem;
        font-size:1rem;
        line-height:1.6;
        border-radius:.125rem;
        transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        cursor:pointer;
    }
    .btn:hover{
        color:#212f36;
        text-decoration:none;
    }
    .btn-primary{
        color:#fff;
        background-color:#d4272e;
        border-color:#d4272e;
    }
    .btn-primary:hover{
        color:#fff;
        background-color:#b42127;
        border-color:#a91f25;
    }
    .slide-menu{
        display:none;
        position:fixed;
        top:0;
        width:350px;
        max-width:100%;
        height:100vh;
        overflow:hidden;
        overflow-y:auto;
        box-sizing:border-box;
        background:#fff;
        transition:transform .3s ease-in-out;
        transform:translateX(110%);
        will-change:transform;
        z-index:1001;
        background-color:#eef2f4;
        box-shadow:-2px 1px 3px 1px rgba(0,0,0,.12);
    }
    .nav{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        padding-left:0;
        margin-bottom:0;
        list-style:none;
    }
    .slide-menu .slider{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        transition:transform .3s ease-in-out;
        transform:translateX(0);
        will-change:transform;
    }
    .slide-menu ul{
        padding-left:0;
        list-style:none;
        position:relative;
        width:350px;
        max-width:100%;
        margin:0;
        background-color:#fff;
        height:100vh;
        display:block;
    }
    .slide-menu li{
        border-bottom:1px solid #d7dadb;
        width:100%;
    }
    .slide-menu a{
        display:block;
        padding:12px 24px;
        color:#212f36;
        text-decoration:none;
    }
    .slide-menu a:hover{
        color:#d4272e;
    }
    .slide-menu .next-control{
        cursor:pointer;
        overflow:hidden;
        float:right;
    }
    a:not([href]):not([tabindex]){
        color:inherit;
        text-decoration:none;
    }
    .slide-menu ul ul{
        position:absolute;
        top:0;
        left:100%;
        display:none;
        background-color:#eef2f4;
    }
    .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:.2rem 0;
    }
    #overlay{
        position:fixed;
        display:none;
        width:100%;
        height:100%;
        top:0;
        left:0;
        right:0;
        bottom:0;
        background-color:rgba(0,0,0,.5);
        z-index:1000;
        cursor:pointer;
    }
    .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;
    }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

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

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

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

/* other styles */
/* ******************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
****************************************************************************** */
.hs-menu-wrapper ul{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none;
}
.hs-menu-item a{
    display:block;
    padding:.5rem 1rem;
    color:rgba(0,0,0,.5);
    text-decoration:none;
}
.hs-menu-item a:focus,.hs-menu-item a:hover{
    text-decoration:none;
    color:rgba(0,0,0,.7);
}
.hs-menu-item.active a{
    color:rgba(0,0,0,.9);
}
/* ******************************************************************************
This file contains all the neccessary styles to control how your
modules look throughout your site.
****************************************************************************** */
.row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}
.no-gutters{
    margin-right:0;
    margin-left:0;
}
.no-gutters>.col,.no-gutters>[class*=col-]{
    padding-right:0;
    padding-left:0;
}
.col,.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{
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px;
}
.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;
    width:auto;
    max-width:100%;
}
.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;
        width:auto;
        max-width:100%;
    }
    .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;
        width:auto;
        max-width:100%;
    }
    .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;
        width:auto;
        max-width:100%;
    }
    .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{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030;
}
.fixed-bottom{
    position:fixed;
    right:0;
    bottom:0;
    left:0;
    z-index:1030;
}
@supports ((position:-webkit-sticky) or (position:sticky)){
    .sticky-top{
        position:-webkit-sticky;
        position:sticky;
        top:0;
        z-index:1020
    }
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}
.shadow-sm{
    box-shadow:0 .125rem .25rem rgba(33,47,54,.075)!important;
}
.shadow{
    box-shadow:0 .5rem 1rem rgba(33,47,54,.15)!important;
}
.shadow-lg{
    box-shadow:0 1rem 3rem rgba(33,47,54,.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:.4rem!important;
}
.mt-1,.my-1{
    margin-top:.4rem!important;
}
.mr-1,.mx-1{
    margin-right:.4rem!important;
}
.mb-1,.my-1{
    margin-bottom:.4rem!important;
}
.ml-1,.mx-1{
    margin-left:.4rem!important;
}
.m-2{
    margin:.8rem!important;
}
.mt-2,.my-2{
    margin-top:.8rem!important;
}
.mr-2,.mx-2{
    margin-right:.8rem!important;
}
.mb-2,.my-2{
    margin-bottom:.8rem!important;
}
.ml-2,.mx-2{
    margin-left:.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:.4rem!important;
}
.pt-1,.py-1{
    padding-top:.4rem!important;
}
.pr-1,.px-1{
    padding-right:.4rem!important;
}
.pb-1,.py-1{
    padding-bottom:.4rem!important;
}
.pl-1,.px-1{
    padding-left:.4rem!important;
}
.p-2{
    padding:.8rem!important;
}
.pt-2,.py-2{
    padding-top:.8rem!important;
}
.pr-2,.px-2{
    padding-right:.8rem!important;
}
.pb-2,.py-2{
    padding-bottom:.8rem!important;
}
.pl-2,.px-2{
    padding-left:.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;
}
.pt-8,.py-8{
    padding-top:3.052rem!important;
}
.pr-8,.px-8{
    padding-right:3.052rem!important;
}
.pb-8,.py-8{
    padding-bottom: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:-.4rem!important;
}
.mt-n1,.my-n1{
    margin-top:-.4rem!important;
}
.mr-n1,.mx-n1{
    margin-right:-.4rem!important;
}
.mb-n1,.my-n1{
    margin-bottom:-.4rem!important;
}
.ml-n1,.mx-n1{
    margin-left:-.4rem!important;
}
.m-n2{
    margin:-.8rem!important;
}
.mt-n2,.my-n2{
    margin-top:-.8rem!important;
}
.mr-n2,.mx-n2{
    margin-right:-.8rem!important;
}
.mb-n2,.my-n2{
    margin-bottom:-.8rem!important;
}
.ml-n2,.mx-n2{
    margin-left:-.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:.4rem!important;
    }
    .mt-sm-1,.my-sm-1{
        margin-top:.4rem!important;
    }
    .mr-sm-1,.mx-sm-1{
        margin-right:.4rem!important;
    }
    .mb-sm-1,.my-sm-1{
        margin-bottom:.4rem!important;
    }
    .ml-sm-1,.mx-sm-1{
        margin-left:.4rem!important;
    }
    .m-sm-2{
        margin:.8rem!important;
    }
    .mt-sm-2,.my-sm-2{
        margin-top:.8rem!important;
    }
    .mr-sm-2,.mx-sm-2{
        margin-right:.8rem!important;
    }
    .mb-sm-2,.my-sm-2{
        margin-bottom:.8rem!important;
    }
    .ml-sm-2,.mx-sm-2{
        margin-left:.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:.4rem!important;
    }
    .pt-sm-1,.py-sm-1{
        padding-top:.4rem!important;
    }
    .pr-sm-1,.px-sm-1{
        padding-right:.4rem!important;
    }
    .pb-sm-1,.py-sm-1{
        padding-bottom:.4rem!important;
    }
    .pl-sm-1,.px-sm-1{
        padding-left:.4rem!important;
    }
    .p-sm-2{
        padding:.8rem!important;
    }
    .pt-sm-2,.py-sm-2{
        padding-top:.8rem!important;
    }
    .pr-sm-2,.px-sm-2{
        padding-right:.8rem!important;
    }
    .pb-sm-2,.py-sm-2{
        padding-bottom:.8rem!important;
    }
    .pl-sm-2,.px-sm-2{
        padding-left:.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:-.4rem!important;
    }
    .mt-sm-n1,.my-sm-n1{
        margin-top:-.4rem!important;
    }
    .mr-sm-n1,.mx-sm-n1{
        margin-right:-.4rem!important;
    }
    .mb-sm-n1,.my-sm-n1{
        margin-bottom:-.4rem!important;
    }
    .ml-sm-n1,.mx-sm-n1{
        margin-left:-.4rem!important;
    }
    .m-sm-n2{
        margin:-.8rem!important;
    }
    .mt-sm-n2,.my-sm-n2{
        margin-top:-.8rem!important;
    }
    .mr-sm-n2,.mx-sm-n2{
        margin-right:-.8rem!important;
    }
    .mb-sm-n2,.my-sm-n2{
        margin-bottom:-.8rem!important;
    }
    .ml-sm-n2,.mx-sm-n2{
        margin-left:-.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:.4rem!important;
    }
    .mt-md-1,.my-md-1{
        margin-top:.4rem!important;
    }
    .mr-md-1,.mx-md-1{
        margin-right:.4rem!important;
    }
    .mb-md-1,.my-md-1{
        margin-bottom:.4rem!important;
    }
    .ml-md-1,.mx-md-1{
        margin-left:.4rem!important;
    }
    .m-md-2{
        margin:.8rem!important;
    }
    .mt-md-2,.my-md-2{
        margin-top:.8rem!important;
    }
    .mr-md-2,.mx-md-2{
        margin-right:.8rem!important;
    }
    .mb-md-2,.my-md-2{
        margin-bottom:.8rem!important;
    }
    .ml-md-2,.mx-md-2{
        margin-left:.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:.4rem!important;
    }
    .pt-md-1,.py-md-1{
        padding-top:.4rem!important;
    }
    .pr-md-1,.px-md-1{
        padding-right:.4rem!important;
    }
    .pb-md-1,.py-md-1{
        padding-bottom:.4rem!important;
    }
    .pl-md-1,.px-md-1{
        padding-left:.4rem!important;
    }
    .p-md-2{
        padding:.8rem!important;
    }
    .pt-md-2,.py-md-2{
        padding-top:.8rem!important;
    }
    .pr-md-2,.px-md-2{
        padding-right:.8rem!important;
    }
    .pb-md-2,.py-md-2{
        padding-bottom:.8rem!important;
    }
    .pl-md-2,.px-md-2{
        padding-left:.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:-.4rem!important;
    }
    .mt-md-n1,.my-md-n1{
        margin-top:-.4rem!important;
    }
    .mr-md-n1,.mx-md-n1{
        margin-right:-.4rem!important;
    }
    .mb-md-n1,.my-md-n1{
        margin-bottom:-.4rem!important;
    }
    .ml-md-n1,.mx-md-n1{
        margin-left:-.4rem!important;
    }
    .m-md-n2{
        margin:-.8rem!important;
    }
    .mt-md-n2,.my-md-n2{
        margin-top:-.8rem!important;
    }
    .mr-md-n2,.mx-md-n2{
        margin-right:-.8rem!important;
    }
    .mb-md-n2,.my-md-n2{
        margin-bottom:-.8rem!important;
    }
    .ml-md-n2,.mx-md-n2{
        margin-left:-.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:.4rem!important;
    }
    .mt-lg-1,.my-lg-1{
        margin-top:.4rem!important;
    }
    .mr-lg-1,.mx-lg-1{
        margin-right:.4rem!important;
    }
    .mb-lg-1,.my-lg-1{
        margin-bottom:.4rem!important;
    }
    .ml-lg-1,.mx-lg-1{
        margin-left:.4rem!important;
    }
    .m-lg-2{
        margin:.8rem!important;
    }
    .mt-lg-2,.my-lg-2{
        margin-top:.8rem!important;
    }
    .mr-lg-2,.mx-lg-2{
        margin-right:.8rem!important;
    }
    .mb-lg-2,.my-lg-2{
        margin-bottom:.8rem!important;
    }
    .ml-lg-2,.mx-lg-2{
        margin-left:.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:.4rem!important;
    }
    .pt-lg-1,.py-lg-1{
        padding-top:.4rem!important;
    }
    .pr-lg-1,.px-lg-1{
        padding-right:.4rem!important;
    }
    .pb-lg-1,.py-lg-1{
        padding-bottom:.4rem!important;
    }
    .pl-lg-1,.px-lg-1{
        padding-left:.4rem!important;
    }
    .p-lg-2{
        padding:.8rem!important;
    }
    .pt-lg-2,.py-lg-2{
        padding-top:.8rem!important;
    }
    .pr-lg-2,.px-lg-2{
        padding-right:.8rem!important;
    }
    .pb-lg-2,.py-lg-2{
        padding-bottom:.8rem!important;
    }
    .pl-lg-2,.px-lg-2{
        padding-left:.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:-.4rem!important;
    }
    .mt-lg-n1,.my-lg-n1{
        margin-top:-.4rem!important;
    }
    .mr-lg-n1,.mx-lg-n1{
        margin-right:-.4rem!important;
    }
    .mb-lg-n1,.my-lg-n1{
        margin-bottom:-.4rem!important;
    }
    .ml-lg-n1,.mx-lg-n1{
        margin-left:-.4rem!important;
    }
    .m-lg-n2{
        margin:-.8rem!important;
    }
    .mt-lg-n2,.my-lg-n2{
        margin-top:-.8rem!important;
    }
    .mr-lg-n2,.mx-lg-n2{
        margin-right:-.8rem!important;
    }
    .mb-lg-n2,.my-lg-n2{
        margin-bottom:-.8rem!important;
    }
    .ml-lg-n2,.mx-lg-n2{
        margin-left:-.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:#d4272e!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-sm{
    border-radius:.125rem!important;
}
.rounded{
    border-radius:.125rem!important;
}
.rounded-top{
    border-top-left-radius:.125rem!important;
    border-top-right-radius:.125rem!important;
}
.rounded-right{
    border-top-right-radius:.125rem!important;
    border-bottom-right-radius:.125rem!important;
}
.rounded-bottom{
    border-bottom-right-radius:.125rem!important;
    border-bottom-left-radius:.125rem!important;
}
.rounded-left{
    border-top-left-radius:.125rem!important;
    border-bottom-left-radius:.125rem!important;
}
.rounded-lg{
    border-radius:.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;
    }
}
/* ******************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
****************************************************************************** */
.copyright{
    font-size:.8rem;
    border-top-width:1px;
    border-top-style:solid
}
.copyright ul{
    padding:0;
    list-style:none
}
.copyright ul li{
    display:inline-block;
    margin-bottom:.4rem;
    margin-right:2rem;
}
.copyright ul li:last-child{
    margin-right:0;
}
.footer-group a{
    text-decoration:none;
    font-weight:500;
    background-repeat:no-repeat;
    background-size:0 100%;
    transition:background-size .25s ease-in-out
}
.footer-group a:hover{
    text-decoration:none;
    background-size:100% 100%
}
.footer-menu .hs-menu-wrapper ul{
    padding:0;
    margin:0 0 1rem;
    line-height:normal
}
.footer-menu .hs-menu-wrapper ul li{
    display:block;
}
.footer-menu .hs-menu-wrapper>ul>li>a{
    font-size:1rem;
    margin-bottom:1rem;
    line-height:1.2;
    font-weight:700;
    padding:0;
    cursor:text
}
.footer-menu .hs-menu-wrapper>ul>li>a:hover{
    background-image:none;
    text-decoration:none
}
.footer-menu .hs-menu-wrapper ul ul{
    margin:0;
    padding:0;
    list-style:none
}
.footer-menu .hs-menu-wrapper ul ul li{
    margin:0 0 .8rem;
    padding:0;
    display:block;
    width:100%;
    line-height:1.6
}
.footer-menu .hs-menu-wrapper ul ul li:last-child{
    margin-bottom:0;
}
.footer-menu .hs-menu-wrapper ul ul li a{
    padding:0;
    display:inline-block;
}
.footer-group h5{
    margin-bottom:1rem;
}
.footer-region-wrap ul{
    margin-left:0;
    margin-right:0;
    padding:0;
    list-style:none
}
.footer-region ul li{
    margin-bottom:.8rem;
}
.social-footer-icon-wrap a{
    text-decoration:none;
    background-image:none!important;
    display:inline-block;
    margin-right:2rem;
    transition:all .2s ease-in;
    transform:scale(1);
    font-size:1.5rem;
}
.social-footer-icon-wrap a:hover{
    transition:all .2s ease-in;
    transform:scale(1.2)
}
.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{
    font-size:1.3rem;
    color:#212f36;
    background-color:#87d1e6;
    padding-right:4px;
    padding-left:9px;
    padding-top:3px;
    line-height:.78;
    border-radius:2px;
}
.social-footer-icon-wrap a.ion-social-facebook:hover:before{
    color:#212f36;
    background-color:#fff
}
/* ******************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
****************************************************************************** */
.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{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    min-width:0;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:border-box;
    border:1px solid rgba(33,47,54,.125);
    border-radius:.125rem;
}
#grid-container .card{
    height:100%;
    box-shadow:0 1px 5px 1px rgba(0,0,0,.07);
    border:1px solid #d7dadb
}
.card-body{
    -ms-flex:1 1 auto;
    flex:1 1 auto
}
.fs-1{
    font-size:.8rem!important;
}
.mt-1,.my-1{
    margin-top:.4rem!important;
}
.blog-main-wrap.post .page-center{
    margin-bottom:.025rem!important;
    margin-top:2.441rem!important;
}
.blog-post__body{
    padding-top:1.052rem!important;
    padding-bottom:3.052rem!important;
}
.blog-post__body p{
    word-break:break-word
}
#grid-container a{
    text-decoration:none;
    cursor:pointer
}
#grid-container .grid-items-wrapper a:hover{
    text-decoration:none;
    color:#7e171b
}
.pagination{
    display:-ms-flexbox;
    display:flex;
    padding-left:0;
    list-style:none;
    border-radius:.125rem;
}
.pagination li.page-item{
    list-style:none
}
.page-link{
    position:relative;
    display:block;
    padding:.5rem 1rem;
    line-height:1.25;
    color:#d4272e
}
.page-link:hover{
    z-index:2;
    color:#931b20;
    text-decoration:none;
    background-color:#eef2f4;
    border-color:#d0dada
}
.page-link:focus{
    z-index:2;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(212,39,46,.25)
}
.page-item:first-child .page-link{
    margin-left:0;
    border-top-left-radius:.125rem;
    border-bottom-left-radius:.125rem;
}
.page-item:last-child .page-link{
    border-top-right-radius:.125rem;
    border-bottom-right-radius:.125rem;
}
.page-item.active .page-link{
    z-index:1;
    color:#fff;
    background-color:#d4272e;
    border-color:#d4272e
}
.blog-pagination.pagination{
    padding-bottom:2rem!important;
    padding-top:1rem!important;
    align-items:center
}
.heading-font{
    font-family:HCo Forza,sans-serif!important;
}
.body-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{
        width:100%!important;
        display:block!important;
    }
    .blog-main-wrap.post table td,.blog-main-wrap.post table th{
        width:100%!important;
        display:block!important;
        height:auto!important;
    }
    .blog-main-wrap.post table tr{
        display:block!important;
    }
    .blog-main-wrap.post table tbody{
        display:block!important;
    }
}
@media (max-width:411px){
    .blog-main-wrap.post h1{
        font-size:2rem;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.hs-search-field__suggestions {
  top: 100%;
  z-index: 1000;
  float: left;
  min-width: 160px;
  display: none;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d0dada !important;
  background-clip: padding-box;
  box-shadow: rgba(0,0,0,.09) 0 1px 2px 1px;
  left: -100%;
  margin: 0;
  padding: .8rem 1.2rem !important;
  font-size: .8rem;
  position: absolute;
  z-index: 99999;
}
.hs-search-field--open .hs-search-field__suggestions {
  display: block;
}

.hs-search-field__suggestions #results-for {
  padding: .2rem .4rem !important;
  margin-bottom: .4rem !important;
  line-height: 1.563rem;
  border-bottom: 1px solid #d0dada;
  font-weight: normal !important;
}

.hs-search-field__suggestions #results-for:hover {
  outline: 0;
  color: #212f36;
  background-color: transparent;
}

.hs-search-field__suggestions li {
  padding: .2rem .4rem !important;
  line-height: 1.563rem;
  cursor: pointer;
  transition: background-color .1s ease,color 150ms ease;
  display: block;
}

.hs-search-field__suggestions li a {
  color: #212f36;
  text-decoration: none;
  display: block;
}

.hs-search-field__suggestions li:hover {
  outline: 0;
  color: #fff;
  background-color: #d4272e;
}

.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;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

.query-input input {
  height: auto;
  display: block;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #535a5a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d7dadb;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 1.25rem;
  width: 100%;
}

.query-input .input-group-fixed-right {
  right: 15px;
  position: absolute;
  top: 0;
  z-index: 4;
}

.query-input .input-group-fixed-right button {
  color: #d4272e;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: .125rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: .375rem .75rem;
}

.search-result-wrapper .hs-search-results {
  margin-top: .8rem;
}

.search-result-wrapper ul.hs-search-results__listing li {
  height: 100%;
  box-shadow: 0 1px 5px 1px rgba(0,0,0,.07);
  border: 1px solid #d7dadb;
  background-color: #fff;
  border-radius: .125rem;
  padding: 1.25rem;
}

.search-result-wrapper .hs-search-results__description {
  margin-top: .8rem;
  padding-top: 0;
  margin-bottom: 0;
}

.search-result-wrapper ul.hs-search-results__listing li a {
  font-family: inherit;
  margin: 0;
  color: #d4272e;
  font-size: inherit;
}

.search-result-wrapper ul.hs-search-results__listing li a:hover {
  color: #931b20;
}

.hs-search-results__pagination a {
  color: #d4272e !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 {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  color: #202221;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #202221;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}



.systems-page .form-container input[type="text"],
.systems-page .form-container input[type="email"],
.systems-page .form-container input[type="password"],
input#hs-pwd-widget-password {
  max-width: 767px;
  width: 100%;
  display: block;
}
input.email-edit.hs-input {
  width: 100% !important;
  max-width: 767px;
  display: block;
}
.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 {
  min-width: auto;
  font-size: 1rem;
  max-width: 767px;
  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 {
  padding: 0;
  max-width: 767px;  
}
.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: 0rem!important;
}

@media (max-width: 411px) {
  .masthead-txt h1 {
    font-size: 2rem;
  }
}