@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("/headers/ssm/skin_custom/assets/magallanes_32548/fonts/fontawesome-webfont.eot?v=4.6.3");
    src: url("/headers/ssm/skin_custom/assets/magallanes_32548/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/headers/ssm/skin_custom/assets/magallanes_32548/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/headers/ssm/skin_custom/assets/magallanes_32548/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/headers/ssm/skin_custom/assets/magallanes_32548/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/headers/ssm/skin_custom/assets/magallanes_32548/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
#brand-header,  #brand-footer,
#brand-header *,  #brand-footer * {
    font-family: 'Noto Sans', sans-serif;
}
#brand-header .sr-only, #brand-footer .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#brand-header .sr-only-focusable:active, #brand-header .sr-only-focusable:focus, #brand-footer .sr-only-focusable:active, #brand-footer .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

#brand-header .fa, #brand-footer .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#brand-header .fa-lg, #brand-footer .fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

#brand-header .fa-2x, #brand-footer .fa-2x {
    font-size: 2em;
}

#brand-header .fa-3x, #brand-footer .fa-3x {
    font-size: 3em;
}

#brand-header .fa-4x, #brand-footer .fa-4x {
    font-size: 4em;
}

#brand-header .fa-5x, #brand-footer .fa-5x {
    font-size: 5em;
}

#brand-header .fa-fw, #brand-footer .fa-fw {
    width: 1.28571429em;
    text-align: center;
}

#brand-header .fa-ul, #brand-footer .fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

#brand-header .fa-ul > li, #brand-footer .fa-ul > li {
    position: relative;
}

#brand-header .fa-li, #brand-footer .fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

#brand-header .fa-li.fa-lg, #brand-footer .fa-li.fa-lg {
    left: -1.85714286em;
}

#brand-header .fa-border, #brand-footer .fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

#brand-header .fa-pull-left, #brand-footer .fa-pull-left {
    float: left;
}

#brand-header .fa-pull-right, #brand-footer .fa-pull-right {
    float: right;
}

#brand-header .fa.fa-pull-left, #brand-footer .fa.fa-pull-left {
    margin-right: .3em;
}

#brand-header .fa.fa-pull-right, #brand-footer .fa.fa-pull-right {
    margin-left: .3em;
}

#brand-header .pull-right, #brand-footer .pull-right {
    float: right;
}

#brand-header .pull-left, #brand-footer .pull-left {
    float: left;
}

#brand-header .fa.pull-left, #brand-footer .fa.pull-left {
    margin-right: .3em;
}

#brand-header .fa.pull-right, #brand-footer .fa.pull-right {
    margin-left: .3em;
}

#brand-header .fa-spin, #brand-footer .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

#brand-header .fa-pulse, #brand-footer .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#brand-header .fa-rotate-90, #brand-footer .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#brand-header .fa-rotate-180, #brand-footer .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#brand-header .fa-rotate-270, #brand-footer .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

#brand-header .fa-flip-horizontal, #brand-footer .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

#brand-header .fa-flip-vertical, #brand-footer .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

#brand-header :root .fa-rotate-90, #brand-header :root .fa-rotate-180, #brand-header :root .fa-rotate-270, #brand-header :root .fa-flip-horizontal, #brand-header :root .fa-flip-vertical, #brand-footer :root .fa-rotate-90, #brand-footer :root .fa-rotate-180, #brand-footer :root .fa-rotate-270, #brand-footer :root .fa-flip-horizontal, #brand-footer :root .fa-flip-vertical {
    filter: none;
}

#brand-header .fa-stack, #brand-footer .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

#brand-header .fa-stack-1x, #brand-header .fa-stack-2x, #brand-footer .fa-stack-1x, #brand-footer .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

#brand-header .fa-stack-1x, #brand-footer .fa-stack-1x {
    line-height: inherit;
}

#brand-header .fa-stack-2x, #brand-footer .fa-stack-2x {
    font-size: 2em;
}

#brand-header .fa-inverse, #brand-footer .fa-inverse {
    color: #fff;
}

#brand-header .fa-glass:before, #brand-footer .fa-glass:before {
    content: "\f000";
}

#brand-header .fa-music:before, #brand-footer .fa-music:before {
    content: "\f001";
}

#brand-header .fa-search:before, #brand-footer .fa-search:before {
    content: "\f002";
}

#brand-header .fa-envelope-o:before, #brand-footer .fa-envelope-o:before {
    content: "\f003";
}

#brand-header .fa-heart:before, #brand-footer .fa-heart:before {
    content: "\f004";
}

#brand-header .fa-star:before, #brand-footer .fa-star:before {
    content: "\f005";
}

#brand-header .fa-star-o:before, #brand-footer .fa-star-o:before {
    content: "\f006";
}

#brand-header .fa-user:before, #brand-footer .fa-user:before {
    content: "\f007";
}

#brand-header .fa-film:before, #brand-footer .fa-film:before {
    content: "\f008";
}

#brand-header .fa-th-large:before, #brand-footer .fa-th-large:before {
    content: "\f009";
}

#brand-header .fa-th:before, #brand-footer .fa-th:before {
    content: "\f00a";
}

#brand-header .fa-th-list:before, #brand-footer .fa-th-list:before {
    content: "\f00b";
}

#brand-header .fa-check:before, #brand-footer .fa-check:before {
    content: "\f00c";
}

#brand-header .fa-remove:before, #brand-header .fa-close:before, #brand-header .fa-times:before, #brand-footer .fa-remove:before, #brand-footer .fa-close:before, #brand-footer .fa-times:before {
    content: "\f00d";
}

#brand-header .fa-search-plus:before, #brand-footer .fa-search-plus:before {
    content: "\f00e";
}

#brand-header .fa-search-minus:before, #brand-footer .fa-search-minus:before {
    content: "\f010";
}

#brand-header .fa-power-off:before, #brand-footer .fa-power-off:before {
    content: "\f011";
}

#brand-header .fa-signal:before, #brand-footer .fa-signal:before {
    content: "\f012";
}

#brand-header .fa-gear:before, #brand-header .fa-cog:before, #brand-footer .fa-gear:before, #brand-footer .fa-cog:before {
    content: "\f013";
}

#brand-header .fa-trash-o:before, #brand-footer .fa-trash-o:before {
    content: "\f014";
}

#brand-header .fa-home:before, #brand-footer .fa-home:before {
    content: "\f015";
}

#brand-header .fa-file-o:before, #brand-footer .fa-file-o:before {
    content: "\f016";
}

#brand-header .fa-clock-o:before, #brand-footer .fa-clock-o:before {
    content: "\f017";
}

#brand-header .fa-road:before, #brand-footer .fa-road:before {
    content: "\f018";
}

#brand-header .fa-download:before, #brand-footer .fa-download:before {
    content: "\f019";
}

#brand-header .fa-arrow-circle-o-down:before, #brand-footer .fa-arrow-circle-o-down:before {
    content: "\f01a";
}

#brand-header .fa-arrow-circle-o-up:before, #brand-footer .fa-arrow-circle-o-up:before {
    content: "\f01b";
}

#brand-header .fa-inbox:before, #brand-footer .fa-inbox:before {
    content: "\f01c";
}

#brand-header .fa-play-circle-o:before, #brand-footer .fa-play-circle-o:before {
    content: "\f01d";
}

#brand-header .fa-rotate-right:before, #brand-header .fa-repeat:before, #brand-footer .fa-rotate-right:before, #brand-footer .fa-repeat:before {
    content: "\f01e";
}

#brand-header .fa-refresh:before, #brand-footer .fa-refresh:before {
    content: "\f021";
}

#brand-header .fa-list-alt:before, #brand-footer .fa-list-alt:before {
    content: "\f022";
}

#brand-header .fa-lock:before, #brand-footer .fa-lock:before {
    content: "\f023";
}

#brand-header .fa-flag:before, #brand-footer .fa-flag:before {
    content: "\f024";
}

#brand-header .fa-headphones:before, #brand-footer .fa-headphones:before {
    content: "\f025";
}

#brand-header .fa-volume-off:before, #brand-footer .fa-volume-off:before {
    content: "\f026";
}

#brand-header .fa-volume-down:before, #brand-footer .fa-volume-down:before {
    content: "\f027";
}

#brand-header .fa-volume-up:before, #brand-footer .fa-volume-up:before {
    content: "\f028";
}

#brand-header .fa-qrcode:before, #brand-footer .fa-qrcode:before {
    content: "\f029";
}

#brand-header .fa-barcode:before, #brand-footer .fa-barcode:before {
    content: "\f02a";
}

#brand-header .fa-tag:before, #brand-footer .fa-tag:before {
    content: "\f02b";
}

#brand-header .fa-tags:before, #brand-footer .fa-tags:before {
    content: "\f02c";
}

#brand-header .fa-book:before, #brand-footer .fa-book:before {
    content: "\f02d";
}

#brand-header .fa-bookmark:before, #brand-footer .fa-bookmark:before {
    content: "\f02e";
}

#brand-header .fa-print:before, #brand-footer .fa-print:before {
    content: "\f02f";
}

#brand-header .fa-camera:before, #brand-footer .fa-camera:before {
    content: "\f030";
}

#brand-header .fa-font:before, #brand-footer .fa-font:before {
    content: "\f031";
}

#brand-header .fa-bold:before, #brand-footer .fa-bold:before {
    content: "\f032";
}

#brand-header .fa-italic:before, #brand-footer .fa-italic:before {
    content: "\f033";
}

#brand-header .fa-text-height:before, #brand-footer .fa-text-height:before {
    content: "\f034";
}

#brand-header .fa-text-width:before, #brand-footer .fa-text-width:before {
    content: "\f035";
}

#brand-header .fa-align-left:before, #brand-footer .fa-align-left:before {
    content: "\f036";
}

#brand-header .fa-align-center:before, #brand-footer .fa-align-center:before {
    content: "\f037";
}

#brand-header .fa-align-right:before, #brand-footer .fa-align-right:before {
    content: "\f038";
}

#brand-header .fa-align-justify:before, #brand-footer .fa-align-justify:before {
    content: "\f039";
}

#brand-header .fa-list:before, #brand-footer .fa-list:before {
    content: "\f03a";
}

#brand-header .fa-dedent:before, #brand-header .fa-outdent:before, #brand-footer .fa-dedent:before, #brand-footer .fa-outdent:before {
    content: "\f03b";
}

#brand-header .fa-indent:before, #brand-footer .fa-indent:before {
    content: "\f03c";
}

#brand-header .fa-video-camera:before, #brand-footer .fa-video-camera:before {
    content: "\f03d";
}

#brand-header .fa-photo:before, #brand-header .fa-image:before, #brand-header .fa-picture-o:before, #brand-footer .fa-photo:before, #brand-footer .fa-image:before, #brand-footer .fa-picture-o:before {
    content: "\f03e";
}

#brand-header .fa-pencil:before, #brand-footer .fa-pencil:before {
    content: "\f040";
}

#brand-header .fa-map-marker:before, #brand-footer .fa-map-marker:before {
    content: "\f041";
}

#brand-header .fa-adjust:before, #brand-footer .fa-adjust:before {
    content: "\f042";
}

#brand-header .fa-tint:before, #brand-footer .fa-tint:before {
    content: "\f043";
}

#brand-header .fa-edit:before, #brand-header .fa-pencil-square-o:before, #brand-footer .fa-edit:before, #brand-footer .fa-pencil-square-o:before {
    content: "\f044";
}

#brand-header .fa-share-square-o:before, #brand-footer .fa-share-square-o:before {
    content: "\f045";
}

#brand-header .fa-check-square-o:before, #brand-footer .fa-check-square-o:before {
    content: "\f046";
}

#brand-header .fa-arrows:before, #brand-footer .fa-arrows:before {
    content: "\f047";
}

#brand-header .fa-step-backward:before, #brand-footer .fa-step-backward:before {
    content: "\f048";
}

#brand-header .fa-fast-backward:before, #brand-footer .fa-fast-backward:before {
    content: "\f049";
}

#brand-header .fa-backward:before, #brand-footer .fa-backward:before {
    content: "\f04a";
}

#brand-header .fa-play:before, #brand-footer .fa-play:before {
    content: "\f04b";
}

#brand-header .fa-pause:before, #brand-footer .fa-pause:before {
    content: "\f04c";
}

#brand-header .fa-stop:before, #brand-footer .fa-stop:before {
    content: "\f04d";
}

#brand-header .fa-forward:before, #brand-footer .fa-forward:before {
    content: "\f04e";
}

#brand-header .fa-fast-forward:before, #brand-footer .fa-fast-forward:before {
    content: "\f050";
}

#brand-header .fa-step-forward:before, #brand-footer .fa-step-forward:before {
    content: "\f051";
}

#brand-header .fa-eject:before, #brand-footer .fa-eject:before {
    content: "\f052";
}

#brand-header .fa-chevron-left:before, #brand-footer .fa-chevron-left:before {
    content: "\f053";
}

#brand-header .fa-chevron-right:before, #brand-footer .fa-chevron-right:before {
    content: "\f054";
}

#brand-header .fa-plus-circle:before, #brand-footer .fa-plus-circle:before {
    content: "\f055";
}

#brand-header .fa-minus-circle:before, #brand-footer .fa-minus-circle:before {
    content: "\f056";
}

#brand-header .fa-times-circle:before, #brand-footer .fa-times-circle:before {
    content: "\f057";
}

#brand-header .fa-check-circle:before, #brand-footer .fa-check-circle:before {
    content: "\f058";
}

#brand-header .fa-question-circle:before, #brand-footer .fa-question-circle:before {
    content: "\f059";
}

#brand-header .fa-info-circle:before, #brand-footer .fa-info-circle:before {
    content: "\f05a";
}

#brand-header .fa-crosshairs:before, #brand-footer .fa-crosshairs:before {
    content: "\f05b";
}

#brand-header .fa-times-circle-o:before, #brand-footer .fa-times-circle-o:before {
    content: "\f05c";
}

#brand-header .fa-check-circle-o:before, #brand-footer .fa-check-circle-o:before {
    content: "\f05d";
}

#brand-header .fa-ban:before, #brand-footer .fa-ban:before {
    content: "\f05e";
}

#brand-header .fa-arrow-left:before, #brand-footer .fa-arrow-left:before {
    content: "\f060";
}

#brand-header .fa-arrow-right:before, #brand-footer .fa-arrow-right:before {
    content: "\f061";
}

#brand-header .fa-arrow-up:before, #brand-footer .fa-arrow-up:before {
    content: "\f062";
}

#brand-header .fa-arrow-down:before, #brand-footer .fa-arrow-down:before {
    content: "\f063";
}

#brand-header .fa-mail-forward:before, #brand-header .fa-share:before, #brand-footer .fa-mail-forward:before, #brand-footer .fa-share:before {
    content: "\f064";
}

#brand-header .fa-expand:before, #brand-footer .fa-expand:before {
    content: "\f065";
}

#brand-header .fa-compress:before, #brand-footer .fa-compress:before {
    content: "\f066";
}

#brand-header .fa-plus:before, #brand-footer .fa-plus:before {
    content: "\f067";
}

#brand-header .fa-minus:before, #brand-footer .fa-minus:before {
    content: "\f068";
}

#brand-header .fa-asterisk:before, #brand-footer .fa-asterisk:before {
    content: "\f069";
}

#brand-header .fa-exclamation-circle:before, #brand-footer .fa-exclamation-circle:before {
    content: "\f06a";
}

#brand-header .fa-gift:before, #brand-footer .fa-gift:before {
    content: "\f06b";
}

#brand-header .fa-leaf:before, #brand-footer .fa-leaf:before {
    content: "\f06c";
}

#brand-header .fa-fire:before, #brand-footer .fa-fire:before {
    content: "\f06d";
}

#brand-header .fa-eye:before, #brand-footer .fa-eye:before {
    content: "\f06e";
}

#brand-header .fa-eye-slash:before, #brand-footer .fa-eye-slash:before {
    content: "\f070";
}

#brand-header .fa-warning:before, #brand-header .fa-exclamation-triangle:before, #brand-footer .fa-warning:before, #brand-footer .fa-exclamation-triangle:before {
    content: "\f071";
}

#brand-header .fa-plane:before, #brand-footer .fa-plane:before {
    content: "\f072";
}

#brand-header .fa-calendar:before, #brand-footer .fa-calendar:before {
    content: "\f073";
}

#brand-header .fa-random:before, #brand-footer .fa-random:before {
    content: "\f074";
}

#brand-header .fa-comment:before, #brand-footer .fa-comment:before {
    content: "\f075";
}

#brand-header .fa-magnet:before, #brand-footer .fa-magnet:before {
    content: "\f076";
}

#brand-header .fa-chevron-up:before, #brand-footer .fa-chevron-up:before {
    content: "\f077";
}

#brand-header .fa-chevron-down:before, #brand-footer .fa-chevron-down:before {
    content: "\f078";
}

#brand-header .fa-retweet:before, #brand-footer .fa-retweet:before {
    content: "\f079";
}

#brand-header .fa-shopping-cart:before, #brand-footer .fa-shopping-cart:before {
    content: "\f07a";
}

#brand-header .fa-folder:before, #brand-footer .fa-folder:before {
    content: "\f07b";
}

#brand-header .fa-folder-open:before, #brand-footer .fa-folder-open:before {
    content: "\f07c";
}

#brand-header .fa-arrows-v:before, #brand-footer .fa-arrows-v:before {
    content: "\f07d";
}

#brand-header .fa-arrows-h:before, #brand-footer .fa-arrows-h:before {
    content: "\f07e";
}

#brand-header .fa-bar-chart-o:before, #brand-header .fa-bar-chart:before, #brand-footer .fa-bar-chart-o:before, #brand-footer .fa-bar-chart:before {
    content: "\f080";
}

#brand-header .fa-twitter-square:before, #brand-footer .fa-twitter-square:before {
    content: "\f081";
}

#brand-header .fa-facebook-square:before, #brand-footer .fa-facebook-square:before {
    content: "\f082";
}

#brand-header .fa-camera-retro:before, #brand-footer .fa-camera-retro:before {
    content: "\f083";
}

#brand-header .fa-key:before, #brand-footer .fa-key:before {
    content: "\f084";
}

#brand-header .fa-gears:before, #brand-header .fa-cogs:before, #brand-footer .fa-gears:before, #brand-footer .fa-cogs:before {
    content: "\f085";
}

#brand-header .fa-comments:before, #brand-footer .fa-comments:before {
    content: "\f086";
}

#brand-header .fa-thumbs-o-up:before, #brand-footer .fa-thumbs-o-up:before {
    content: "\f087";
}

#brand-header .fa-thumbs-o-down:before, #brand-footer .fa-thumbs-o-down:before {
    content: "\f088";
}

#brand-header .fa-star-half:before, #brand-footer .fa-star-half:before {
    content: "\f089";
}

#brand-header .fa-heart-o:before, #brand-footer .fa-heart-o:before {
    content: "\f08a";
}

#brand-header .fa-sign-out:before, #brand-footer .fa-sign-out:before {
    content: "\f08b";
}

#brand-header .fa-linkedin-square:before, #brand-footer .fa-linkedin-square:before {
    content: "\f08c";
}

#brand-header .fa-thumb-tack:before, #brand-footer .fa-thumb-tack:before {
    content: "\f08d";
}

#brand-header .fa-external-link:before, #brand-footer .fa-external-link:before {
    content: "\f08e";
}

#brand-header .fa-sign-in:before, #brand-footer .fa-sign-in:before {
    content: "\f090";
}

#brand-header .fa-trophy:before, #brand-footer .fa-trophy:before {
    content: "\f091";
}

#brand-header .fa-github-square:before, #brand-footer .fa-github-square:before {
    content: "\f092";
}

#brand-header .fa-upload:before, #brand-footer .fa-upload:before {
    content: "\f093";
}

#brand-header .fa-lemon-o:before, #brand-footer .fa-lemon-o:before {
    content: "\f094";
}

#brand-header .fa-phone:before, #brand-footer .fa-phone:before {
    content: "\f095";
}

#brand-header .fa-square-o:before, #brand-footer .fa-square-o:before {
    content: "\f096";
}

#brand-header .fa-bookmark-o:before, #brand-footer .fa-bookmark-o:before {
    content: "\f097";
}

#brand-header .fa-phone-square:before, #brand-footer .fa-phone-square:before {
    content: "\f098";
}

#brand-header .fa-twitter:before, #brand-footer .fa-twitter:before {
    content: "\f099";
}

#brand-header .fa-facebook-f:before, #brand-header .fa-facebook:before, #brand-footer .fa-facebook-f:before, #brand-footer .fa-facebook:before {
    content: "\f09a";
}

#brand-header .fa-github:before, #brand-footer .fa-github:before {
    content: "\f09b";
}

#brand-header .fa-unlock:before, #brand-footer .fa-unlock:before {
    content: "\f09c";
}

#brand-header .fa-credit-card:before, #brand-footer .fa-credit-card:before {
    content: "\f09d";
}

#brand-header .fa-feed:before, #brand-header .fa-rss:before, #brand-footer .fa-feed:before, #brand-footer .fa-rss:before {
    content: "\f09e";
}

#brand-header .fa-hdd-o:before, #brand-footer .fa-hdd-o:before {
    content: "\f0a0";
}

#brand-header .fa-bullhorn:before, #brand-footer .fa-bullhorn:before {
    content: "\f0a1";
}

#brand-header .fa-bell:before, #brand-footer .fa-bell:before {
    content: "\f0f3";
}

#brand-header .fa-certificate:before, #brand-footer .fa-certificate:before {
    content: "\f0a3";
}

#brand-header .fa-hand-o-right:before, #brand-footer .fa-hand-o-right:before {
    content: "\f0a4";
}

#brand-header .fa-hand-o-left:before, #brand-footer .fa-hand-o-left:before {
    content: "\f0a5";
}

#brand-header .fa-hand-o-up:before, #brand-footer .fa-hand-o-up:before {
    content: "\f0a6";
}

#brand-header .fa-hand-o-down:before, #brand-footer .fa-hand-o-down:before {
    content: "\f0a7";
}

#brand-header .fa-arrow-circle-left:before, #brand-footer .fa-arrow-circle-left:before {
    content: "\f0a8";
}

#brand-header .fa-arrow-circle-right:before, #brand-footer .fa-arrow-circle-right:before {
    content: "\f0a9";
}

#brand-header .fa-arrow-circle-up:before, #brand-footer .fa-arrow-circle-up:before {
    content: "\f0aa";
}

#brand-header .fa-arrow-circle-down:before, #brand-footer .fa-arrow-circle-down:before {
    content: "\f0ab";
}

#brand-header .fa-globe:before, #brand-footer .fa-globe:before {
    content: "\f0ac";
}

#brand-header .fa-wrench:before, #brand-footer .fa-wrench:before {
    content: "\f0ad";
}

#brand-header .fa-tasks:before, #brand-footer .fa-tasks:before {
    content: "\f0ae";
}

#brand-header .fa-filter:before, #brand-footer .fa-filter:before {
    content: "\f0b0";
}

#brand-header .fa-briefcase:before, #brand-footer .fa-briefcase:before {
    content: "\f0b1";
}

#brand-header .fa-arrows-alt:before, #brand-footer .fa-arrows-alt:before {
    content: "\f0b2";
}

#brand-header .fa-group:before, #brand-header .fa-users:before, #brand-footer .fa-group:before, #brand-footer .fa-users:before {
    content: "\f0c0";
}

#brand-header .fa-chain:before, #brand-header .fa-link:before, #brand-footer .fa-chain:before, #brand-footer .fa-link:before {
    content: "\f0c1";
}

#brand-header .fa-cloud:before, #brand-footer .fa-cloud:before {
    content: "\f0c2";
}

#brand-header .fa-flask:before, #brand-footer .fa-flask:before {
    content: "\f0c3";
}

#brand-header .fa-cut:before, #brand-header .fa-scissors:before, #brand-footer .fa-cut:before, #brand-footer .fa-scissors:before {
    content: "\f0c4";
}

#brand-header .fa-copy:before, #brand-header .fa-files-o:before, #brand-footer .fa-copy:before, #brand-footer .fa-files-o:before {
    content: "\f0c5";
}

#brand-header .fa-paperclip:before, #brand-footer .fa-paperclip:before {
    content: "\f0c6";
}

#brand-header .fa-save:before, #brand-header .fa-floppy-o:before, #brand-footer .fa-save:before, #brand-footer .fa-floppy-o:before {
    content: "\f0c7";
}

#brand-header .fa-square:before, #brand-footer .fa-square:before {
    content: "\f0c8";
}

#brand-header .fa-navicon:before, #brand-header .fa-reorder:before, #brand-header .fa-bars:before, #brand-footer .fa-navicon:before, #brand-footer .fa-reorder:before, #brand-footer .fa-bars:before {
    content: "\f0c9";
}

#brand-header .fa-list-ul:before, #brand-footer .fa-list-ul:before {
    content: "\f0ca";
}

#brand-header .fa-list-ol:before, #brand-footer .fa-list-ol:before {
    content: "\f0cb";
}

#brand-header .fa-strikethrough:before, #brand-footer .fa-strikethrough:before {
    content: "\f0cc";
}

#brand-header .fa-underline:before, #brand-footer .fa-underline:before {
    content: "\f0cd";
}

#brand-header .fa-table:before, #brand-footer .fa-table:before {
    content: "\f0ce";
}

#brand-header .fa-magic:before, #brand-footer .fa-magic:before {
    content: "\f0d0";
}

#brand-header .fa-truck:before, #brand-footer .fa-truck:before {
    content: "\f0d1";
}

#brand-header .fa-pinterest:before, #brand-footer .fa-pinterest:before {
    content: "\f0d2";
}

#brand-header .fa-pinterest-square:before, #brand-footer .fa-pinterest-square:before {
    content: "\f0d3";
}

#brand-header .fa-google-plus-square:before, #brand-footer .fa-google-plus-square:before {
    content: "\f0d4";
}

#brand-header .fa-google-plus:before, #brand-footer .fa-google-plus:before {
    content: "\f0d5";
}

#brand-header .fa-money:before, #brand-footer .fa-money:before {
    content: "\f0d6";
}

#brand-header .fa-caret-down:before, #brand-footer .fa-caret-down:before {
    content: "\f0d7";
}

#brand-header .fa-caret-up:before, #brand-footer .fa-caret-up:before {
    content: "\f0d8";
}

#brand-header .fa-caret-left:before, #brand-footer .fa-caret-left:before {
    content: "\f0d9";
}

#brand-header .fa-caret-right:before, #brand-footer .fa-caret-right:before {
    content: "\f0da";
}

#brand-header .fa-columns:before, #brand-footer .fa-columns:before {
    content: "\f0db";
}

#brand-header .fa-unsorted:before, #brand-header .fa-sort:before, #brand-footer .fa-unsorted:before, #brand-footer .fa-sort:before {
    content: "\f0dc";
}

#brand-header .fa-sort-down:before, #brand-header .fa-sort-desc:before, #brand-footer .fa-sort-down:before, #brand-footer .fa-sort-desc:before {
    content: "\f0dd";
}

#brand-header .fa-sort-up:before, #brand-header .fa-sort-asc:before, #brand-footer .fa-sort-up:before, #brand-footer .fa-sort-asc:before {
    content: "\f0de";
}

#brand-header .fa-envelope:before, #brand-footer .fa-envelope:before {
    content: "\f0e0";
}

#brand-header .fa-linkedin:before, #brand-footer .fa-linkedin:before {
    content: "\f0e1";
}

#brand-header .fa-rotate-left:before, #brand-header .fa-undo:before, #brand-footer .fa-rotate-left:before, #brand-footer .fa-undo:before {
    content: "\f0e2";
}

#brand-header .fa-legal:before, #brand-header .fa-gavel:before, #brand-footer .fa-legal:before, #brand-footer .fa-gavel:before {
    content: "\f0e3";
}

#brand-header .fa-dashboard:before, #brand-header .fa-tachometer:before, #brand-footer .fa-dashboard:before, #brand-footer .fa-tachometer:before {
    content: "\f0e4";
}

#brand-header .fa-comment-o:before, #brand-footer .fa-comment-o:before {
    content: "\f0e5";
}

#brand-header .fa-comments-o:before, #brand-footer .fa-comments-o:before {
    content: "\f0e6";
}

#brand-header .fa-flash:before, #brand-header .fa-bolt:before, #brand-footer .fa-flash:before, #brand-footer .fa-bolt:before {
    content: "\f0e7";
}

#brand-header .fa-sitemap:before, #brand-footer .fa-sitemap:before {
    content: "\f0e8";
}

#brand-header .fa-umbrella:before, #brand-footer .fa-umbrella:before {
    content: "\f0e9";
}

#brand-header .fa-paste:before, #brand-header .fa-clipboard:before, #brand-footer .fa-paste:before, #brand-footer .fa-clipboard:before {
    content: "\f0ea";
}

#brand-header .fa-lightbulb-o:before, #brand-footer .fa-lightbulb-o:before {
    content: "\f0eb";
}

#brand-header .fa-exchange:before, #brand-footer .fa-exchange:before {
    content: "\f0ec";
}

#brand-header .fa-cloud-download:before, #brand-footer .fa-cloud-download:before {
    content: "\f0ed";
}

#brand-header .fa-cloud-upload:before, #brand-footer .fa-cloud-upload:before {
    content: "\f0ee";
}

#brand-header .fa-user-md:before, #brand-footer .fa-user-md:before {
    content: "\f0f0";
}

#brand-header .fa-stethoscope:before, #brand-footer .fa-stethoscope:before {
    content: "\f0f1";
}

#brand-header .fa-suitcase:before, #brand-footer .fa-suitcase:before {
    content: "\f0f2";
}

#brand-header .fa-bell-o:before, #brand-footer .fa-bell-o:before {
    content: "\f0a2";
}

#brand-header .fa-coffee:before, #brand-footer .fa-coffee:before {
    content: "\f0f4";
}

#brand-header .fa-cutlery:before, #brand-footer .fa-cutlery:before {
    content: "\f0f5";
}

#brand-header .fa-file-text-o:before, #brand-footer .fa-file-text-o:before {
    content: "\f0f6";
}

#brand-header .fa-building-o:before, #brand-footer .fa-building-o:before {
    content: "\f0f7";
}

#brand-header .fa-hospital-o:before, #brand-footer .fa-hospital-o:before {
    content: "\f0f8";
}

#brand-header .fa-ambulance:before, #brand-footer .fa-ambulance:before {
    content: "\f0f9";
}

#brand-header .fa-medkit:before, #brand-footer .fa-medkit:before {
    content: "\f0fa";
}

#brand-header .fa-fighter-jet:before, #brand-footer .fa-fighter-jet:before {
    content: "\f0fb";
}

#brand-header .fa-beer:before, #brand-footer .fa-beer:before {
    content: "\f0fc";
}

#brand-header .fa-h-square:before, #brand-footer .fa-h-square:before {
    content: "\f0fd";
}

#brand-header .fa-plus-square:before, #brand-footer .fa-plus-square:before {
    content: "\f0fe";
}

#brand-header .fa-angle-double-left:before, #brand-footer .fa-angle-double-left:before {
    content: "\f100";
}

#brand-header .fa-angle-double-right:before, #brand-footer .fa-angle-double-right:before {
    content: "\f101";
}

#brand-header .fa-angle-double-up:before, #brand-footer .fa-angle-double-up:before {
    content: "\f102";
}

#brand-header .fa-angle-double-down:before, #brand-footer .fa-angle-double-down:before {
    content: "\f103";
}

#brand-header .fa-angle-left:before, #brand-footer .fa-angle-left:before {
    content: "\f104";
}

#brand-header .fa-angle-right:before, #brand-footer .fa-angle-right:before {
    content: "\f105";
}

#brand-header .fa-angle-up:before, #brand-footer .fa-angle-up:before {
    content: "\f106";
}

#brand-header .fa-angle-down:before, #brand-footer .fa-angle-down:before {
    content: "\f107";
}

#brand-header .fa-desktop:before, #brand-footer .fa-desktop:before {
    content: "\f108";
}

#brand-header .fa-laptop:before, #brand-footer .fa-laptop:before {
    content: "\f109";
}

#brand-header .fa-tablet:before, #brand-footer .fa-tablet:before {
    content: "\f10a";
}

#brand-header .fa-mobile-phone:before, #brand-header .fa-mobile:before, #brand-footer .fa-mobile-phone:before, #brand-footer .fa-mobile:before {
    content: "\f10b";
}

#brand-header .fa-circle-o:before, #brand-footer .fa-circle-o:before {
    content: "\f10c";
}

#brand-header .fa-quote-left:before, #brand-footer .fa-quote-left:before {
    content: "\f10d";
}

#brand-header .fa-quote-right:before, #brand-footer .fa-quote-right:before {
    content: "\f10e";
}

#brand-header .fa-spinner:before, #brand-footer .fa-spinner:before {
    content: "\f110";
}

#brand-header .fa-circle:before, #brand-footer .fa-circle:before {
    content: "\f111";
}

#brand-header .fa-mail-reply:before, #brand-header .fa-reply:before, #brand-footer .fa-mail-reply:before, #brand-footer .fa-reply:before {
    content: "\f112";
}

#brand-header .fa-github-alt:before, #brand-footer .fa-github-alt:before {
    content: "\f113";
}

#brand-header .fa-folder-o:before, #brand-footer .fa-folder-o:before {
    content: "\f114";
}

#brand-header .fa-folder-open-o:before, #brand-footer .fa-folder-open-o:before {
    content: "\f115";
}

#brand-header .fa-smile-o:before, #brand-footer .fa-smile-o:before {
    content: "\f118";
}

#brand-header .fa-frown-o:before, #brand-footer .fa-frown-o:before {
    content: "\f119";
}

#brand-header .fa-meh-o:before, #brand-footer .fa-meh-o:before {
    content: "\f11a";
}

#brand-header .fa-gamepad:before, #brand-footer .fa-gamepad:before {
    content: "\f11b";
}

#brand-header .fa-keyboard-o:before, #brand-footer .fa-keyboard-o:before {
    content: "\f11c";
}

#brand-header .fa-flag-o:before, #brand-footer .fa-flag-o:before {
    content: "\f11d";
}

#brand-header .fa-flag-checkered:before, #brand-footer .fa-flag-checkered:before {
    content: "\f11e";
}

#brand-header .fa-terminal:before, #brand-footer .fa-terminal:before {
    content: "\f120";
}

#brand-header .fa-code:before, #brand-footer .fa-code:before {
    content: "\f121";
}

#brand-header .fa-mail-reply-all:before, #brand-header .fa-reply-all:before, #brand-footer .fa-mail-reply-all:before, #brand-footer .fa-reply-all:before {
    content: "\f122";
}

#brand-header .fa-star-half-empty:before, #brand-header .fa-star-half-full:before, #brand-header .fa-star-half-o:before, #brand-footer .fa-star-half-empty:before, #brand-footer .fa-star-half-full:before, #brand-footer .fa-star-half-o:before {
    content: "\f123";
}

#brand-header .fa-location-arrow:before, #brand-footer .fa-location-arrow:before {
    content: "\f124";
}

#brand-header .fa-crop:before, #brand-footer .fa-crop:before {
    content: "\f125";
}

#brand-header .fa-code-fork:before, #brand-footer .fa-code-fork:before {
    content: "\f126";
}

#brand-header .fa-unlink:before, #brand-header .fa-chain-broken:before, #brand-footer .fa-unlink:before, #brand-footer .fa-chain-broken:before {
    content: "\f127";
}

#brand-header .fa-question:before, #brand-footer .fa-question:before {
    content: "\f128";
}

#brand-header .fa-info:before, #brand-footer .fa-info:before {
    content: "\f129";
}

#brand-header .fa-exclamation:before, #brand-footer .fa-exclamation:before {
    content: "\f12a";
}

#brand-header .fa-superscript:before, #brand-footer .fa-superscript:before {
    content: "\f12b";
}

#brand-header .fa-subscript:before, #brand-footer .fa-subscript:before {
    content: "\f12c";
}

#brand-header .fa-eraser:before, #brand-footer .fa-eraser:before {
    content: "\f12d";
}

#brand-header .fa-puzzle-piece:before, #brand-footer .fa-puzzle-piece:before {
    content: "\f12e";
}

#brand-header .fa-microphone:before, #brand-footer .fa-microphone:before {
    content: "\f130";
}

#brand-header .fa-microphone-slash:before, #brand-footer .fa-microphone-slash:before {
    content: "\f131";
}

#brand-header .fa-shield:before, #brand-footer .fa-shield:before {
    content: "\f132";
}

#brand-header .fa-calendar-o:before, #brand-footer .fa-calendar-o:before {
    content: "\f133";
}

#brand-header .fa-fire-extinguisher:before, #brand-footer .fa-fire-extinguisher:before {
    content: "\f134";
}

#brand-header .fa-rocket:before, #brand-footer .fa-rocket:before {
    content: "\f135";
}

#brand-header .fa-maxcdn:before, #brand-footer .fa-maxcdn:before {
    content: "\f136";
}

#brand-header .fa-chevron-circle-left:before, #brand-footer .fa-chevron-circle-left:before {
    content: "\f137";
}

#brand-header .fa-chevron-circle-right:before, #brand-footer .fa-chevron-circle-right:before {
    content: "\f138";
}

#brand-header .fa-chevron-circle-up:before, #brand-footer .fa-chevron-circle-up:before {
    content: "\f139";
}

#brand-header .fa-chevron-circle-down:before, #brand-footer .fa-chevron-circle-down:before {
    content: "\f13a";
}

#brand-header .fa-html5:before, #brand-footer .fa-html5:before {
    content: "\f13b";
}

#brand-header .fa-css3:before, #brand-footer .fa-css3:before {
    content: "\f13c";
}

#brand-header .fa-anchor:before, #brand-footer .fa-anchor:before {
    content: "\f13d";
}

#brand-header .fa-unlock-alt:before, #brand-footer .fa-unlock-alt:before {
    content: "\f13e";
}

#brand-header .fa-bullseye:before, #brand-footer .fa-bullseye:before {
    content: "\f140";
}

#brand-header .fa-ellipsis-h:before, #brand-footer .fa-ellipsis-h:before {
    content: "\f141";
}

#brand-header .fa-ellipsis-v:before, #brand-footer .fa-ellipsis-v:before {
    content: "\f142";
}

#brand-header .fa-rss-square:before, #brand-footer .fa-rss-square:before {
    content: "\f143";
}

#brand-header .fa-play-circle:before, #brand-footer .fa-play-circle:before {
    content: "\f144";
}

#brand-header .fa-ticket:before, #brand-footer .fa-ticket:before {
    content: "\f145";
}

#brand-header .fa-minus-square:before, #brand-footer .fa-minus-square:before {
    content: "\f146";
}

#brand-header .fa-minus-square-o:before, #brand-footer .fa-minus-square-o:before {
    content: "\f147";
}

#brand-header .fa-level-up:before, #brand-footer .fa-level-up:before {
    content: "\f148";
}

#brand-header .fa-level-down:before, #brand-footer .fa-level-down:before {
    content: "\f149";
}

#brand-header .fa-check-square:before, #brand-footer .fa-check-square:before {
    content: "\f14a";
}

#brand-header .fa-pencil-square:before, #brand-footer .fa-pencil-square:before {
    content: "\f14b";
}

#brand-header .fa-external-link-square:before, #brand-footer .fa-external-link-square:before {
    content: "\f14c";
}

#brand-header .fa-share-square:before, #brand-footer .fa-share-square:before {
    content: "\f14d";
}

#brand-header .fa-compass:before, #brand-footer .fa-compass:before {
    content: "\f14e";
}

#brand-header .fa-toggle-down:before, #brand-header .fa-caret-square-o-down:before, #brand-footer .fa-toggle-down:before, #brand-footer .fa-caret-square-o-down:before {
    content: "\f150";
}

#brand-header .fa-toggle-up:before, #brand-header .fa-caret-square-o-up:before, #brand-footer .fa-toggle-up:before, #brand-footer .fa-caret-square-o-up:before {
    content: "\f151";
}

#brand-header .fa-toggle-right:before, #brand-header .fa-caret-square-o-right:before, #brand-footer .fa-toggle-right:before, #brand-footer .fa-caret-square-o-right:before {
    content: "\f152";
}

#brand-header .fa-euro:before, #brand-header .fa-eur:before, #brand-footer .fa-euro:before, #brand-footer .fa-eur:before {
    content: "\f153";
}

#brand-header .fa-gbp:before, #brand-footer .fa-gbp:before {
    content: "\f154";
}

#brand-header .fa-dollar:before, #brand-header .fa-usd:before, #brand-footer .fa-dollar:before, #brand-footer .fa-usd:before {
    content: "\f155";
}

#brand-header .fa-rupee:before, #brand-header .fa-inr:before, #brand-footer .fa-rupee:before, #brand-footer .fa-inr:before {
    content: "\f156";
}

#brand-header .fa-cny:before, #brand-header .fa-rmb:before, #brand-header .fa-yen:before, #brand-header .fa-jpy:before, #brand-footer .fa-cny:before, #brand-footer .fa-rmb:before, #brand-footer .fa-yen:before, #brand-footer .fa-jpy:before {
    content: "\f157";
}

#brand-header .fa-ruble:before, #brand-header .fa-rouble:before, #brand-header .fa-rub:before, #brand-footer .fa-ruble:before, #brand-footer .fa-rouble:before, #brand-footer .fa-rub:before {
    content: "\f158";
}

#brand-header .fa-won:before, #brand-header .fa-krw:before, #brand-footer .fa-won:before, #brand-footer .fa-krw:before {
    content: "\f159";
}

#brand-header .fa-bitcoin:before, #brand-header .fa-btc:before, #brand-footer .fa-bitcoin:before, #brand-footer .fa-btc:before {
    content: "\f15a";
}

#brand-header .fa-file:before, #brand-footer .fa-file:before {
    content: "\f15b";
}

#brand-header .fa-file-text:before, #brand-footer .fa-file-text:before {
    content: "\f15c";
}

#brand-header .fa-sort-alpha-asc:before, #brand-footer .fa-sort-alpha-asc:before {
    content: "\f15d";
}

#brand-header .fa-sort-alpha-desc:before, #brand-footer .fa-sort-alpha-desc:before {
    content: "\f15e";
}

#brand-header .fa-sort-amount-asc:before, #brand-footer .fa-sort-amount-asc:before {
    content: "\f160";
}

#brand-header .fa-sort-amount-desc:before, #brand-footer .fa-sort-amount-desc:before {
    content: "\f161";
}

#brand-header .fa-sort-numeric-asc:before, #brand-footer .fa-sort-numeric-asc:before {
    content: "\f162";
}

#brand-header .fa-sort-numeric-desc:before, #brand-footer .fa-sort-numeric-desc:before {
    content: "\f163";
}

#brand-header .fa-thumbs-up:before, #brand-footer .fa-thumbs-up:before {
    content: "\f164";
}

#brand-header .fa-thumbs-down:before, #brand-footer .fa-thumbs-down:before {
    content: "\f165";
}

#brand-header .fa-youtube-square:before, #brand-footer .fa-youtube-square:before {
    content: "\f166";
}

#brand-header .fa-youtube:before, #brand-footer .fa-youtube:before {
    content: "\f167";
}

#brand-header .fa-xing:before, #brand-footer .fa-xing:before {
    content: "\f168";
}

#brand-header .fa-xing-square:before, #brand-footer .fa-xing-square:before {
    content: "\f169";
}

#brand-header .fa-youtube-play:before, #brand-footer .fa-youtube-play:before {
    content: "\f16a";
}

#brand-header .fa-dropbox:before, #brand-footer .fa-dropbox:before {
    content: "\f16b";
}

#brand-header .fa-stack-overflow:before, #brand-footer .fa-stack-overflow:before {
    content: "\f16c";
}

#brand-header .fa-instagram:before, #brand-footer .fa-instagram:before {
    content: "\f16d";
}

#brand-header .fa-flickr:before, #brand-footer .fa-flickr:before {
    content: "\f16e";
}

#brand-header .fa-adn:before, #brand-footer .fa-adn:before {
    content: "\f170";
}

#brand-header .fa-bitbucket:before, #brand-footer .fa-bitbucket:before {
    content: "\f171";
}

#brand-header .fa-bitbucket-square:before, #brand-footer .fa-bitbucket-square:before {
    content: "\f172";
}

#brand-header .fa-tumblr:before, #brand-footer .fa-tumblr:before {
    content: "\f173";
}

#brand-header .fa-tumblr-square:before, #brand-footer .fa-tumblr-square:before {
    content: "\f174";
}

#brand-header .fa-long-arrow-down:before, #brand-footer .fa-long-arrow-down:before {
    content: "\f175";
}

#brand-header .fa-long-arrow-up:before, #brand-footer .fa-long-arrow-up:before {
    content: "\f176";
}

#brand-header .fa-long-arrow-left:before, #brand-footer .fa-long-arrow-left:before {
    content: "\f177";
}

#brand-header .fa-long-arrow-right:before, #brand-footer .fa-long-arrow-right:before {
    content: "\f178";
}

#brand-header .fa-apple:before, #brand-footer .fa-apple:before {
    content: "\f179";
}

#brand-header .fa-windows:before, #brand-footer .fa-windows:before {
    content: "\f17a";
}

#brand-header .fa-android:before, #brand-footer .fa-android:before {
    content: "\f17b";
}

#brand-header .fa-linux:before, #brand-footer .fa-linux:before {
    content: "\f17c";
}

#brand-header .fa-dribbble:before, #brand-footer .fa-dribbble:before {
    content: "\f17d";
}

#brand-header .fa-skype:before, #brand-footer .fa-skype:before {
    content: "\f17e";
}

#brand-header .fa-foursquare:before, #brand-footer .fa-foursquare:before {
    content: "\f180";
}

#brand-header .fa-trello:before, #brand-footer .fa-trello:before {
    content: "\f181";
}

#brand-header .fa-female:before, #brand-footer .fa-female:before {
    content: "\f182";
}

#brand-header .fa-male:before, #brand-footer .fa-male:before {
    content: "\f183";
}

#brand-header .fa-gittip:before, #brand-header .fa-gratipay:before, #brand-footer .fa-gittip:before, #brand-footer .fa-gratipay:before {
    content: "\f184";
}

#brand-header .fa-sun-o:before, #brand-footer .fa-sun-o:before {
    content: "\f185";
}

#brand-header .fa-moon-o:before, #brand-footer .fa-moon-o:before {
    content: "\f186";
}

#brand-header .fa-archive:before, #brand-footer .fa-archive:before {
    content: "\f187";
}

#brand-header .fa-bug:before, #brand-footer .fa-bug:before {
    content: "\f188";
}

#brand-header .fa-vk:before, #brand-footer .fa-vk:before {
    content: "\f189";
}

#brand-header .fa-weibo:before, #brand-footer .fa-weibo:before {
    content: "\f18a";
}

#brand-header .fa-renren:before, #brand-footer .fa-renren:before {
    content: "\f18b";
}

#brand-header .fa-pagelines:before, #brand-footer .fa-pagelines:before {
    content: "\f18c";
}

#brand-header .fa-stack-exchange:before, #brand-footer .fa-stack-exchange:before {
    content: "\f18d";
}

#brand-header .fa-arrow-circle-o-right:before, #brand-footer .fa-arrow-circle-o-right:before {
    content: "\f18e";
}

#brand-header .fa-arrow-circle-o-left:before, #brand-footer .fa-arrow-circle-o-left:before {
    content: "\f190";
}

#brand-header .fa-toggle-left:before, #brand-header .fa-caret-square-o-left:before, #brand-footer .fa-toggle-left:before, #brand-footer .fa-caret-square-o-left:before {
    content: "\f191";
}

#brand-header .fa-dot-circle-o:before, #brand-footer .fa-dot-circle-o:before {
    content: "\f192";
}

#brand-header .fa-wheelchair:before, #brand-footer .fa-wheelchair:before {
    content: "\f193";
}

#brand-header .fa-vimeo-square:before, #brand-footer .fa-vimeo-square:before {
    content: "\f194";
}

#brand-header .fa-turkish-lira:before, #brand-header .fa-try:before, #brand-footer .fa-turkish-lira:before, #brand-footer .fa-try:before {
    content: "\f195";
}

#brand-header .fa-plus-square-o:before, #brand-footer .fa-plus-square-o:before {
    content: "\f196";
}

#brand-header .fa-space-shuttle:before, #brand-footer .fa-space-shuttle:before {
    content: "\f197";
}

#brand-header .fa-slack:before, #brand-footer .fa-slack:before {
    content: "\f198";
}

#brand-header .fa-envelope-square:before, #brand-footer .fa-envelope-square:before {
    content: "\f199";
}

#brand-header .fa-wordpress:before, #brand-footer .fa-wordpress:before {
    content: "\f19a";
}

#brand-header .fa-openid:before, #brand-footer .fa-openid:before {
    content: "\f19b";
}

#brand-header .fa-institution:before, #brand-header .fa-bank:before, #brand-header .fa-university:before, #brand-footer .fa-institution:before, #brand-footer .fa-bank:before, #brand-footer .fa-university:before {
    content: "\f19c";
}

#brand-header .fa-mortar-board:before, #brand-header .fa-graduation-cap:before, #brand-footer .fa-mortar-board:before, #brand-footer .fa-graduation-cap:before {
    content: "\f19d";
}

#brand-header .fa-yahoo:before, #brand-footer .fa-yahoo:before {
    content: "\f19e";
}

#brand-header .fa-google:before, #brand-footer .fa-google:before {
    content: "\f1a0";
}

#brand-header .fa-reddit:before, #brand-footer .fa-reddit:before {
    content: "\f1a1";
}

#brand-header .fa-reddit-square:before, #brand-footer .fa-reddit-square:before {
    content: "\f1a2";
}

#brand-header .fa-stumbleupon-circle:before, #brand-footer .fa-stumbleupon-circle:before {
    content: "\f1a3";
}

#brand-header .fa-stumbleupon:before, #brand-footer .fa-stumbleupon:before {
    content: "\f1a4";
}

#brand-header .fa-delicious:before, #brand-footer .fa-delicious:before {
    content: "\f1a5";
}

#brand-header .fa-digg:before, #brand-footer .fa-digg:before {
    content: "\f1a6";
}

#brand-header .fa-pied-piper-pp:before, #brand-footer .fa-pied-piper-pp:before {
    content: "\f1a7";
}

#brand-header .fa-pied-piper-alt:before, #brand-footer .fa-pied-piper-alt:before {
    content: "\f1a8";
}

#brand-header .fa-drupal:before, #brand-footer .fa-drupal:before {
    content: "\f1a9";
}

#brand-header .fa-joomla:before, #brand-footer .fa-joomla:before {
    content: "\f1aa";
}

#brand-header .fa-language:before, #brand-footer .fa-language:before {
    content: "\f1ab";
}

#brand-header .fa-fax:before, #brand-footer .fa-fax:before {
    content: "\f1ac";
}

#brand-header .fa-building:before, #brand-footer .fa-building:before {
    content: "\f1ad";
}

#brand-header .fa-child:before, #brand-footer .fa-child:before {
    content: "\f1ae";
}

#brand-header .fa-paw:before, #brand-footer .fa-paw:before {
    content: "\f1b0";
}

#brand-header .fa-spoon:before, #brand-footer .fa-spoon:before {
    content: "\f1b1";
}

#brand-header .fa-cube:before, #brand-footer .fa-cube:before {
    content: "\f1b2";
}

#brand-header .fa-cubes:before, #brand-footer .fa-cubes:before {
    content: "\f1b3";
}

#brand-header .fa-behance:before, #brand-footer .fa-behance:before {
    content: "\f1b4";
}

#brand-header .fa-behance-square:before, #brand-footer .fa-behance-square:before {
    content: "\f1b5";
}

#brand-header .fa-steam:before, #brand-footer .fa-steam:before {
    content: "\f1b6";
}

#brand-header .fa-steam-square:before, #brand-footer .fa-steam-square:before {
    content: "\f1b7";
}

#brand-header .fa-recycle:before, #brand-footer .fa-recycle:before {
    content: "\f1b8";
}

#brand-header .fa-automobile:before, #brand-header .fa-car:before, #brand-footer .fa-automobile:before, #brand-footer .fa-car:before {
    content: "\f1b9";
}

#brand-header .fa-cab:before, #brand-header .fa-taxi:before, #brand-footer .fa-cab:before, #brand-footer .fa-taxi:before {
    content: "\f1ba";
}

#brand-header .fa-tree:before, #brand-footer .fa-tree:before {
    content: "\f1bb";
}

#brand-header .fa-spotify:before, #brand-footer .fa-spotify:before {
    content: "\f1bc";
}

#brand-header .fa-deviantart:before, #brand-footer .fa-deviantart:before {
    content: "\f1bd";
}

#brand-header .fa-soundcloud:before, #brand-footer .fa-soundcloud:before {
    content: "\f1be";
}

#brand-header .fa-database:before, #brand-footer .fa-database:before {
    content: "\f1c0";
}

#brand-header .fa-file-pdf-o:before, #brand-footer .fa-file-pdf-o:before {
    content: "\f1c1";
}

#brand-header .fa-file-word-o:before, #brand-footer .fa-file-word-o:before {
    content: "\f1c2";
}

#brand-header .fa-file-excel-o:before, #brand-footer .fa-file-excel-o:before {
    content: "\f1c3";
}

#brand-header .fa-file-powerpoint-o:before, #brand-footer .fa-file-powerpoint-o:before {
    content: "\f1c4";
}

#brand-header .fa-file-photo-o:before, #brand-header .fa-file-picture-o:before, #brand-header .fa-file-image-o:before, #brand-footer .fa-file-photo-o:before, #brand-footer .fa-file-picture-o:before, #brand-footer .fa-file-image-o:before {
    content: "\f1c5";
}

#brand-header .fa-file-zip-o:before, #brand-header .fa-file-archive-o:before, #brand-footer .fa-file-zip-o:before, #brand-footer .fa-file-archive-o:before {
    content: "\f1c6";
}

#brand-header .fa-file-sound-o:before, #brand-header .fa-file-audio-o:before, #brand-footer .fa-file-sound-o:before, #brand-footer .fa-file-audio-o:before {
    content: "\f1c7";
}

#brand-header .fa-file-movie-o:before, #brand-header .fa-file-video-o:before, #brand-footer .fa-file-movie-o:before, #brand-footer .fa-file-video-o:before {
    content: "\f1c8";
}

#brand-header .fa-file-code-o:before, #brand-footer .fa-file-code-o:before {
    content: "\f1c9";
}

#brand-header .fa-vine:before, #brand-footer .fa-vine:before {
    content: "\f1ca";
}

#brand-header .fa-codepen:before, #brand-footer .fa-codepen:before {
    content: "\f1cb";
}

#brand-header .fa-jsfiddle:before, #brand-footer .fa-jsfiddle:before {
    content: "\f1cc";
}

#brand-header .fa-life-bouy:before, #brand-header .fa-life-buoy:before, #brand-header .fa-life-saver:before, #brand-header .fa-support:before, #brand-header .fa-life-ring:before, #brand-footer .fa-life-bouy:before, #brand-footer .fa-life-buoy:before, #brand-footer .fa-life-saver:before, #brand-footer .fa-support:before, #brand-footer .fa-life-ring:before {
    content: "\f1cd";
}

#brand-header .fa-circle-o-notch:before, #brand-footer .fa-circle-o-notch:before {
    content: "\f1ce";
}

#brand-header .fa-ra:before, #brand-header .fa-resistance:before, #brand-header .fa-rebel:before, #brand-footer .fa-ra:before, #brand-footer .fa-resistance:before, #brand-footer .fa-rebel:before {
    content: "\f1d0";
}

#brand-header .fa-ge:before, #brand-header .fa-empire:before, #brand-footer .fa-ge:before, #brand-footer .fa-empire:before {
    content: "\f1d1";
}

#brand-header .fa-git-square:before, #brand-footer .fa-git-square:before {
    content: "\f1d2";
}

#brand-header .fa-git:before, #brand-footer .fa-git:before {
    content: "\f1d3";
}

#brand-header .fa-y-combinator-square:before, #brand-header .fa-yc-square:before, #brand-header .fa-hacker-news:before, #brand-footer .fa-y-combinator-square:before, #brand-footer .fa-yc-square:before, #brand-footer .fa-hacker-news:before {
    content: "\f1d4";
}

#brand-header .fa-tencent-weibo:before, #brand-footer .fa-tencent-weibo:before {
    content: "\f1d5";
}

#brand-header .fa-qq:before, #brand-footer .fa-qq:before {
    content: "\f1d6";
}

#brand-header .fa-wechat:before, #brand-header .fa-weixin:before, #brand-footer .fa-wechat:before, #brand-footer .fa-weixin:before {
    content: "\f1d7";
}

#brand-header .fa-send:before, #brand-header .fa-paper-plane:before, #brand-footer .fa-send:before, #brand-footer .fa-paper-plane:before {
    content: "\f1d8";
}

#brand-header .fa-send-o:before, #brand-header .fa-paper-plane-o:before, #brand-footer .fa-send-o:before, #brand-footer .fa-paper-plane-o:before {
    content: "\f1d9";
}

#brand-header .fa-history:before, #brand-footer .fa-history:before {
    content: "\f1da";
}

#brand-header .fa-circle-thin:before, #brand-footer .fa-circle-thin:before {
    content: "\f1db";
}

#brand-header .fa-header:before, #brand-footer .fa-header:before {
    content: "\f1dc";
}

#brand-header .fa-paragraph:before, #brand-footer .fa-paragraph:before {
    content: "\f1dd";
}

#brand-header .fa-sliders:before, #brand-footer .fa-sliders:before {
    content: "\f1de";
}

#brand-header .fa-share-alt:before, #brand-footer .fa-share-alt:before {
    content: "\f1e0";
}

#brand-header .fa-share-alt-square:before, #brand-footer .fa-share-alt-square:before {
    content: "\f1e1";
}

#brand-header .fa-bomb:before, #brand-footer .fa-bomb:before {
    content: "\f1e2";
}

#brand-header .fa-soccer-ball-o:before, #brand-header .fa-futbol-o:before, #brand-footer .fa-soccer-ball-o:before, #brand-footer .fa-futbol-o:before {
    content: "\f1e3";
}

#brand-header .fa-tty:before, #brand-footer .fa-tty:before {
    content: "\f1e4";
}

#brand-header .fa-binoculars:before, #brand-footer .fa-binoculars:before {
    content: "\f1e5";
}

#brand-header .fa-plug:before, #brand-footer .fa-plug:before {
    content: "\f1e6";
}

#brand-header .fa-slideshare:before, #brand-footer .fa-slideshare:before {
    content: "\f1e7";
}

#brand-header .fa-twitch:before, #brand-footer .fa-twitch:before {
    content: "\f1e8";
}

#brand-header .fa-yelp:before, #brand-footer .fa-yelp:before {
    content: "\f1e9";
}

#brand-header .fa-newspaper-o:before, #brand-footer .fa-newspaper-o:before {
    content: "\f1ea";
}

#brand-header .fa-wifi:before, #brand-footer .fa-wifi:before {
    content: "\f1eb";
}

#brand-header .fa-calculator:before, #brand-footer .fa-calculator:before {
    content: "\f1ec";
}

#brand-header .fa-paypal:before, #brand-footer .fa-paypal:before {
    content: "\f1ed";
}

#brand-header .fa-google-wallet:before, #brand-footer .fa-google-wallet:before {
    content: "\f1ee";
}

#brand-header .fa-cc-visa:before, #brand-footer .fa-cc-visa:before {
    content: "\f1f0";
}

#brand-header .fa-cc-mastercard:before, #brand-footer .fa-cc-mastercard:before {
    content: "\f1f1";
}

#brand-header .fa-cc-discover:before, #brand-footer .fa-cc-discover:before {
    content: "\f1f2";
}

#brand-header .fa-cc-amex:before, #brand-footer .fa-cc-amex:before {
    content: "\f1f3";
}

#brand-header .fa-cc-paypal:before, #brand-footer .fa-cc-paypal:before {
    content: "\f1f4";
}

#brand-header .fa-cc-stripe:before, #brand-footer .fa-cc-stripe:before {
    content: "\f1f5";
}

#brand-header .fa-bell-slash:before, #brand-footer .fa-bell-slash:before {
    content: "\f1f6";
}

#brand-header .fa-bell-slash-o:before, #brand-footer .fa-bell-slash-o:before {
    content: "\f1f7";
}

#brand-header .fa-trash:before, #brand-footer .fa-trash:before {
    content: "\f1f8";
}

#brand-header .fa-copyright:before, #brand-footer .fa-copyright:before {
    content: "\f1f9";
}

#brand-header .fa-at:before, #brand-footer .fa-at:before {
    content: "\f1fa";
}

#brand-header .fa-eyedropper:before, #brand-footer .fa-eyedropper:before {
    content: "\f1fb";
}

#brand-header .fa-paint-brush:before, #brand-footer .fa-paint-brush:before {
    content: "\f1fc";
}

#brand-header .fa-birthday-cake:before, #brand-footer .fa-birthday-cake:before {
    content: "\f1fd";
}

#brand-header .fa-area-chart:before, #brand-footer .fa-area-chart:before {
    content: "\f1fe";
}

#brand-header .fa-pie-chart:before, #brand-footer .fa-pie-chart:before {
    content: "\f200";
}

#brand-header .fa-line-chart:before, #brand-footer .fa-line-chart:before {
    content: "\f201";
}

#brand-header .fa-lastfm:before, #brand-footer .fa-lastfm:before {
    content: "\f202";
}

#brand-header .fa-lastfm-square:before, #brand-footer .fa-lastfm-square:before {
    content: "\f203";
}

#brand-header .fa-toggle-off:before, #brand-footer .fa-toggle-off:before {
    content: "\f204";
}

#brand-header .fa-toggle-on:before, #brand-footer .fa-toggle-on:before {
    content: "\f205";
}

#brand-header .fa-bicycle:before, #brand-footer .fa-bicycle:before {
    content: "\f206";
}

#brand-header .fa-bus:before, #brand-footer .fa-bus:before {
    content: "\f207";
}

#brand-header .fa-ioxhost:before, #brand-footer .fa-ioxhost:before {
    content: "\f208";
}

#brand-header .fa-angellist:before, #brand-footer .fa-angellist:before {
    content: "\f209";
}

#brand-header .fa-cc:before, #brand-footer .fa-cc:before {
    content: "\f20a";
}

#brand-header .fa-shekel:before, #brand-header .fa-sheqel:before, #brand-header .fa-ils:before, #brand-footer .fa-shekel:before, #brand-footer .fa-sheqel:before, #brand-footer .fa-ils:before {
    content: "\f20b";
}

#brand-header .fa-meanpath:before, #brand-footer .fa-meanpath:before {
    content: "\f20c";
}

#brand-header .fa-buysellads:before, #brand-footer .fa-buysellads:before {
    content: "\f20d";
}

#brand-header .fa-connectdevelop:before, #brand-footer .fa-connectdevelop:before {
    content: "\f20e";
}

#brand-header .fa-dashcube:before, #brand-footer .fa-dashcube:before {
    content: "\f210";
}

#brand-header .fa-forumbee:before, #brand-footer .fa-forumbee:before {
    content: "\f211";
}

#brand-header .fa-leanpub:before, #brand-footer .fa-leanpub:before {
    content: "\f212";
}

#brand-header .fa-sellsy:before, #brand-footer .fa-sellsy:before {
    content: "\f213";
}

#brand-header .fa-shirtsinbulk:before, #brand-footer .fa-shirtsinbulk:before {
    content: "\f214";
}

#brand-header .fa-simplybuilt:before, #brand-footer .fa-simplybuilt:before {
    content: "\f215";
}

#brand-header .fa-skyatlas:before, #brand-footer .fa-skyatlas:before {
    content: "\f216";
}

#brand-header .fa-cart-plus:before, #brand-footer .fa-cart-plus:before {
    content: "\f217";
}

#brand-header .fa-cart-arrow-down:before, #brand-footer .fa-cart-arrow-down:before {
    content: "\f218";
}

#brand-header .fa-diamond:before, #brand-footer .fa-diamond:before {
    content: "\f219";
}

#brand-header .fa-ship:before, #brand-footer .fa-ship:before {
    content: "\f21a";
}

#brand-header .fa-user-secret:before, #brand-footer .fa-user-secret:before {
    content: "\f21b";
}

#brand-header .fa-motorcycle:before, #brand-footer .fa-motorcycle:before {
    content: "\f21c";
}

#brand-header .fa-street-view:before, #brand-footer .fa-street-view:before {
    content: "\f21d";
}

#brand-header .fa-heartbeat:before, #brand-footer .fa-heartbeat:before {
    content: "\f21e";
}

#brand-header .fa-venus:before, #brand-footer .fa-venus:before {
    content: "\f221";
}

#brand-header .fa-mars:before, #brand-footer .fa-mars:before {
    content: "\f222";
}

#brand-header .fa-mercury:before, #brand-footer .fa-mercury:before {
    content: "\f223";
}

#brand-header .fa-intersex:before, #brand-header .fa-transgender:before, #brand-footer .fa-intersex:before, #brand-footer .fa-transgender:before {
    content: "\f224";
}

#brand-header .fa-transgender-alt:before, #brand-footer .fa-transgender-alt:before {
    content: "\f225";
}

#brand-header .fa-venus-double:before, #brand-footer .fa-venus-double:before {
    content: "\f226";
}

#brand-header .fa-mars-double:before, #brand-footer .fa-mars-double:before {
    content: "\f227";
}

#brand-header .fa-venus-mars:before, #brand-footer .fa-venus-mars:before {
    content: "\f228";
}

#brand-header .fa-mars-stroke:before, #brand-footer .fa-mars-stroke:before {
    content: "\f229";
}

#brand-header .fa-mars-stroke-v:before, #brand-footer .fa-mars-stroke-v:before {
    content: "\f22a";
}

#brand-header .fa-mars-stroke-h:before, #brand-footer .fa-mars-stroke-h:before {
    content: "\f22b";
}

#brand-header .fa-neuter:before, #brand-footer .fa-neuter:before {
    content: "\f22c";
}

#brand-header .fa-genderless:before, #brand-footer .fa-genderless:before {
    content: "\f22d";
}

#brand-header .fa-facebook-official:before, #brand-footer .fa-facebook-official:before {
    content: "\f230";
}

#brand-header .fa-pinterest-p:before, #brand-footer .fa-pinterest-p:before {
    content: "\f231";
}

#brand-header .fa-whatsapp:before, #brand-footer .fa-whatsapp:before {
    content: "\f232";
}

#brand-header .fa-server:before, #brand-footer .fa-server:before {
    content: "\f233";
}

#brand-header .fa-user-plus:before, #brand-footer .fa-user-plus:before {
    content: "\f234";
}

#brand-header .fa-user-times:before, #brand-footer .fa-user-times:before {
    content: "\f235";
}

#brand-header .fa-hotel:before, #brand-header .fa-bed:before, #brand-footer .fa-hotel:before, #brand-footer .fa-bed:before {
    content: "\f236";
}

#brand-header .fa-viacoin:before, #brand-footer .fa-viacoin:before {
    content: "\f237";
}

#brand-header .fa-train:before, #brand-footer .fa-train:before {
    content: "\f238";
}

#brand-header .fa-subway:before, #brand-footer .fa-subway:before {
    content: "\f239";
}

#brand-header .fa-medium:before, #brand-footer .fa-medium:before {
    content: "\f23a";
}

#brand-header .fa-yc:before, #brand-header .fa-y-combinator:before, #brand-footer .fa-yc:before, #brand-footer .fa-y-combinator:before {
    content: "\f23b";
}

#brand-header .fa-optin-monster:before, #brand-footer .fa-optin-monster:before {
    content: "\f23c";
}

#brand-header .fa-opencart:before, #brand-footer .fa-opencart:before {
    content: "\f23d";
}

#brand-header .fa-expeditedssl:before, #brand-footer .fa-expeditedssl:before {
    content: "\f23e";
}

#brand-header .fa-battery-4:before, #brand-header .fa-battery-full:before, #brand-footer .fa-battery-4:before, #brand-footer .fa-battery-full:before {
    content: "\f240";
}

#brand-header .fa-battery-3:before, #brand-header .fa-battery-three-quarters:before, #brand-footer .fa-battery-3:before, #brand-footer .fa-battery-three-quarters:before {
    content: "\f241";
}

#brand-header .fa-battery-2:before, #brand-header .fa-battery-half:before, #brand-footer .fa-battery-2:before, #brand-footer .fa-battery-half:before {
    content: "\f242";
}

#brand-header .fa-battery-1:before, #brand-header .fa-battery-quarter:before, #brand-footer .fa-battery-1:before, #brand-footer .fa-battery-quarter:before {
    content: "\f243";
}

#brand-header .fa-battery-0:before, #brand-header .fa-battery-empty:before, #brand-footer .fa-battery-0:before, #brand-footer .fa-battery-empty:before {
    content: "\f244";
}

#brand-header .fa-mouse-pointer:before, #brand-footer .fa-mouse-pointer:before {
    content: "\f245";
}

#brand-header .fa-i-cursor:before, #brand-footer .fa-i-cursor:before {
    content: "\f246";
}

#brand-header .fa-object-group:before, #brand-footer .fa-object-group:before {
    content: "\f247";
}

#brand-header .fa-object-ungroup:before, #brand-footer .fa-object-ungroup:before {
    content: "\f248";
}

#brand-header .fa-sticky-note:before, #brand-footer .fa-sticky-note:before {
    content: "\f249";
}

#brand-header .fa-sticky-note-o:before, #brand-footer .fa-sticky-note-o:before {
    content: "\f24a";
}

#brand-header .fa-cc-jcb:before, #brand-footer .fa-cc-jcb:before {
    content: "\f24b";
}

#brand-header .fa-cc-diners-club:before, #brand-footer .fa-cc-diners-club:before {
    content: "\f24c";
}

#brand-header .fa-clone:before, #brand-footer .fa-clone:before {
    content: "\f24d";
}

#brand-header .fa-balance-scale:before, #brand-footer .fa-balance-scale:before {
    content: "\f24e";
}

#brand-header .fa-hourglass-o:before, #brand-footer .fa-hourglass-o:before {
    content: "\f250";
}

#brand-header .fa-hourglass-1:before, #brand-header .fa-hourglass-start:before, #brand-footer .fa-hourglass-1:before, #brand-footer .fa-hourglass-start:before {
    content: "\f251";
}

#brand-header .fa-hourglass-2:before, #brand-header .fa-hourglass-half:before, #brand-footer .fa-hourglass-2:before, #brand-footer .fa-hourglass-half:before {
    content: "\f252";
}

#brand-header .fa-hourglass-3:before, #brand-header .fa-hourglass-end:before, #brand-footer .fa-hourglass-3:before, #brand-footer .fa-hourglass-end:before {
    content: "\f253";
}

#brand-header .fa-hourglass:before, #brand-footer .fa-hourglass:before {
    content: "\f254";
}

#brand-header .fa-hand-grab-o:before, #brand-header .fa-hand-rock-o:before, #brand-footer .fa-hand-grab-o:before, #brand-footer .fa-hand-rock-o:before {
    content: "\f255";
}

#brand-header .fa-hand-stop-o:before, #brand-header .fa-hand-paper-o:before, #brand-footer .fa-hand-stop-o:before, #brand-footer .fa-hand-paper-o:before {
    content: "\f256";
}

#brand-header .fa-hand-scissors-o:before, #brand-footer .fa-hand-scissors-o:before {
    content: "\f257";
}

#brand-header .fa-hand-lizard-o:before, #brand-footer .fa-hand-lizard-o:before {
    content: "\f258";
}

#brand-header .fa-hand-spock-o:before, #brand-footer .fa-hand-spock-o:before {
    content: "\f259";
}

#brand-header .fa-hand-pointer-o:before, #brand-footer .fa-hand-pointer-o:before {
    content: "\f25a";
}

#brand-header .fa-hand-peace-o:before, #brand-footer .fa-hand-peace-o:before {
    content: "\f25b";
}

#brand-header .fa-trademark:before, #brand-footer .fa-trademark:before {
    content: "\f25c";
}

#brand-header .fa-registered:before, #brand-footer .fa-registered:before {
    content: "\f25d";
}

#brand-header .fa-creative-commons:before, #brand-footer .fa-creative-commons:before {
    content: "\f25e";
}

#brand-header .fa-gg:before, #brand-footer .fa-gg:before {
    content: "\f260";
}

#brand-header .fa-gg-circle:before, #brand-footer .fa-gg-circle:before {
    content: "\f261";
}

#brand-header .fa-tripadvisor:before, #brand-footer .fa-tripadvisor:before {
    content: "\f262";
}

#brand-header .fa-odnoklassniki:before, #brand-footer .fa-odnoklassniki:before {
    content: "\f263";
}

#brand-header .fa-odnoklassniki-square:before, #brand-footer .fa-odnoklassniki-square:before {
    content: "\f264";
}

#brand-header .fa-get-pocket:before, #brand-footer .fa-get-pocket:before {
    content: "\f265";
}

#brand-header .fa-wikipedia-w:before, #brand-footer .fa-wikipedia-w:before {
    content: "\f266";
}

#brand-header .fa-safari:before, #brand-footer .fa-safari:before {
    content: "\f267";
}

#brand-header .fa-chrome:before, #brand-footer .fa-chrome:before {
    content: "\f268";
}

#brand-header .fa-firefox:before, #brand-footer .fa-firefox:before {
    content: "\f269";
}

#brand-header .fa-opera:before, #brand-footer .fa-opera:before {
    content: "\f26a";
}

#brand-header .fa-internet-explorer:before, #brand-footer .fa-internet-explorer:before {
    content: "\f26b";
}

#brand-header .fa-tv:before, #brand-header .fa-television:before, #brand-footer .fa-tv:before, #brand-footer .fa-television:before {
    content: "\f26c";
}

#brand-header .fa-contao:before, #brand-footer .fa-contao:before {
    content: "\f26d";
}

#brand-header .fa-500px:before, #brand-footer .fa-500px:before {
    content: "\f26e";
}

#brand-header .fa-amazon:before, #brand-footer .fa-amazon:before {
    content: "\f270";
}

#brand-header .fa-calendar-plus-o:before, #brand-footer .fa-calendar-plus-o:before {
    content: "\f271";
}

#brand-header .fa-calendar-minus-o:before, #brand-footer .fa-calendar-minus-o:before {
    content: "\f272";
}

#brand-header .fa-calendar-times-o:before, #brand-footer .fa-calendar-times-o:before {
    content: "\f273";
}

#brand-header .fa-calendar-check-o:before, #brand-footer .fa-calendar-check-o:before {
    content: "\f274";
}

#brand-header .fa-industry:before, #brand-footer .fa-industry:before {
    content: "\f275";
}

#brand-header .fa-map-pin:before, #brand-footer .fa-map-pin:before {
    content: "\f276";
}

#brand-header .fa-map-signs:before, #brand-footer .fa-map-signs:before {
    content: "\f277";
}

#brand-header .fa-map-o:before, #brand-footer .fa-map-o:before {
    content: "\f278";
}

#brand-header .fa-map:before, #brand-footer .fa-map:before {
    content: "\f279";
}

#brand-header .fa-commenting:before, #brand-footer .fa-commenting:before {
    content: "\f27a";
}

#brand-header .fa-commenting-o:before, #brand-footer .fa-commenting-o:before {
    content: "\f27b";
}

#brand-header .fa-houzz:before, #brand-footer .fa-houzz:before {
    content: "\f27c";
}

#brand-header .fa-vimeo:before, #brand-footer .fa-vimeo:before {
    content: "\f27d";
}

#brand-header .fa-black-tie:before, #brand-footer .fa-black-tie:before {
    content: "\f27e";
}

#brand-header .fa-fonticons:before, #brand-footer .fa-fonticons:before {
    content: "\f280";
}

#brand-header .fa-reddit-alien:before, #brand-footer .fa-reddit-alien:before {
    content: "\f281";
}

#brand-header .fa-edge:before, #brand-footer .fa-edge:before {
    content: "\f282";
}

#brand-header .fa-credit-card-alt:before, #brand-footer .fa-credit-card-alt:before {
    content: "\f283";
}

#brand-header .fa-codiepie:before, #brand-footer .fa-codiepie:before {
    content: "\f284";
}

#brand-header .fa-modx:before, #brand-footer .fa-modx:before {
    content: "\f285";
}

#brand-header .fa-fort-awesome:before, #brand-footer .fa-fort-awesome:before {
    content: "\f286";
}

#brand-header .fa-usb:before, #brand-footer .fa-usb:before {
    content: "\f287";
}

#brand-header .fa-product-hunt:before, #brand-footer .fa-product-hunt:before {
    content: "\f288";
}

#brand-header .fa-mixcloud:before, #brand-footer .fa-mixcloud:before {
    content: "\f289";
}

#brand-header .fa-scribd:before, #brand-footer .fa-scribd:before {
    content: "\f28a";
}

#brand-header .fa-pause-circle:before, #brand-footer .fa-pause-circle:before {
    content: "\f28b";
}

#brand-header .fa-pause-circle-o:before, #brand-footer .fa-pause-circle-o:before {
    content: "\f28c";
}

#brand-header .fa-stop-circle:before, #brand-footer .fa-stop-circle:before {
    content: "\f28d";
}

#brand-header .fa-stop-circle-o:before, #brand-footer .fa-stop-circle-o:before {
    content: "\f28e";
}

#brand-header .fa-shopping-bag:before, #brand-footer .fa-shopping-bag:before {
    content: "\f290";
}

#brand-header .fa-shopping-basket:before, #brand-footer .fa-shopping-basket:before {
    content: "\f291";
}

#brand-header .fa-hashtag:before, #brand-footer .fa-hashtag:before {
    content: "\f292";
}

#brand-header .fa-bluetooth:before, #brand-footer .fa-bluetooth:before {
    content: "\f293";
}

#brand-header .fa-bluetooth-b:before, #brand-footer .fa-bluetooth-b:before {
    content: "\f294";
}

#brand-header .fa-percent:before, #brand-footer .fa-percent:before {
    content: "\f295";
}

#brand-header .fa-gitlab:before, #brand-footer .fa-gitlab:before {
    content: "\f296";
}

#brand-header .fa-wpbeginner:before, #brand-footer .fa-wpbeginner:before {
    content: "\f297";
}

#brand-header .fa-wpforms:before, #brand-footer .fa-wpforms:before {
    content: "\f298";
}

#brand-header .fa-envira:before, #brand-footer .fa-envira:before {
    content: "\f299";
}

#brand-header .fa-universal-access:before, #brand-footer .fa-universal-access:before {
    content: "\f29a";
}

#brand-header .fa-wheelchair-alt:before, #brand-footer .fa-wheelchair-alt:before {
    content: "\f29b";
}

#brand-header .fa-question-circle-o:before, #brand-footer .fa-question-circle-o:before {
    content: "\f29c";
}

#brand-header .fa-blind:before, #brand-footer .fa-blind:before {
    content: "\f29d";
}

#brand-header .fa-audio-description:before, #brand-footer .fa-audio-description:before {
    content: "\f29e";
}

#brand-header .fa-volume-control-phone:before, #brand-footer .fa-volume-control-phone:before {
    content: "\f2a0";
}

#brand-header .fa-braille:before, #brand-footer .fa-braille:before {
    content: "\f2a1";
}

#brand-header .fa-assistive-listening-systems:before, #brand-footer .fa-assistive-listening-systems:before {
    content: "\f2a2";
}

#brand-header .fa-asl-interpreting:before, #brand-header .fa-american-sign-language-interpreting:before, #brand-footer .fa-asl-interpreting:before, #brand-footer .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

#brand-header .fa-deafness:before, #brand-header .fa-hard-of-hearing:before, #brand-header .fa-deaf:before, #brand-footer .fa-deafness:before, #brand-footer .fa-hard-of-hearing:before, #brand-footer .fa-deaf:before {
    content: "\f2a4";
}

#brand-header .fa-glide:before, #brand-footer .fa-glide:before {
    content: "\f2a5";
}

#brand-header .fa-glide-g:before, #brand-footer .fa-glide-g:before {
    content: "\f2a6";
}

#brand-header .fa-signing:before, #brand-header .fa-sign-language:before, #brand-footer .fa-signing:before, #brand-footer .fa-sign-language:before {
    content: "\f2a7";
}

#brand-header .fa-low-vision:before, #brand-footer .fa-low-vision:before {
    content: "\f2a8";
}

#brand-header .fa-viadeo:before, #brand-footer .fa-viadeo:before {
    content: "\f2a9";
}

#brand-header .fa-viadeo-square:before, #brand-footer .fa-viadeo-square:before {
    content: "\f2aa";
}

#brand-header .fa-snapchat:before, #brand-footer .fa-snapchat:before {
    content: "\f2ab";
}

#brand-header .fa-snapchat-ghost:before, #brand-footer .fa-snapchat-ghost:before {
    content: "\f2ac";
}

#brand-header .fa-snapchat-square:before, #brand-footer .fa-snapchat-square:before {
    content: "\f2ad";
}

#brand-header .fa-pied-piper:before, #brand-footer .fa-pied-piper:before {
    content: "\f2ae";
}

#brand-header .fa-first-order:before, #brand-footer .fa-first-order:before {
    content: "\f2b0";
}

#brand-header .fa-yoast:before, #brand-footer .fa-yoast:before {
    content: "\f2b1";
}

#brand-header .fa-themeisle:before, #brand-footer .fa-themeisle:before {
    content: "\f2b2";
}

#brand-header .fa-google-plus-circle:before, #brand-header .fa-google-plus-official:before, #brand-footer .fa-google-plus-circle:before, #brand-footer .fa-google-plus-official:before {
    content: "\f2b3";
}

#brand-header .fa-fa:before, #brand-header .fa-font-awesome:before, #brand-footer .fa-fa:before, #brand-footer .fa-font-awesome:before {
    content: "\f2b4";
}

#brand-header hr, #brand-footer hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

#brand-header h1, #brand-header h2, #brand-header h3, #brand-header h4, #brand-header h5, #brand-header h6, #brand-footer h1, #brand-footer h2, #brand-footer h3, #brand-footer h4, #brand-footer h5, #brand-footer h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

#brand-header p, #brand-footer p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#brand-header abbr[data-original-title], #brand-header abbr[title], #brand-footer abbr[data-original-title], #brand-footer abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

#brand-header address, #brand-footer address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

#brand-header dl, #brand-header ol, #brand-header ul, #brand-footer dl, #brand-footer ol, #brand-footer ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

#brand-header ol ol, #brand-header ol ul, #brand-header ul ol, #brand-header ul ul, #brand-footer ol ol, #brand-footer ol ul, #brand-footer ul ol, #brand-footer ul ul {
    margin-bottom: 0;
}

#brand-header dt, #brand-footer dt {
    font-weight: 700;
}

#brand-header dd, #brand-footer dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

#brand-header blockquote, #brand-footer blockquote {
    margin: 0 0 1rem;
}

#brand-header b, #brand-header strong, #brand-footer b, #brand-footer strong {
    font-weight: bolder;
}

#brand-header small, #brand-footer small {
    font-size: 80%;
}

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

#brand-header sub, #brand-footer sub {
    bottom: -.25em;
}

#brand-header sup, #brand-footer sup {
    top: -.5em;
}

#brand-header a, #brand-footer a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

#brand-header a:hover, #brand-footer a:hover {
    color: #0056b3;
    text-decoration: none;
}
/**BUTTONS**/
#brand-header button[type=submit],
#brand-header input[type=submit],
#brand-header button,
#brand-header .button,
#brand-footer button[type=submit],
#brand-footer input[type=submit],
#brand-footer button,
#brand-footer .button {
    display: inline-block;
    padding: 8px 20px;
    background-color: #eb6906;
    color: #ffffff!important;
    font-size: 16px;
    border: solid 2px #eb6906;
    width: auto;
    cursor: pointer;
    text-align: center;
    text-decoration: none!important;
}
#brand-header input[type=submit].uppercase,
#brand-header button.uppercase,
#brand-header .button.uppercase,
#brand-footer input[type=submit].uppercase,
#brand-footer button.uppercase,
#brand-footer .button.uppercase{
    font-weight: bold;
    text-transform: uppercase;
}
#brand-header input[type=submit]:hover,
#brand-header button:hover,
#brand-header .button:hover,
#brand-footer input[type=submit]:hover,
#brand-footer button:hover,
#brand-footer .button:hover {
    border: solid 2px #eb6906;
    color: #eb6906!important;
    background-color: #ffffff;
}
#brand-header input[type=submit].white,
#brand-header button.white,
#brand-header .button.white,
#brand-footer input[type=submit].white,
#brand-footer button.white,
#brand-footer .button.white{
    background-color: #ffffff!important;
    border: solid 2px #ffffff!important;
    color: #eb6906!important;
    font-weight: bold;
    text-transform: uppercase;
}

#brand-header input[type=submit].white:hover,
#brand-header button.white:hover,
#brand-header .button.white:hover,
#brand-footer input[type=submit].white:hover,
#brand-footer button.white:hover,
#brand-footer .button.white:hover {
    background-color: #eb6906!important;
    color: #ffffff!important;
}

/**FIN BUTTONS**/

#brand-header a:not([href]):not([tabindex]), #brand-footer a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

#brand-header a:not([href]):not([tabindex]):focus, #brand-header a:not([href]):not([tabindex]):hover, #brand-footer a:not([href]):not([tabindex]):focus, #brand-footer a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

#brand-header a:not([href]):not([tabindex]):focus, #brand-footer a:not([href]):not([tabindex]):focus {
    outline: 0;
}

#brand-header code, #brand-header kbd, #brand-header pre, #brand-header samp, #brand-footer code, #brand-footer kbd, #brand-footer pre, #brand-footer samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

#brand-header pre, #brand-footer pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

#brand-header figure, #brand-footer figure {
    margin: 0 0 1rem;
}

#brand-header img, #brand-footer img {
    vertical-align: middle;
    border-style: none;
}

#brand-header svg, #brand-footer svg {
    overflow: hidden;
    vertical-align: middle;
}

#brand-header table, #brand-footer table {
    border-collapse: collapse;
}

#brand-header caption, #brand-footer caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

#brand-header th, #brand-footer th {
    text-align: inherit;
}

#brand-header label, #brand-footer label {
    display: inline-block;
    margin-bottom: .5rem;
}

#brand-header button, #brand-footer button {
    border-radius: 0;
}

#brand-header button:focus, #brand-footer button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

#brand-header button, #brand-header input, #brand-header optgroup, #brand-header select, #brand-header textarea, #brand-footer button, #brand-footer input, #brand-footer optgroup, #brand-footer select, #brand-footer textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#brand-header button, #brand-header input, #brand-footer button, #brand-footer input {
    overflow: visible;
}

#brand-header button, #brand-header select, #brand-footer button, #brand-footer select {
    text-transform: none;
}

#brand-header select, #brand-footer select {
    word-wrap: normal;
}

#brand-header [type=button], #brand-header [type=reset], #brand-header [type=submit], #brand-header button, #brand-footer [type=button], #brand-footer [type=reset], #brand-footer [type=submit], #brand-footer button {
    -webkit-appearance: button;
}

#brand-header [type=button]:not(:disabled), #brand-header [type=reset]:not(:disabled), #brand-header [type=submit]:not(:disabled), #brand-header button:not(:disabled), #brand-footer [type=button]:not(:disabled), #brand-footer [type=reset]:not(:disabled), #brand-footer [type=submit]:not(:disabled), #brand-footer button:not(:disabled) {
    cursor: pointer;
}

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

#brand-header input[type=checkbox], #brand-header input[type=radio], #brand-footer input[type=checkbox], #brand-footer input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

#brand-header input[type=date], #brand-header input[type=datetime-local], #brand-header input[type=month], #brand-header input[type=time], #brand-footer input[type=date], #brand-footer input[type=datetime-local], #brand-footer input[type=month], #brand-footer input[type=time] {
    -webkit-appearance: listbox;
}

#brand-header textarea, #brand-footer textarea {
    overflow: auto;
    resize: vertical;
}

#brand-header fieldset, #brand-footer fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

#brand-header legend, #brand-footer legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

#brand-header progress, #brand-footer progress {
    vertical-align: baseline;
}

#brand-header [type=number]::-webkit-inner-spin-button, #brand-header [type=number]::-webkit-outer-spin-button, #brand-footer [type=number]::-webkit-inner-spin-button, #brand-footer [type=number]::-webkit-outer-spin-button {
    height: auto;
}

#brand-header [type=search], #brand-footer [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

#brand-header [type=search]::-webkit-search-decoration, #brand-footer [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

#brand-header ::-webkit-file-upload-button, #brand-footer ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

#brand-header output, #brand-footer output {
    display: inline-block;
}

#brand-header summary, #brand-footer summary {
    display: list-item;
    cursor: pointer;
}

#brand-header template, #brand-footer template {
    display: none;
}

#brand-header [hidden], #brand-footer [hidden] {
    display: none !important;
}

#brand-header .h1, #brand-header .h2, #brand-header .h3, #brand-header .h4, #brand-header .h5, #brand-header .h6, #brand-header h1, #brand-header h2, #brand-header h3, #brand-header h4, #brand-header h5, #brand-header h6, #brand-footer .h1, #brand-footer .h2, #brand-footer .h3, #brand-footer .h4, #brand-footer .h5, #brand-footer .h6, #brand-footer h1, #brand-footer h2, #brand-footer h3, #brand-footer h4, #brand-footer h5, #brand-footer h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

#brand-header .h1, #brand-header h1, #brand-footer .h1, #brand-footer h1 {
    font-size: 2.5rem;
}

#brand-header .h2, #brand-header h2, #brand-footer .h2, #brand-footer h2 {
    font-size: 2rem;
}

#brand-header .h3, #brand-header h3, #brand-footer .h3, #brand-footer h3 {
    font-size: 1.75rem;
}

#brand-header .h4, #brand-header h4, #brand-footer .h4, #brand-footer h4 {
    font-size: 1.5rem;
}

#brand-header .h5, #brand-header h5, #brand-footer .h5, #brand-footer h5 {
    font-size: 1.25rem;
}

#brand-header .h6, #brand-header h6, #brand-footer .h6, #brand-footer h6 {
    font-size: 1rem;
}

#brand-header .lead, #brand-footer .lead {
    font-size: 1.25rem;
    font-weight: 300;
}

#brand-header .display-1, #brand-footer .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

#brand-header .display-2, #brand-footer .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

#brand-header .display-3, #brand-footer .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

#brand-header .display-4, #brand-footer .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

#brand-header hr, #brand-footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#brand-header .small, #brand-header small, #brand-footer .small, #brand-footer small {
    font-size: 80%;
    font-weight: 400;
}

#brand-header .mark, #brand-header mark, #brand-footer .mark, #brand-footer mark {
    padding: .2em;
    background-color: #fcf8e3;
}

#brand-header .list-unstyled, #brand-footer .list-unstyled {
    padding-left: 0;
    list-style: none;
}

#brand-header .list-inline, #brand-footer .list-inline {
    padding-left: 0;
    list-style: none;
}

#brand-header .list-inline-item, #brand-footer .list-inline-item {
    display: inline-block;
}

#brand-header .list-inline-item:not(:last-child), #brand-footer .list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

#brand-header .initialism, #brand-footer .initialism {
    font-size: 90%;
    text-transform: uppercase;
}

#brand-header .blockquote, #brand-footer .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

#brand-header .blockquote-footer, #brand-footer .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

#brand-header .blockquote-footer::before, #brand-footer .blockquote-footer::before {
    content: "\2014\00A0";
}

#brand-header .img-fluid, #brand-footer .img-fluid {
    max-width: 100%;
    height: auto;
}

#brand-header .img-thumbnail, #brand-footer .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

#brand-header .figure, #brand-footer .figure {
    display: inline-block;
}

#brand-header .figure-img, #brand-footer .figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

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

#brand-header code, #brand-footer code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

#brand-header a > code, #brand-footer a > code {
    color: inherit;
}

#brand-header kbd, #brand-footer kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}

#brand-header kbd kbd, #brand-footer kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

#brand-header pre, #brand-footer pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

#brand-header pre code, #brand-footer pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

#brand-header .pre-scrollable, #brand-footer .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

#brand-header .container, #brand-footer .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    #brand-header .container, #brand-footer .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #brand-header .container, #brand-footer .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #brand-header .container, #brand-footer .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #brand-header .container, #brand-footer .container {
        max-width: 1140px;
    }
}

#brand-header .container-fluid, #brand-footer .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#brand-header .row, #brand-footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#brand-header .no-gutters, #brand-footer .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

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

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

#brand-header .col, #brand-footer .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

#brand-header .col-auto, #brand-footer .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

#brand-header .col-1, #brand-footer .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

#brand-header .col-2, #brand-footer .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

#brand-header .col-3, #brand-footer .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

#brand-header .col-4, #brand-footer .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#brand-header .col-5, #brand-footer .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#brand-header .col-6, #brand-footer .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#brand-header .col-7, #brand-footer .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

#brand-header .col-8, #brand-footer .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

#brand-header .col-9, #brand-footer .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

#brand-header .col-10, #brand-footer .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

#brand-header .col-11, #brand-footer .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

#brand-header .col-12, #brand-footer .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#brand-header .order-first, #brand-footer .order-first {
    -ms-flex-order: -1;
    order: -1;
}

#brand-header .order-last, #brand-footer .order-last {
    -ms-flex-order: 13;
    order: 13;
}

#brand-header .order-0, #brand-footer .order-0 {
    -ms-flex-order: 0;
    order: 0;
}

#brand-header .order-1, #brand-footer .order-1 {
    -ms-flex-order: 1;
    order: 1;
}

#brand-header .order-2, #brand-footer .order-2 {
    -ms-flex-order: 2;
    order: 2;
}

#brand-header .order-3, #brand-footer .order-3 {
    -ms-flex-order: 3;
    order: 3;
}

#brand-header .order-4, #brand-footer .order-4 {
    -ms-flex-order: 4;
    order: 4;
}

#brand-header .order-5, #brand-footer .order-5 {
    -ms-flex-order: 5;
    order: 5;
}

#brand-header .order-6, #brand-footer .order-6 {
    -ms-flex-order: 6;
    order: 6;
}

#brand-header .order-7, #brand-footer .order-7 {
    -ms-flex-order: 7;
    order: 7;
}

#brand-header .order-8, #brand-footer .order-8 {
    -ms-flex-order: 8;
    order: 8;
}

#brand-header .order-9, #brand-footer .order-9 {
    -ms-flex-order: 9;
    order: 9;
}

#brand-header .order-10, #brand-footer .order-10 {
    -ms-flex-order: 10;
    order: 10;
}

#brand-header .order-11, #brand-footer .order-11 {
    -ms-flex-order: 11;
    order: 11;
}

#brand-header .order-12, #brand-footer .order-12 {
    -ms-flex-order: 12;
    order: 12;
}

#brand-header .offset-1, #brand-footer .offset-1 {
    margin-left: 8.333333%;
}

#brand-header .offset-2, #brand-footer .offset-2 {
    margin-left: 16.666667%;
}

#brand-header .offset-3, #brand-footer .offset-3 {
    margin-left: 25%;
}

#brand-header .offset-4, #brand-footer .offset-4 {
    margin-left: 33.333333%;
}

#brand-header .offset-5, #brand-footer .offset-5 {
    margin-left: 41.666667%;
}

#brand-header .offset-6, #brand-footer .offset-6 {
    margin-left: 50%;
}

#brand-header .offset-7, #brand-footer .offset-7 {
    margin-left: 58.333333%;
}

#brand-header .offset-8, #brand-footer .offset-8 {
    margin-left: 66.666667%;
}

#brand-header .offset-9, #brand-footer .offset-9 {
    margin-left: 75%;
}

#brand-header .offset-10, #brand-footer .offset-10 {
    margin-left: 83.333333%;
}

#brand-header .offset-11, #brand-footer .offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    #brand-header .col-sm, #brand-footer .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    #brand-header .col-sm-auto, #brand-footer .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    #brand-header .col-sm-1, #brand-footer .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    #brand-header .col-sm-2, #brand-footer .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    #brand-header .col-sm-3, #brand-footer .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #brand-header .col-sm-4, #brand-footer .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #brand-header .col-sm-5, #brand-footer .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    #brand-header .col-sm-6, #brand-footer .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #brand-header .col-sm-7, #brand-footer .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    #brand-header .col-sm-8, #brand-footer .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #brand-header .col-sm-9, #brand-footer .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #brand-header .col-sm-10, #brand-footer .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    #brand-header .col-sm-11, #brand-footer .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    #brand-header .col-sm-12, #brand-footer .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #brand-header .order-sm-first, #brand-footer .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    #brand-header .order-sm-last, #brand-footer .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    #brand-header .order-sm-0, #brand-footer .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    #brand-header .order-sm-1, #brand-footer .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    #brand-header .order-sm-2, #brand-footer .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    #brand-header .order-sm-3, #brand-footer .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    #brand-header .order-sm-4, #brand-footer .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    #brand-header .order-sm-5, #brand-footer .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    #brand-header .order-sm-6, #brand-footer .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    #brand-header .order-sm-7, #brand-footer .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    #brand-header .order-sm-8, #brand-footer .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    #brand-header .order-sm-9, #brand-footer .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    #brand-header .order-sm-10, #brand-footer .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    #brand-header .order-sm-11, #brand-footer .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    #brand-header .order-sm-12, #brand-footer .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    #brand-header .offset-sm-0, #brand-footer .offset-sm-0 {
        margin-left: 0;
    }
    #brand-header .offset-sm-1, #brand-footer .offset-sm-1 {
        margin-left: 8.333333%;
    }
    #brand-header .offset-sm-2, #brand-footer .offset-sm-2 {
        margin-left: 16.666667%;
    }
    #brand-header .offset-sm-3, #brand-footer .offset-sm-3 {
        margin-left: 25%;
    }
    #brand-header .offset-sm-4, #brand-footer .offset-sm-4 {
        margin-left: 33.333333%;
    }
    #brand-header .offset-sm-5, #brand-footer .offset-sm-5 {
        margin-left: 41.666667%;
    }
    #brand-header .offset-sm-6, #brand-footer .offset-sm-6 {
        margin-left: 50%;
    }
    #brand-header .offset-sm-7, #brand-footer .offset-sm-7 {
        margin-left: 58.333333%;
    }
    #brand-header .offset-sm-8, #brand-footer .offset-sm-8 {
        margin-left: 66.666667%;
    }
    #brand-header .offset-sm-9, #brand-footer .offset-sm-9 {
        margin-left: 75%;
    }
    #brand-header .offset-sm-10, #brand-footer .offset-sm-10 {
        margin-left: 83.333333%;
    }
    #brand-header .offset-sm-11, #brand-footer .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    #brand-header .col-md, #brand-footer .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    #brand-header .col-md-auto, #brand-footer .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    #brand-header .col-md-1, #brand-footer .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    #brand-header .col-md-2, #brand-footer .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    #brand-header .col-md-3, #brand-footer .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #brand-header .col-md-4, #brand-footer .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #brand-header .col-md-5, #brand-footer .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    #brand-header .col-md-6, #brand-footer .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #brand-header .col-md-7, #brand-footer .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    #brand-header .col-md-8, #brand-footer .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #brand-header .col-md-9, #brand-footer .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #brand-header .col-md-10, #brand-footer .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    #brand-header .col-md-11, #brand-footer .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    #brand-header .col-md-12, #brand-footer .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #brand-header .order-md-first, #brand-footer .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    #brand-header .order-md-last, #brand-footer .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    #brand-header .order-md-0, #brand-footer .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    #brand-header .order-md-1, #brand-footer .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    #brand-header .order-md-2, #brand-footer .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    #brand-header .order-md-3, #brand-footer .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    #brand-header .order-md-4, #brand-footer .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    #brand-header .order-md-5, #brand-footer .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    #brand-header .order-md-6, #brand-footer .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    #brand-header .order-md-7, #brand-footer .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    #brand-header .order-md-8, #brand-footer .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    #brand-header .order-md-9, #brand-footer .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    #brand-header .order-md-10, #brand-footer .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    #brand-header .order-md-11, #brand-footer .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    #brand-header .order-md-12, #brand-footer .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    #brand-header .offset-md-0, #brand-footer .offset-md-0 {
        margin-left: 0;
    }
    #brand-header .offset-md-1, #brand-footer .offset-md-1 {
        margin-left: 8.333333%;
    }
    #brand-header .offset-md-2, #brand-footer .offset-md-2 {
        margin-left: 16.666667%;
    }
    #brand-header .offset-md-3, #brand-footer .offset-md-3 {
        margin-left: 25%;
    }
    #brand-header .offset-md-4, #brand-footer .offset-md-4 {
        margin-left: 33.333333%;
    }
    #brand-header .offset-md-5, #brand-footer .offset-md-5 {
        margin-left: 41.666667%;
    }
    #brand-header .offset-md-6, #brand-footer .offset-md-6 {
        margin-left: 50%;
    }
    #brand-header .offset-md-7, #brand-footer .offset-md-7 {
        margin-left: 58.333333%;
    }
    #brand-header .offset-md-8, #brand-footer .offset-md-8 {
        margin-left: 66.666667%;
    }
    #brand-header .offset-md-9, #brand-footer .offset-md-9 {
        margin-left: 75%;
    }
    #brand-header .offset-md-10, #brand-footer .offset-md-10 {
        margin-left: 83.333333%;
    }
    #brand-header .offset-md-11, #brand-footer .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    #brand-header .col-lg, #brand-footer .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    #brand-header .col-lg-auto, #brand-footer .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    #brand-header .col-lg-1, #brand-footer .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    #brand-header .col-lg-2, #brand-footer .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    #brand-header .col-lg-3, #brand-footer .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #brand-header .col-lg-4, #brand-footer .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #brand-header .col-lg-5, #brand-footer .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    #brand-header .col-lg-6, #brand-footer .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #brand-header .col-lg-7, #brand-footer .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    #brand-header .col-lg-8, #brand-footer .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #brand-header .col-lg-9, #brand-footer .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #brand-header .col-lg-10, #brand-footer .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    #brand-header .col-lg-11, #brand-footer .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    #brand-header .col-lg-12, #brand-footer .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #brand-header .order-lg-first, #brand-footer .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    #brand-header .order-lg-last, #brand-footer .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    #brand-header .order-lg-0, #brand-footer .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    #brand-header .order-lg-1, #brand-footer .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    #brand-header .order-lg-2, #brand-footer .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    #brand-header .order-lg-3, #brand-footer .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    #brand-header .order-lg-4, #brand-footer .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    #brand-header .order-lg-5, #brand-footer .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    #brand-header .order-lg-6, #brand-footer .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    #brand-header .order-lg-7, #brand-footer .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    #brand-header .order-lg-8, #brand-footer .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    #brand-header .order-lg-9, #brand-footer .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    #brand-header .order-lg-10, #brand-footer .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    #brand-header .order-lg-11, #brand-footer .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    #brand-header .order-lg-12, #brand-footer .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    #brand-header .offset-lg-0, #brand-footer .offset-lg-0 {
        margin-left: 0;
    }
    #brand-header .offset-lg-1, #brand-footer .offset-lg-1 {
        margin-left: 8.333333%;
    }
    #brand-header .offset-lg-2, #brand-footer .offset-lg-2 {
        margin-left: 16.666667%;
    }
    #brand-header .offset-lg-3, #brand-footer .offset-lg-3 {
        margin-left: 25%;
    }
    #brand-header .offset-lg-4, #brand-footer .offset-lg-4 {
        margin-left: 33.333333%;
    }
    #brand-header .offset-lg-5, #brand-footer .offset-lg-5 {
        margin-left: 41.666667%;
    }
    #brand-header .offset-lg-6, #brand-footer .offset-lg-6 {
        margin-left: 50%;
    }
    #brand-header .offset-lg-7, #brand-footer .offset-lg-7 {
        margin-left: 58.333333%;
    }
    #brand-header .offset-lg-8, #brand-footer .offset-lg-8 {
        margin-left: 66.666667%;
    }
    #brand-header .offset-lg-9, #brand-footer .offset-lg-9 {
        margin-left: 75%;
    }
    #brand-header .offset-lg-10, #brand-footer .offset-lg-10 {
        margin-left: 83.333333%;
    }
    #brand-header .offset-lg-11, #brand-footer .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    #brand-header .col-xl, #brand-footer .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    #brand-header .col-xl-auto, #brand-footer .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    #brand-header .col-xl-1, #brand-footer .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    #brand-header .col-xl-2, #brand-footer .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    #brand-header .col-xl-3, #brand-footer .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #brand-header .col-xl-4, #brand-footer .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #brand-header .col-xl-5, #brand-footer .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    #brand-header .col-xl-6, #brand-footer .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #brand-header .col-xl-7, #brand-footer .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    #brand-header .col-xl-8, #brand-footer .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #brand-header .col-xl-9, #brand-footer .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #brand-header .col-xl-10, #brand-footer .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    #brand-header .col-xl-11, #brand-footer .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    #brand-header .col-xl-12, #brand-footer .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #brand-header .order-xl-first, #brand-footer .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    #brand-header .order-xl-last, #brand-footer .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    #brand-header .order-xl-0, #brand-footer .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    #brand-header .order-xl-1, #brand-footer .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    #brand-header .order-xl-2, #brand-footer .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    #brand-header .order-xl-3, #brand-footer .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    #brand-header .order-xl-4, #brand-footer .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    #brand-header .order-xl-5, #brand-footer .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    #brand-header .order-xl-6, #brand-footer .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    #brand-header .order-xl-7, #brand-footer .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    #brand-header .order-xl-8, #brand-footer .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    #brand-header .order-xl-9, #brand-footer .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    #brand-header .order-xl-10, #brand-footer .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    #brand-header .order-xl-11, #brand-footer .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    #brand-header .order-xl-12, #brand-footer .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    #brand-header .offset-xl-0, #brand-footer .offset-xl-0 {
        margin-left: 0;
    }
    #brand-header .offset-xl-1, #brand-footer .offset-xl-1 {
        margin-left: 8.333333%;
    }
    #brand-header .offset-xl-2, #brand-footer .offset-xl-2 {
        margin-left: 16.666667%;
    }
    #brand-header .offset-xl-3, #brand-footer .offset-xl-3 {
        margin-left: 25%;
    }
    #brand-header .offset-xl-4, #brand-footer .offset-xl-4 {
        margin-left: 33.333333%;
    }
    #brand-header .offset-xl-5, #brand-footer .offset-xl-5 {
        margin-left: 41.666667%;
    }
    #brand-header .offset-xl-6, #brand-footer .offset-xl-6 {
        margin-left: 50%;
    }
    #brand-header .offset-xl-7, #brand-footer .offset-xl-7 {
        margin-left: 58.333333%;
    }
    #brand-header .offset-xl-8, #brand-footer .offset-xl-8 {
        margin-left: 66.666667%;
    }
    #brand-header .offset-xl-9, #brand-footer .offset-xl-9 {
        margin-left: 75%;
    }
    #brand-header .offset-xl-10, #brand-footer .offset-xl-10 {
        margin-left: 83.333333%;
    }
    #brand-header .offset-xl-11, #brand-footer .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

#brand-header .table, #brand-footer .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

#brand-header .table td, #brand-header .table th, #brand-footer .table td, #brand-footer .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

#brand-header .table thead th, #brand-footer .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

#brand-header .table tbody + tbody, #brand-footer .table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

#brand-header .table-sm td, #brand-header .table-sm th, #brand-footer .table-sm td, #brand-footer .table-sm th {
    padding: .3rem;
}

#brand-header .table-bordered, #brand-footer .table-bordered {
    border: 1px solid #dee2e6;
}

#brand-header .table-bordered td, #brand-header .table-bordered th, #brand-footer .table-bordered td, #brand-footer .table-bordered th {
    border: 1px solid #dee2e6;
}

#brand-header .table-bordered thead td, #brand-header .table-bordered thead th, #brand-footer .table-bordered thead td, #brand-footer .table-bordered thead th {
    border-bottom-width: 2px;
}

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

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

#brand-header .table-hover tbody tr:hover, #brand-footer .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

#brand-header .table-primary, #brand-header .table-primary > td, #brand-header .table-primary > th, #brand-footer .table-primary, #brand-footer .table-primary > td, #brand-footer .table-primary > th {
    background-color: #b8daff;
}

#brand-header .table-primary tbody + tbody, #brand-header .table-primary td, #brand-header .table-primary th, #brand-header .table-primary thead th, #brand-footer .table-primary tbody + tbody, #brand-footer .table-primary td, #brand-footer .table-primary th, #brand-footer .table-primary thead th {
    border-color: #7abaff;
}

#brand-header .table-hover .table-primary:hover, #brand-footer .table-hover .table-primary:hover {
    background-color: #9fcdff;
}

#brand-header .table-hover .table-primary:hover > td, #brand-header .table-hover .table-primary:hover > th, #brand-footer .table-hover .table-primary:hover > td, #brand-footer .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

#brand-header .table-secondary, #brand-header .table-secondary > td, #brand-header .table-secondary > th, #brand-footer .table-secondary, #brand-footer .table-secondary > td, #brand-footer .table-secondary > th {
    background-color: #d6d8db;
}

#brand-header .table-secondary tbody + tbody, #brand-header .table-secondary td, #brand-header .table-secondary th, #brand-header .table-secondary thead th, #brand-footer .table-secondary tbody + tbody, #brand-footer .table-secondary td, #brand-footer .table-secondary th, #brand-footer .table-secondary thead th {
    border-color: #b3b7bb;
}

#brand-header .table-hover .table-secondary:hover, #brand-footer .table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

#brand-header .table-hover .table-secondary:hover > td, #brand-header .table-hover .table-secondary:hover > th, #brand-footer .table-hover .table-secondary:hover > td, #brand-footer .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

#brand-header .table-success, #brand-header .table-success > td, #brand-header .table-success > th, #brand-footer .table-success, #brand-footer .table-success > td, #brand-footer .table-success > th {
    background-color: #c3e6cb;
}

#brand-header .table-success tbody + tbody, #brand-header .table-success td, #brand-header .table-success th, #brand-header .table-success thead th, #brand-footer .table-success tbody + tbody, #brand-footer .table-success td, #brand-footer .table-success th, #brand-footer .table-success thead th {
    border-color: #8fd19e;
}

#brand-header .table-hover .table-success:hover, #brand-footer .table-hover .table-success:hover {
    background-color: #b1dfbb;
}

#brand-header .table-hover .table-success:hover > td, #brand-header .table-hover .table-success:hover > th, #brand-footer .table-hover .table-success:hover > td, #brand-footer .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

#brand-header .table-info, #brand-header .table-info > td, #brand-header .table-info > th, #brand-footer .table-info, #brand-footer .table-info > td, #brand-footer .table-info > th {
    background-color: #bee5eb;
}

#brand-header .table-info tbody + tbody, #brand-header .table-info td, #brand-header .table-info th, #brand-header .table-info thead th, #brand-footer .table-info tbody + tbody, #brand-footer .table-info td, #brand-footer .table-info th, #brand-footer .table-info thead th {
    border-color: #86cfda;
}

#brand-header .table-hover .table-info:hover, #brand-footer .table-hover .table-info:hover {
    background-color: #abdde5;
}

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

#brand-header .table-warning, #brand-header .table-warning > td, #brand-header .table-warning > th, #brand-footer .table-warning, #brand-footer .table-warning > td, #brand-footer .table-warning > th {
    background-color: #ffeeba;
}

#brand-header .table-warning tbody + tbody, #brand-header .table-warning td, #brand-header .table-warning th, #brand-header .table-warning thead th, #brand-footer .table-warning tbody + tbody, #brand-footer .table-warning td, #brand-footer .table-warning th, #brand-footer .table-warning thead th {
    border-color: #ffdf7e;
}

#brand-header .table-hover .table-warning:hover, #brand-footer .table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

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

#brand-header .table-danger, #brand-header .table-danger > td, #brand-header .table-danger > th, #brand-footer .table-danger, #brand-footer .table-danger > td, #brand-footer .table-danger > th {
    background-color: #f5c6cb;
}

#brand-header .table-danger tbody + tbody, #brand-header .table-danger td, #brand-header .table-danger th, #brand-header .table-danger thead th, #brand-footer .table-danger tbody + tbody, #brand-footer .table-danger td, #brand-footer .table-danger th, #brand-footer .table-danger thead th {
    border-color: #ed969e;
}

#brand-header .table-hover .table-danger:hover, #brand-footer .table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

#brand-header .table-hover .table-danger:hover > td, #brand-header .table-hover .table-danger:hover > th, #brand-footer .table-hover .table-danger:hover > td, #brand-footer .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

#brand-header .table-light, #brand-header .table-light > td, #brand-header .table-light > th, #brand-footer .table-light, #brand-footer .table-light > td, #brand-footer .table-light > th {
    background-color: #fdfdfe;
}

#brand-header .table-light tbody + tbody, #brand-header .table-light td, #brand-header .table-light th, #brand-header .table-light thead th, #brand-footer .table-light tbody + tbody, #brand-footer .table-light td, #brand-footer .table-light th, #brand-footer .table-light thead th {
    border-color: #fbfcfc;
}

#brand-header .table-hover .table-light:hover, #brand-footer .table-hover .table-light:hover {
    background-color: #ececf6;
}

#brand-header .table-hover .table-light:hover > td, #brand-header .table-hover .table-light:hover > th, #brand-footer .table-hover .table-light:hover > td, #brand-footer .table-hover .table-light:hover > th {
    background-color: #ececf6;
}

#brand-header .table-dark, #brand-header .table-dark > td, #brand-header .table-dark > th, #brand-footer .table-dark, #brand-footer .table-dark > td, #brand-footer .table-dark > th {
    background-color: #c6c8ca;
}

#brand-header .table-dark tbody + tbody, #brand-header .table-dark td, #brand-header .table-dark th, #brand-header .table-dark thead th, #brand-footer .table-dark tbody + tbody, #brand-footer .table-dark td, #brand-footer .table-dark th, #brand-footer .table-dark thead th {
    border-color: #95999c;
}

#brand-header .table-hover .table-dark:hover, #brand-footer .table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

#brand-header .table-hover .table-dark:hover > td, #brand-header .table-hover .table-dark:hover > th, #brand-footer .table-hover .table-dark:hover > td, #brand-footer .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

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

#brand-header .table-hover .table-active:hover, #brand-footer .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

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

#brand-header .table .thead-dark th, #brand-footer .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

#brand-header .table .thead-light th, #brand-footer .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

#brand-header .table-dark, #brand-footer .table-dark {
    color: #fff;
    background-color: #343a40;
}

#brand-header .table-dark td, #brand-header .table-dark th, #brand-header .table-dark thead th, #brand-footer .table-dark td, #brand-footer .table-dark th, #brand-footer .table-dark thead th {
    border-color: #454d55;
}

#brand-header .table-dark.table-bordered, #brand-footer .table-dark.table-bordered {
    border: 0;
}

#brand-header .table-dark.table-striped tbody tr:nth-of-type(odd), #brand-footer .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

#brand-header .table-dark.table-hover tbody tr:hover, #brand-footer .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    #brand-header .table-responsive-sm, #brand-footer .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #brand-header .table-responsive-sm > .table-bordered, #brand-footer .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    #brand-header .table-responsive-md, #brand-footer .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #brand-header .table-responsive-md > .table-bordered, #brand-footer .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    #brand-header .table-responsive-lg, #brand-footer .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #brand-header .table-responsive-lg > .table-bordered, #brand-footer .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    #brand-header .table-responsive-xl, #brand-footer .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #brand-header .table-responsive-xl > .table-bordered, #brand-footer .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

#brand-header .table-responsive, #brand-footer .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#brand-header .table-responsive > .table-bordered, #brand-footer .table-responsive > .table-bordered {
    border: 0;
}

#brand-header .form-control, #brand-footer .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .form-control, #brand-footer .form-control {
        transition: none;
    }
}

#brand-header .form-control::-ms-expand, #brand-footer .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

#brand-header .form-control:focus, #brand-footer .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .form-control::-webkit-input-placeholder, #brand-footer .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

#brand-header .form-control::-moz-placeholder, #brand-footer .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

#brand-header .form-control:-ms-input-placeholder, #brand-footer .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

#brand-header .form-control::-ms-input-placeholder, #brand-footer .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

#brand-header .form-control::placeholder, #brand-footer .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

#brand-header .form-control:disabled, #brand-header .form-control[readonly], #brand-footer .form-control:disabled, #brand-footer .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

#brand-header select.form-control:focus::-ms-value, #brand-footer select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

#brand-header .form-control-file, #brand-header .form-control-range, #brand-footer .form-control-file, #brand-footer .form-control-range {
    display: block;
    width: 100%;
}

#brand-header .col-form-label, #brand-footer .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

#brand-header .col-form-label-lg, #brand-footer .col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

#brand-header .col-form-label-sm, #brand-footer .col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}

#brand-header .form-control-plaintext, #brand-footer .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

#brand-header .form-control-plaintext.form-control-lg, #brand-header .form-control-plaintext.form-control-sm, #brand-footer .form-control-plaintext.form-control-lg, #brand-footer .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}

#brand-header .form-control-sm, #brand-footer .form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

#brand-header .form-control-lg, #brand-footer .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

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

#brand-header textarea.form-control, #brand-footer textarea.form-control {
    height: auto;
}

#brand-header .form-group, #brand-footer .form-group {
    margin-bottom: 1rem;
}

#brand-header .form-text, #brand-footer .form-text {
    display: block;
    margin-top: .25rem;
}

#brand-header .form-row, #brand-footer .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

#brand-header .form-row > .col, #brand-header .form-row > [class*=col-], #brand-footer .form-row > .col, #brand-footer .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

#brand-header .form-check, #brand-footer .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

#brand-header .form-check-input, #brand-footer .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

#brand-header .form-check-input:disabled ~ .form-check-label, #brand-footer .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

#brand-header .form-check-label, #brand-footer .form-check-label {
    margin-bottom: 0;
}

#brand-header .form-check-inline, #brand-footer .form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

#brand-header .form-check-inline .form-check-input, #brand-footer .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

#brand-header .valid-feedback, #brand-footer .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

#brand-header .valid-tooltip, #brand-footer .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem;
}

#brand-header .form-control.is-valid, #brand-header .was-validated .form-control:valid, #brand-footer .form-control.is-valid, #brand-footer .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#brand-header .form-control.is-valid:focus, #brand-header .was-validated .form-control:valid:focus, #brand-footer .form-control.is-valid:focus, #brand-footer .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

#brand-header .form-control.is-valid ~ .valid-feedback, #brand-header .form-control.is-valid ~ .valid-tooltip, #brand-header .was-validated .form-control:valid ~ .valid-feedback, #brand-header .was-validated .form-control:valid ~ .valid-tooltip, #brand-footer .form-control.is-valid ~ .valid-feedback, #brand-footer .form-control.is-valid ~ .valid-tooltip, #brand-footer .was-validated .form-control:valid ~ .valid-feedback, #brand-footer .was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}

#brand-header .was-validated textarea.form-control:valid, #brand-header textarea.form-control.is-valid, #brand-footer .was-validated textarea.form-control:valid, #brand-footer textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

#brand-header .custom-select.is-valid, #brand-header .was-validated .custom-select:valid, #brand-footer .custom-select.is-valid, #brand-footer .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

#brand-header .custom-select.is-valid:focus, #brand-header .was-validated .custom-select:valid:focus, #brand-footer .custom-select.is-valid:focus, #brand-footer .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

#brand-header .custom-select.is-valid ~ .valid-feedback, #brand-header .custom-select.is-valid ~ .valid-tooltip, #brand-header .was-validated .custom-select:valid ~ .valid-feedback, #brand-header .was-validated .custom-select:valid ~ .valid-tooltip, #brand-footer .custom-select.is-valid ~ .valid-feedback, #brand-footer .custom-select.is-valid ~ .valid-tooltip, #brand-footer .was-validated .custom-select:valid ~ .valid-feedback, #brand-footer .was-validated .custom-select:valid ~ .valid-tooltip {
    display: block;
}

#brand-header .form-control-file.is-valid ~ .valid-feedback, #brand-header .form-control-file.is-valid ~ .valid-tooltip, #brand-header .was-validated .form-control-file:valid ~ .valid-feedback, #brand-header .was-validated .form-control-file:valid ~ .valid-tooltip, #brand-footer .form-control-file.is-valid ~ .valid-feedback, #brand-footer .form-control-file.is-valid ~ .valid-tooltip, #brand-footer .was-validated .form-control-file:valid ~ .valid-feedback, #brand-footer .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}

#brand-header .form-check-input.is-valid ~ .form-check-label, #brand-header .was-validated .form-check-input:valid ~ .form-check-label, #brand-footer .form-check-input.is-valid ~ .form-check-label, #brand-footer .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}

#brand-header .form-check-input.is-valid ~ .valid-feedback, #brand-header .form-check-input.is-valid ~ .valid-tooltip, #brand-header .was-validated .form-check-input:valid ~ .valid-feedback, #brand-header .was-validated .form-check-input:valid ~ .valid-tooltip, #brand-footer .form-check-input.is-valid ~ .valid-feedback, #brand-footer .form-check-input.is-valid ~ .valid-tooltip, #brand-footer .was-validated .form-check-input:valid ~ .valid-feedback, #brand-footer .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}

#brand-header .custom-control-input.is-valid ~ .custom-control-label, #brand-header .was-validated .custom-control-input:valid ~ .custom-control-label, #brand-footer .custom-control-input.is-valid ~ .custom-control-label, #brand-footer .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}

#brand-header .custom-control-input.is-valid ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:valid ~ .custom-control-label::before, #brand-footer .custom-control-input.is-valid ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745;
}

#brand-header .custom-control-input.is-valid ~ .valid-feedback, #brand-header .custom-control-input.is-valid ~ .valid-tooltip, #brand-header .was-validated .custom-control-input:valid ~ .valid-feedback, #brand-header .was-validated .custom-control-input:valid ~ .valid-tooltip, #brand-footer .custom-control-input.is-valid ~ .valid-feedback, #brand-footer .custom-control-input.is-valid ~ .valid-tooltip, #brand-footer .was-validated .custom-control-input:valid ~ .valid-feedback, #brand-footer .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}

#brand-header .custom-control-input.is-valid:checked ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, #brand-footer .custom-control-input.is-valid:checked ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

#brand-header .custom-control-input.is-valid:focus ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, #brand-footer .custom-control-input.is-valid:focus ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

#brand-header .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, #brand-footer .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

#brand-header .custom-file-input.is-valid ~ .custom-file-label, #brand-header .was-validated .custom-file-input:valid ~ .custom-file-label, #brand-footer .custom-file-input.is-valid ~ .custom-file-label, #brand-footer .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}

#brand-header .custom-file-input.is-valid ~ .valid-feedback, #brand-header .custom-file-input.is-valid ~ .valid-tooltip, #brand-header .was-validated .custom-file-input:valid ~ .valid-feedback, #brand-header .was-validated .custom-file-input:valid ~ .valid-tooltip, #brand-footer .custom-file-input.is-valid ~ .valid-feedback, #brand-footer .custom-file-input.is-valid ~ .valid-tooltip, #brand-footer .was-validated .custom-file-input:valid ~ .valid-feedback, #brand-footer .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}

#brand-header .custom-file-input.is-valid:focus ~ .custom-file-label, #brand-header .was-validated .custom-file-input:valid:focus ~ .custom-file-label, #brand-footer .custom-file-input.is-valid:focus ~ .custom-file-label, #brand-footer .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

#brand-header .invalid-feedback, #brand-footer .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

#brand-header .invalid-tooltip, #brand-footer .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem;
}

#brand-header .form-control.is-invalid, #brand-header .was-validated .form-control:invalid, #brand-footer .form-control.is-invalid, #brand-footer .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#brand-header .form-control.is-invalid:focus, #brand-header .was-validated .form-control:invalid:focus, #brand-footer .form-control.is-invalid:focus, #brand-footer .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#brand-header .form-control.is-invalid ~ .invalid-feedback, #brand-header .form-control.is-invalid ~ .invalid-tooltip, #brand-header .was-validated .form-control:invalid ~ .invalid-feedback, #brand-header .was-validated .form-control:invalid ~ .invalid-tooltip, #brand-footer .form-control.is-invalid ~ .invalid-feedback, #brand-footer .form-control.is-invalid ~ .invalid-tooltip, #brand-footer .was-validated .form-control:invalid ~ .invalid-feedback, #brand-footer .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}

#brand-header .was-validated textarea.form-control:invalid, #brand-header textarea.form-control.is-invalid, #brand-footer .was-validated textarea.form-control:invalid, #brand-footer textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

#brand-header .custom-select.is-invalid, #brand-header .was-validated .custom-select:invalid, #brand-footer .custom-select.is-invalid, #brand-footer .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

#brand-header .custom-select.is-invalid:focus, #brand-header .was-validated .custom-select:invalid:focus, #brand-footer .custom-select.is-invalid:focus, #brand-footer .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#brand-header .custom-select.is-invalid ~ .invalid-feedback, #brand-header .custom-select.is-invalid ~ .invalid-tooltip, #brand-header .was-validated .custom-select:invalid ~ .invalid-feedback, #brand-header .was-validated .custom-select:invalid ~ .invalid-tooltip, #brand-footer .custom-select.is-invalid ~ .invalid-feedback, #brand-footer .custom-select.is-invalid ~ .invalid-tooltip, #brand-footer .was-validated .custom-select:invalid ~ .invalid-feedback, #brand-footer .was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block;
}

#brand-header .form-control-file.is-invalid ~ .invalid-feedback, #brand-header .form-control-file.is-invalid ~ .invalid-tooltip, #brand-header .was-validated .form-control-file:invalid ~ .invalid-feedback, #brand-header .was-validated .form-control-file:invalid ~ .invalid-tooltip, #brand-footer .form-control-file.is-invalid ~ .invalid-feedback, #brand-footer .form-control-file.is-invalid ~ .invalid-tooltip, #brand-footer .was-validated .form-control-file:invalid ~ .invalid-feedback, #brand-footer .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}

#brand-header .form-check-input.is-invalid ~ .form-check-label, #brand-header .was-validated .form-check-input:invalid ~ .form-check-label, #brand-footer .form-check-input.is-invalid ~ .form-check-label, #brand-footer .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

#brand-header .form-check-input.is-invalid ~ .invalid-feedback, #brand-header .form-check-input.is-invalid ~ .invalid-tooltip, #brand-header .was-validated .form-check-input:invalid ~ .invalid-feedback, #brand-header .was-validated .form-check-input:invalid ~ .invalid-tooltip, #brand-footer .form-check-input.is-invalid ~ .invalid-feedback, #brand-footer .form-check-input.is-invalid ~ .invalid-tooltip, #brand-footer .was-validated .form-check-input:invalid ~ .invalid-feedback, #brand-footer .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}

#brand-header .custom-control-input.is-invalid ~ .custom-control-label, #brand-header .was-validated .custom-control-input:invalid ~ .custom-control-label, #brand-footer .custom-control-input.is-invalid ~ .custom-control-label, #brand-footer .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}

#brand-header .custom-control-input.is-invalid ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:invalid ~ .custom-control-label::before, #brand-footer .custom-control-input.is-invalid ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}

#brand-header .custom-control-input.is-invalid ~ .invalid-feedback, #brand-header .custom-control-input.is-invalid ~ .invalid-tooltip, #brand-header .was-validated .custom-control-input:invalid ~ .invalid-feedback, #brand-header .was-validated .custom-control-input:invalid ~ .invalid-tooltip, #brand-footer .custom-control-input.is-invalid ~ .invalid-feedback, #brand-footer .custom-control-input.is-invalid ~ .invalid-tooltip, #brand-footer .was-validated .custom-control-input:invalid ~ .invalid-feedback, #brand-footer .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}

#brand-header .custom-control-input.is-invalid:checked ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, #brand-footer .custom-control-input.is-invalid:checked ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

#brand-header .custom-control-input.is-invalid:focus ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, #brand-footer .custom-control-input.is-invalid:focus ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#brand-header .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, #brand-footer .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

#brand-header .custom-file-input.is-invalid ~ .custom-file-label, #brand-header .was-validated .custom-file-input:invalid ~ .custom-file-label, #brand-footer .custom-file-input.is-invalid ~ .custom-file-label, #brand-footer .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}

#brand-header .custom-file-input.is-invalid ~ .invalid-feedback, #brand-header .custom-file-input.is-invalid ~ .invalid-tooltip, #brand-header .was-validated .custom-file-input:invalid ~ .invalid-feedback, #brand-header .was-validated .custom-file-input:invalid ~ .invalid-tooltip, #brand-footer .custom-file-input.is-invalid ~ .invalid-feedback, #brand-footer .custom-file-input.is-invalid ~ .invalid-tooltip, #brand-footer .was-validated .custom-file-input:invalid ~ .invalid-feedback, #brand-footer .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}

#brand-header .custom-file-input.is-invalid:focus ~ .custom-file-label, #brand-header .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, #brand-footer .custom-file-input.is-invalid:focus ~ .custom-file-label, #brand-footer .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#brand-header .form-inline, #brand-footer .form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

#brand-header .form-inline .form-check, #brand-footer .form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    #brand-header .form-inline label, #brand-footer .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    #brand-header .form-inline .form-group, #brand-footer .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    #brand-header .form-inline .form-control, #brand-footer .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    #brand-header .form-inline .form-control-plaintext, #brand-footer .form-inline .form-control-plaintext {
        display: inline-block;
    }
    #brand-header .form-inline .custom-select, #brand-header .form-inline .input-group, #brand-footer .form-inline .custom-select, #brand-footer .form-inline .input-group {
        width: auto;
    }
    #brand-header .form-inline .form-check, #brand-footer .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    #brand-header .form-inline .form-check-input, #brand-footer .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }
    #brand-header .form-inline .custom-control, #brand-footer .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #brand-header .form-inline .custom-control-label, #brand-footer .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

#brand-header .btn, #brand-footer .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    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.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .btn, #brand-footer .btn {
        transition: none;
    }
}

#brand-header .btn:hover, #brand-footer .btn:hover {
    color: #212529;
    text-decoration: none;
}

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

#brand-header .btn.disabled, #brand-header .btn:disabled, #brand-footer .btn.disabled, #brand-footer .btn:disabled {
    opacity: .65;
}

#brand-header a.btn.disabled, #brand-header fieldset:disabled a.btn, #brand-footer a.btn.disabled, #brand-footer fieldset:disabled a.btn {
    pointer-events: none;
}

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

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

#brand-header .btn-primary.focus, #brand-header .btn-primary:focus, #brand-footer .btn-primary.focus, #brand-footer .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

#brand-header .btn-primary:not(:disabled):not(.disabled).active:focus, #brand-header .btn-primary:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-primary.dropdown-toggle:focus, #brand-footer .btn-primary:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-primary:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

#brand-header .btn-secondary.focus, #brand-header .btn-secondary:focus, #brand-footer .btn-secondary.focus, #brand-footer .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

#brand-header .btn-secondary:not(:disabled):not(.disabled).active:focus, #brand-header .btn-secondary:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-secondary.dropdown-toggle:focus, #brand-footer .btn-secondary:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-secondary:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

#brand-header .btn-success.focus, #brand-header .btn-success:focus, #brand-footer .btn-success.focus, #brand-footer .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

#brand-header .btn-success:not(:disabled):not(.disabled).active:focus, #brand-header .btn-success:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-success.dropdown-toggle:focus, #brand-footer .btn-success:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-success:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

#brand-header .btn-info.focus, #brand-header .btn-info:focus, #brand-footer .btn-info.focus, #brand-footer .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

#brand-header .btn-info:not(:disabled):not(.disabled).active:focus, #brand-header .btn-info:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-info.dropdown-toggle:focus, #brand-footer .btn-info:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-info:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

#brand-header .btn-warning, #brand-footer .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

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

#brand-header .btn-warning.focus, #brand-header .btn-warning:focus, #brand-footer .btn-warning.focus, #brand-footer .btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

#brand-header .btn-warning:not(:disabled):not(.disabled).active:focus, #brand-header .btn-warning:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-warning.dropdown-toggle:focus, #brand-footer .btn-warning:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-warning:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

#brand-header .btn-danger, #brand-footer .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

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

#brand-header .btn-danger.focus, #brand-header .btn-danger:focus, #brand-footer .btn-danger.focus, #brand-footer .btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

#brand-header .btn-danger:not(:disabled):not(.disabled).active:focus, #brand-header .btn-danger:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-danger.dropdown-toggle:focus, #brand-footer .btn-danger:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-danger:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

#brand-header .btn-light, #brand-footer .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

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

#brand-header .btn-light.focus, #brand-header .btn-light:focus, #brand-footer .btn-light.focus, #brand-footer .btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

#brand-header .btn-light.disabled, #brand-header .btn-light:disabled, #brand-footer .btn-light.disabled, #brand-footer .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

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

#brand-header .btn-light:not(:disabled):not(.disabled).active:focus, #brand-header .btn-light:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-light.dropdown-toggle:focus, #brand-footer .btn-light:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-light:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

#brand-header .btn-dark.focus, #brand-header .btn-dark:focus, #brand-footer .btn-dark.focus, #brand-footer .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

#brand-header .btn-dark:not(:disabled):not(.disabled).active:focus, #brand-header .btn-dark:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-dark.dropdown-toggle:focus, #brand-footer .btn-dark:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-dark:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

#brand-header .btn-outline-primary, #brand-footer .btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

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

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

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

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

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

#brand-header .btn-outline-secondary, #brand-footer .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

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

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

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

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

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

#brand-header .btn-outline-success, #brand-footer .btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

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

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

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

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

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

#brand-header .btn-outline-info, #brand-footer .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

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

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

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

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

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

#brand-header .btn-outline-warning, #brand-footer .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

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

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

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

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

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

#brand-header .btn-outline-danger, #brand-footer .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

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

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

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

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

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

#brand-header .btn-outline-light, #brand-footer .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

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

#brand-header .btn-outline-light.focus, #brand-header .btn-outline-light:focus, #brand-footer .btn-outline-light.focus, #brand-footer .btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

#brand-header .btn-outline-light.disabled, #brand-header .btn-outline-light:disabled, #brand-footer .btn-outline-light.disabled, #brand-footer .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

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

#brand-header .btn-outline-light:not(:disabled):not(.disabled).active:focus, #brand-header .btn-outline-light:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-outline-light.dropdown-toggle:focus, #brand-footer .btn-outline-light:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-outline-light:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

#brand-header .btn-outline-dark, #brand-footer .btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

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

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

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

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

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

#brand-header .btn-link, #brand-footer .btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

#brand-header .btn-link:hover, #brand-footer .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

#brand-header .btn-link.focus, #brand-header .btn-link:focus, #brand-footer .btn-link.focus, #brand-footer .btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
}

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

#brand-header .btn-group-lg > .btn, #brand-header .btn-lg, #brand-footer .btn-group-lg > .btn, #brand-footer .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

#brand-header .btn-group-sm > .btn, #brand-header .btn-sm, #brand-footer .btn-group-sm > .btn, #brand-footer .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

#brand-header .btn-block, #brand-footer .btn-block {
    display: block;
    width: 100%;
}

#brand-header .btn-block + .btn-block, #brand-footer .btn-block + .btn-block {
    margin-top: .5rem;
}

#brand-header input[type=button].btn-block, #brand-header input[type=reset].btn-block, #brand-header input[type=submit].btn-block, #brand-footer input[type=button].btn-block, #brand-footer input[type=reset].btn-block, #brand-footer input[type=submit].btn-block {
    width: 100%;
}

#brand-header .fade, #brand-footer .fade {
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .fade, #brand-footer .fade {
        transition: none;
    }
}

#brand-header .fade:not(.show), #brand-footer .fade:not(.show) {
    opacity: 0;
}

#brand-header .collapse:not(.show):not(.in), #brand-footer .collapse:not(.show):not(.in) {
    display: none;
}

#brand-header .collapsing, #brand-footer .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .collapsing, #brand-footer .collapsing {
        transition: none;
    }
}

#brand-header .dropdown, #brand-header .dropleft, #brand-header .dropright, #brand-header .dropup, #brand-footer .dropdown, #brand-footer .dropleft, #brand-footer .dropright, #brand-footer .dropup {
    position: relative;
}

#brand-header .dropdown-toggle, #brand-footer .dropdown-toggle {
    white-space: nowrap;
}

#brand-header .dropdown-toggle::after, #brand-footer .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#brand-header .dropdown-toggle:empty::after, #brand-footer .dropdown-toggle:empty::after {
    margin-left: 0;
}

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

#brand-header .dropdown-menu-left, #brand-footer .dropdown-menu-left {
    right: auto;
    left: 0;
}

#brand-header .dropdown-menu-right, #brand-footer .dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    #brand-header .dropdown-menu-sm-left, #brand-footer .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    #brand-header .dropdown-menu-sm-right, #brand-footer .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    #brand-header .dropdown-menu-md-left, #brand-footer .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    #brand-header .dropdown-menu-md-right, #brand-footer .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    #brand-header .dropdown-menu-lg-left, #brand-footer .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    #brand-header .dropdown-menu-lg-right, #brand-footer .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    #brand-header .dropdown-menu-xl-left, #brand-footer .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    #brand-header .dropdown-menu-xl-right, #brand-footer .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

#brand-header .dropup .dropdown-menu, #brand-footer .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}

#brand-header .dropup .dropdown-toggle::after, #brand-footer .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

#brand-header .dropup .dropdown-toggle:empty::after, #brand-footer .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

#brand-header .dropright .dropdown-menu, #brand-footer .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}

#brand-header .dropright .dropdown-toggle::after, #brand-footer .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

#brand-header .dropright .dropdown-toggle:empty::after, #brand-footer .dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

#brand-header .dropright .dropdown-toggle::after, #brand-footer .dropright .dropdown-toggle::after {
    vertical-align: 0;
}

#brand-header .dropleft .dropdown-menu, #brand-footer .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}

#brand-header .dropleft .dropdown-toggle::after, #brand-footer .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
}

#brand-header .dropleft .dropdown-toggle::after, #brand-footer .dropleft .dropdown-toggle::after {
    display: none;
}

#brand-header .dropleft .dropdown-toggle::before, #brand-footer .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}

#brand-header .dropleft .dropdown-toggle:empty::after, #brand-footer .dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

#brand-header .dropleft .dropdown-toggle::before, #brand-footer .dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

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

#brand-header .dropdown-divider, #brand-footer .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

#brand-header .dropdown-item, #brand-footer .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#brand-header .dropdown-item:focus, #brand-header .dropdown-item:hover, #brand-footer .dropdown-item:focus, #brand-footer .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

#brand-header .dropdown-item.active, #brand-header .dropdown-item:active, #brand-footer .dropdown-item.active, #brand-footer .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

#brand-header .dropdown-item.disabled, #brand-header .dropdown-item:disabled, #brand-footer .dropdown-item.disabled, #brand-footer .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

#brand-header .dropdown-menu.show, #brand-footer .dropdown-menu.show {
    display: block;
}

#brand-header .dropdown-header, #brand-footer .dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}

#brand-header .dropdown-item-text, #brand-footer .dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529;
}

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

#brand-header .btn-group-vertical > .btn, #brand-header .btn-group > .btn, #brand-footer .btn-group-vertical > .btn, #brand-footer .btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#brand-header .btn-group-vertical > .btn:hover, #brand-header .btn-group > .btn:hover, #brand-footer .btn-group-vertical > .btn:hover, #brand-footer .btn-group > .btn:hover {
    z-index: 1;
}

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

#brand-header .btn-toolbar, #brand-footer .btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#brand-header .btn-toolbar .input-group, #brand-footer .btn-toolbar .input-group {
    width: auto;
}

#brand-header .btn-group > .btn-group:not(:first-child), #brand-header .btn-group > .btn:not(:first-child), #brand-footer .btn-group > .btn-group:not(:first-child), #brand-footer .btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}

#brand-header .btn-group > .btn-group:not(:last-child) > .btn, #brand-header .btn-group > .btn:not(:last-child):not(.dropdown-toggle), #brand-footer .btn-group > .btn-group:not(:last-child) > .btn, #brand-footer .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#brand-header .btn-group > .btn-group:not(:first-child) > .btn, #brand-header .btn-group > .btn:not(:first-child), #brand-footer .btn-group > .btn-group:not(:first-child) > .btn, #brand-footer .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#brand-header .dropdown-toggle-split, #brand-footer .dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}

#brand-header .dropdown-toggle-split::after, #brand-header .dropright .dropdown-toggle-split::after, #brand-header .dropup .dropdown-toggle-split::after, #brand-footer .dropdown-toggle-split::after, #brand-footer .dropright .dropdown-toggle-split::after, #brand-footer .dropup .dropdown-toggle-split::after {
    margin-left: 0;
}

#brand-header .dropleft .dropdown-toggle-split::before, #brand-footer .dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

#brand-header .btn-group-sm > .btn + .dropdown-toggle-split, #brand-header .btn-sm + .dropdown-toggle-split, #brand-footer .btn-group-sm > .btn + .dropdown-toggle-split, #brand-footer .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
}

#brand-header .btn-group-lg > .btn + .dropdown-toggle-split, #brand-header .btn-lg + .dropdown-toggle-split, #brand-footer .btn-group-lg > .btn + .dropdown-toggle-split, #brand-footer .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}

#brand-header .btn-group-vertical, #brand-footer .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;
}

#brand-header .btn-group-vertical > .btn, #brand-header .btn-group-vertical > .btn-group, #brand-footer .btn-group-vertical > .btn, #brand-footer .btn-group-vertical > .btn-group {
    width: 100%;
}

#brand-header .btn-group-vertical > .btn-group:not(:first-child), #brand-header .btn-group-vertical > .btn:not(:first-child), #brand-footer .btn-group-vertical > .btn-group:not(:first-child), #brand-footer .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}

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

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

#brand-header .btn-group-toggle > .btn, #brand-header .btn-group-toggle > .btn-group > .btn, #brand-footer .btn-group-toggle > .btn, #brand-footer .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

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

#brand-header .input-group, #brand-footer .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

#brand-header .input-group > .custom-file, #brand-header .input-group > .custom-select, #brand-header .input-group > .form-control, #brand-header .input-group > .form-control-plaintext, #brand-footer .input-group > .custom-file, #brand-footer .input-group > .custom-select, #brand-footer .input-group > .form-control, #brand-footer .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

#brand-header .input-group > .custom-file + .custom-file, #brand-header .input-group > .custom-file + .custom-select, #brand-header .input-group > .custom-file + .form-control, #brand-header .input-group > .custom-select + .custom-file, #brand-header .input-group > .custom-select + .custom-select, #brand-header .input-group > .custom-select + .form-control, #brand-header .input-group > .form-control + .custom-file, #brand-header .input-group > .form-control + .custom-select, #brand-header .input-group > .form-control + .form-control, #brand-header .input-group > .form-control-plaintext + .custom-file, #brand-header .input-group > .form-control-plaintext + .custom-select, #brand-header .input-group > .form-control-plaintext + .form-control, #brand-footer .input-group > .custom-file + .custom-file, #brand-footer .input-group > .custom-file + .custom-select, #brand-footer .input-group > .custom-file + .form-control, #brand-footer .input-group > .custom-select + .custom-file, #brand-footer .input-group > .custom-select + .custom-select, #brand-footer .input-group > .custom-select + .form-control, #brand-footer .input-group > .form-control + .custom-file, #brand-footer .input-group > .form-control + .custom-select, #brand-footer .input-group > .form-control + .form-control, #brand-footer .input-group > .form-control-plaintext + .custom-file, #brand-footer .input-group > .form-control-plaintext + .custom-select, #brand-footer .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}

#brand-header .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, #brand-header .input-group > .custom-select:focus, #brand-header .input-group > .form-control:focus, #brand-footer .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, #brand-footer .input-group > .custom-select:focus, #brand-footer .input-group > .form-control:focus {
    z-index: 3;
}

#brand-header .input-group > .custom-file .custom-file-input:focus, #brand-footer .input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

#brand-header .input-group > .custom-select:not(:last-child), #brand-header .input-group > .form-control:not(:last-child), #brand-footer .input-group > .custom-select:not(:last-child), #brand-footer .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#brand-header .input-group > .custom-select:not(:first-child), #brand-header .input-group > .form-control:not(:first-child), #brand-footer .input-group > .custom-select:not(:first-child), #brand-footer .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#brand-header .input-group > .custom-file, #brand-footer .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#brand-header .input-group > .custom-file:not(:last-child) .custom-file-label, #brand-header .input-group > .custom-file:not(:last-child) .custom-file-label::after, #brand-footer .input-group > .custom-file:not(:last-child) .custom-file-label, #brand-footer .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#brand-header .input-group > .custom-file:not(:first-child) .custom-file-label, #brand-footer .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#brand-header .input-group-append, #brand-header .input-group-prepend, #brand-footer .input-group-append, #brand-footer .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

#brand-header .input-group-append .btn, #brand-header .input-group-prepend .btn, #brand-footer .input-group-append .btn, #brand-footer .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

#brand-header .input-group-append .btn:focus, #brand-header .input-group-prepend .btn:focus, #brand-footer .input-group-append .btn:focus, #brand-footer .input-group-prepend .btn:focus {
    z-index: 3;
}

#brand-header .input-group-append .btn + .btn, #brand-header .input-group-append .btn + .input-group-text, #brand-header .input-group-append .input-group-text + .btn, #brand-header .input-group-append .input-group-text + .input-group-text, #brand-header .input-group-prepend .btn + .btn, #brand-header .input-group-prepend .btn + .input-group-text, #brand-header .input-group-prepend .input-group-text + .btn, #brand-header .input-group-prepend .input-group-text + .input-group-text, #brand-footer .input-group-append .btn + .btn, #brand-footer .input-group-append .btn + .input-group-text, #brand-footer .input-group-append .input-group-text + .btn, #brand-footer .input-group-append .input-group-text + .input-group-text, #brand-footer .input-group-prepend .btn + .btn, #brand-footer .input-group-prepend .btn + .input-group-text, #brand-footer .input-group-prepend .input-group-text + .btn, #brand-footer .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}

#brand-header .input-group-prepend, #brand-footer .input-group-prepend {
    margin-right: -1px;
}

#brand-header .input-group-append, #brand-footer .input-group-append {
    margin-left: -1px;
}

#brand-header .input-group-text, #brand-footer .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#brand-header .input-group-text input[type=checkbox], #brand-header .input-group-text input[type=radio], #brand-footer .input-group-text input[type=checkbox], #brand-footer .input-group-text input[type=radio] {
    margin-top: 0;
}

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

#brand-header .input-group-lg > .custom-select, #brand-header .input-group-lg > .form-control, #brand-header .input-group-lg > .input-group-append > .btn, #brand-header .input-group-lg > .input-group-append > .input-group-text, #brand-header .input-group-lg > .input-group-prepend > .btn, #brand-header .input-group-lg > .input-group-prepend > .input-group-text, #brand-footer .input-group-lg > .custom-select, #brand-footer .input-group-lg > .form-control, #brand-footer .input-group-lg > .input-group-append > .btn, #brand-footer .input-group-lg > .input-group-append > .input-group-text, #brand-footer .input-group-lg > .input-group-prepend > .btn, #brand-footer .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

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

#brand-header .input-group-sm > .custom-select, #brand-header .input-group-sm > .form-control, #brand-header .input-group-sm > .input-group-append > .btn, #brand-header .input-group-sm > .input-group-append > .input-group-text, #brand-header .input-group-sm > .input-group-prepend > .btn, #brand-header .input-group-sm > .input-group-prepend > .input-group-text, #brand-footer .input-group-sm > .custom-select, #brand-footer .input-group-sm > .form-control, #brand-footer .input-group-sm > .input-group-append > .btn, #brand-footer .input-group-sm > .input-group-append > .input-group-text, #brand-footer .input-group-sm > .input-group-prepend > .btn, #brand-footer .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

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

#brand-header .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), #brand-header .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), #brand-header .input-group > .input-group-append:not(:last-child) > .btn, #brand-header .input-group > .input-group-append:not(:last-child) > .input-group-text, #brand-header .input-group > .input-group-prepend > .btn, #brand-header .input-group > .input-group-prepend > .input-group-text, #brand-footer .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), #brand-footer .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), #brand-footer .input-group > .input-group-append:not(:last-child) > .btn, #brand-footer .input-group > .input-group-append:not(:last-child) > .input-group-text, #brand-footer .input-group > .input-group-prepend > .btn, #brand-footer .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

#brand-header .custom-control, #brand-footer .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

#brand-header .custom-control-inline, #brand-footer .custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

#brand-header .custom-control-input, #brand-footer .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#brand-header .custom-control-input:checked ~ .custom-control-label::before, #brand-footer .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

#brand-header .custom-control-input:focus ~ .custom-control-label::before, #brand-footer .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .custom-control-input:focus:not(:checked) ~ .custom-control-label::before, #brand-footer .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}

#brand-header .custom-control-input:not(:disabled):active ~ .custom-control-label::before, #brand-footer .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

#brand-header .custom-control-input:disabled ~ .custom-control-label, #brand-footer .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

#brand-header .custom-control-input:disabled ~ .custom-control-label::before, #brand-footer .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

#brand-header .custom-control-label, #brand-footer .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

#brand-header .custom-control-label::before, #brand-footer .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

#brand-header .custom-control-label::after, #brand-footer .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

#brand-header .custom-checkbox .custom-control-label::before, #brand-footer .custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

#brand-header .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, #brand-footer .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#brand-header .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, #brand-footer .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

#brand-header .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, #brand-footer .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

#brand-header .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, #brand-footer .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

#brand-header .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, #brand-footer .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

#brand-header .custom-radio .custom-control-label::before, #brand-footer .custom-radio .custom-control-label::before {
    border-radius: 50%;
}

#brand-header .custom-radio .custom-control-input:checked ~ .custom-control-label::after, #brand-footer .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

#brand-header .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, #brand-footer .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

#brand-header .custom-switch, #brand-footer .custom-switch {
    padding-left: 2.25rem;
}

#brand-header .custom-switch .custom-control-label::before, #brand-footer .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}

#brand-header .custom-switch .custom-control-label::after, #brand-footer .custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .custom-switch .custom-control-label::after, #brand-footer .custom-switch .custom-control-label::after {
        transition: none;
    }
}

#brand-header .custom-switch .custom-control-input:checked ~ .custom-control-label::after, #brand-footer .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

#brand-header .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, #brand-footer .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

#brand-header .custom-select, #brand-footer .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#brand-header .custom-select:focus, #brand-footer .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .custom-select:focus::-ms-value, #brand-footer .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

#brand-header .custom-select[multiple], #brand-header .custom-select[size]:not([size="1"]), #brand-footer .custom-select[multiple], #brand-footer .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none;
}

#brand-header .custom-select:disabled, #brand-footer .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

#brand-header .custom-select::-ms-expand, #brand-footer .custom-select::-ms-expand {
    display: none;
}

#brand-header .custom-select-sm, #brand-footer .custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
}

#brand-header .custom-select-lg, #brand-footer .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

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

#brand-header .custom-file-input, #brand-footer .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

#brand-header .custom-file-input:focus ~ .custom-file-label, #brand-footer .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .custom-file-input:disabled ~ .custom-file-label, #brand-footer .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

#brand-header .custom-file-input:lang(en) ~ .custom-file-label::after, #brand-footer .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

#brand-header .custom-file-input ~ .custom-file-label[data-browse]::after, #brand-footer .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

#brand-header .custom-file-label, #brand-footer .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#brand-header .custom-file-label::after, #brand-footer .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

#brand-header .custom-range, #brand-footer .custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#brand-header .custom-range:focus, #brand-footer .custom-range:focus {
    outline: 0;
}

#brand-header .custom-range:focus::-webkit-slider-thumb, #brand-footer .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .custom-range:focus::-moz-range-thumb, #brand-footer .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .custom-range:focus::-ms-thumb, #brand-footer .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .custom-range::-moz-focus-outer, #brand-footer .custom-range::-moz-focus-outer {
    border: 0;
}

#brand-header .custom-range::-webkit-slider-thumb, #brand-footer .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .custom-range::-webkit-slider-thumb, #brand-footer .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

#brand-header .custom-range::-webkit-slider-thumb:active, #brand-footer .custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

#brand-header .custom-range::-webkit-slider-runnable-track, #brand-footer .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

#brand-header .custom-range::-moz-range-thumb, #brand-footer .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .custom-range::-moz-range-thumb, #brand-footer .custom-range::-moz-range-thumb {
        transition: none;
    }
}

#brand-header .custom-range::-moz-range-thumb:active, #brand-footer .custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

#brand-header .custom-range::-moz-range-track, #brand-footer .custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

#brand-header .custom-range::-ms-thumb, #brand-footer .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .custom-range::-ms-thumb, #brand-footer .custom-range::-ms-thumb {
        transition: none;
    }
}

#brand-header .custom-range::-ms-thumb:active, #brand-footer .custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

#brand-header .custom-range::-ms-track, #brand-footer .custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
}

#brand-header .custom-range::-ms-fill-lower, #brand-footer .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

#brand-header .custom-range::-ms-fill-upper, #brand-footer .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

#brand-header .custom-range:disabled::-webkit-slider-thumb, #brand-footer .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

#brand-header .custom-range:disabled::-webkit-slider-runnable-track, #brand-footer .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

#brand-header .custom-range:disabled::-moz-range-thumb, #brand-footer .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

#brand-header .custom-range:disabled::-moz-range-track, #brand-footer .custom-range:disabled::-moz-range-track {
    cursor: default;
}

#brand-header .custom-range:disabled::-ms-thumb, #brand-footer .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

#brand-header .custom-control-label::before, #brand-header .custom-file-label, #brand-header .custom-select, #brand-footer .custom-control-label::before, #brand-footer .custom-file-label, #brand-footer .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .custom-control-label::before, #brand-header .custom-file-label, #brand-header .custom-select, #brand-footer .custom-control-label::before, #brand-footer .custom-file-label, #brand-footer .custom-select {
        transition: none;
    }
}

#brand-header .nav, #brand-footer .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#brand-header .nav-link, #brand-footer .nav-link {
    display: block;
    padding: .5rem 1rem;
}

#brand-header .nav-link:focus, #brand-header .nav-link:hover, #brand-footer .nav-link:focus, #brand-footer .nav-link:hover {
    text-decoration: none;
}

#brand-header .nav-link.disabled, #brand-footer .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

#brand-header .nav-tabs, #brand-footer .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

#brand-header .nav-tabs .nav-item, #brand-footer .nav-tabs .nav-item {
    margin-bottom: -1px;
}

#brand-header .nav-tabs .nav-link, #brand-footer .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

#brand-header .nav-tabs .nav-link:focus, #brand-header .nav-tabs .nav-link:hover, #brand-footer .nav-tabs .nav-link:focus, #brand-footer .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

#brand-header .nav-tabs .nav-link.disabled, #brand-footer .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

#brand-header .nav-tabs .nav-item.show .nav-link, #brand-header .nav-tabs .nav-link.active, #brand-footer .nav-tabs .nav-item.show .nav-link, #brand-footer .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

#brand-header .nav-tabs .dropdown-menu, #brand-footer .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#brand-header .nav-pills .nav-link, #brand-footer .nav-pills .nav-link {
    border-radius: .25rem;
}

#brand-header .nav-pills .nav-link.active, #brand-header .nav-pills .show > .nav-link, #brand-footer .nav-pills .nav-link.active, #brand-footer .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

#brand-header .nav-fill .nav-item, #brand-footer .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

#brand-header .nav-justified .nav-item, #brand-footer .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

#brand-header .tab-content > .tab-pane, #brand-footer .tab-content > .tab-pane {
    display: none;
}

#brand-header .tab-content > .active, #brand-footer .tab-content > .active {
    display: block;
}

#brand-header .navbar, #brand-footer .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;
}

#brand-header .navbar > .container, #brand-header .navbar > .container-fluid, #brand-footer .navbar > .container, #brand-footer .navbar > .container-fluid {
    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;
}

#brand-header .navbar-brand, #brand-footer .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

#brand-header .navbar-brand:focus, #brand-header .navbar-brand:hover, #brand-footer .navbar-brand:focus, #brand-footer .navbar-brand:hover {
    text-decoration: none;
}

#brand-header .navbar-nav, #brand-footer .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#brand-header .navbar-nav .nav-link, #brand-footer .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

#brand-header .navbar-nav .dropdown-menu, #brand-footer .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

#brand-header .navbar-text, #brand-footer .navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

#brand-header .navbar-collapse, #brand-footer .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

#brand-header .navbar-toggler, #brand-footer .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#brand-header .navbar-toggler:focus, #brand-header .navbar-toggler:hover, #brand-footer .navbar-toggler:focus, #brand-footer .navbar-toggler:hover {
    text-decoration: none;
}

#brand-header .navbar-toggler-icon, #brand-footer .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    #brand-header .navbar-expand-sm > .container, #brand-header .navbar-expand-sm > .container-fluid, #brand-footer .navbar-expand-sm > .container, #brand-footer .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    #brand-header .navbar-expand-sm, #brand-footer .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #brand-header .navbar-expand-sm .navbar-nav, #brand-footer .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .navbar-expand-sm .navbar-nav .dropdown-menu, #brand-footer .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    #brand-header .navbar-expand-sm .navbar-nav .nav-link, #brand-footer .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    #brand-header .navbar-expand-sm > .container, #brand-header .navbar-expand-sm > .container-fluid, #brand-footer .navbar-expand-sm > .container, #brand-footer .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #brand-header .navbar-expand-sm .navbar-collapse, #brand-footer .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    #brand-header .navbar-expand-sm .navbar-toggler, #brand-footer .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    #brand-header .navbar-expand-md > .container, #brand-header .navbar-expand-md > .container-fluid, #brand-footer .navbar-expand-md > .container, #brand-footer .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    #brand-header .navbar-expand-md, #brand-footer .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #brand-header .navbar-expand-md .navbar-nav, #brand-footer .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .navbar-expand-md .navbar-nav .dropdown-menu, #brand-footer .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    #brand-header .navbar-expand-md .navbar-nav .nav-link, #brand-footer .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    #brand-header .navbar-expand-md > .container, #brand-header .navbar-expand-md > .container-fluid, #brand-footer .navbar-expand-md > .container, #brand-footer .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #brand-header .navbar-expand-md .navbar-collapse, #brand-footer .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    #brand-header .navbar-expand-md .navbar-toggler, #brand-footer .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    #brand-header .navbar-expand-lg > .container, #brand-header .navbar-expand-lg > .container-fluid, #brand-footer .navbar-expand-lg > .container, #brand-footer .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    #brand-header .navbar-expand-lg, #brand-footer .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #brand-header .navbar-expand-lg .navbar-nav, #brand-footer .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .navbar-expand-lg .navbar-nav .dropdown-menu, #brand-footer .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    #brand-header .navbar-expand-lg .navbar-nav .nav-link, #brand-footer .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    #brand-header .navbar-expand-lg > .container, #brand-header .navbar-expand-lg > .container-fluid, #brand-footer .navbar-expand-lg > .container, #brand-footer .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #brand-header .navbar-expand-lg .navbar-collapse, #brand-footer .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    #brand-header .navbar-expand-lg .navbar-toggler, #brand-footer .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    #brand-header .navbar-expand-xl > .container, #brand-header .navbar-expand-xl > .container-fluid, #brand-footer .navbar-expand-xl > .container, #brand-footer .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    #brand-header .navbar-expand-xl, #brand-footer .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #brand-header .navbar-expand-xl .navbar-nav, #brand-footer .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .navbar-expand-xl .navbar-nav .dropdown-menu, #brand-footer .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    #brand-header .navbar-expand-xl .navbar-nav .nav-link, #brand-footer .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    #brand-header .navbar-expand-xl > .container, #brand-header .navbar-expand-xl > .container-fluid, #brand-footer .navbar-expand-xl > .container, #brand-footer .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #brand-header .navbar-expand-xl .navbar-collapse, #brand-footer .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    #brand-header .navbar-expand-xl .navbar-toggler, #brand-footer .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

#brand-header .navbar-expand, #brand-footer .navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#brand-header .navbar-expand > .container, #brand-header .navbar-expand > .container-fluid, #brand-footer .navbar-expand > .container, #brand-footer .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

#brand-header .navbar-expand .navbar-nav, #brand-footer .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

#brand-header .navbar-expand .navbar-nav .dropdown-menu, #brand-footer .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

#brand-header .navbar-expand .navbar-nav .nav-link, #brand-footer .navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

#brand-header .navbar-expand > .container, #brand-header .navbar-expand > .container-fluid, #brand-footer .navbar-expand > .container, #brand-footer .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#brand-header .navbar-expand .navbar-collapse, #brand-footer .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

#brand-header .navbar-expand .navbar-toggler, #brand-footer .navbar-expand .navbar-toggler {
    display: none;
}

#brand-header .navbar-light .navbar-brand, #brand-footer .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

#brand-header .navbar-light .navbar-brand:focus, #brand-header .navbar-light .navbar-brand:hover, #brand-footer .navbar-light .navbar-brand:focus, #brand-footer .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

#brand-header .navbar-light .navbar-nav .nav-link, #brand-footer .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

#brand-header .navbar-light .navbar-nav .nav-link:focus, #brand-header .navbar-light .navbar-nav .nav-link:hover, #brand-footer .navbar-light .navbar-nav .nav-link:focus, #brand-footer .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

#brand-header .navbar-light .navbar-nav .nav-link.disabled, #brand-footer .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

#brand-header .navbar-light .navbar-nav .active > .nav-link, #brand-header .navbar-light .navbar-nav .nav-link.active, #brand-header .navbar-light .navbar-nav .nav-link.show, #brand-header .navbar-light .navbar-nav .show > .nav-link, #brand-footer .navbar-light .navbar-nav .active > .nav-link, #brand-footer .navbar-light .navbar-nav .nav-link.active, #brand-footer .navbar-light .navbar-nav .nav-link.show, #brand-footer .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}

#brand-header .navbar-light .navbar-toggler, #brand-footer .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

#brand-header .navbar-light .navbar-toggler-icon, #brand-footer .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#brand-header .navbar-light .navbar-text, #brand-footer .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

#brand-header .navbar-light .navbar-text a, #brand-footer .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

#brand-header .navbar-light .navbar-text a:focus, #brand-header .navbar-light .navbar-text a:hover, #brand-footer .navbar-light .navbar-text a:focus, #brand-footer .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

#brand-header .navbar-dark .navbar-brand, #brand-footer .navbar-dark .navbar-brand {
    color: #fff;
}

#brand-header .navbar-dark .navbar-brand:focus, #brand-header .navbar-dark .navbar-brand:hover, #brand-footer .navbar-dark .navbar-brand:focus, #brand-footer .navbar-dark .navbar-brand:hover {
    color: #fff;
}

#brand-header .navbar-dark .navbar-nav .nav-link, #brand-footer .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

#brand-header .navbar-dark .navbar-nav .nav-link:focus, #brand-header .navbar-dark .navbar-nav .nav-link:hover, #brand-footer .navbar-dark .navbar-nav .nav-link:focus, #brand-footer .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

#brand-header .navbar-dark .navbar-nav .nav-link.disabled, #brand-footer .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

#brand-header .navbar-dark .navbar-nav .active > .nav-link, #brand-header .navbar-dark .navbar-nav .nav-link.active, #brand-header .navbar-dark .navbar-nav .nav-link.show, #brand-header .navbar-dark .navbar-nav .show > .nav-link, #brand-footer .navbar-dark .navbar-nav .active > .nav-link, #brand-footer .navbar-dark .navbar-nav .nav-link.active, #brand-footer .navbar-dark .navbar-nav .nav-link.show, #brand-footer .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}

#brand-header .navbar-dark .navbar-toggler, #brand-footer .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

#brand-header .navbar-dark .navbar-toggler-icon, #brand-footer .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#brand-header .navbar-dark .navbar-text, #brand-footer .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

#brand-header .navbar-dark .navbar-text a, #brand-footer .navbar-dark .navbar-text a {
    color: #fff;
}

#brand-header .navbar-dark .navbar-text a:focus, #brand-header .navbar-dark .navbar-text a:hover, #brand-footer .navbar-dark .navbar-text a:focus, #brand-footer .navbar-dark .navbar-text a:hover {
    color: #fff;
}

#brand-header .card, #brand-footer .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(0, 0, 0, 0.125);
    border-radius: .25rem;
}

#brand-header .card > hr, #brand-footer .card > hr {
    margin-right: 0;
    margin-left: 0;
}

#brand-header .card > .list-group:first-child .list-group-item:first-child, #brand-footer .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

#brand-header .card > .list-group:last-child .list-group-item:last-child, #brand-footer .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

#brand-header .card-body, #brand-footer .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

#brand-header .card-title, #brand-footer .card-title {
    margin-bottom: .75rem;
}

#brand-header .card-subtitle, #brand-footer .card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

#brand-header .card-text:last-child, #brand-footer .card-text:last-child {
    margin-bottom: 0;
}

#brand-header .card-link:hover, #brand-footer .card-link:hover {
    text-decoration: none;
}

#brand-header .card-link + .card-link, #brand-footer .card-link + .card-link {
    margin-left: 1.25rem;
}

#brand-header .card-header, #brand-footer .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#brand-header .card-header:first-child, #brand-footer .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

#brand-header .card-header + .list-group .list-group-item:first-child, #brand-footer .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

#brand-header .card-footer, #brand-footer .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#brand-header .card-footer:last-child, #brand-footer .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

#brand-header .card-header-tabs, #brand-footer .card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

#brand-header .card-header-pills, #brand-footer .card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

#brand-header .card-img-overlay, #brand-footer .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

#brand-header .card-img, #brand-footer .card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

#brand-header .card-img-top, #brand-footer .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

#brand-header .card-img-bottom, #brand-footer .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

#brand-header .card-deck, #brand-footer .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

#brand-header .card-deck .card, #brand-footer .card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    #brand-header .card-deck, #brand-footer .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    #brand-header .card-deck .card, #brand-footer .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

#brand-header .card-group, #brand-footer .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

#brand-header .card-group > .card, #brand-footer .card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    #brand-header .card-group, #brand-footer .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    #brand-header .card-group > .card, #brand-footer .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    #brand-header .card-group > .card + .card, #brand-footer .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    #brand-header .card-group > .card:not(:last-child), #brand-footer .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #brand-header .card-group > .card:not(:last-child) .card-header, #brand-header .card-group > .card:not(:last-child) .card-img-top, #brand-footer .card-group > .card:not(:last-child) .card-header, #brand-footer .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    #brand-header .card-group > .card:not(:last-child) .card-footer, #brand-header .card-group > .card:not(:last-child) .card-img-bottom, #brand-footer .card-group > .card:not(:last-child) .card-footer, #brand-footer .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    #brand-header .card-group > .card:not(:first-child), #brand-footer .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #brand-header .card-group > .card:not(:first-child) .card-header, #brand-header .card-group > .card:not(:first-child) .card-img-top, #brand-footer .card-group > .card:not(:first-child) .card-header, #brand-footer .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    #brand-header .card-group > .card:not(:first-child) .card-footer, #brand-header .card-group > .card:not(:first-child) .card-img-bottom, #brand-footer .card-group > .card:not(:first-child) .card-footer, #brand-footer .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}

#brand-header .card-columns .card, #brand-footer .card-columns .card {
    margin-bottom: .75rem;
}

@media (min-width: 576px) {
    #brand-header .card-columns, #brand-footer .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    #brand-header .card-columns .card, #brand-footer .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

#brand-header .accordion > .card, #brand-footer .accordion > .card {
    overflow: hidden;
}

#brand-header .accordion > .card:not(:first-of-type) .card-header:first-child, #brand-footer .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

#brand-header .accordion > .card:not(:first-of-type):not(:last-of-type), #brand-footer .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

#brand-header .accordion > .card:first-of-type, #brand-footer .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#brand-header .accordion > .card:last-of-type, #brand-footer .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#brand-header .accordion > .card .card-header, #brand-footer .accordion > .card .card-header {
    margin-bottom: -1px;
}

#brand-header .breadcrumb, #brand-footer .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

#brand-header .breadcrumb-item + .breadcrumb-item, #brand-footer .breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}

#brand-header .breadcrumb-item + .breadcrumb-item::before, #brand-footer .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

#brand-header .breadcrumb-item + .breadcrumb-item:hover::before, #brand-footer .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

#brand-header .breadcrumb-item + .breadcrumb-item:hover::before, #brand-footer .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

#brand-header .breadcrumb-item.active, #brand-footer .breadcrumb-item.active {
    color: #6c757d;
}

#brand-header .pagination, #brand-footer .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

#brand-header .page-link, #brand-footer .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

#brand-header .page-link:hover, #brand-footer .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

#brand-header .page-link:focus, #brand-footer .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .page-item:first-child .page-link, #brand-footer .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

#brand-header .page-item:last-child .page-link, #brand-footer .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

#brand-header .page-item.active .page-link, #brand-footer .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#brand-header .page-item.disabled .page-link, #brand-footer .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

#brand-header .pagination-lg .page-link, #brand-footer .pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

#brand-header .pagination-lg .page-item:first-child .page-link, #brand-footer .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

#brand-header .pagination-lg .page-item:last-child .page-link, #brand-footer .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

#brand-header .pagination-sm .page-link, #brand-footer .pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

#brand-header .pagination-sm .page-item:first-child .page-link, #brand-footer .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

#brand-header .pagination-sm .page-item:last-child .page-link, #brand-footer .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

#brand-header .badge, #brand-footer .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .badge, #brand-footer .badge {
        transition: none;
    }
}

#brand-header a.badge:focus, #brand-header a.badge:hover, #brand-footer a.badge:focus, #brand-footer a.badge:hover {
    text-decoration: none;
}

#brand-header .badge:empty, #brand-footer .badge:empty {
    display: none;
}

#brand-header .btn .badge, #brand-footer .btn .badge {
    position: relative;
    top: -1px;
}

#brand-header .badge-pill, #brand-footer .badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

#brand-header .badge-primary, #brand-footer .badge-primary {
    color: #fff;
    background-color: #007bff;
}

#brand-header a.badge-primary:focus, #brand-header a.badge-primary:hover, #brand-footer a.badge-primary:focus, #brand-footer a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}

#brand-header a.badge-primary.focus, #brand-header a.badge-primary:focus, #brand-footer a.badge-primary.focus, #brand-footer a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

#brand-header .badge-secondary, #brand-footer .badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

#brand-header a.badge-secondary:focus, #brand-header a.badge-secondary:hover, #brand-footer a.badge-secondary:focus, #brand-footer a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}

#brand-header a.badge-secondary.focus, #brand-header a.badge-secondary:focus, #brand-footer a.badge-secondary.focus, #brand-footer a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

#brand-header .badge-success, #brand-footer .badge-success {
    color: #fff;
    background-color: #28a745;
}

#brand-header a.badge-success:focus, #brand-header a.badge-success:hover, #brand-footer a.badge-success:focus, #brand-footer a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}

#brand-header a.badge-success.focus, #brand-header a.badge-success:focus, #brand-footer a.badge-success.focus, #brand-footer a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

#brand-header .badge-info, #brand-footer .badge-info {
    color: #fff;
    background-color: #17a2b8;
}

#brand-header a.badge-info:focus, #brand-header a.badge-info:hover, #brand-footer a.badge-info:focus, #brand-footer a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}

#brand-header a.badge-info.focus, #brand-header a.badge-info:focus, #brand-footer a.badge-info.focus, #brand-footer a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

#brand-header .badge-warning, #brand-footer .badge-warning {
    color: #212529;
    background-color: #ffc107;
}

#brand-header a.badge-warning:focus, #brand-header a.badge-warning:hover, #brand-footer a.badge-warning:focus, #brand-footer a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}

#brand-header a.badge-warning.focus, #brand-header a.badge-warning:focus, #brand-footer a.badge-warning.focus, #brand-footer a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

#brand-header .badge-danger, #brand-footer .badge-danger {
    color: #fff;
    background-color: #dc3545;
}

#brand-header a.badge-danger:focus, #brand-header a.badge-danger:hover, #brand-footer a.badge-danger:focus, #brand-footer a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}

#brand-header a.badge-danger.focus, #brand-header a.badge-danger:focus, #brand-footer a.badge-danger.focus, #brand-footer a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

#brand-header .badge-light, #brand-footer .badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

#brand-header a.badge-light:focus, #brand-header a.badge-light:hover, #brand-footer a.badge-light:focus, #brand-footer a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}

#brand-header a.badge-light.focus, #brand-header a.badge-light:focus, #brand-footer a.badge-light.focus, #brand-footer a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

#brand-header .badge-dark, #brand-footer .badge-dark {
    color: #fff;
    background-color: #343a40;
}

#brand-header a.badge-dark:focus, #brand-header a.badge-dark:hover, #brand-footer a.badge-dark:focus, #brand-footer a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}

#brand-header a.badge-dark.focus, #brand-header a.badge-dark:focus, #brand-footer a.badge-dark.focus, #brand-footer a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

#brand-header .jumbotron, #brand-footer .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

@media (min-width: 576px) {
    #brand-header .jumbotron, #brand-footer .jumbotron {
        padding: 4rem 2rem;
    }
}

#brand-header .jumbotron-fluid, #brand-footer .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

#brand-header .alert, #brand-footer .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#brand-header .alert-heading, #brand-footer .alert-heading {
    color: inherit;
}

#brand-header .alert-link, #brand-footer .alert-link {
    font-weight: 700;
}

#brand-header .alert-dismissible, #brand-footer .alert-dismissible {
    padding-right: 4rem;
}

#brand-header .alert-dismissible .close, #brand-footer .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

#brand-header .alert-primary, #brand-footer .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

#brand-header .alert-primary hr, #brand-footer .alert-primary hr {
    border-top-color: #9fcdff;
}

#brand-header .alert-primary .alert-link, #brand-footer .alert-primary .alert-link {
    color: #002752;
}

#brand-header .alert-secondary, #brand-footer .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

#brand-header .alert-secondary hr, #brand-footer .alert-secondary hr {
    border-top-color: #c8cbcf;
}

#brand-header .alert-secondary .alert-link, #brand-footer .alert-secondary .alert-link {
    color: #202326;
}

#brand-header .alert-success, #brand-footer .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

#brand-header .alert-success hr, #brand-footer .alert-success hr {
    border-top-color: #b1dfbb;
}

#brand-header .alert-success .alert-link, #brand-footer .alert-success .alert-link {
    color: #0b2e13;
}

#brand-header .alert-info, #brand-footer .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

#brand-header .alert-info hr, #brand-footer .alert-info hr {
    border-top-color: #abdde5;
}

#brand-header .alert-info .alert-link, #brand-footer .alert-info .alert-link {
    color: #062c33;
}

#brand-header .alert-warning, #brand-footer .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

#brand-header .alert-warning hr, #brand-footer .alert-warning hr {
    border-top-color: #ffe8a1;
}

#brand-header .alert-warning .alert-link, #brand-footer .alert-warning .alert-link {
    color: #533f03;
}

#brand-header .alert-danger, #brand-footer .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

#brand-header .alert-danger hr, #brand-footer .alert-danger hr {
    border-top-color: #f1b0b7;
}

#brand-header .alert-danger .alert-link, #brand-footer .alert-danger .alert-link {
    color: #491217;
}

#brand-header .alert-light, #brand-footer .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

#brand-header .alert-light hr, #brand-footer .alert-light hr {
    border-top-color: #ececf6;
}

#brand-header .alert-light .alert-link, #brand-footer .alert-light .alert-link {
    color: #686868;
}

#brand-header .alert-dark, #brand-footer .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

#brand-header .alert-dark hr, #brand-footer .alert-dark hr {
    border-top-color: #b9bbbe;
}

#brand-header .alert-dark .alert-link, #brand-footer .alert-dark .alert-link {
    color: #040505;
}

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

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

#brand-header .progress, #brand-footer .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

#brand-header .progress-bar, #brand-footer .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .progress-bar, #brand-footer .progress-bar {
        transition: none;
    }
}

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

#brand-header .progress-bar-animated, #brand-footer .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .progress-bar-animated, #brand-footer .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

#brand-header .media, #brand-footer .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

#brand-header .media-body, #brand-footer .media-body {
    -ms-flex: 1;
    flex: 1;
}

#brand-header .list-group, #brand-footer .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

#brand-header .list-group-item-action, #brand-footer .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

#brand-header .list-group-item-action:focus, #brand-header .list-group-item-action:hover, #brand-footer .list-group-item-action:focus, #brand-footer .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

#brand-header .list-group-item-action:active, #brand-footer .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

#brand-header .list-group-item, #brand-footer .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#brand-header .list-group-item:first-child, #brand-footer .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

#brand-header .list-group-item:last-child, #brand-footer .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

#brand-header .list-group-item.disabled, #brand-header .list-group-item:disabled, #brand-footer .list-group-item.disabled, #brand-footer .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

#brand-header .list-group-item.active, #brand-footer .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#brand-header .list-group-horizontal, #brand-footer .list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

#brand-header .list-group-horizontal .list-group-item, #brand-footer .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

#brand-header .list-group-horizontal .list-group-item:first-child, #brand-footer .list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}

#brand-header .list-group-horizontal .list-group-item:last-child, #brand-footer .list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
    #brand-header .list-group-horizontal-sm, #brand-footer .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .list-group-horizontal-sm .list-group-item, #brand-footer .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    #brand-header .list-group-horizontal-sm .list-group-item:first-child, #brand-footer .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }
    #brand-header .list-group-horizontal-sm .list-group-item:last-child, #brand-footer .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 768px) {
    #brand-header .list-group-horizontal-md, #brand-footer .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .list-group-horizontal-md .list-group-item, #brand-footer .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    #brand-header .list-group-horizontal-md .list-group-item:first-child, #brand-footer .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }
    #brand-header .list-group-horizontal-md .list-group-item:last-child, #brand-footer .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 992px) {
    #brand-header .list-group-horizontal-lg, #brand-footer .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .list-group-horizontal-lg .list-group-item, #brand-footer .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    #brand-header .list-group-horizontal-lg .list-group-item:first-child, #brand-footer .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }
    #brand-header .list-group-horizontal-lg .list-group-item:last-child, #brand-footer .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 1200px) {
    #brand-header .list-group-horizontal-xl, #brand-footer .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .list-group-horizontal-xl .list-group-item, #brand-footer .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    #brand-header .list-group-horizontal-xl .list-group-item:first-child, #brand-footer .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }
    #brand-header .list-group-horizontal-xl .list-group-item:last-child, #brand-footer .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }
}

#brand-header .list-group-flush .list-group-item, #brand-footer .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

#brand-header .list-group-flush .list-group-item:last-child, #brand-footer .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

#brand-header .list-group-flush:first-child .list-group-item:first-child, #brand-footer .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

#brand-header .list-group-flush:last-child .list-group-item:last-child, #brand-footer .list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

#brand-header .list-group-item-primary, #brand-footer .list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

#brand-header .list-group-item-primary.list-group-item-action:focus, #brand-header .list-group-item-primary.list-group-item-action:hover, #brand-footer .list-group-item-primary.list-group-item-action:focus, #brand-footer .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}

#brand-header .list-group-item-primary.list-group-item-action.active, #brand-footer .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

#brand-header .list-group-item-secondary, #brand-footer .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

#brand-header .list-group-item-secondary.list-group-item-action:focus, #brand-header .list-group-item-secondary.list-group-item-action:hover, #brand-footer .list-group-item-secondary.list-group-item-action:focus, #brand-footer .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}

#brand-header .list-group-item-secondary.list-group-item-action.active, #brand-footer .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

#brand-header .list-group-item-success, #brand-footer .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

#brand-header .list-group-item-success.list-group-item-action:focus, #brand-header .list-group-item-success.list-group-item-action:hover, #brand-footer .list-group-item-success.list-group-item-action:focus, #brand-footer .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}

#brand-header .list-group-item-success.list-group-item-action.active, #brand-footer .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

#brand-header .list-group-item-info, #brand-footer .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

#brand-header .list-group-item-info.list-group-item-action:focus, #brand-header .list-group-item-info.list-group-item-action:hover, #brand-footer .list-group-item-info.list-group-item-action:focus, #brand-footer .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}

#brand-header .list-group-item-info.list-group-item-action.active, #brand-footer .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

#brand-header .list-group-item-warning, #brand-footer .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

#brand-header .list-group-item-warning.list-group-item-action:focus, #brand-header .list-group-item-warning.list-group-item-action:hover, #brand-footer .list-group-item-warning.list-group-item-action:focus, #brand-footer .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}

#brand-header .list-group-item-warning.list-group-item-action.active, #brand-footer .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

#brand-header .list-group-item-danger, #brand-footer .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

#brand-header .list-group-item-danger.list-group-item-action:focus, #brand-header .list-group-item-danger.list-group-item-action:hover, #brand-footer .list-group-item-danger.list-group-item-action:focus, #brand-footer .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}

#brand-header .list-group-item-danger.list-group-item-action.active, #brand-footer .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

#brand-header .list-group-item-light, #brand-footer .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

#brand-header .list-group-item-light.list-group-item-action:focus, #brand-header .list-group-item-light.list-group-item-action:hover, #brand-footer .list-group-item-light.list-group-item-action:focus, #brand-footer .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}

#brand-header .list-group-item-light.list-group-item-action.active, #brand-footer .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

#brand-header .list-group-item-dark, #brand-footer .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

#brand-header .list-group-item-dark.list-group-item-action:focus, #brand-header .list-group-item-dark.list-group-item-action:hover, #brand-footer .list-group-item-dark.list-group-item-action:focus, #brand-footer .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}

#brand-header .list-group-item-dark.list-group-item-action.active, #brand-footer .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

#brand-header .close, #brand-footer .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

#brand-header .close:hover, #brand-footer .close:hover {
    color: #000;
    text-decoration: none;
}

#brand-header .close:not(:disabled):not(.disabled):focus, #brand-header .close:not(:disabled):not(.disabled):hover, #brand-footer .close:not(:disabled):not(.disabled):focus, #brand-footer .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}

#brand-header button.close, #brand-footer button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#brand-header a.close.disabled, #brand-footer a.close.disabled {
    pointer-events: none;
}

#brand-header .toast, #brand-footer .toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
}

#brand-header .toast:not(:last-child), #brand-footer .toast:not(:last-child) {
    margin-bottom: .75rem;
}

#brand-header .toast.showing, #brand-footer .toast.showing {
    opacity: 1;
}

#brand-header .toast.show, #brand-footer .toast.show {
    display: block;
    opacity: 1;
}

#brand-header .toast.hide, #brand-footer .toast.hide {
    display: none;
}

#brand-header .toast-header, #brand-footer .toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#brand-header .toast-body, #brand-footer .toast-body {
    padding: .75rem;
}

#brand-header .tooltip, #brand-footer .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

#brand-header .tooltip.show, #brand-footer .tooltip.show {
    opacity: .9;
}

#brand-header .tooltip .arrow, #brand-footer .tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}

#brand-header .tooltip .arrow::before, #brand-footer .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

#brand-header .bs-tooltip-auto[x-placement^=top], #brand-header .bs-tooltip-top, #brand-footer .bs-tooltip-auto[x-placement^=top], #brand-footer .bs-tooltip-top {
    padding: .4rem 0;
}

#brand-header .bs-tooltip-auto[x-placement^=top] .arrow, #brand-header .bs-tooltip-top .arrow, #brand-footer .bs-tooltip-auto[x-placement^=top] .arrow, #brand-footer .bs-tooltip-top .arrow {
    bottom: 0;
}

#brand-header .bs-tooltip-auto[x-placement^=top] .arrow::before, #brand-header .bs-tooltip-top .arrow::before, #brand-footer .bs-tooltip-auto[x-placement^=top] .arrow::before, #brand-footer .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000;
}

#brand-header .bs-tooltip-auto[x-placement^=right], #brand-header .bs-tooltip-right, #brand-footer .bs-tooltip-auto[x-placement^=right], #brand-footer .bs-tooltip-right {
    padding: 0 .4rem;
}

#brand-header .bs-tooltip-auto[x-placement^=right] .arrow, #brand-header .bs-tooltip-right .arrow, #brand-footer .bs-tooltip-auto[x-placement^=right] .arrow, #brand-footer .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem;
}

#brand-header .bs-tooltip-auto[x-placement^=right] .arrow::before, #brand-header .bs-tooltip-right .arrow::before, #brand-footer .bs-tooltip-auto[x-placement^=right] .arrow::before, #brand-footer .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}

#brand-header .bs-tooltip-auto[x-placement^=bottom], #brand-header .bs-tooltip-bottom, #brand-footer .bs-tooltip-auto[x-placement^=bottom], #brand-footer .bs-tooltip-bottom {
    padding: .4rem 0;
}

#brand-header .bs-tooltip-auto[x-placement^=bottom] .arrow, #brand-header .bs-tooltip-bottom .arrow, #brand-footer .bs-tooltip-auto[x-placement^=bottom] .arrow, #brand-footer .bs-tooltip-bottom .arrow {
    top: 0;
}

#brand-header .bs-tooltip-auto[x-placement^=bottom] .arrow::before, #brand-header .bs-tooltip-bottom .arrow::before, #brand-footer .bs-tooltip-auto[x-placement^=bottom] .arrow::before, #brand-footer .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}

#brand-header .bs-tooltip-auto[x-placement^=left], #brand-header .bs-tooltip-left, #brand-footer .bs-tooltip-auto[x-placement^=left], #brand-footer .bs-tooltip-left {
    padding: 0 .4rem;
}

#brand-header .bs-tooltip-auto[x-placement^=left] .arrow, #brand-header .bs-tooltip-left .arrow, #brand-footer .bs-tooltip-auto[x-placement^=left] .arrow, #brand-footer .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem;
}

#brand-header .bs-tooltip-auto[x-placement^=left] .arrow::before, #brand-header .bs-tooltip-left .arrow::before, #brand-footer .bs-tooltip-auto[x-placement^=left] .arrow::before, #brand-footer .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}

#brand-header .tooltip-inner, #brand-footer .tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

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

#brand-header .popover .arrow, #brand-footer .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
}

#brand-header .popover .arrow::after, #brand-header .popover .arrow::before, #brand-footer .popover .arrow::after, #brand-footer .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

#brand-header .bs-popover-auto[x-placement^=top], #brand-header .bs-popover-top, #brand-footer .bs-popover-auto[x-placement^=top], #brand-footer .bs-popover-top {
    margin-bottom: .5rem;
}

#brand-header .bs-popover-auto[x-placement^=top] > .arrow, #brand-header .bs-popover-top > .arrow, #brand-footer .bs-popover-auto[x-placement^=top] > .arrow, #brand-footer .bs-popover-top > .arrow {
    bottom: calc((.5rem + 1px) * -1);
}

#brand-header .bs-popover-auto[x-placement^=top] > .arrow::before, #brand-header .bs-popover-top > .arrow::before, #brand-footer .bs-popover-auto[x-placement^=top] > .arrow::before, #brand-footer .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

#brand-header .bs-popover-auto[x-placement^=top] > .arrow::after, #brand-header .bs-popover-top > .arrow::after, #brand-footer .bs-popover-auto[x-placement^=top] > .arrow::after, #brand-footer .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff;
}

#brand-header .bs-popover-auto[x-placement^=right], #brand-header .bs-popover-right, #brand-footer .bs-popover-auto[x-placement^=right], #brand-footer .bs-popover-right {
    margin-left: .5rem;
}

#brand-header .bs-popover-auto[x-placement^=right] > .arrow, #brand-header .bs-popover-right > .arrow, #brand-footer .bs-popover-auto[x-placement^=right] > .arrow, #brand-footer .bs-popover-right > .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}

#brand-header .bs-popover-auto[x-placement^=right] > .arrow::before, #brand-header .bs-popover-right > .arrow::before, #brand-footer .bs-popover-auto[x-placement^=right] > .arrow::before, #brand-footer .bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

#brand-header .bs-popover-auto[x-placement^=right] > .arrow::after, #brand-header .bs-popover-right > .arrow::after, #brand-footer .bs-popover-auto[x-placement^=right] > .arrow::after, #brand-footer .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff;
}

#brand-header .bs-popover-auto[x-placement^=bottom], #brand-header .bs-popover-bottom, #brand-footer .bs-popover-auto[x-placement^=bottom], #brand-footer .bs-popover-bottom {
    margin-top: .5rem;
}

#brand-header .bs-popover-auto[x-placement^=bottom] > .arrow, #brand-header .bs-popover-bottom > .arrow, #brand-footer .bs-popover-auto[x-placement^=bottom] > .arrow, #brand-footer .bs-popover-bottom > .arrow {
    top: calc((.5rem + 1px) * -1);
}

#brand-header .bs-popover-auto[x-placement^=bottom] > .arrow::before, #brand-header .bs-popover-bottom > .arrow::before, #brand-footer .bs-popover-auto[x-placement^=bottom] > .arrow::before, #brand-footer .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

#brand-header .bs-popover-auto[x-placement^=bottom] > .arrow::after, #brand-header .bs-popover-bottom > .arrow::after, #brand-footer .bs-popover-auto[x-placement^=bottom] > .arrow::after, #brand-footer .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff;
}

#brand-header .bs-popover-auto[x-placement^=bottom] .popover-header::before, #brand-header .bs-popover-bottom .popover-header::before, #brand-footer .bs-popover-auto[x-placement^=bottom] .popover-header::before, #brand-footer .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

#brand-header .bs-popover-auto[x-placement^=left], #brand-header .bs-popover-left, #brand-footer .bs-popover-auto[x-placement^=left], #brand-footer .bs-popover-left {
    margin-right: .5rem;
}

#brand-header .bs-popover-auto[x-placement^=left] > .arrow, #brand-header .bs-popover-left > .arrow, #brand-footer .bs-popover-auto[x-placement^=left] > .arrow, #brand-footer .bs-popover-left > .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}

#brand-header .bs-popover-auto[x-placement^=left] > .arrow::before, #brand-header .bs-popover-left > .arrow::before, #brand-footer .bs-popover-auto[x-placement^=left] > .arrow::before, #brand-footer .bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

#brand-header .bs-popover-auto[x-placement^=left] > .arrow::after, #brand-header .bs-popover-left > .arrow::after, #brand-footer .bs-popover-auto[x-placement^=left] > .arrow::after, #brand-footer .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff;
}

#brand-header .popover-header, #brand-footer .popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

#brand-header .popover-header:empty, #brand-footer .popover-header:empty {
    display: none;
}

#brand-header .popover-body, #brand-footer .popover-body {
    padding: .5rem .75rem;
    color: #212529;
}

#brand-header .carousel, #brand-footer .carousel {
    position: relative;
}

#brand-header .carousel.pointer-event, #brand-footer .carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

#brand-header .carousel-inner, #brand-footer .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#brand-header .carousel-inner::after, #brand-footer .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

#brand-header .carousel-item, #brand-footer .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .carousel-item, #brand-footer .carousel-item {
        transition: none;
    }
}

#brand-header .carousel-item-next, #brand-header .carousel-item-prev, #brand-header .carousel-item.active, #brand-footer .carousel-item-next, #brand-footer .carousel-item-prev, #brand-footer .carousel-item.active {
    display: block;
}

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

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

#brand-header .carousel-fade .carousel-item, #brand-footer .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

#brand-header .carousel-fade .carousel-item-next.carousel-item-left, #brand-header .carousel-fade .carousel-item-prev.carousel-item-right, #brand-header .carousel-fade .carousel-item.active, #brand-footer .carousel-fade .carousel-item-next.carousel-item-left, #brand-footer .carousel-fade .carousel-item-prev.carousel-item-right, #brand-footer .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

#brand-header .carousel-fade .active.carousel-item-left, #brand-header .carousel-fade .active.carousel-item-right, #brand-footer .carousel-fade .active.carousel-item-left, #brand-footer .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .carousel-fade .active.carousel-item-left, #brand-header .carousel-fade .active.carousel-item-right, #brand-footer .carousel-fade .active.carousel-item-left, #brand-footer .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

#brand-header .carousel-control-next, #brand-header .carousel-control-prev, #brand-footer .carousel-control-next, #brand-footer .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .carousel-control-next, #brand-header .carousel-control-prev, #brand-footer .carousel-control-next, #brand-footer .carousel-control-prev {
        transition: none;
    }
}

#brand-header .carousel-control-next:focus, #brand-header .carousel-control-next:hover, #brand-header .carousel-control-prev:focus, #brand-header .carousel-control-prev:hover, #brand-footer .carousel-control-next:focus, #brand-footer .carousel-control-next:hover, #brand-footer .carousel-control-prev:focus, #brand-footer .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

#brand-header .carousel-control-prev, #brand-footer .carousel-control-prev {
    left: 0;
}

#brand-header .carousel-control-next, #brand-footer .carousel-control-next {
    right: 0;
}

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

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

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

#brand-header .carousel-indicators, #brand-footer .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

#brand-header .carousel-indicators li, #brand-footer .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .carousel-indicators li, #brand-footer .carousel-indicators li {
        transition: none;
    }
}

#brand-header .carousel-indicators .active, #brand-footer .carousel-indicators .active {
    opacity: 1;
}

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

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#brand-header .spinner-border, #brand-footer .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

#brand-header .spinner-border-sm, #brand-footer .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

#brand-header .spinner-grow, #brand-footer .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

#brand-header .spinner-grow-sm, #brand-footer .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

#brand-header .align-baseline, #brand-footer .align-baseline {
    vertical-align: baseline !important;
}

#brand-header .align-top, #brand-footer .align-top {
    vertical-align: top !important;
}

#brand-header .align-middle, #brand-footer .align-middle {
    vertical-align: middle !important;
}

#brand-header .align-bottom, #brand-footer .align-bottom {
    vertical-align: bottom !important;
}

#brand-header .align-text-bottom, #brand-footer .align-text-bottom {
    vertical-align: text-bottom !important;
}

#brand-header .align-text-top, #brand-footer .align-text-top {
    vertical-align: text-top !important;
}

#brand-header .bg-primary, #brand-footer .bg-primary {
    background-color: #007bff !important;
}

#brand-header a.bg-primary:focus, #brand-header a.bg-primary:hover, #brand-header button.bg-primary:focus, #brand-header button.bg-primary:hover, #brand-footer a.bg-primary:focus, #brand-footer a.bg-primary:hover, #brand-footer button.bg-primary:focus, #brand-footer button.bg-primary:hover {
    background-color: #0062cc !important;
}

#brand-header .bg-secondary, #brand-footer .bg-secondary {
    background-color: #6c757d !important;
}

#brand-header a.bg-secondary:focus, #brand-header a.bg-secondary:hover, #brand-header button.bg-secondary:focus, #brand-header button.bg-secondary:hover, #brand-footer a.bg-secondary:focus, #brand-footer a.bg-secondary:hover, #brand-footer button.bg-secondary:focus, #brand-footer button.bg-secondary:hover {
    background-color: #545b62 !important;
}

#brand-header .bg-success, #brand-footer .bg-success {
    background-color: #28a745 !important;
}

#brand-header a.bg-success:focus, #brand-header a.bg-success:hover, #brand-header button.bg-success:focus, #brand-header button.bg-success:hover, #brand-footer a.bg-success:focus, #brand-footer a.bg-success:hover, #brand-footer button.bg-success:focus, #brand-footer button.bg-success:hover {
    background-color: #1e7e34 !important;
}

#brand-header .bg-info, #brand-footer .bg-info {
    background-color: #17a2b8 !important;
}

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

#brand-header .bg-warning, #brand-footer .bg-warning {
    background-color: #ffc107 !important;
}

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

#brand-header .bg-danger, #brand-footer .bg-danger {
    background-color: #dc3545 !important;
}

#brand-header a.bg-danger:focus, #brand-header a.bg-danger:hover, #brand-header button.bg-danger:focus, #brand-header button.bg-danger:hover, #brand-footer a.bg-danger:focus, #brand-footer a.bg-danger:hover, #brand-footer button.bg-danger:focus, #brand-footer button.bg-danger:hover {
    background-color: #bd2130 !important;
}

#brand-header .bg-light, #brand-footer .bg-light {
    background-color: #f8f9fa !important;
}

#brand-header a.bg-light:focus, #brand-header a.bg-light:hover, #brand-header button.bg-light:focus, #brand-header button.bg-light:hover, #brand-footer a.bg-light:focus, #brand-footer a.bg-light:hover, #brand-footer button.bg-light:focus, #brand-footer button.bg-light:hover {
    background-color: #dae0e5 !important;
}

#brand-header .bg-dark, #brand-footer .bg-dark {
    background-color: #343a40 !important;
}

#brand-header a.bg-dark:focus, #brand-header a.bg-dark:hover, #brand-header button.bg-dark:focus, #brand-header button.bg-dark:hover, #brand-footer a.bg-dark:focus, #brand-footer a.bg-dark:hover, #brand-footer button.bg-dark:focus, #brand-footer button.bg-dark:hover {
    background-color: #1d2124 !important;
}

#brand-header .bg-white, #brand-footer .bg-white {
    background-color: #fff !important;
}

#brand-header .bg-transparent, #brand-footer .bg-transparent {
    background-color: transparent !important;
}

#brand-header .border, #brand-footer .border {
    border: 1px solid #dee2e6 !important;
}

#brand-header .border-top, #brand-footer .border-top {
    border-top: 1px solid #dee2e6 !important;
}

#brand-header .border-right, #brand-footer .border-right {
    border-right: 1px solid #dee2e6 !important;
}

#brand-header .border-bottom, #brand-footer .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

#brand-header .border-left, #brand-footer .border-left {
    border-left: 1px solid #dee2e6 !important;
}

#brand-header .border-0, #brand-footer .border-0 {
    border: 0 !important;
}

#brand-header .border-top-0, #brand-footer .border-top-0 {
    border-top: 0 !important;
}

#brand-header .border-right-0, #brand-footer .border-right-0 {
    border-right: 0 !important;
}

#brand-header .border-bottom-0, #brand-footer .border-bottom-0 {
    border-bottom: 0 !important;
}

#brand-header .border-left-0, #brand-footer .border-left-0 {
    border-left: 0 !important;
}

#brand-header .border-primary, #brand-footer .border-primary {
    border-color: #007bff !important;
}

#brand-header .border-secondary, #brand-footer .border-secondary {
    border-color: #6c757d !important;
}

#brand-header .border-success, #brand-footer .border-success {
    border-color: #28a745 !important;
}

#brand-header .border-info, #brand-footer .border-info {
    border-color: #17a2b8 !important;
}

#brand-header .border-warning, #brand-footer .border-warning {
    border-color: #ffc107 !important;
}

#brand-header .border-danger, #brand-footer .border-danger {
    border-color: #dc3545 !important;
}

#brand-header .border-light, #brand-footer .border-light {
    border-color: #f8f9fa !important;
}

#brand-header .border-dark, #brand-footer .border-dark {
    border-color: #343a40 !important;
}

#brand-header .border-white, #brand-footer .border-white {
    border-color: #fff !important;
}

#brand-header .rounded-sm, #brand-footer .rounded-sm {
    border-radius: .2rem !important;
}

#brand-header .rounded, #brand-footer .rounded {
    border-radius: .25rem !important;
}

#brand-header .rounded-top, #brand-footer .rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

#brand-header .rounded-right, #brand-footer .rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

#brand-header .rounded-bottom, #brand-footer .rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

#brand-header .rounded-left, #brand-footer .rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

#brand-header .rounded-lg, #brand-footer .rounded-lg {
    border-radius: .3rem !important;
}

#brand-header .rounded-circle, #brand-footer .rounded-circle {
    border-radius: 50% !important;
}

#brand-header .rounded-pill, #brand-footer .rounded-pill {
    border-radius: 50rem !important;
}

#brand-header .rounded-0, #brand-footer .rounded-0 {
    border-radius: 0 !important;
}

#brand-header .clearfix::after, #brand-footer .clearfix::after {
    display: block;
    clear: both;
    content: "";
}

#brand-header .d-none, #brand-footer .d-none {
    display: none !important;
}

#brand-header .d-inline, #brand-footer .d-inline {
    display: inline !important;
}

#brand-header .d-inline-block, #brand-footer .d-inline-block {
    display: inline-block !important;
}

#brand-header .d-block, #brand-footer .d-block {
    display: block !important;
}

#brand-header .d-table, #brand-footer .d-table {
    display: table !important;
}

#brand-header .d-table-row, #brand-footer .d-table-row {
    display: table-row !important;
}

#brand-header .d-table-cell, #brand-footer .d-table-cell {
    display: table-cell !important;
}

#brand-header .d-flex, #brand-footer .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

#brand-header .d-inline-flex, #brand-footer .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    #brand-header .d-sm-none, #brand-footer .d-sm-none {
        display: none !important;
    }
    #brand-header .d-sm-inline, #brand-footer .d-sm-inline {
        display: inline !important;
    }
    #brand-header .d-sm-inline-block, #brand-footer .d-sm-inline-block {
        display: inline-block !important;
    }
    #brand-header .d-sm-block, #brand-footer .d-sm-block {
        display: block !important;
    }
    #brand-header .d-sm-table, #brand-footer .d-sm-table {
        display: table !important;
    }
    #brand-header .d-sm-table-row, #brand-footer .d-sm-table-row {
        display: table-row !important;
    }
    #brand-header .d-sm-table-cell, #brand-footer .d-sm-table-cell {
        display: table-cell !important;
    }
    #brand-header .d-sm-flex, #brand-footer .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #brand-header .d-sm-inline-flex, #brand-footer .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    #brand-header .d-md-none, #brand-footer .d-md-none {
        display: none !important;
    }
    #brand-header .d-md-inline, #brand-footer .d-md-inline {
        display: inline !important;
    }
    #brand-header .d-md-inline-block, #brand-footer .d-md-inline-block {
        display: inline-block !important;
    }
    #brand-header .d-md-block, #brand-footer .d-md-block {
        display: block !important;
    }
    #brand-header .d-md-table, #brand-footer .d-md-table {
        display: table !important;
    }
    #brand-header .d-md-table-row, #brand-footer .d-md-table-row {
        display: table-row !important;
    }
    #brand-header .d-md-table-cell, #brand-footer .d-md-table-cell {
        display: table-cell !important;
    }
    #brand-header .d-md-flex, #brand-footer .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #brand-header .d-md-inline-flex, #brand-footer .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    #brand-header .d-lg-none, #brand-footer .d-lg-none {
        display: none !important;
    }
    #brand-header .d-lg-inline, #brand-footer .d-lg-inline {
        display: inline !important;
    }
    #brand-header .d-lg-inline-block, #brand-footer .d-lg-inline-block {
        display: inline-block !important;
    }
    #brand-header .d-lg-block, #brand-footer .d-lg-block {
        display: block !important;
    }
    #brand-header .d-lg-table, #brand-footer .d-lg-table {
        display: table !important;
    }
    #brand-header .d-lg-table-row, #brand-footer .d-lg-table-row {
        display: table-row !important;
    }
    #brand-header .d-lg-table-cell, #brand-footer .d-lg-table-cell {
        display: table-cell !important;
    }
    #brand-header .d-lg-flex, #brand-footer .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #brand-header .d-lg-inline-flex, #brand-footer .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    #brand-header .d-xl-none, #brand-footer .d-xl-none {
        display: none !important;
    }
    #brand-header .d-xl-inline, #brand-footer .d-xl-inline {
        display: inline !important;
    }
    #brand-header .d-xl-inline-block, #brand-footer .d-xl-inline-block {
        display: inline-block !important;
    }
    #brand-header .d-xl-block, #brand-footer .d-xl-block {
        display: block !important;
    }
    #brand-header .d-xl-table, #brand-footer .d-xl-table {
        display: table !important;
    }
    #brand-header .d-xl-table-row, #brand-footer .d-xl-table-row {
        display: table-row !important;
    }
    #brand-header .d-xl-table-cell, #brand-footer .d-xl-table-cell {
        display: table-cell !important;
    }
    #brand-header .d-xl-flex, #brand-footer .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #brand-header .d-xl-inline-flex, #brand-footer .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    #brand-header .d-print-none, #brand-footer .d-print-none {
        display: none !important;
    }
    #brand-header .d-print-inline, #brand-footer .d-print-inline {
        display: inline !important;
    }
    #brand-header .d-print-inline-block, #brand-footer .d-print-inline-block {
        display: inline-block !important;
    }
    #brand-header .d-print-block, #brand-footer .d-print-block {
        display: block !important;
    }
    #brand-header .d-print-table, #brand-footer .d-print-table {
        display: table !important;
    }
    #brand-header .d-print-table-row, #brand-footer .d-print-table-row {
        display: table-row !important;
    }
    #brand-header .d-print-table-cell, #brand-footer .d-print-table-cell {
        display: table-cell !important;
    }
    #brand-header .d-print-flex, #brand-footer .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #brand-header .d-print-inline-flex, #brand-footer .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

#brand-header .embed-responsive, #brand-footer .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

#brand-header .embed-responsive::before, #brand-footer .embed-responsive::before {
    display: block;
    content: "";
}

#brand-header .embed-responsive .embed-responsive-item, #brand-header .embed-responsive embed, #brand-header .embed-responsive iframe, #brand-header .embed-responsive object, #brand-header .embed-responsive video, #brand-footer .embed-responsive .embed-responsive-item, #brand-footer .embed-responsive embed, #brand-footer .embed-responsive iframe, #brand-footer .embed-responsive object, #brand-footer .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#brand-header .embed-responsive-21by9::before, #brand-footer .embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

#brand-header .embed-responsive-16by9::before, #brand-footer .embed-responsive-16by9::before {
    padding-top: 56.25%;
}

#brand-header .embed-responsive-4by3::before, #brand-footer .embed-responsive-4by3::before {
    padding-top: 75%;
}

#brand-header .embed-responsive-1by1::before, #brand-footer .embed-responsive-1by1::before {
    padding-top: 100%;
}

#brand-header .flex-row, #brand-footer .flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

#brand-header .flex-column, #brand-footer .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

#brand-header .flex-row-reverse, #brand-footer .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

#brand-header .flex-column-reverse, #brand-footer .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

#brand-header .flex-wrap, #brand-footer .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

#brand-header .flex-nowrap, #brand-footer .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

#brand-header .flex-wrap-reverse, #brand-footer .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

#brand-header .flex-fill, #brand-footer .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

#brand-header .flex-grow-0, #brand-footer .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

#brand-header .flex-grow-1, #brand-footer .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

#brand-header .flex-shrink-0, #brand-footer .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

#brand-header .flex-shrink-1, #brand-footer .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

#brand-header .justify-content-start, #brand-footer .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

#brand-header .justify-content-end, #brand-footer .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

#brand-header .justify-content-center, #brand-footer .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

#brand-header .justify-content-between, #brand-footer .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

#brand-header .justify-content-around, #brand-footer .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

#brand-header .align-items-start, #brand-footer .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

#brand-header .align-items-end, #brand-footer .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

#brand-header .align-items-center, #brand-footer .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

#brand-header .align-items-baseline, #brand-footer .align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

#brand-header .align-items-stretch, #brand-footer .align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

#brand-header .align-content-start, #brand-footer .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

#brand-header .align-content-end, #brand-footer .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

#brand-header .align-content-center, #brand-footer .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

#brand-header .align-content-between, #brand-footer .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

#brand-header .align-content-around, #brand-footer .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

#brand-header .align-content-stretch, #brand-footer .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

#brand-header .align-self-auto, #brand-footer .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

#brand-header .align-self-start, #brand-footer .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

#brand-header .align-self-end, #brand-footer .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

#brand-header .align-self-center, #brand-footer .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

#brand-header .align-self-baseline, #brand-footer .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

#brand-header .align-self-stretch, #brand-footer .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    #brand-header .flex-sm-row, #brand-footer .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    #brand-header .flex-sm-column, #brand-footer .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #brand-header .flex-sm-row-reverse, #brand-footer .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    #brand-header .flex-sm-column-reverse, #brand-footer .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    #brand-header .flex-sm-wrap, #brand-footer .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    #brand-header .flex-sm-nowrap, #brand-footer .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    #brand-header .flex-sm-wrap-reverse, #brand-footer .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    #brand-header .flex-sm-fill, #brand-footer .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    #brand-header .flex-sm-grow-0, #brand-footer .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    #brand-header .flex-sm-grow-1, #brand-footer .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    #brand-header .flex-sm-shrink-0, #brand-footer .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    #brand-header .flex-sm-shrink-1, #brand-footer .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    #brand-header .justify-content-sm-start, #brand-footer .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    #brand-header .justify-content-sm-end, #brand-footer .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    #brand-header .justify-content-sm-center, #brand-footer .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #brand-header .justify-content-sm-between, #brand-footer .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    #brand-header .justify-content-sm-around, #brand-footer .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    #brand-header .align-items-sm-start, #brand-footer .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    #brand-header .align-items-sm-end, #brand-footer .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    #brand-header .align-items-sm-center, #brand-footer .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    #brand-header .align-items-sm-baseline, #brand-footer .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    #brand-header .align-items-sm-stretch, #brand-footer .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    #brand-header .align-content-sm-start, #brand-footer .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    #brand-header .align-content-sm-end, #brand-footer .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    #brand-header .align-content-sm-center, #brand-footer .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    #brand-header .align-content-sm-between, #brand-footer .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    #brand-header .align-content-sm-around, #brand-footer .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    #brand-header .align-content-sm-stretch, #brand-footer .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    #brand-header .align-self-sm-auto, #brand-footer .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    #brand-header .align-self-sm-start, #brand-footer .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    #brand-header .align-self-sm-end, #brand-footer .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    #brand-header .align-self-sm-center, #brand-footer .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    #brand-header .align-self-sm-baseline, #brand-footer .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    #brand-header .align-self-sm-stretch, #brand-footer .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    #brand-header .flex-md-row, #brand-footer .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    #brand-header .flex-md-column, #brand-footer .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #brand-header .flex-md-row-reverse, #brand-footer .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    #brand-header .flex-md-column-reverse, #brand-footer .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    #brand-header .flex-md-wrap, #brand-footer .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    #brand-header .flex-md-nowrap, #brand-footer .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    #brand-header .flex-md-wrap-reverse, #brand-footer .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    #brand-header .flex-md-fill, #brand-footer .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    #brand-header .flex-md-grow-0, #brand-footer .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    #brand-header .flex-md-grow-1, #brand-footer .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    #brand-header .flex-md-shrink-0, #brand-footer .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    #brand-header .flex-md-shrink-1, #brand-footer .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    #brand-header .justify-content-md-start, #brand-footer .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    #brand-header .justify-content-md-end, #brand-footer .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    #brand-header .justify-content-md-center, #brand-footer .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #brand-header .justify-content-md-between, #brand-footer .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    #brand-header .justify-content-md-around, #brand-footer .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    #brand-header .align-items-md-start, #brand-footer .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    #brand-header .align-items-md-end, #brand-footer .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    #brand-header .align-items-md-center, #brand-footer .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    #brand-header .align-items-md-baseline, #brand-footer .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    #brand-header .align-items-md-stretch, #brand-footer .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    #brand-header .align-content-md-start, #brand-footer .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    #brand-header .align-content-md-end, #brand-footer .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    #brand-header .align-content-md-center, #brand-footer .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    #brand-header .align-content-md-between, #brand-footer .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    #brand-header .align-content-md-around, #brand-footer .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    #brand-header .align-content-md-stretch, #brand-footer .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    #brand-header .align-self-md-auto, #brand-footer .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    #brand-header .align-self-md-start, #brand-footer .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    #brand-header .align-self-md-end, #brand-footer .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    #brand-header .align-self-md-center, #brand-footer .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    #brand-header .align-self-md-baseline, #brand-footer .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    #brand-header .align-self-md-stretch, #brand-footer .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    #brand-header .flex-lg-row, #brand-footer .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    #brand-header .flex-lg-column, #brand-footer .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #brand-header .flex-lg-row-reverse, #brand-footer .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    #brand-header .flex-lg-column-reverse, #brand-footer .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    #brand-header .flex-lg-wrap, #brand-footer .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    #brand-header .flex-lg-nowrap, #brand-footer .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    #brand-header .flex-lg-wrap-reverse, #brand-footer .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    #brand-header .flex-lg-fill, #brand-footer .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    #brand-header .flex-lg-grow-0, #brand-footer .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    #brand-header .flex-lg-grow-1, #brand-footer .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    #brand-header .flex-lg-shrink-0, #brand-footer .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    #brand-header .flex-lg-shrink-1, #brand-footer .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    #brand-header .justify-content-lg-start, #brand-footer .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    #brand-header .justify-content-lg-end, #brand-footer .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    #brand-header .justify-content-lg-center, #brand-footer .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #brand-header .justify-content-lg-between, #brand-footer .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    #brand-header .justify-content-lg-around, #brand-footer .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    #brand-header .align-items-lg-start, #brand-footer .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    #brand-header .align-items-lg-end, #brand-footer .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    #brand-header .align-items-lg-center, #brand-footer .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    #brand-header .align-items-lg-baseline, #brand-footer .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    #brand-header .align-items-lg-stretch, #brand-footer .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    #brand-header .align-content-lg-start, #brand-footer .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    #brand-header .align-content-lg-end, #brand-footer .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    #brand-header .align-content-lg-center, #brand-footer .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    #brand-header .align-content-lg-between, #brand-footer .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    #brand-header .align-content-lg-around, #brand-footer .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    #brand-header .align-content-lg-stretch, #brand-footer .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    #brand-header .align-self-lg-auto, #brand-footer .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    #brand-header .align-self-lg-start, #brand-footer .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    #brand-header .align-self-lg-end, #brand-footer .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    #brand-header .align-self-lg-center, #brand-footer .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    #brand-header .align-self-lg-baseline, #brand-footer .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    #brand-header .align-self-lg-stretch, #brand-footer .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    #brand-header .flex-xl-row, #brand-footer .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    #brand-header .flex-xl-column, #brand-footer .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #brand-header .flex-xl-row-reverse, #brand-footer .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    #brand-header .flex-xl-column-reverse, #brand-footer .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    #brand-header .flex-xl-wrap, #brand-footer .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    #brand-header .flex-xl-nowrap, #brand-footer .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    #brand-header .flex-xl-wrap-reverse, #brand-footer .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    #brand-header .flex-xl-fill, #brand-footer .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    #brand-header .flex-xl-grow-0, #brand-footer .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    #brand-header .flex-xl-grow-1, #brand-footer .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    #brand-header .flex-xl-shrink-0, #brand-footer .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    #brand-header .flex-xl-shrink-1, #brand-footer .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    #brand-header .justify-content-xl-start, #brand-footer .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    #brand-header .justify-content-xl-end, #brand-footer .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    #brand-header .justify-content-xl-center, #brand-footer .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #brand-header .justify-content-xl-between, #brand-footer .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    #brand-header .justify-content-xl-around, #brand-footer .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    #brand-header .align-items-xl-start, #brand-footer .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    #brand-header .align-items-xl-end, #brand-footer .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    #brand-header .align-items-xl-center, #brand-footer .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    #brand-header .align-items-xl-baseline, #brand-footer .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    #brand-header .align-items-xl-stretch, #brand-footer .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    #brand-header .align-content-xl-start, #brand-footer .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    #brand-header .align-content-xl-end, #brand-footer .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    #brand-header .align-content-xl-center, #brand-footer .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    #brand-header .align-content-xl-between, #brand-footer .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    #brand-header .align-content-xl-around, #brand-footer .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    #brand-header .align-content-xl-stretch, #brand-footer .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    #brand-header .align-self-xl-auto, #brand-footer .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    #brand-header .align-self-xl-start, #brand-footer .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    #brand-header .align-self-xl-end, #brand-footer .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    #brand-header .align-self-xl-center, #brand-footer .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    #brand-header .align-self-xl-baseline, #brand-footer .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    #brand-header .align-self-xl-stretch, #brand-footer .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

#brand-header .float-left, #brand-footer .float-left {
    float: left !important;
}

#brand-header .float-right, #brand-footer .float-right {
    float: right !important;
}

#brand-header .float-none, #brand-footer .float-none {
    float: none !important;
}

@media (min-width: 576px) {
    #brand-header .float-sm-left, #brand-footer .float-sm-left {
        float: left !important;
    }
    #brand-header .float-sm-right, #brand-footer .float-sm-right {
        float: right !important;
    }
    #brand-header .float-sm-none, #brand-footer .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    #brand-header .float-md-left, #brand-footer .float-md-left {
        float: left !important;
    }
    #brand-header .float-md-right, #brand-footer .float-md-right {
        float: right !important;
    }
    #brand-header .float-md-none, #brand-footer .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    #brand-header .float-lg-left, #brand-footer .float-lg-left {
        float: left !important;
    }
    #brand-header .float-lg-right, #brand-footer .float-lg-right {
        float: right !important;
    }
    #brand-header .float-lg-none, #brand-footer .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    #brand-header .float-xl-left, #brand-footer .float-xl-left {
        float: left !important;
    }
    #brand-header .float-xl-right, #brand-footer .float-xl-right {
        float: right !important;
    }
    #brand-header .float-xl-none, #brand-footer .float-xl-none {
        float: none !important;
    }
}

#brand-header .overflow-auto, #brand-footer .overflow-auto {
    overflow: auto !important;
}

#brand-header .overflow-hidden, #brand-footer .overflow-hidden {
    overflow: hidden !important;
}

#brand-header .position-static, #brand-footer .position-static {
    position: static !important;
}

#brand-header .position-relative, #brand-footer .position-relative {
    position: relative !important;
}

#brand-header .position-absolute, #brand-footer .position-absolute {
    position: absolute !important;
}

#brand-header .position-fixed, #brand-footer .position-fixed {
    position: fixed !important;
}

#brand-header .position-sticky, #brand-footer .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

#brand-header .fixed-top, #brand-footer .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#brand-header .fixed-bottom, #brand-footer .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
    #brand-header .sticky-top, #brand-footer .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

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

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

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

#brand-header .shadow, #brand-footer .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

#brand-header .shadow-none, #brand-footer .shadow-none {
    box-shadow: none !important;
}

#brand-header .w-25, #brand-footer .w-25 {
    width: 25% !important;
}

#brand-header .w-50, #brand-footer .w-50 {
    width: 50% !important;
}

#brand-header .w-75, #brand-footer .w-75 {
    width: 75% !important;
}

#brand-header .w-100, #brand-footer .w-100 {
    width: 100% !important;
}

#brand-header .w-auto, #brand-footer .w-auto {
    width: auto !important;
}

#brand-header .h-25, #brand-footer .h-25 {
    height: 25% !important;
}

#brand-header .h-50, #brand-footer .h-50 {
    height: 50% !important;
}

#brand-header .h-75, #brand-footer .h-75 {
    height: 75% !important;
}

#brand-header .h-100, #brand-footer .h-100 {
    height: 100% !important;
}

#brand-header .h-auto, #brand-footer .h-auto {
    height: auto !important;
}

#brand-header .mw-100, #brand-footer .mw-100 {
    max-width: 100% !important;
}

#brand-header .mh-100, #brand-footer .mh-100 {
    max-height: 100% !important;
}

#brand-header .min-vw-100, #brand-footer .min-vw-100 {
    min-width: 100vw !important;
}

#brand-header .min-vh-100, #brand-footer .min-vh-100 {
    min-height: 100vh !important;
}

#brand-header .vw-100, #brand-footer .vw-100 {
    width: 100vw !important;
}

#brand-header .vh-100, #brand-footer .vh-100 {
    height: 100vh !important;
}

#brand-header .stretched-link::after, #brand-footer .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

#brand-header .m-0, #brand-footer .m-0 {
    margin: 0 !important;
}

#brand-header .mt-0, #brand-header .my-0, #brand-footer .mt-0, #brand-footer .my-0 {
    margin-top: 0 !important;
}

#brand-header .mr-0, #brand-header .mx-0, #brand-footer .mr-0, #brand-footer .mx-0 {
    margin-right: 0 !important;
}

#brand-header .mb-0, #brand-header .my-0, #brand-footer .mb-0, #brand-footer .my-0 {
    margin-bottom: 0 !important;
}

#brand-header .ml-0, #brand-header .mx-0, #brand-footer .ml-0, #brand-footer .mx-0 {
    margin-left: 0 !important;
}

#brand-header .m-1, #brand-footer .m-1 {
    margin: .25rem !important;
}

#brand-header .mt-1, #brand-header .my-1, #brand-footer .mt-1, #brand-footer .my-1 {
    margin-top: .25rem !important;
}

#brand-header .mr-1, #brand-header .mx-1, #brand-footer .mr-1, #brand-footer .mx-1 {
    margin-right: .25rem !important;
}

#brand-header .mb-1, #brand-header .my-1, #brand-footer .mb-1, #brand-footer .my-1 {
    margin-bottom: .25rem !important;
}

#brand-header .ml-1, #brand-header .mx-1, #brand-footer .ml-1, #brand-footer .mx-1 {
    margin-left: .25rem !important;
}

#brand-header .m-2, #brand-footer .m-2 {
    margin: .5rem !important;
}

#brand-header .mt-2, #brand-header .my-2, #brand-footer .mt-2, #brand-footer .my-2 {
    margin-top: .5rem !important;
}

#brand-header .mr-2, #brand-header .mx-2, #brand-footer .mr-2, #brand-footer .mx-2 {
    margin-right: .5rem !important;
}

#brand-header .mb-2, #brand-header .my-2, #brand-footer .mb-2, #brand-footer .my-2 {
    margin-bottom: .5rem !important;
}

#brand-header .ml-2, #brand-header .mx-2, #brand-footer .ml-2, #brand-footer .mx-2 {
    margin-left: .5rem !important;
}

#brand-header .m-3, #brand-footer .m-3 {
    margin: 1rem !important;
}

#brand-header .mt-3, #brand-header .my-3, #brand-footer .mt-3, #brand-footer .my-3 {
    margin-top: 1rem !important;
}

#brand-header .mr-3, #brand-header .mx-3, #brand-footer .mr-3, #brand-footer .mx-3 {
    margin-right: 1rem !important;
}

#brand-header .mb-3, #brand-header .my-3, #brand-footer .mb-3, #brand-footer .my-3 {
    margin-bottom: 1rem !important;
}

#brand-header .ml-3, #brand-header .mx-3, #brand-footer .ml-3, #brand-footer .mx-3 {
    margin-left: 1rem !important;
}

#brand-header .m-4, #brand-footer .m-4 {
    margin: 1.5rem !important;
}

#brand-header .mt-4, #brand-header .my-4, #brand-footer .mt-4, #brand-footer .my-4 {
    margin-top: 1.5rem !important;
}

#brand-header .mr-4, #brand-header .mx-4, #brand-footer .mr-4, #brand-footer .mx-4 {
    margin-right: 1.5rem !important;
}

#brand-header .mb-4, #brand-header .my-4, #brand-footer .mb-4, #brand-footer .my-4 {
    margin-bottom: 1.5rem !important;
}

#brand-header .ml-4, #brand-header .mx-4, #brand-footer .ml-4, #brand-footer .mx-4 {
    margin-left: 1.5rem !important;
}

#brand-header .m-5, #brand-footer .m-5 {
    margin: 3rem !important;
}

#brand-header .mt-5, #brand-header .my-5, #brand-footer .mt-5, #brand-footer .my-5 {
    margin-top: 3rem !important;
}

#brand-header .mr-5, #brand-header .mx-5, #brand-footer .mr-5, #brand-footer .mx-5 {
    margin-right: 3rem !important;
}

#brand-header .mb-5, #brand-header .my-5, #brand-footer .mb-5, #brand-footer .my-5 {
    margin-bottom: 3rem !important;
}

#brand-header .ml-5, #brand-header .mx-5, #brand-footer .ml-5, #brand-footer .mx-5 {
    margin-left: 3rem !important;
}

#brand-header .p-0, #brand-footer .p-0 {
    padding: 0 !important;
}

#brand-header .pt-0, #brand-header .py-0, #brand-footer .pt-0, #brand-footer .py-0 {
    padding-top: 0 !important;
}

#brand-header .pr-0, #brand-header .px-0, #brand-footer .pr-0, #brand-footer .px-0 {
    padding-right: 0 !important;
}

#brand-header .pb-0, #brand-header .py-0, #brand-footer .pb-0, #brand-footer .py-0 {
    padding-bottom: 0 !important;
}

#brand-header .pl-0, #brand-header .px-0, #brand-footer .pl-0, #brand-footer .px-0 {
    padding-left: 0 !important;
}

#brand-header .p-1, #brand-footer .p-1 {
    padding: .25rem !important;
}

#brand-header .pt-1, #brand-header .py-1, #brand-footer .pt-1, #brand-footer .py-1 {
    padding-top: .25rem !important;
}

#brand-header .pr-1, #brand-header .px-1, #brand-footer .pr-1, #brand-footer .px-1 {
    padding-right: .25rem !important;
}

#brand-header .pb-1, #brand-header .py-1, #brand-footer .pb-1, #brand-footer .py-1 {
    padding-bottom: .25rem !important;
}

#brand-header .pl-1, #brand-header .px-1, #brand-footer .pl-1, #brand-footer .px-1 {
    padding-left: .25rem !important;
}

#brand-header .p-2, #brand-footer .p-2 {
    padding: .5rem !important;
}

#brand-header .pt-2, #brand-header .py-2, #brand-footer .pt-2, #brand-footer .py-2 {
    padding-top: .5rem !important;
}

#brand-header .pr-2, #brand-header .px-2, #brand-footer .pr-2, #brand-footer .px-2 {
    padding-right: .5rem !important;
}

#brand-header .pb-2, #brand-header .py-2, #brand-footer .pb-2, #brand-footer .py-2 {
    padding-bottom: .5rem !important;
}

#brand-header .pl-2, #brand-header .px-2, #brand-footer .pl-2, #brand-footer .px-2 {
    padding-left: .5rem !important;
}

#brand-header .p-3, #brand-footer .p-3 {
    padding: 1rem !important;
}

#brand-header .pt-3, #brand-header .py-3, #brand-footer .pt-3, #brand-footer .py-3 {
    padding-top: 1rem !important;
}

#brand-header .pr-3, #brand-header .px-3, #brand-footer .pr-3, #brand-footer .px-3 {
    padding-right: 1rem !important;
}

#brand-header .pb-3, #brand-header .py-3, #brand-footer .pb-3, #brand-footer .py-3 {
    padding-bottom: 1rem !important;
}

#brand-header .pl-3, #brand-header .px-3, #brand-footer .pl-3, #brand-footer .px-3 {
    padding-left: 1rem !important;
}

#brand-header .p-4, #brand-footer .p-4 {
    padding: 1.5rem !important;
}

#brand-header .pt-4, #brand-header .py-4, #brand-footer .pt-4, #brand-footer .py-4 {
    padding-top: 1.5rem !important;
}

#brand-header .pr-4, #brand-header .px-4, #brand-footer .pr-4, #brand-footer .px-4 {
    padding-right: 1.5rem !important;
}

#brand-header .pb-4, #brand-header .py-4, #brand-footer .pb-4, #brand-footer .py-4 {
    padding-bottom: 1.5rem !important;
}

#brand-header .pl-4, #brand-header .px-4, #brand-footer .pl-4, #brand-footer .px-4 {
    padding-left: 1.5rem !important;
}

#brand-header .p-5, #brand-footer .p-5 {
    padding: 3rem !important;
}

#brand-header .pt-5, #brand-header .py-5, #brand-footer .pt-5, #brand-footer .py-5 {
    padding-top: 3rem !important;
}

#brand-header .pr-5, #brand-header .px-5, #brand-footer .pr-5, #brand-footer .px-5 {
    padding-right: 3rem !important;
}

#brand-header .pb-5, #brand-header .py-5, #brand-footer .pb-5, #brand-footer .py-5 {
    padding-bottom: 3rem !important;
}

#brand-header .pl-5, #brand-header .px-5, #brand-footer .pl-5, #brand-footer .px-5 {
    padding-left: 3rem !important;
}

#brand-header .m-n1, #brand-footer .m-n1 {
    margin: -.25rem !important;
}

#brand-header .mt-n1, #brand-header .my-n1, #brand-footer .mt-n1, #brand-footer .my-n1 {
    margin-top: -.25rem !important;
}

#brand-header .mr-n1, #brand-header .mx-n1, #brand-footer .mr-n1, #brand-footer .mx-n1 {
    margin-right: -.25rem !important;
}

#brand-header .mb-n1, #brand-header .my-n1, #brand-footer .mb-n1, #brand-footer .my-n1 {
    margin-bottom: -.25rem !important;
}

#brand-header .ml-n1, #brand-header .mx-n1, #brand-footer .ml-n1, #brand-footer .mx-n1 {
    margin-left: -.25rem !important;
}

#brand-header .m-n2, #brand-footer .m-n2 {
    margin: -.5rem !important;
}

#brand-header .mt-n2, #brand-header .my-n2, #brand-footer .mt-n2, #brand-footer .my-n2 {
    margin-top: -.5rem !important;
}

#brand-header .mr-n2, #brand-header .mx-n2, #brand-footer .mr-n2, #brand-footer .mx-n2 {
    margin-right: -.5rem !important;
}

#brand-header .mb-n2, #brand-header .my-n2, #brand-footer .mb-n2, #brand-footer .my-n2 {
    margin-bottom: -.5rem !important;
}

#brand-header .ml-n2, #brand-header .mx-n2, #brand-footer .ml-n2, #brand-footer .mx-n2 {
    margin-left: -.5rem !important;
}

#brand-header .m-n3, #brand-footer .m-n3 {
    margin: -1rem !important;
}

#brand-header .mt-n3, #brand-header .my-n3, #brand-footer .mt-n3, #brand-footer .my-n3 {
    margin-top: -1rem !important;
}

#brand-header .mr-n3, #brand-header .mx-n3, #brand-footer .mr-n3, #brand-footer .mx-n3 {
    margin-right: -1rem !important;
}

#brand-header .mb-n3, #brand-header .my-n3, #brand-footer .mb-n3, #brand-footer .my-n3 {
    margin-bottom: -1rem !important;
}

#brand-header .ml-n3, #brand-header .mx-n3, #brand-footer .ml-n3, #brand-footer .mx-n3 {
    margin-left: -1rem !important;
}

#brand-header .m-n4, #brand-footer .m-n4 {
    margin: -1.5rem !important;
}

#brand-header .mt-n4, #brand-header .my-n4, #brand-footer .mt-n4, #brand-footer .my-n4 {
    margin-top: -1.5rem !important;
}

#brand-header .mr-n4, #brand-header .mx-n4, #brand-footer .mr-n4, #brand-footer .mx-n4 {
    margin-right: -1.5rem !important;
}

#brand-header .mb-n4, #brand-header .my-n4, #brand-footer .mb-n4, #brand-footer .my-n4 {
    margin-bottom: -1.5rem !important;
}

#brand-header .ml-n4, #brand-header .mx-n4, #brand-footer .ml-n4, #brand-footer .mx-n4 {
    margin-left: -1.5rem !important;
}

#brand-header .m-n5, #brand-footer .m-n5 {
    margin: -3rem !important;
}

#brand-header .mt-n5, #brand-header .my-n5, #brand-footer .mt-n5, #brand-footer .my-n5 {
    margin-top: -3rem !important;
}

#brand-header .mr-n5, #brand-header .mx-n5, #brand-footer .mr-n5, #brand-footer .mx-n5 {
    margin-right: -3rem !important;
}

#brand-header .mb-n5, #brand-header .my-n5, #brand-footer .mb-n5, #brand-footer .my-n5 {
    margin-bottom: -3rem !important;
}

#brand-header .ml-n5, #brand-header .mx-n5, #brand-footer .ml-n5, #brand-footer .mx-n5 {
    margin-left: -3rem !important;
}

#brand-header .m-auto, #brand-footer .m-auto {
    margin: auto !important;
}

#brand-header .mt-auto, #brand-header .my-auto, #brand-footer .mt-auto, #brand-footer .my-auto {
    margin-top: auto !important;
}

#brand-header .mr-auto, #brand-header .mx-auto, #brand-footer .mr-auto, #brand-footer .mx-auto {
    margin-right: auto !important;
}

#brand-header .mb-auto, #brand-header .my-auto, #brand-footer .mb-auto, #brand-footer .my-auto {
    margin-bottom: auto !important;
}

#brand-header .ml-auto, #brand-header .mx-auto, #brand-footer .ml-auto, #brand-footer .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    #brand-header .m-sm-0, #brand-footer .m-sm-0 {
        margin: 0 !important;
    }
    #brand-header .mt-sm-0, #brand-header .my-sm-0, #brand-footer .mt-sm-0, #brand-footer .my-sm-0 {
        margin-top: 0 !important;
    }
    #brand-header .mr-sm-0, #brand-header .mx-sm-0, #brand-footer .mr-sm-0, #brand-footer .mx-sm-0 {
        margin-right: 0 !important;
    }
    #brand-header .mb-sm-0, #brand-header .my-sm-0, #brand-footer .mb-sm-0, #brand-footer .my-sm-0 {
        margin-bottom: 0 !important;
    }
    #brand-header .ml-sm-0, #brand-header .mx-sm-0, #brand-footer .ml-sm-0, #brand-footer .mx-sm-0 {
        margin-left: 0 !important;
    }
    #brand-header .m-sm-1, #brand-footer .m-sm-1 {
        margin: .25rem !important;
    }
    #brand-header .mt-sm-1, #brand-header .my-sm-1, #brand-footer .mt-sm-1, #brand-footer .my-sm-1 {
        margin-top: .25rem !important;
    }
    #brand-header .mr-sm-1, #brand-header .mx-sm-1, #brand-footer .mr-sm-1, #brand-footer .mx-sm-1 {
        margin-right: .25rem !important;
    }
    #brand-header .mb-sm-1, #brand-header .my-sm-1, #brand-footer .mb-sm-1, #brand-footer .my-sm-1 {
        margin-bottom: .25rem !important;
    }
    #brand-header .ml-sm-1, #brand-header .mx-sm-1, #brand-footer .ml-sm-1, #brand-footer .mx-sm-1 {
        margin-left: .25rem !important;
    }
    #brand-header .m-sm-2, #brand-footer .m-sm-2 {
        margin: .5rem !important;
    }
    #brand-header .mt-sm-2, #brand-header .my-sm-2, #brand-footer .mt-sm-2, #brand-footer .my-sm-2 {
        margin-top: .5rem !important;
    }
    #brand-header .mr-sm-2, #brand-header .mx-sm-2, #brand-footer .mr-sm-2, #brand-footer .mx-sm-2 {
        margin-right: .5rem !important;
    }
    #brand-header .mb-sm-2, #brand-header .my-sm-2, #brand-footer .mb-sm-2, #brand-footer .my-sm-2 {
        margin-bottom: .5rem !important;
    }
    #brand-header .ml-sm-2, #brand-header .mx-sm-2, #brand-footer .ml-sm-2, #brand-footer .mx-sm-2 {
        margin-left: .5rem !important;
    }
    #brand-header .m-sm-3, #brand-footer .m-sm-3 {
        margin: 1rem !important;
    }
    #brand-header .mt-sm-3, #brand-header .my-sm-3, #brand-footer .mt-sm-3, #brand-footer .my-sm-3 {
        margin-top: 1rem !important;
    }
    #brand-header .mr-sm-3, #brand-header .mx-sm-3, #brand-footer .mr-sm-3, #brand-footer .mx-sm-3 {
        margin-right: 1rem !important;
    }
    #brand-header .mb-sm-3, #brand-header .my-sm-3, #brand-footer .mb-sm-3, #brand-footer .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    #brand-header .ml-sm-3, #brand-header .mx-sm-3, #brand-footer .ml-sm-3, #brand-footer .mx-sm-3 {
        margin-left: 1rem !important;
    }
    #brand-header .m-sm-4, #brand-footer .m-sm-4 {
        margin: 1.5rem !important;
    }
    #brand-header .mt-sm-4, #brand-header .my-sm-4, #brand-footer .mt-sm-4, #brand-footer .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    #brand-header .mr-sm-4, #brand-header .mx-sm-4, #brand-footer .mr-sm-4, #brand-footer .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    #brand-header .mb-sm-4, #brand-header .my-sm-4, #brand-footer .mb-sm-4, #brand-footer .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    #brand-header .ml-sm-4, #brand-header .mx-sm-4, #brand-footer .ml-sm-4, #brand-footer .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    #brand-header .m-sm-5, #brand-footer .m-sm-5 {
        margin: 3rem !important;
    }
    #brand-header .mt-sm-5, #brand-header .my-sm-5, #brand-footer .mt-sm-5, #brand-footer .my-sm-5 {
        margin-top: 3rem !important;
    }
    #brand-header .mr-sm-5, #brand-header .mx-sm-5, #brand-footer .mr-sm-5, #brand-footer .mx-sm-5 {
        margin-right: 3rem !important;
    }
    #brand-header .mb-sm-5, #brand-header .my-sm-5, #brand-footer .mb-sm-5, #brand-footer .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    #brand-header .ml-sm-5, #brand-header .mx-sm-5, #brand-footer .ml-sm-5, #brand-footer .mx-sm-5 {
        margin-left: 3rem !important;
    }
    #brand-header .p-sm-0, #brand-footer .p-sm-0 {
        padding: 0 !important;
    }
    #brand-header .pt-sm-0, #brand-header .py-sm-0, #brand-footer .pt-sm-0, #brand-footer .py-sm-0 {
        padding-top: 0 !important;
    }
    #brand-header .pr-sm-0, #brand-header .px-sm-0, #brand-footer .pr-sm-0, #brand-footer .px-sm-0 {
        padding-right: 0 !important;
    }
    #brand-header .pb-sm-0, #brand-header .py-sm-0, #brand-footer .pb-sm-0, #brand-footer .py-sm-0 {
        padding-bottom: 0 !important;
    }
    #brand-header .pl-sm-0, #brand-header .px-sm-0, #brand-footer .pl-sm-0, #brand-footer .px-sm-0 {
        padding-left: 0 !important;
    }
    #brand-header .p-sm-1, #brand-footer .p-sm-1 {
        padding: .25rem !important;
    }
    #brand-header .pt-sm-1, #brand-header .py-sm-1, #brand-footer .pt-sm-1, #brand-footer .py-sm-1 {
        padding-top: .25rem !important;
    }
    #brand-header .pr-sm-1, #brand-header .px-sm-1, #brand-footer .pr-sm-1, #brand-footer .px-sm-1 {
        padding-right: .25rem !important;
    }
    #brand-header .pb-sm-1, #brand-header .py-sm-1, #brand-footer .pb-sm-1, #brand-footer .py-sm-1 {
        padding-bottom: .25rem !important;
    }
    #brand-header .pl-sm-1, #brand-header .px-sm-1, #brand-footer .pl-sm-1, #brand-footer .px-sm-1 {
        padding-left: .25rem !important;
    }
    #brand-header .p-sm-2, #brand-footer .p-sm-2 {
        padding: .5rem !important;
    }
    #brand-header .pt-sm-2, #brand-header .py-sm-2, #brand-footer .pt-sm-2, #brand-footer .py-sm-2 {
        padding-top: .5rem !important;
    }
    #brand-header .pr-sm-2, #brand-header .px-sm-2, #brand-footer .pr-sm-2, #brand-footer .px-sm-2 {
        padding-right: .5rem !important;
    }
    #brand-header .pb-sm-2, #brand-header .py-sm-2, #brand-footer .pb-sm-2, #brand-footer .py-sm-2 {
        padding-bottom: .5rem !important;
    }
    #brand-header .pl-sm-2, #brand-header .px-sm-2, #brand-footer .pl-sm-2, #brand-footer .px-sm-2 {
        padding-left: .5rem !important;
    }
    #brand-header .p-sm-3, #brand-footer .p-sm-3 {
        padding: 1rem !important;
    }
    #brand-header .pt-sm-3, #brand-header .py-sm-3, #brand-footer .pt-sm-3, #brand-footer .py-sm-3 {
        padding-top: 1rem !important;
    }
    #brand-header .pr-sm-3, #brand-header .px-sm-3, #brand-footer .pr-sm-3, #brand-footer .px-sm-3 {
        padding-right: 1rem !important;
    }
    #brand-header .pb-sm-3, #brand-header .py-sm-3, #brand-footer .pb-sm-3, #brand-footer .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    #brand-header .pl-sm-3, #brand-header .px-sm-3, #brand-footer .pl-sm-3, #brand-footer .px-sm-3 {
        padding-left: 1rem !important;
    }
    #brand-header .p-sm-4, #brand-footer .p-sm-4 {
        padding: 1.5rem !important;
    }
    #brand-header .pt-sm-4, #brand-header .py-sm-4, #brand-footer .pt-sm-4, #brand-footer .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    #brand-header .pr-sm-4, #brand-header .px-sm-4, #brand-footer .pr-sm-4, #brand-footer .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    #brand-header .pb-sm-4, #brand-header .py-sm-4, #brand-footer .pb-sm-4, #brand-footer .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    #brand-header .pl-sm-4, #brand-header .px-sm-4, #brand-footer .pl-sm-4, #brand-footer .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    #brand-header .p-sm-5, #brand-footer .p-sm-5 {
        padding: 3rem !important;
    }
    #brand-header .pt-sm-5, #brand-header .py-sm-5, #brand-footer .pt-sm-5, #brand-footer .py-sm-5 {
        padding-top: 3rem !important;
    }
    #brand-header .pr-sm-5, #brand-header .px-sm-5, #brand-footer .pr-sm-5, #brand-footer .px-sm-5 {
        padding-right: 3rem !important;
    }
    #brand-header .pb-sm-5, #brand-header .py-sm-5, #brand-footer .pb-sm-5, #brand-footer .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    #brand-header .pl-sm-5, #brand-header .px-sm-5, #brand-footer .pl-sm-5, #brand-footer .px-sm-5 {
        padding-left: 3rem !important;
    }
    #brand-header .m-sm-n1, #brand-footer .m-sm-n1 {
        margin: -.25rem !important;
    }
    #brand-header .mt-sm-n1, #brand-header .my-sm-n1, #brand-footer .mt-sm-n1, #brand-footer .my-sm-n1 {
        margin-top: -.25rem !important;
    }
    #brand-header .mr-sm-n1, #brand-header .mx-sm-n1, #brand-footer .mr-sm-n1, #brand-footer .mx-sm-n1 {
        margin-right: -.25rem !important;
    }
    #brand-header .mb-sm-n1, #brand-header .my-sm-n1, #brand-footer .mb-sm-n1, #brand-footer .my-sm-n1 {
        margin-bottom: -.25rem !important;
    }
    #brand-header .ml-sm-n1, #brand-header .mx-sm-n1, #brand-footer .ml-sm-n1, #brand-footer .mx-sm-n1 {
        margin-left: -.25rem !important;
    }
    #brand-header .m-sm-n2, #brand-footer .m-sm-n2 {
        margin: -.5rem !important;
    }
    #brand-header .mt-sm-n2, #brand-header .my-sm-n2, #brand-footer .mt-sm-n2, #brand-footer .my-sm-n2 {
        margin-top: -.5rem !important;
    }
    #brand-header .mr-sm-n2, #brand-header .mx-sm-n2, #brand-footer .mr-sm-n2, #brand-footer .mx-sm-n2 {
        margin-right: -.5rem !important;
    }
    #brand-header .mb-sm-n2, #brand-header .my-sm-n2, #brand-footer .mb-sm-n2, #brand-footer .my-sm-n2 {
        margin-bottom: -.5rem !important;
    }
    #brand-header .ml-sm-n2, #brand-header .mx-sm-n2, #brand-footer .ml-sm-n2, #brand-footer .mx-sm-n2 {
        margin-left: -.5rem !important;
    }
    #brand-header .m-sm-n3, #brand-footer .m-sm-n3 {
        margin: -1rem !important;
    }
    #brand-header .mt-sm-n3, #brand-header .my-sm-n3, #brand-footer .mt-sm-n3, #brand-footer .my-sm-n3 {
        margin-top: -1rem !important;
    }
    #brand-header .mr-sm-n3, #brand-header .mx-sm-n3, #brand-footer .mr-sm-n3, #brand-footer .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    #brand-header .mb-sm-n3, #brand-header .my-sm-n3, #brand-footer .mb-sm-n3, #brand-footer .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    #brand-header .ml-sm-n3, #brand-header .mx-sm-n3, #brand-footer .ml-sm-n3, #brand-footer .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    #brand-header .m-sm-n4, #brand-footer .m-sm-n4 {
        margin: -1.5rem !important;
    }
    #brand-header .mt-sm-n4, #brand-header .my-sm-n4, #brand-footer .mt-sm-n4, #brand-footer .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    #brand-header .mr-sm-n4, #brand-header .mx-sm-n4, #brand-footer .mr-sm-n4, #brand-footer .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    #brand-header .mb-sm-n4, #brand-header .my-sm-n4, #brand-footer .mb-sm-n4, #brand-footer .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    #brand-header .ml-sm-n4, #brand-header .mx-sm-n4, #brand-footer .ml-sm-n4, #brand-footer .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    #brand-header .m-sm-n5, #brand-footer .m-sm-n5 {
        margin: -3rem !important;
    }
    #brand-header .mt-sm-n5, #brand-header .my-sm-n5, #brand-footer .mt-sm-n5, #brand-footer .my-sm-n5 {
        margin-top: -3rem !important;
    }
    #brand-header .mr-sm-n5, #brand-header .mx-sm-n5, #brand-footer .mr-sm-n5, #brand-footer .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    #brand-header .mb-sm-n5, #brand-header .my-sm-n5, #brand-footer .mb-sm-n5, #brand-footer .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    #brand-header .ml-sm-n5, #brand-header .mx-sm-n5, #brand-footer .ml-sm-n5, #brand-footer .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    #brand-header .m-sm-auto, #brand-footer .m-sm-auto {
        margin: auto !important;
    }
    #brand-header .mt-sm-auto, #brand-header .my-sm-auto, #brand-footer .mt-sm-auto, #brand-footer .my-sm-auto {
        margin-top: auto !important;
    }
    #brand-header .mr-sm-auto, #brand-header .mx-sm-auto, #brand-footer .mr-sm-auto, #brand-footer .mx-sm-auto {
        margin-right: auto !important;
    }
    #brand-header .mb-sm-auto, #brand-header .my-sm-auto, #brand-footer .mb-sm-auto, #brand-footer .my-sm-auto {
        margin-bottom: auto !important;
    }
    #brand-header .ml-sm-auto, #brand-header .mx-sm-auto, #brand-footer .ml-sm-auto, #brand-footer .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    #brand-header .m-md-0, #brand-footer .m-md-0 {
        margin: 0 !important;
    }
    #brand-header .mt-md-0, #brand-header .my-md-0, #brand-footer .mt-md-0, #brand-footer .my-md-0 {
        margin-top: 0 !important;
    }
    #brand-header .mr-md-0, #brand-header .mx-md-0, #brand-footer .mr-md-0, #brand-footer .mx-md-0 {
        margin-right: 0 !important;
    }
    #brand-header .mb-md-0, #brand-header .my-md-0, #brand-footer .mb-md-0, #brand-footer .my-md-0 {
        margin-bottom: 0 !important;
    }
    #brand-header .ml-md-0, #brand-header .mx-md-0, #brand-footer .ml-md-0, #brand-footer .mx-md-0 {
        margin-left: 0 !important;
    }
    #brand-header .m-md-1, #brand-footer .m-md-1 {
        margin: .25rem !important;
    }
    #brand-header .mt-md-1, #brand-header .my-md-1, #brand-footer .mt-md-1, #brand-footer .my-md-1 {
        margin-top: .25rem !important;
    }
    #brand-header .mr-md-1, #brand-header .mx-md-1, #brand-footer .mr-md-1, #brand-footer .mx-md-1 {
        margin-right: .25rem !important;
    }
    #brand-header .mb-md-1, #brand-header .my-md-1, #brand-footer .mb-md-1, #brand-footer .my-md-1 {
        margin-bottom: .25rem !important;
    }
    #brand-header .ml-md-1, #brand-header .mx-md-1, #brand-footer .ml-md-1, #brand-footer .mx-md-1 {
        margin-left: .25rem !important;
    }
    #brand-header .m-md-2, #brand-footer .m-md-2 {
        margin: .5rem !important;
    }
    #brand-header .mt-md-2, #brand-header .my-md-2, #brand-footer .mt-md-2, #brand-footer .my-md-2 {
        margin-top: .5rem !important;
    }
    #brand-header .mr-md-2, #brand-header .mx-md-2, #brand-footer .mr-md-2, #brand-footer .mx-md-2 {
        margin-right: .5rem !important;
    }
    #brand-header .mb-md-2, #brand-header .my-md-2, #brand-footer .mb-md-2, #brand-footer .my-md-2 {
        margin-bottom: .5rem !important;
    }
    #brand-header .ml-md-2, #brand-header .mx-md-2, #brand-footer .ml-md-2, #brand-footer .mx-md-2 {
        margin-left: .5rem !important;
    }
    #brand-header .m-md-3, #brand-footer .m-md-3 {
        margin: 1rem !important;
    }
    #brand-header .mt-md-3, #brand-header .my-md-3, #brand-footer .mt-md-3, #brand-footer .my-md-3 {
        margin-top: 1rem !important;
    }
    #brand-header .mr-md-3, #brand-header .mx-md-3, #brand-footer .mr-md-3, #brand-footer .mx-md-3 {
        margin-right: 1rem !important;
    }
    #brand-header .mb-md-3, #brand-header .my-md-3, #brand-footer .mb-md-3, #brand-footer .my-md-3 {
        margin-bottom: 1rem !important;
    }
    #brand-header .ml-md-3, #brand-header .mx-md-3, #brand-footer .ml-md-3, #brand-footer .mx-md-3 {
        margin-left: 1rem !important;
    }
    #brand-header .m-md-4, #brand-footer .m-md-4 {
        margin: 1.5rem !important;
    }
    #brand-header .mt-md-4, #brand-header .my-md-4, #brand-footer .mt-md-4, #brand-footer .my-md-4 {
        margin-top: 1.5rem !important;
    }
    #brand-header .mr-md-4, #brand-header .mx-md-4, #brand-footer .mr-md-4, #brand-footer .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    #brand-header .mb-md-4, #brand-header .my-md-4, #brand-footer .mb-md-4, #brand-footer .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    #brand-header .ml-md-4, #brand-header .mx-md-4, #brand-footer .ml-md-4, #brand-footer .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    #brand-header .m-md-5, #brand-footer .m-md-5 {
        margin: 3rem !important;
    }
    #brand-header .mt-md-5, #brand-header .my-md-5, #brand-footer .mt-md-5, #brand-footer .my-md-5 {
        margin-top: 3rem !important;
    }
    #brand-header .mr-md-5, #brand-header .mx-md-5, #brand-footer .mr-md-5, #brand-footer .mx-md-5 {
        margin-right: 3rem !important;
    }
    #brand-header .mb-md-5, #brand-header .my-md-5, #brand-footer .mb-md-5, #brand-footer .my-md-5 {
        margin-bottom: 3rem !important;
    }
    #brand-header .ml-md-5, #brand-header .mx-md-5, #brand-footer .ml-md-5, #brand-footer .mx-md-5 {
        margin-left: 3rem !important;
    }
    #brand-header .p-md-0, #brand-footer .p-md-0 {
        padding: 0 !important;
    }
    #brand-header .pt-md-0, #brand-header .py-md-0, #brand-footer .pt-md-0, #brand-footer .py-md-0 {
        padding-top: 0 !important;
    }
    #brand-header .pr-md-0, #brand-header .px-md-0, #brand-footer .pr-md-0, #brand-footer .px-md-0 {
        padding-right: 0 !important;
    }
    #brand-header .pb-md-0, #brand-header .py-md-0, #brand-footer .pb-md-0, #brand-footer .py-md-0 {
        padding-bottom: 0 !important;
    }
    #brand-header .pl-md-0, #brand-header .px-md-0, #brand-footer .pl-md-0, #brand-footer .px-md-0 {
        padding-left: 0 !important;
    }
    #brand-header .p-md-1, #brand-footer .p-md-1 {
        padding: .25rem !important;
    }
    #brand-header .pt-md-1, #brand-header .py-md-1, #brand-footer .pt-md-1, #brand-footer .py-md-1 {
        padding-top: .25rem !important;
    }
    #brand-header .pr-md-1, #brand-header .px-md-1, #brand-footer .pr-md-1, #brand-footer .px-md-1 {
        padding-right: .25rem !important;
    }
    #brand-header .pb-md-1, #brand-header .py-md-1, #brand-footer .pb-md-1, #brand-footer .py-md-1 {
        padding-bottom: .25rem !important;
    }
    #brand-header .pl-md-1, #brand-header .px-md-1, #brand-footer .pl-md-1, #brand-footer .px-md-1 {
        padding-left: .25rem !important;
    }
    #brand-header .p-md-2, #brand-footer .p-md-2 {
        padding: .5rem !important;
    }
    #brand-header .pt-md-2, #brand-header .py-md-2, #brand-footer .pt-md-2, #brand-footer .py-md-2 {
        padding-top: .5rem !important;
    }
    #brand-header .pr-md-2, #brand-header .px-md-2, #brand-footer .pr-md-2, #brand-footer .px-md-2 {
        padding-right: .5rem !important;
    }
    #brand-header .pb-md-2, #brand-header .py-md-2, #brand-footer .pb-md-2, #brand-footer .py-md-2 {
        padding-bottom: .5rem !important;
    }
    #brand-header .pl-md-2, #brand-header .px-md-2, #brand-footer .pl-md-2, #brand-footer .px-md-2 {
        padding-left: .5rem !important;
    }
    #brand-header .p-md-3, #brand-footer .p-md-3 {
        padding: 1rem !important;
    }
    #brand-header .pt-md-3, #brand-header .py-md-3, #brand-footer .pt-md-3, #brand-footer .py-md-3 {
        padding-top: 1rem !important;
    }
    #brand-header .pr-md-3, #brand-header .px-md-3, #brand-footer .pr-md-3, #brand-footer .px-md-3 {
        padding-right: 1rem !important;
    }
    #brand-header .pb-md-3, #brand-header .py-md-3, #brand-footer .pb-md-3, #brand-footer .py-md-3 {
        padding-bottom: 1rem !important;
    }
    #brand-header .pl-md-3, #brand-header .px-md-3, #brand-footer .pl-md-3, #brand-footer .px-md-3 {
        padding-left: 1rem !important;
    }
    #brand-header .p-md-4, #brand-footer .p-md-4 {
        padding: 1.5rem !important;
    }
    #brand-header .pt-md-4, #brand-header .py-md-4, #brand-footer .pt-md-4, #brand-footer .py-md-4 {
        padding-top: 1.5rem !important;
    }
    #brand-header .pr-md-4, #brand-header .px-md-4, #brand-footer .pr-md-4, #brand-footer .px-md-4 {
        padding-right: 1.5rem !important;
    }
    #brand-header .pb-md-4, #brand-header .py-md-4, #brand-footer .pb-md-4, #brand-footer .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    #brand-header .pl-md-4, #brand-header .px-md-4, #brand-footer .pl-md-4, #brand-footer .px-md-4 {
        padding-left: 1.5rem !important;
    }
    #brand-header .p-md-5, #brand-footer .p-md-5 {
        padding: 3rem !important;
    }
    #brand-header .pt-md-5, #brand-header .py-md-5, #brand-footer .pt-md-5, #brand-footer .py-md-5 {
        padding-top: 3rem !important;
    }
    #brand-header .pr-md-5, #brand-header .px-md-5, #brand-footer .pr-md-5, #brand-footer .px-md-5 {
        padding-right: 3rem !important;
    }
    #brand-header .pb-md-5, #brand-header .py-md-5, #brand-footer .pb-md-5, #brand-footer .py-md-5 {
        padding-bottom: 3rem !important;
    }
    #brand-header .pl-md-5, #brand-header .px-md-5, #brand-footer .pl-md-5, #brand-footer .px-md-5 {
        padding-left: 3rem !important;
    }
    #brand-header .m-md-n1, #brand-footer .m-md-n1 {
        margin: -.25rem !important;
    }
    #brand-header .mt-md-n1, #brand-header .my-md-n1, #brand-footer .mt-md-n1, #brand-footer .my-md-n1 {
        margin-top: -.25rem !important;
    }
    #brand-header .mr-md-n1, #brand-header .mx-md-n1, #brand-footer .mr-md-n1, #brand-footer .mx-md-n1 {
        margin-right: -.25rem !important;
    }
    #brand-header .mb-md-n1, #brand-header .my-md-n1, #brand-footer .mb-md-n1, #brand-footer .my-md-n1 {
        margin-bottom: -.25rem !important;
    }
    #brand-header .ml-md-n1, #brand-header .mx-md-n1, #brand-footer .ml-md-n1, #brand-footer .mx-md-n1 {
        margin-left: -.25rem !important;
    }
    #brand-header .m-md-n2, #brand-footer .m-md-n2 {
        margin: -.5rem !important;
    }
    #brand-header .mt-md-n2, #brand-header .my-md-n2, #brand-footer .mt-md-n2, #brand-footer .my-md-n2 {
        margin-top: -.5rem !important;
    }
    #brand-header .mr-md-n2, #brand-header .mx-md-n2, #brand-footer .mr-md-n2, #brand-footer .mx-md-n2 {
        margin-right: -.5rem !important;
    }
    #brand-header .mb-md-n2, #brand-header .my-md-n2, #brand-footer .mb-md-n2, #brand-footer .my-md-n2 {
        margin-bottom: -.5rem !important;
    }
    #brand-header .ml-md-n2, #brand-header .mx-md-n2, #brand-footer .ml-md-n2, #brand-footer .mx-md-n2 {
        margin-left: -.5rem !important;
    }
    #brand-header .m-md-n3, #brand-footer .m-md-n3 {
        margin: -1rem !important;
    }
    #brand-header .mt-md-n3, #brand-header .my-md-n3, #brand-footer .mt-md-n3, #brand-footer .my-md-n3 {
        margin-top: -1rem !important;
    }
    #brand-header .mr-md-n3, #brand-header .mx-md-n3, #brand-footer .mr-md-n3, #brand-footer .mx-md-n3 {
        margin-right: -1rem !important;
    }
    #brand-header .mb-md-n3, #brand-header .my-md-n3, #brand-footer .mb-md-n3, #brand-footer .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    #brand-header .ml-md-n3, #brand-header .mx-md-n3, #brand-footer .ml-md-n3, #brand-footer .mx-md-n3 {
        margin-left: -1rem !important;
    }
    #brand-header .m-md-n4, #brand-footer .m-md-n4 {
        margin: -1.5rem !important;
    }
    #brand-header .mt-md-n4, #brand-header .my-md-n4, #brand-footer .mt-md-n4, #brand-footer .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    #brand-header .mr-md-n4, #brand-header .mx-md-n4, #brand-footer .mr-md-n4, #brand-footer .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    #brand-header .mb-md-n4, #brand-header .my-md-n4, #brand-footer .mb-md-n4, #brand-footer .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    #brand-header .ml-md-n4, #brand-header .mx-md-n4, #brand-footer .ml-md-n4, #brand-footer .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    #brand-header .m-md-n5, #brand-footer .m-md-n5 {
        margin: -3rem !important;
    }
    #brand-header .mt-md-n5, #brand-header .my-md-n5, #brand-footer .mt-md-n5, #brand-footer .my-md-n5 {
        margin-top: -3rem !important;
    }
    #brand-header .mr-md-n5, #brand-header .mx-md-n5, #brand-footer .mr-md-n5, #brand-footer .mx-md-n5 {
        margin-right: -3rem !important;
    }
    #brand-header .mb-md-n5, #brand-header .my-md-n5, #brand-footer .mb-md-n5, #brand-footer .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    #brand-header .ml-md-n5, #brand-header .mx-md-n5, #brand-footer .ml-md-n5, #brand-footer .mx-md-n5 {
        margin-left: -3rem !important;
    }
    #brand-header .m-md-auto, #brand-footer .m-md-auto {
        margin: auto !important;
    }
    #brand-header .mt-md-auto, #brand-header .my-md-auto, #brand-footer .mt-md-auto, #brand-footer .my-md-auto {
        margin-top: auto !important;
    }
    #brand-header .mr-md-auto, #brand-header .mx-md-auto, #brand-footer .mr-md-auto, #brand-footer .mx-md-auto {
        margin-right: auto !important;
    }
    #brand-header .mb-md-auto, #brand-header .my-md-auto, #brand-footer .mb-md-auto, #brand-footer .my-md-auto {
        margin-bottom: auto !important;
    }
    #brand-header .ml-md-auto, #brand-header .mx-md-auto, #brand-footer .ml-md-auto, #brand-footer .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    #brand-header .m-lg-0, #brand-footer .m-lg-0 {
        margin: 0 !important;
    }
    #brand-header .mt-lg-0, #brand-header .my-lg-0, #brand-footer .mt-lg-0, #brand-footer .my-lg-0 {
        margin-top: 0 !important;
    }
    #brand-header .mr-lg-0, #brand-header .mx-lg-0, #brand-footer .mr-lg-0, #brand-footer .mx-lg-0 {
        margin-right: 0 !important;
    }
    #brand-header .mb-lg-0, #brand-header .my-lg-0, #brand-footer .mb-lg-0, #brand-footer .my-lg-0 {
        margin-bottom: 0 !important;
    }
    #brand-header .ml-lg-0, #brand-header .mx-lg-0, #brand-footer .ml-lg-0, #brand-footer .mx-lg-0 {
        margin-left: 0 !important;
    }
    #brand-header .m-lg-1, #brand-footer .m-lg-1 {
        margin: .25rem !important;
    }
    #brand-header .mt-lg-1, #brand-header .my-lg-1, #brand-footer .mt-lg-1, #brand-footer .my-lg-1 {
        margin-top: .25rem !important;
    }
    #brand-header .mr-lg-1, #brand-header .mx-lg-1, #brand-footer .mr-lg-1, #brand-footer .mx-lg-1 {
        margin-right: .25rem !important;
    }
    #brand-header .mb-lg-1, #brand-header .my-lg-1, #brand-footer .mb-lg-1, #brand-footer .my-lg-1 {
        margin-bottom: .25rem !important;
    }
    #brand-header .ml-lg-1, #brand-header .mx-lg-1, #brand-footer .ml-lg-1, #brand-footer .mx-lg-1 {
        margin-left: .25rem !important;
    }
    #brand-header .m-lg-2, #brand-footer .m-lg-2 {
        margin: .5rem !important;
    }
    #brand-header .mt-lg-2, #brand-header .my-lg-2, #brand-footer .mt-lg-2, #brand-footer .my-lg-2 {
        margin-top: .5rem !important;
    }
    #brand-header .mr-lg-2, #brand-header .mx-lg-2, #brand-footer .mr-lg-2, #brand-footer .mx-lg-2 {
        margin-right: .5rem !important;
    }
    #brand-header .mb-lg-2, #brand-header .my-lg-2, #brand-footer .mb-lg-2, #brand-footer .my-lg-2 {
        margin-bottom: .5rem !important;
    }
    #brand-header .ml-lg-2, #brand-header .mx-lg-2, #brand-footer .ml-lg-2, #brand-footer .mx-lg-2 {
        margin-left: .5rem !important;
    }
    #brand-header .m-lg-3, #brand-footer .m-lg-3 {
        margin: 1rem !important;
    }
    #brand-header .mt-lg-3, #brand-header .my-lg-3, #brand-footer .mt-lg-3, #brand-footer .my-lg-3 {
        margin-top: 1rem !important;
    }
    #brand-header .mr-lg-3, #brand-header .mx-lg-3, #brand-footer .mr-lg-3, #brand-footer .mx-lg-3 {
        margin-right: 1rem !important;
    }
    #brand-header .mb-lg-3, #brand-header .my-lg-3, #brand-footer .mb-lg-3, #brand-footer .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    #brand-header .ml-lg-3, #brand-header .mx-lg-3, #brand-footer .ml-lg-3, #brand-footer .mx-lg-3 {
        margin-left: 1rem !important;
    }
    #brand-header .m-lg-4, #brand-footer .m-lg-4 {
        margin: 1.5rem !important;
    }
    #brand-header .mt-lg-4, #brand-header .my-lg-4, #brand-footer .mt-lg-4, #brand-footer .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    #brand-header .mr-lg-4, #brand-header .mx-lg-4, #brand-footer .mr-lg-4, #brand-footer .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    #brand-header .mb-lg-4, #brand-header .my-lg-4, #brand-footer .mb-lg-4, #brand-footer .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    #brand-header .ml-lg-4, #brand-header .mx-lg-4, #brand-footer .ml-lg-4, #brand-footer .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    #brand-header .m-lg-5, #brand-footer .m-lg-5 {
        margin: 3rem !important;
    }
    #brand-header .mt-lg-5, #brand-header .my-lg-5, #brand-footer .mt-lg-5, #brand-footer .my-lg-5 {
        margin-top: 3rem !important;
    }
    #brand-header .mr-lg-5, #brand-header .mx-lg-5, #brand-footer .mr-lg-5, #brand-footer .mx-lg-5 {
        margin-right: 3rem !important;
    }
    #brand-header .mb-lg-5, #brand-header .my-lg-5, #brand-footer .mb-lg-5, #brand-footer .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    #brand-header .ml-lg-5, #brand-header .mx-lg-5, #brand-footer .ml-lg-5, #brand-footer .mx-lg-5 {
        margin-left: 3rem !important;
    }
    #brand-header .p-lg-0, #brand-footer .p-lg-0 {
        padding: 0 !important;
    }
    #brand-header .pt-lg-0, #brand-header .py-lg-0, #brand-footer .pt-lg-0, #brand-footer .py-lg-0 {
        padding-top: 0 !important;
    }
    #brand-header .pr-lg-0, #brand-header .px-lg-0, #brand-footer .pr-lg-0, #brand-footer .px-lg-0 {
        padding-right: 0 !important;
    }
    #brand-header .pb-lg-0, #brand-header .py-lg-0, #brand-footer .pb-lg-0, #brand-footer .py-lg-0 {
        padding-bottom: 0 !important;
    }
    #brand-header .pl-lg-0, #brand-header .px-lg-0, #brand-footer .pl-lg-0, #brand-footer .px-lg-0 {
        padding-left: 0 !important;
    }
    #brand-header .p-lg-1, #brand-footer .p-lg-1 {
        padding: .25rem !important;
    }
    #brand-header .pt-lg-1, #brand-header .py-lg-1, #brand-footer .pt-lg-1, #brand-footer .py-lg-1 {
        padding-top: .25rem !important;
    }
    #brand-header .pr-lg-1, #brand-header .px-lg-1, #brand-footer .pr-lg-1, #brand-footer .px-lg-1 {
        padding-right: .25rem !important;
    }
    #brand-header .pb-lg-1, #brand-header .py-lg-1, #brand-footer .pb-lg-1, #brand-footer .py-lg-1 {
        padding-bottom: .25rem !important;
    }
    #brand-header .pl-lg-1, #brand-header .px-lg-1, #brand-footer .pl-lg-1, #brand-footer .px-lg-1 {
        padding-left: .25rem !important;
    }
    #brand-header .p-lg-2, #brand-footer .p-lg-2 {
        padding: .5rem !important;
    }
    #brand-header .pt-lg-2, #brand-header .py-lg-2, #brand-footer .pt-lg-2, #brand-footer .py-lg-2 {
        padding-top: .5rem !important;
    }
    #brand-header .pr-lg-2, #brand-header .px-lg-2, #brand-footer .pr-lg-2, #brand-footer .px-lg-2 {
        padding-right: .5rem !important;
    }
    #brand-header .pb-lg-2, #brand-header .py-lg-2, #brand-footer .pb-lg-2, #brand-footer .py-lg-2 {
        padding-bottom: .5rem !important;
    }
    #brand-header .pl-lg-2, #brand-header .px-lg-2, #brand-footer .pl-lg-2, #brand-footer .px-lg-2 {
        padding-left: .5rem !important;
    }
    #brand-header .p-lg-3, #brand-footer .p-lg-3 {
        padding: 1rem !important;
    }
    #brand-header .pt-lg-3, #brand-header .py-lg-3, #brand-footer .pt-lg-3, #brand-footer .py-lg-3 {
        padding-top: 1rem !important;
    }
    #brand-header .pr-lg-3, #brand-header .px-lg-3, #brand-footer .pr-lg-3, #brand-footer .px-lg-3 {
        padding-right: 1rem !important;
    }
    #brand-header .pb-lg-3, #brand-header .py-lg-3, #brand-footer .pb-lg-3, #brand-footer .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    #brand-header .pl-lg-3, #brand-header .px-lg-3, #brand-footer .pl-lg-3, #brand-footer .px-lg-3 {
        padding-left: 1rem !important;
    }
    #brand-header .p-lg-4, #brand-footer .p-lg-4 {
        padding: 1.5rem !important;
    }
    #brand-header .pt-lg-4, #brand-header .py-lg-4, #brand-footer .pt-lg-4, #brand-footer .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    #brand-header .pr-lg-4, #brand-header .px-lg-4, #brand-footer .pr-lg-4, #brand-footer .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    #brand-header .pb-lg-4, #brand-header .py-lg-4, #brand-footer .pb-lg-4, #brand-footer .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    #brand-header .pl-lg-4, #brand-header .px-lg-4, #brand-footer .pl-lg-4, #brand-footer .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    #brand-header .p-lg-5, #brand-footer .p-lg-5 {
        padding: 3rem !important;
    }
    #brand-header .pt-lg-5, #brand-header .py-lg-5, #brand-footer .pt-lg-5, #brand-footer .py-lg-5 {
        padding-top: 3rem !important;
    }
    #brand-header .pr-lg-5, #brand-header .px-lg-5, #brand-footer .pr-lg-5, #brand-footer .px-lg-5 {
        padding-right: 3rem !important;
    }
    #brand-header .pb-lg-5, #brand-header .py-lg-5, #brand-footer .pb-lg-5, #brand-footer .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    #brand-header .pl-lg-5, #brand-header .px-lg-5, #brand-footer .pl-lg-5, #brand-footer .px-lg-5 {
        padding-left: 3rem !important;
    }
    #brand-header .m-lg-n1, #brand-footer .m-lg-n1 {
        margin: -.25rem !important;
    }
    #brand-header .mt-lg-n1, #brand-header .my-lg-n1, #brand-footer .mt-lg-n1, #brand-footer .my-lg-n1 {
        margin-top: -.25rem !important;
    }
    #brand-header .mr-lg-n1, #brand-header .mx-lg-n1, #brand-footer .mr-lg-n1, #brand-footer .mx-lg-n1 {
        margin-right: -.25rem !important;
    }
    #brand-header .mb-lg-n1, #brand-header .my-lg-n1, #brand-footer .mb-lg-n1, #brand-footer .my-lg-n1 {
        margin-bottom: -.25rem !important;
    }
    #brand-header .ml-lg-n1, #brand-header .mx-lg-n1, #brand-footer .ml-lg-n1, #brand-footer .mx-lg-n1 {
        margin-left: -.25rem !important;
    }
    #brand-header .m-lg-n2, #brand-footer .m-lg-n2 {
        margin: -.5rem !important;
    }
    #brand-header .mt-lg-n2, #brand-header .my-lg-n2, #brand-footer .mt-lg-n2, #brand-footer .my-lg-n2 {
        margin-top: -.5rem !important;
    }
    #brand-header .mr-lg-n2, #brand-header .mx-lg-n2, #brand-footer .mr-lg-n2, #brand-footer .mx-lg-n2 {
        margin-right: -.5rem !important;
    }
    #brand-header .mb-lg-n2, #brand-header .my-lg-n2, #brand-footer .mb-lg-n2, #brand-footer .my-lg-n2 {
        margin-bottom: -.5rem !important;
    }
    #brand-header .ml-lg-n2, #brand-header .mx-lg-n2, #brand-footer .ml-lg-n2, #brand-footer .mx-lg-n2 {
        margin-left: -.5rem !important;
    }
    #brand-header .m-lg-n3, #brand-footer .m-lg-n3 {
        margin: -1rem !important;
    }
    #brand-header .mt-lg-n3, #brand-header .my-lg-n3, #brand-footer .mt-lg-n3, #brand-footer .my-lg-n3 {
        margin-top: -1rem !important;
    }
    #brand-header .mr-lg-n3, #brand-header .mx-lg-n3, #brand-footer .mr-lg-n3, #brand-footer .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    #brand-header .mb-lg-n3, #brand-header .my-lg-n3, #brand-footer .mb-lg-n3, #brand-footer .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    #brand-header .ml-lg-n3, #brand-header .mx-lg-n3, #brand-footer .ml-lg-n3, #brand-footer .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    #brand-header .m-lg-n4, #brand-footer .m-lg-n4 {
        margin: -1.5rem !important;
    }
    #brand-header .mt-lg-n4, #brand-header .my-lg-n4, #brand-footer .mt-lg-n4, #brand-footer .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    #brand-header .mr-lg-n4, #brand-header .mx-lg-n4, #brand-footer .mr-lg-n4, #brand-footer .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    #brand-header .mb-lg-n4, #brand-header .my-lg-n4, #brand-footer .mb-lg-n4, #brand-footer .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    #brand-header .ml-lg-n4, #brand-header .mx-lg-n4, #brand-footer .ml-lg-n4, #brand-footer .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    #brand-header .m-lg-n5, #brand-footer .m-lg-n5 {
        margin: -3rem !important;
    }
    #brand-header .mt-lg-n5, #brand-header .my-lg-n5, #brand-footer .mt-lg-n5, #brand-footer .my-lg-n5 {
        margin-top: -3rem !important;
    }
    #brand-header .mr-lg-n5, #brand-header .mx-lg-n5, #brand-footer .mr-lg-n5, #brand-footer .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    #brand-header .mb-lg-n5, #brand-header .my-lg-n5, #brand-footer .mb-lg-n5, #brand-footer .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    #brand-header .ml-lg-n5, #brand-header .mx-lg-n5, #brand-footer .ml-lg-n5, #brand-footer .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    #brand-header .m-lg-auto, #brand-footer .m-lg-auto {
        margin: auto !important;
    }
    #brand-header .mt-lg-auto, #brand-header .my-lg-auto, #brand-footer .mt-lg-auto, #brand-footer .my-lg-auto {
        margin-top: auto !important;
    }
    #brand-header .mr-lg-auto, #brand-header .mx-lg-auto, #brand-footer .mr-lg-auto, #brand-footer .mx-lg-auto {
        margin-right: auto !important;
    }
    #brand-header .mb-lg-auto, #brand-header .my-lg-auto, #brand-footer .mb-lg-auto, #brand-footer .my-lg-auto {
        margin-bottom: auto !important;
    }
    #brand-header .ml-lg-auto, #brand-header .mx-lg-auto, #brand-footer .ml-lg-auto, #brand-footer .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    #brand-header .m-xl-0, #brand-footer .m-xl-0 {
        margin: 0 !important;
    }
    #brand-header .mt-xl-0, #brand-header .my-xl-0, #brand-footer .mt-xl-0, #brand-footer .my-xl-0 {
        margin-top: 0 !important;
    }
    #brand-header .mr-xl-0, #brand-header .mx-xl-0, #brand-footer .mr-xl-0, #brand-footer .mx-xl-0 {
        margin-right: 0 !important;
    }
    #brand-header .mb-xl-0, #brand-header .my-xl-0, #brand-footer .mb-xl-0, #brand-footer .my-xl-0 {
        margin-bottom: 0 !important;
    }
    #brand-header .ml-xl-0, #brand-header .mx-xl-0, #brand-footer .ml-xl-0, #brand-footer .mx-xl-0 {
        margin-left: 0 !important;
    }
    #brand-header .m-xl-1, #brand-footer .m-xl-1 {
        margin: .25rem !important;
    }
    #brand-header .mt-xl-1, #brand-header .my-xl-1, #brand-footer .mt-xl-1, #brand-footer .my-xl-1 {
        margin-top: .25rem !important;
    }
    #brand-header .mr-xl-1, #brand-header .mx-xl-1, #brand-footer .mr-xl-1, #brand-footer .mx-xl-1 {
        margin-right: .25rem !important;
    }
    #brand-header .mb-xl-1, #brand-header .my-xl-1, #brand-footer .mb-xl-1, #brand-footer .my-xl-1 {
        margin-bottom: .25rem !important;
    }
    #brand-header .ml-xl-1, #brand-header .mx-xl-1, #brand-footer .ml-xl-1, #brand-footer .mx-xl-1 {
        margin-left: .25rem !important;
    }
    #brand-header .m-xl-2, #brand-footer .m-xl-2 {
        margin: .5rem !important;
    }
    #brand-header .mt-xl-2, #brand-header .my-xl-2, #brand-footer .mt-xl-2, #brand-footer .my-xl-2 {
        margin-top: .5rem !important;
    }
    #brand-header .mr-xl-2, #brand-header .mx-xl-2, #brand-footer .mr-xl-2, #brand-footer .mx-xl-2 {
        margin-right: .5rem !important;
    }
    #brand-header .mb-xl-2, #brand-header .my-xl-2, #brand-footer .mb-xl-2, #brand-footer .my-xl-2 {
        margin-bottom: .5rem !important;
    }
    #brand-header .ml-xl-2, #brand-header .mx-xl-2, #brand-footer .ml-xl-2, #brand-footer .mx-xl-2 {
        margin-left: .5rem !important;
    }
    #brand-header .m-xl-3, #brand-footer .m-xl-3 {
        margin: 1rem !important;
    }
    #brand-header .mt-xl-3, #brand-header .my-xl-3, #brand-footer .mt-xl-3, #brand-footer .my-xl-3 {
        margin-top: 1rem !important;
    }
    #brand-header .mr-xl-3, #brand-header .mx-xl-3, #brand-footer .mr-xl-3, #brand-footer .mx-xl-3 {
        margin-right: 1rem !important;
    }
    #brand-header .mb-xl-3, #brand-header .my-xl-3, #brand-footer .mb-xl-3, #brand-footer .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    #brand-header .ml-xl-3, #brand-header .mx-xl-3, #brand-footer .ml-xl-3, #brand-footer .mx-xl-3 {
        margin-left: 1rem !important;
    }
    #brand-header .m-xl-4, #brand-footer .m-xl-4 {
        margin: 1.5rem !important;
    }
    #brand-header .mt-xl-4, #brand-header .my-xl-4, #brand-footer .mt-xl-4, #brand-footer .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    #brand-header .mr-xl-4, #brand-header .mx-xl-4, #brand-footer .mr-xl-4, #brand-footer .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    #brand-header .mb-xl-4, #brand-header .my-xl-4, #brand-footer .mb-xl-4, #brand-footer .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    #brand-header .ml-xl-4, #brand-header .mx-xl-4, #brand-footer .ml-xl-4, #brand-footer .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    #brand-header .m-xl-5, #brand-footer .m-xl-5 {
        margin: 3rem !important;
    }
    #brand-header .mt-xl-5, #brand-header .my-xl-5, #brand-footer .mt-xl-5, #brand-footer .my-xl-5 {
        margin-top: 3rem !important;
    }
    #brand-header .mr-xl-5, #brand-header .mx-xl-5, #brand-footer .mr-xl-5, #brand-footer .mx-xl-5 {
        margin-right: 3rem !important;
    }
    #brand-header .mb-xl-5, #brand-header .my-xl-5, #brand-footer .mb-xl-5, #brand-footer .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    #brand-header .ml-xl-5, #brand-header .mx-xl-5, #brand-footer .ml-xl-5, #brand-footer .mx-xl-5 {
        margin-left: 3rem !important;
    }
    #brand-header .p-xl-0, #brand-footer .p-xl-0 {
        padding: 0 !important;
    }
    #brand-header .pt-xl-0, #brand-header .py-xl-0, #brand-footer .pt-xl-0, #brand-footer .py-xl-0 {
        padding-top: 0 !important;
    }
    #brand-header .pr-xl-0, #brand-header .px-xl-0, #brand-footer .pr-xl-0, #brand-footer .px-xl-0 {
        padding-right: 0 !important;
    }
    #brand-header .pb-xl-0, #brand-header .py-xl-0, #brand-footer .pb-xl-0, #brand-footer .py-xl-0 {
        padding-bottom: 0 !important;
    }
    #brand-header .pl-xl-0, #brand-header .px-xl-0, #brand-footer .pl-xl-0, #brand-footer .px-xl-0 {
        padding-left: 0 !important;
    }
    #brand-header .p-xl-1, #brand-footer .p-xl-1 {
        padding: .25rem !important;
    }
    #brand-header .pt-xl-1, #brand-header .py-xl-1, #brand-footer .pt-xl-1, #brand-footer .py-xl-1 {
        padding-top: .25rem !important;
    }
    #brand-header .pr-xl-1, #brand-header .px-xl-1, #brand-footer .pr-xl-1, #brand-footer .px-xl-1 {
        padding-right: .25rem !important;
    }
    #brand-header .pb-xl-1, #brand-header .py-xl-1, #brand-footer .pb-xl-1, #brand-footer .py-xl-1 {
        padding-bottom: .25rem !important;
    }
    #brand-header .pl-xl-1, #brand-header .px-xl-1, #brand-footer .pl-xl-1, #brand-footer .px-xl-1 {
        padding-left: .25rem !important;
    }
    #brand-header .p-xl-2, #brand-footer .p-xl-2 {
        padding: .5rem !important;
    }
    #brand-header .pt-xl-2, #brand-header .py-xl-2, #brand-footer .pt-xl-2, #brand-footer .py-xl-2 {
        padding-top: .5rem !important;
    }
    #brand-header .pr-xl-2, #brand-header .px-xl-2, #brand-footer .pr-xl-2, #brand-footer .px-xl-2 {
        padding-right: .5rem !important;
    }
    #brand-header .pb-xl-2, #brand-header .py-xl-2, #brand-footer .pb-xl-2, #brand-footer .py-xl-2 {
        padding-bottom: .5rem !important;
    }
    #brand-header .pl-xl-2, #brand-header .px-xl-2, #brand-footer .pl-xl-2, #brand-footer .px-xl-2 {
        padding-left: .5rem !important;
    }
    #brand-header .p-xl-3, #brand-footer .p-xl-3 {
        padding: 1rem !important;
    }
    #brand-header .pt-xl-3, #brand-header .py-xl-3, #brand-footer .pt-xl-3, #brand-footer .py-xl-3 {
        padding-top: 1rem !important;
    }
    #brand-header .pr-xl-3, #brand-header .px-xl-3, #brand-footer .pr-xl-3, #brand-footer .px-xl-3 {
        padding-right: 1rem !important;
    }
    #brand-header .pb-xl-3, #brand-header .py-xl-3, #brand-footer .pb-xl-3, #brand-footer .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    #brand-header .pl-xl-3, #brand-header .px-xl-3, #brand-footer .pl-xl-3, #brand-footer .px-xl-3 {
        padding-left: 1rem !important;
    }
    #brand-header .p-xl-4, #brand-footer .p-xl-4 {
        padding: 1.5rem !important;
    }
    #brand-header .pt-xl-4, #brand-header .py-xl-4, #brand-footer .pt-xl-4, #brand-footer .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    #brand-header .pr-xl-4, #brand-header .px-xl-4, #brand-footer .pr-xl-4, #brand-footer .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    #brand-header .pb-xl-4, #brand-header .py-xl-4, #brand-footer .pb-xl-4, #brand-footer .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    #brand-header .pl-xl-4, #brand-header .px-xl-4, #brand-footer .pl-xl-4, #brand-footer .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    #brand-header .p-xl-5, #brand-footer .p-xl-5 {
        padding: 3rem !important;
    }
    #brand-header .pt-xl-5, #brand-header .py-xl-5, #brand-footer .pt-xl-5, #brand-footer .py-xl-5 {
        padding-top: 3rem !important;
    }
    #brand-header .pr-xl-5, #brand-header .px-xl-5, #brand-footer .pr-xl-5, #brand-footer .px-xl-5 {
        padding-right: 3rem !important;
    }
    #brand-header .pb-xl-5, #brand-header .py-xl-5, #brand-footer .pb-xl-5, #brand-footer .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    #brand-header .pl-xl-5, #brand-header .px-xl-5, #brand-footer .pl-xl-5, #brand-footer .px-xl-5 {
        padding-left: 3rem !important;
    }
    #brand-header .m-xl-n1, #brand-footer .m-xl-n1 {
        margin: -.25rem !important;
    }
    #brand-header .mt-xl-n1, #brand-header .my-xl-n1, #brand-footer .mt-xl-n1, #brand-footer .my-xl-n1 {
        margin-top: -.25rem !important;
    }
    #brand-header .mr-xl-n1, #brand-header .mx-xl-n1, #brand-footer .mr-xl-n1, #brand-footer .mx-xl-n1 {
        margin-right: -.25rem !important;
    }
    #brand-header .mb-xl-n1, #brand-header .my-xl-n1, #brand-footer .mb-xl-n1, #brand-footer .my-xl-n1 {
        margin-bottom: -.25rem !important;
    }
    #brand-header .ml-xl-n1, #brand-header .mx-xl-n1, #brand-footer .ml-xl-n1, #brand-footer .mx-xl-n1 {
        margin-left: -.25rem !important;
    }
    #brand-header .m-xl-n2, #brand-footer .m-xl-n2 {
        margin: -.5rem !important;
    }
    #brand-header .mt-xl-n2, #brand-header .my-xl-n2, #brand-footer .mt-xl-n2, #brand-footer .my-xl-n2 {
        margin-top: -.5rem !important;
    }
    #brand-header .mr-xl-n2, #brand-header .mx-xl-n2, #brand-footer .mr-xl-n2, #brand-footer .mx-xl-n2 {
        margin-right: -.5rem !important;
    }
    #brand-header .mb-xl-n2, #brand-header .my-xl-n2, #brand-footer .mb-xl-n2, #brand-footer .my-xl-n2 {
        margin-bottom: -.5rem !important;
    }
    #brand-header .ml-xl-n2, #brand-header .mx-xl-n2, #brand-footer .ml-xl-n2, #brand-footer .mx-xl-n2 {
        margin-left: -.5rem !important;
    }
    #brand-header .m-xl-n3, #brand-footer .m-xl-n3 {
        margin: -1rem !important;
    }
    #brand-header .mt-xl-n3, #brand-header .my-xl-n3, #brand-footer .mt-xl-n3, #brand-footer .my-xl-n3 {
        margin-top: -1rem !important;
    }
    #brand-header .mr-xl-n3, #brand-header .mx-xl-n3, #brand-footer .mr-xl-n3, #brand-footer .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    #brand-header .mb-xl-n3, #brand-header .my-xl-n3, #brand-footer .mb-xl-n3, #brand-footer .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    #brand-header .ml-xl-n3, #brand-header .mx-xl-n3, #brand-footer .ml-xl-n3, #brand-footer .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    #brand-header .m-xl-n4, #brand-footer .m-xl-n4 {
        margin: -1.5rem !important;
    }
    #brand-header .mt-xl-n4, #brand-header .my-xl-n4, #brand-footer .mt-xl-n4, #brand-footer .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    #brand-header .mr-xl-n4, #brand-header .mx-xl-n4, #brand-footer .mr-xl-n4, #brand-footer .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    #brand-header .mb-xl-n4, #brand-header .my-xl-n4, #brand-footer .mb-xl-n4, #brand-footer .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    #brand-header .ml-xl-n4, #brand-header .mx-xl-n4, #brand-footer .ml-xl-n4, #brand-footer .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    #brand-header .m-xl-n5, #brand-footer .m-xl-n5 {
        margin: -3rem !important;
    }
    #brand-header .mt-xl-n5, #brand-header .my-xl-n5, #brand-footer .mt-xl-n5, #brand-footer .my-xl-n5 {
        margin-top: -3rem !important;
    }
    #brand-header .mr-xl-n5, #brand-header .mx-xl-n5, #brand-footer .mr-xl-n5, #brand-footer .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    #brand-header .mb-xl-n5, #brand-header .my-xl-n5, #brand-footer .mb-xl-n5, #brand-footer .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    #brand-header .ml-xl-n5, #brand-header .mx-xl-n5, #brand-footer .ml-xl-n5, #brand-footer .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    #brand-header .m-xl-auto, #brand-footer .m-xl-auto {
        margin: auto !important;
    }
    #brand-header .mt-xl-auto, #brand-header .my-xl-auto, #brand-footer .mt-xl-auto, #brand-footer .my-xl-auto {
        margin-top: auto !important;
    }
    #brand-header .mr-xl-auto, #brand-header .mx-xl-auto, #brand-footer .mr-xl-auto, #brand-footer .mx-xl-auto {
        margin-right: auto !important;
    }
    #brand-header .mb-xl-auto, #brand-header .my-xl-auto, #brand-footer .mb-xl-auto, #brand-footer .my-xl-auto {
        margin-bottom: auto !important;
    }
    #brand-header .ml-xl-auto, #brand-header .mx-xl-auto, #brand-footer .ml-xl-auto, #brand-footer .mx-xl-auto {
        margin-left: auto !important;
    }
}

#brand-header .text-monospace, #brand-footer .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

#brand-header .text-justify, #brand-footer .text-justify {
    text-align: justify !important;
}

#brand-header .text-wrap, #brand-footer .text-wrap {
    white-space: normal !important;
}

#brand-header .text-nowrap, #brand-footer .text-nowrap {
    white-space: nowrap !important;
}

#brand-header .text-truncate, #brand-footer .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#brand-header .text-left, #brand-footer .text-left {
    text-align: left !important;
}

#brand-header .text-right, #brand-footer .text-right {
    text-align: right !important;
}

#brand-header .text-center, #brand-footer .text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    #brand-header .text-sm-left, #brand-footer .text-sm-left {
        text-align: left !important;
    }
    #brand-header .text-sm-right, #brand-footer .text-sm-right {
        text-align: right !important;
    }
    #brand-header .text-sm-center, #brand-footer .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    #brand-header .text-md-left, #brand-footer .text-md-left {
        text-align: left !important;
    }
    #brand-header .text-md-right, #brand-footer .text-md-right {
        text-align: right !important;
    }
    #brand-header .text-md-center, #brand-footer .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    #brand-header .text-lg-left, #brand-footer .text-lg-left {
        text-align: left !important;
    }
    #brand-header .text-lg-right, #brand-footer .text-lg-right {
        text-align: right !important;
    }
    #brand-header .text-lg-center, #brand-footer .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    #brand-header .text-xl-left, #brand-footer .text-xl-left {
        text-align: left !important;
    }
    #brand-header .text-xl-right, #brand-footer .text-xl-right {
        text-align: right !important;
    }
    #brand-header .text-xl-center, #brand-footer .text-xl-center {
        text-align: center !important;
    }
}

#brand-header .text-lowercase, #brand-footer .text-lowercase {
    text-transform: lowercase !important;
}

#brand-header .text-uppercase, #brand-footer .text-uppercase {
    text-transform: uppercase !important;
}

#brand-header .text-capitalize, #brand-footer .text-capitalize {
    text-transform: capitalize !important;
}

#brand-header .font-weight-light, #brand-footer .font-weight-light {
    font-weight: 300 !important;
}

#brand-header .font-weight-lighter, #brand-footer .font-weight-lighter {
    font-weight: lighter !important;
}

#brand-header .font-weight-normal, #brand-footer .font-weight-normal {
    font-weight: 400 !important;
}

#brand-header .font-weight-bold, #brand-footer .font-weight-bold {
    font-weight: 700 !important;
}

#brand-header .font-weight-bolder, #brand-footer .font-weight-bolder {
    font-weight: bolder !important;
}

#brand-header .font-italic, #brand-footer .font-italic {
    font-style: italic !important;
}

#brand-header .text-white, #brand-footer .text-white {
    color: #fff !important;
}

#brand-header .text-primary, #brand-footer .text-primary {
    color: #007bff !important;
}

#brand-header a.text-primary:focus, #brand-header a.text-primary:hover, #brand-footer a.text-primary:focus, #brand-footer a.text-primary:hover {
    color: #0056b3 !important;
}

#brand-header .text-secondary, #brand-footer .text-secondary {
    color: #6c757d !important;
}

#brand-header a.text-secondary:focus, #brand-header a.text-secondary:hover, #brand-footer a.text-secondary:focus, #brand-footer a.text-secondary:hover {
    color: #494f54 !important;
}

#brand-header .text-success, #brand-footer .text-success {
    color: #28a745 !important;
}

#brand-header a.text-success:focus, #brand-header a.text-success:hover, #brand-footer a.text-success:focus, #brand-footer a.text-success:hover {
    color: #19692c !important;
}

#brand-header .text-info, #brand-footer .text-info {
    color: #17a2b8 !important;
}

#brand-header a.text-info:focus, #brand-header a.text-info:hover, #brand-footer a.text-info:focus, #brand-footer a.text-info:hover {
    color: #0f6674 !important;
}

#brand-header .text-warning, #brand-footer .text-warning {
    color: #ffc107 !important;
}

#brand-header a.text-warning:focus, #brand-header a.text-warning:hover, #brand-footer a.text-warning:focus, #brand-footer a.text-warning:hover {
    color: #ba8b00 !important;
}

#brand-header .text-danger, #brand-footer .text-danger {
    color: #dc3545 !important;
}

#brand-header a.text-danger:focus, #brand-header a.text-danger:hover, #brand-footer a.text-danger:focus, #brand-footer a.text-danger:hover {
    color: #a71d2a !important;
}

#brand-header .text-light, #brand-footer .text-light {
    color: #f8f9fa !important;
}

#brand-header a.text-light:focus, #brand-header a.text-light:hover, #brand-footer a.text-light:focus, #brand-footer a.text-light:hover {
    color: #cbd3da !important;
}

#brand-header .text-dark, #brand-footer .text-dark {
    color: #343a40 !important;
}

#brand-header a.text-dark:focus, #brand-header a.text-dark:hover, #brand-footer a.text-dark:focus, #brand-footer a.text-dark:hover {
    color: #121416 !important;
}

#brand-header .text-body, #brand-footer .text-body {
    color: #212529 !important;
}

#brand-header .text-muted, #brand-footer .text-muted {
    color: #6c757d !important;
}

#brand-header .text-black-50, #brand-footer .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

#brand-header .text-white-50, #brand-footer .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

#brand-header .text-hide, #brand-footer .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

#brand-header .text-decoration-none, #brand-footer .text-decoration-none {
    text-decoration: none !important;
}

#brand-header .text-break, #brand-footer .text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

#brand-header .text-reset, #brand-footer .text-reset {
    color: inherit !important;
}

#brand-header .visible, #brand-footer .visible {
    visibility: visible !important;
}

#brand-header .invisible, #brand-footer .invisible {
    visibility: hidden !important;
}
#brand-header .error{
    color: #ed3248;
    border: 1px solid #ed3248;
}


#brand-header .error::placeholder {
    color: #ed3248;
}
#brand-header .disable-select {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}
/**HEADER**/
#brand-header header{
    width: 100%;
    z-index: 100;
}
#brand-header header nav{
    background-color: #ffffff;
    padding: 0 8px 0;
    height: 50px;
    z-index: 1;
}
#brand-header header nav.black{
    background-color: #2b2b2b;
}
#brand-header header nav.black #options-menu #options-container .option{
    color: #ffffff;
}
#brand-header header nav #symbol svg{
    width: 90px;
    height: auto;
}



#brand-header header #bookingbar{
    background-color: #ffffff;
    box-shadow: 0 0 0 0 rgba(95, 95, 95, 0.3);
    border-top: solid 0px #ebebeb;
    overflow: hidden;
    height: 0;
}
#brand-header header #bookingbar.open{
    box-shadow: 0 2px 4px 0 rgba(95, 95, 95, 0.3);
    border-top: solid 1px #ebebeb;
    height: 56px;
    display: none;
}
#brand-header header #bookingbar form{
    max-width: 930px;
}
#brand-header header #bookingbar form{
    margin: 0;
}
#brand-header header #bookingbar select,
#brand-header header #bookingbar textarea,
#brand-header header #bookingbar input,
#brand-header header #bookingbar input[type="text"]{
    position: relative;
    -webkit-text-fill-color: #2b2b2b;
    -webkit-appearance: none;
    opacity: 1;
    border-radius: 0;
    border: none;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    padding: 22px 30px 10px 15px;
    background-color: transparent;
    z-index: 1;
    border-right: rgba(0, 0, 0, 0.3) solid 1px;
}
#brand-header header #bookingbar input{
    max-width: 180px;
}
#brand-header header #bookingbar input:last-child{
    padding: 22px 15px 10px 15px;
    max-width: 180px;
    border-right: none;
}
#brand-header header #bookingbar select{
    max-width: 205px;
}
#brand-header header #bookingbar button{
    font-size: 18px;
    padding: 5px 27px;
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;

}
#brand-header header #bookingbar button:hover{
    border: solid 2px #ffffff!important;
    background-color: #eb6906!important;
    color:#ffffff!important;
}
#brand-header header #bookingbar .form-element{
    position: relative;
    background-color: #ffffff;
}
#brand-header header #bookingbar .form-element label{
    color:#2b2b2b;
    margin-bottom: -10px;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    margin-top: 4px;
    margin-left: 15px;
}
#brand-header header #bookingbar .form-element .arrow{
    position: absolute;
    bottom: 9px;
    right: 8px;
    display: inline-block;
    z-index: 0;
}
#brand-header header #bookingbar .form-element .arrow span{
    display: inline-block;
    height: 1px;
    width: 8px;
    background-color: #2b2b2b;
    transform: rotate(-45deg);
    margin-bottom: 4px;
}
#brand-header header #bookingbar .form-element .arrow span:first-child{
    transform: rotate(45deg);
    margin-right: -2px;
}
#brand-header header #bookingbar #close-bookingbar{
    position: absolute;
    right: -60px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
#brand-header header #bookingbar #close-bookingbar span{
    top:20px;
    width: 20px;
    height: 1px;
    background-color: #2b2b2b;
    display: block;
    position: absolute;
    transform: rotate(45deg);
}
#brand-header header #bookingbar #close-bookingbar span:last-child{
    transform: rotate(-45deg);
}
#brand-header header #bookingbar #close-bookingbar:hover span{
    transform: rotate(-45deg);
}
#brand-header header #bookingbar #close-bookingbar:hover span:last-child{
    transform: rotate(45deg);
}

#brand-header header #covid{
    background-color: black;
    color:white;
    padding:7px 50px;
    z-index: 4;
    width: 100%;
    font-family: 'Noto Sans';
    font-size: 14px;
    overflow: hidden;
    height: 35px;
}
#brand-header header #covid .social a{
    color:#2b2b2b;
    background-color: #ffffff;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 30px;
    text-align: center;
    margin-left: 10px;

}
#brand-header header #covid .social a:hover{
    background-color: #eb6906;
    text-decoration: none;
    color:#ffffff;

}
#brand-header header #covid.closed{
    padding:0;
    height: 0;
}
#brand-header header #covid a{
    color:#ffffff;
}
#brand-header header #covid a:hover{
    text-decoration: underline;
    text-decoration-color: #ffffff;
}
#brand-header header #close-covid {
    position: absolute;
    right: 0px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
#brand-header header #close-covid span {
    top: 10px;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    transform: rotate(45deg);
}
#brand-header header #close-covid span:last-child {
    transform: rotate(-45deg);
}

#brand-header header #close-covid:hover span {
    transform: rotate(-45deg);
}
#brand-header header #close-covid:hover span:last-child {
    transform: rotate(45deg);
}
#brand-header header #covid.closed #close-covid{
    display: none;
}
/**FIN HEADER**/
/*TITLE*/
#page-header{
    height: 100px;
    position: relative;
    overflow: hidden;
}
#page-header #title {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 130%;
    color: #ffffff;
    background-color: #eb6906;
    background-image: radial-gradient(circle at 0 0, #ffce00, #f29702 20%, #eb6906);
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    overflow: hidden;
    animation: 1s cubic-bezier(0,0,0,1) .1s 1 loadtitle forwards;
}
#page-header #title  h1{
    position: relative;
    text-align: right;
    margin: 0 20px 0 0;
    padding: 10px 0;
    font-size: 24px;
    z-index: 1;

}
#page-header #title .circle{
    -moz-transition: all 3s cubic-bezier(0,0,0,1);
    -webkit-transition: all 3s cubic-bezier(0,0,0,1);
    -ms-transition: all 3s cubic-bezier(0,0,0,1);
    transition: all 3s cubic-bezier(0,0,0,1);
    top: -40%;
    left: 27%;
    position: absolute;
    display: block;
    border-radius: 65vw;
    padding: 17vh;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    z-index: 0;
    background-image: radial-gradient(circle at 0 0, #ffce00, #f29702 44%, #d74b00 93%);
}

#page-header .circle:first-child{
    top: -20vw;
    left: -50%;
    background-image: radial-gradient(circle at 0 0, #ffce00, #f29702 48%, #eb6906);
}

@keyframes loadtitle {
    0% {
        width: 130%;
    }
    100% {
        width: 84%;
    }
}
/*END TITLE*/
/**MENU**/
#brand-header header nav #options-menu{
    display: flex;
    position: fixed;
    margin: 0;
    padding: 0;
    right: -110vw;
    top:0px;
    height: 0;
    width: 0;
    background-image: radial-gradient(circle at 0 0, #ffce00, #f29702 48%, #eb6906);
    overflow: hidden;
}

#brand-header header nav #logo,
#brand-header header nav #symbol{
    height: 50px;
}
#brand-header header nav #symbol svg{
    height: 50px;
}

body #brand-header header.menu-opened nav #options-menu{
    top: 0;
    height: 100vh;
    display: flex;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1000;
}
body.topbar-open #brand-header header.menu-opened nav #options-menu {
    top: 35px;
    height: calc(100vh - 35px);
}
#brand-header header nav #options-menu .circle{
    top: -20vh;
    left:-20vw;
    -moz-transition: all 3s cubic-bezier(0,0,0,1);
    -webkit-transition: all 3s cubic-bezier(0,0,0,1);
    -ms-transition: all 3s cubic-bezier(0,0,0,1);
    transition: all 3s cubic-bezier(0,0,0,1);

}
#brand-header header.menu-opened nav #options-menu .circle{
    top: 15vh;
    left:-10vw;
    position: absolute;
    display: block;
    border-radius: 65vw;
    width: 65vw;
    height: 65vw;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    z-index: 0;
    background-image: radial-gradient(circle at 0 0, #ffce00, #f29702 44%, #d74b00 93%);
}
#brand-header header.menu-opened nav #options-menu .circle:first-child{
    width: 55vw;
    height: 55vw;
    top: -10vh;
    left:-20vw;
    background-image: radial-gradient(circle at 0 0, #ffce00, #f29702 48%, #eb6906);
}
#brand-header header.menu-opened nav #options-menu .circle:last-of-type{
    top: -8vh;
    left:22vw;
    background-image: radial-gradient(circle at 0 0, #ffce00, #f29702 38%, #eb6906 78%);
}

#brand-header header nav #options-menu #options-container{
    margin-left: 100vw;
    z-index: 10;
    margin-top: 0;
    overflow: hidden;
    height: 250px;
    width: 200vw;
    transition-delay: .10s;
    padding-bottom: 50px;
}
#brand-header header.menu-opened nav #options-menu #options-container{
    width: 100%;
    margin-left: 0;
}

#brand-header header #lang-menu li a,
#brand-header header.menu-opened nav #options-menu #options-container .option{
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    color: #ffffff;
}

#brand-header header #lang-menu li a:hover,
#brand-header header.menu-opened nav #options-menu #options-container .option:hover{
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    color: #2b2b2b;
    text-decoration: none;
}
#brand-header header #lang-menu{
    list-style: none;
    z-index: 10;
    margin-bottom: 50px;
}
#brand-header header #lang-menu li{
    padding: 0 10px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
#brand-header header #lang-menu li:first-child{
    padding: 0 10px 0 0;
    border-left: none;
}
#brand-header header #lang-menu li:last-of-type{
    padding: 0 0 0 10px;
    border-right: none;
}
#brand-header header #mobile-button{
    z-index: 10;
}
/**FIN MENU**/

/**SUBMENU**/
.option-with-submenu{
    position: relative;
}
.with-submenu{
    fill: #eb6906;
    background-color: #ffffff;
    padding: 13px 15px 13px 15px;
    margin-right: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.with-submenu svg,
.with-submenu *{
    fill: #2b2b2b;
}
.with-submenu svg{
    width: 24px;
}
.black .with-submenu svg{
    fill: #ffffff;
}
.black .with-submenu:hover *,
.with-submenu:hover *{
    fill: #eb6906;
}
.black .with-submenu.open,
.option-with-submenu.open .with-submenu,
.with-submenu.open {
    box-shadow: rgba(0, 0, 0, 0.32) 0 -6px 5px;
}
.with-submenu + .submenu{
    overflow: hidden;
    height: 0;
    top: 50px;
    position: absolute;
    background-color: #ffffff;
    padding: 0 16px;
    left: -190px;
    box-shadow: rgba(0, 0, 0, 0.32) 0 0 0;
    z-index: 1;
    min-width: 288px;
}
.with-submenu.open + .submenu{
    box-shadow: rgba(0, 0, 0, 0.32) 0 0 5px;
    height: max-content;
    position: absolute;
    background-color: #ffffff;
    padding: 20px 16px 10px 16px;

}
.submenu .title{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.submenu .submenu-option{
    border-bottom: 1px solid rgba(43, 43, 43, 0.3);
    padding: 16px 0 10px 0 ;
}
.submenu .submenu-option:last-child{
    border-bottom: none;
}
.submenu .submenu-option .country{
    font-size: 11px;
    padding: 0;
}
.submenu .submenu-option .phone-number{
    font-size: 14px;
    padding: 0;
    color: #212529;
    text-decoration: none;
}
/**SUBMENU**/

/**BURGER**/
header nav #burger {
    width: 46px;
    height: 24px;
    cursor: pointer;
    padding: 3px 6px;
}

header nav #burger span {
    display: flex;
    height: 2px;
    width: 34px;
    background-color: #2b2b2b;
}

header nav.black #burger span {
    background-color: #ffffff;
}

header nav #burger span:last-child {
    width: 24px;
}

header nav #burger:hover span {
    background-color: #eb6906;
}

header nav #burger:hover span:last-child {
    width: 34px;
}

header.menu-opened nav #burger{
    justify-content: normal!important;
    width: 46px;
    height: 32px;
    padding: 0;
    z-index: 1001;
}
header.menu-opened nav #burger span{
    transform: rotate(45deg);
    margin-top: -2px;
}
header.menu-opened nav #burger span:first-child{
    transform: rotate(-45deg);
    margin-top: 15px;
}

header.menu-opened nav #burger span:last-child{
    width: 0;
    transform: rotate(0deg);
}
header.menu-opened nav #burger:hover span{
    transform: rotate(-45deg);
    background-color: #2b2b2b;
}
header.menu-opened nav #burger:hover span:first-child{
    transform: rotate(  45deg);
    background-color: #2b2b2b;
}


/**FIN BURGER**/

/**CONTENT**/
body #content{
    min-height: 100vh;
    padding-top: 50px;
}
body.topbar-open #content{
    min-height: 100vh;
    padding-top: 85px;

}
/**FIN CONTENT**/

/**FOOTER**/
#brand-footer footer{
    background-color: #2b2b2b;
    color:#ffffff;
    padding:40px 50px;
    font-size: 12px;
}
#brand-footer footer a{
    font-size: 12px;
    color:#ffffff;
}
#brand-footer footer.white{
    background-color: #ffffff;
    color:#2b2b2b;
    border-top: solid 1px #d8d8d8
}
#brand-footer footer.white a{
    color:#2b2b2b;
}
#brand-footer footer a:hover{
    color:#eb6906;
}
#brand-footer footer #logo-footer svg{
    width: 100%;
    max-width: 140px;
}
#brand-footer footer h3{
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
}
#brand-footer footer h3:hover{
    color: #eb6906;
}
#brand-footer footer h3.collapsed{
    margin-bottom: 0px;
}
#brand-footer footer h3 .arrow span{
    display: inline-block;
    height: 2px;
    width: 10px;
    background-color: #ffffff;
    transform: rotate(45deg);
    margin-bottom: 4px;
}

#brand-footer footer.white h3 .arrow span{
    background-color: #2b2b2b;
}
#brand-footer footer h3 .arrow span:first-child{
    transform: rotate(-45deg);
    margin-right: -4px;
}
#brand-footer footer h3:hover .arrow span{
    background-color: #eb6906;
}
#brand-footer footer h3.collapsed .arrow span{
    transform: rotate(-45deg);
}
#brand-footer footer h3.collapsed .arrow span:first-child{
    transform: rotate(45deg);
}
#brand-footer footer ul{
    margin: 54px 0 0 0 ;
    padding: 0;
    list-style: none;
}
#brand-footer footer ul li{
    margin: 6px 0;
}
#brand-footer footer #legal-menu{
    margin-top: 30px;
}
#brand-footer footer #legal-menu a{
    font-style: italic;
}

#brand-footer footer img.legal-logo{
    margin-right: 30px;
    width: 60px;
    height: auto;
    margin-top: 20px;
}
#brand-footer footer img.covid-logo{
    width: 90px;
}
#brand-footer footer .social{
    margin-top: 20px;
}
#brand-footer footer .social a{
    margin-right: 10px;
    display: inline-flex;
    height: 40px;
    width: 40px;
    background-color: #eb6906;
    color:#ffffff;
    border-radius: 40px;
    font-size: 25px;

}
#brand-footer footer .social a:hover{
    background-color: #2b2b2b;
    color:#ffffff
}
/**FIN FOOTER**/

/**POPUPS**/
#offerModal .modal-header{
    padding: 0;
    background-image: none;
    background-color: transparent;
    border: none;
}
#offerModal .close{
    top:30px;
    right: 30px;
    height: 32px;
    width: 32px;
}
#offerModal .close span{
    background-color: #2b2b2b;
    height: 2px;
    width: 30px;
}
#offerModal .close span:last-child{
    margin-top: -2px;
}

#offerModal #offerModalPhoto{
    background-size: cover;
    background-position: center;
    min-height: 200px;
}
#offerModal h1{
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.67;
}
#offerModal h2{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.5;
}
#offerModal p{
    font-size: 14px;
    line-height: 1.29;
    margin-bottom: 35px;
}
#offerModal #offerLabel{
    background-color: #eb6906;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 15px 2px 8px;
    display: inline-block;
    margin-top: 15px;
    margin-left: -15px;
    max-width: calc(100% - 45px);
}
.form-element a{
    text-decoration: underline;
}
/**FIN POPUPS**/
@media(min-width: 768px) {
    #brand-header button, #brand-header .button,
    #brand-footer button, #brand-footer .button {
        padding: 17px 32px;
    }
    #brand-header h2, #brand-footer h2 {
        font-size: 24px;
    }
    #brand-header p, #brand-footer p {
        font-size: 16px;
    }

    /*TITLE*/

    #page-header {
        height: 170px;
    }
    #page-header #title  h1{
        text-align: right;
        margin-right: 84px;
        padding: 25px 0 30px 0;
        font-size: 48px;
    }
    @keyframes loadtitle {
        0% {
            width: 130%;
        }
        100% {
            width: 59%;
        }
    }

    #page-header #title .circle{
        padding: 45vh;
        top: -226%;
        left: 27%;
        background-image: radial-gradient(circle at 0 0, #ffce00, #f29702 44%, #d74b00 93%);
    }

    /*FIN TITLE*/

    /**FOOTER**/
    #brand-footer footer{
        display: flex;
        padding:52px 50px 58px 50px;
    }
    #brand-footer footer #logo-footer svg{
        max-width: 150px;
        margin-right: 0;
    }

    #brand-footer footer h3{
        cursor: default;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 16px;
    }
    #brand-footer footer h3:hover{
        color: #2b2b2b;
    }
    #brand-footer footer h3.collapsed{
        margin-bottom: 16px;
    }
    #brand-footer footer h3 .arrow {
        display: none;
    }
    #brand-footer footer ul{
        margin: 54px 60px 0 0 ;
        padding: 0;
        list-style: none;
    }
    #brand-footer footer ul:last-child{
        margin: 54px 0 0 0 ;
    }
    #brand-footer footer ul li{
        margin: 6px 0;
    }
    #brand-footer footer a{
        font-size: 16px;
    }
    #brand-footer footer #legal-menu{
        margin: 30px 0 0 0;
    }
    #brand-footer footer #legal-menu a{
        font-style: italic;
    }
    #brand-footer footer .collapsing,
    #brand-footer footer .collapse:not(.show) {
        display: block;
        position: unset;
        height: auto;
        overflow: initial;
        transition: unset;
    }
    /**FIN FOOTER**/
    /**MAP**/
    #map{
        min-height: 450px;
        max-height: none;
    }
    #mapPopups{
        width: 0px;
        height: 100%;
        min-height: 450px;
    }
    #mapPopups #hotelPopup{
        margin: 15px;
    }
    #mapPopups #hotelPopup.show{
        margin-top: 15px;
        min-width: 360px;
        margin-left: 440px;
        position: unset;
    }
    #mapPopups #hotelPopup #hotelImage{
        width: 100%;
        height: 168px;
        margin-bottom: 20px;
    }
    #mapPopups #hotelTitle{
        font-size: 24px;
        margin-bottom: 6px;
    }
    #mapPopups #hotelPlace{
        font-size: 18px;
        margin-bottom: 20px;
    }
    /**FIN MAP**/
    /**POPUPS**/

    #offerModal h1{
        font-size: 32px;
        margin-top: 10px;
        margin-bottom: 15px;
        line-height: 1.25;
    }
    #offerModal h2{
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 1.33;
    }
    #offerModal p{
        font-size: 18px;
        line-height: 1.29;
        margin-bottom: 35px;
    }
    #offerModal .modal-body{
        padding: 48px;
    }
    #offerModal #offerLabel{
        font-size: 16px;
        padding:13px 26px 13px 32px ;
        margin-top: 24px;
        margin-left: -15px;
        max-width: calc(100% - 45px);
    }
    /**FIN POPUPS**/
}

@media(min-width: 992px) {
    #brand-footer footer{
        padding:52px 64px 58px 64px;
    }

    #brand-footer footer #logo-footer{
        max-width: 150px;
        margin-right: 8%;
        width: 33.33333%;
    }
    #brand-footer footer ul {
        margin: 0 0 0 75px;
    }
    #brand-footer footer ul:first-child {
        margin: 0 0 0 0;
    }

    #brand-footer footer ul:last-child{
        margin: 0 0 0 75px;
    }
}


@media(min-width: 1200px) {

    /**CONTENT**/
    body #content{
        padding-top: 80px;
    }
    /**FIN CONTENT**/
    /**PHONE**/

    .with-submenu{
        fill: #eb6906;
        background-color: #ffffff;
        padding: 20px 15px 20px 15px;
        margin-right: 20px;
        position: relative;
        z-index: 2;
    }
    .with-submenu + .submenu{
        overflow: hidden;
        height: 0;
        top: 64px;
        position: absolute;
        background-color: #ffffff;
        padding: 0 16px;
        left: -115px;
        box-shadow: rgba(0, 0, 0, 0.32) 0 0 0;
        z-index: 1;
        min-width: 288px;
    }
    .submenu.open,
    .with-submenu.open + .submenu{
        box-shadow: rgba(0, 0, 0, 0.32) 0 0 5px;
        height: max-content;
        position: absolute;
        background-color: #ffffff;
        padding: 20px 15px 20px 15px;

    }
    .phone {
        margin-right: 66px;
    }
    .phone a svg{
        width: 24px;
        height: 24px;
        margin: 0 36px 0 20px;
    }
    /**FIN PHONE**/
    #brand-header header nav{
        padding: 0 36px 0 64px ;
    }

    #brand-header header #bookingbar,
    #brand-header header #bookingbar.open{
        display: flex;
    }

    /**HEADER**/
    #brand-header header{
        width: 100%;
        z-index: 100;
    }
    #brand-header header nav{
        background-color: #ffffff;
        padding: 8px 36px 8px 50px ;
        height: 80px;
    }

    #brand-header header nav #logo,
    #brand-header header nav #symbol{
        height: 64px;
    }
    #brand-header header nav #symbol svg{
        width: 150px;
        height: 64px;
    }
    /**FIN HEADER**/
    /**MENU**/

    body.topbar-open #content{
        padding-top: 100px;
    }
    body #brand-header header.menu-opened nav #options-menu,
    body #brand-header header nav #options-menu{
        display: flex;
        position: relative;
        margin: auto;
        padding: 0;
        right: auto!important;
        top:auto!important;
        height: auto!important;
        width: auto!important;
        background: none;
        overflow: initial;
        border-radius: unset;
    }
    #brand-header header nav #options-menu .circle{
        display: none!important;

    }
    #brand-header header.menu-opened nav #options-menu .circle{
        display: none!important;
    }
    #brand-header header.menu-opened nav #options-menu #options-container,
    #brand-header header nav #options-menu #options-container{
        margin-left: auto;
        z-index: 10;
        margin-top: auto;
        overflow: initial;
        height: auto;
        width: auto;
        transition-delay: unset;
        padding-bottom: 0px;
        position: relative;
    }
    #brand-header header #lang-menu li a,
    #brand-header header nav #options-menu #options-container .option,
    #brand-header header.menu-opened nav #options-menu #options-container .option{
        line-height: 1.33;
        text-align: center;
        color: #2b2b2b;
        font-size: 18px;
        margin: 0 20px
    }

    #brand-header header #lang-menu li a:hover,
    #brand-header header nav #options-menu #options-container .option:hover,
    #brand-header header.menu-opened nav #options-menu #options-container .option:hover{
        color: #eb6906;
        text-decoration: none;
        font-size: 18px;
    }
    #brand-header header nav #lang-menu{
        top:0;
        right: 0;
        background-color: #ffffff;
        position: absolute;
        margin-right: 36px;
    }
    #brand-header header nav.black #lang-menu{
        background-color: #2b2b2b;
    }

    #brand-header header nav.black #lang-menu li a{
        color: #ffffff
    }
    #brand-header header nav.black #lang-menu li a:hover{
        color: #eb6906
    }
    #brand-header header nav.black #lang-menu #lang-arrow span{
        background-color: #ffffff;
    }
    #brand-header header #lang-menu li{
        top:0;
        right: 0;
        padding: 10px!important;
        border: none;
        opacity: 0;
        display: none;
        position: relative;
        height: 44px;
        width: 44px;
    }
    #brand-header header #lang-menu li.selected-lang{
        opacity: 1;
        display: flex;
        height: auto;
        width: 44px;
        padding: 0 10px !important;
        margin-top: 20px;
    }
    #brand-header header #lang-menu:hover li {
        opacity: 1;
        display: flex;
    }
    #brand-header header #lang-menu li a{
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0!important;
    }
    #brand-header header #lang-menu #lang-arrow{
        position: absolute;
        top: 32px;
        right: -5px;
        display: inline-block;
        z-index: 0;
    }
    #brand-header header #lang-menu #lang-arrow span {
        display: inline-block;
        height: 1px;
        width: 6px;
        background-color: #2b2b2b;
        transform: rotate(-45deg);
        margin-bottom: 4px;
    }
    #brand-header header #lang-menu #lang-arrow span:first-child {
        transform: rotate(45deg);
        margin-right: -2px;
    }
    #brand-header header #lang-menu:hover #lang-arrow span{
        background-color: #eb6906;
    }
    #brand-header header .button{
        font-size: 16px;
        font-weight: bold;
        padding: 10px 18px;
        text-transform: uppercase;
        border:none;
        line-height: 1.2;
        background-image: radial-gradient(circle at 0 0, #ffce00, #f29702 48%, #eb6906);
    }
    #brand-header header .button:hover{
        border:none;
        color:#ffffff !important;
        background-image: radial-gradient(circle at 0 0, #ffce00 100%, #f29702 0%, #eb6906 0%);
    }
    /**FIN MENU**/
}
/**GUEST POPUP**/

#guest-popup {
    margin-top: 3px;
    position: absolute;
    background: #ffffff;
    padding: 10px;
    display: none;
    opacity: 0;
    min-width: 235px;
    z-index: 1051;

    -moz-transition: opacity .15s ease-out;
    -webkit-transition: opacity .15s ease-out;
    -ms-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}
#guest-popup.open {
    padding: 10px;
    display: flex;
    opacity: 1;
}
#guest-popup .guest-button{
    height: 25px;
    width: 25px;
    border: 2px solid #eb6906;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
}
#guest-popup.open .inputs-guests{
    max-width: 50px;
    font-size: 16px;
    text-align: center;
}
#guest-popup .guest-button span {
    display: block;
    height: 2px;
    background-color: #eb6906;
    width: 7px;
    position: absolute;
    margin: auto;
    top: calc(50% - 1px);
}
#guest-popup .guest-button span:nth-child(2) {
    transform: rotate(90deg);
}
#guest-popup .guest-button span {
    display: block;
    height: 2px;
    background-color: #eb6906;
    width: 15px;
    position: absolute;
    margin: auto;
    top: calc(50% - 1px);
}
#guest-popup .subtitle-field{
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}
/**FIN GUEST POPUP**/


button#thinkinCtaBtn {
    background-color: #eb6906 !important;
    color: #ffffff !important;
    bottom: 83px !important;
    right: 25px !important;
    z-index: auto !important;
}
@media(min-width: 1200px) and (max-width: 1400px){
    #banner-text{
        padding-left: 49px !important;
    }
    #witform #hotel{
        max-width: 200px;
    }
    #home-header input {
        max-width: 180px !important;
    }
}
#thinkinIframe{
    height: 370px;
}

.hotel_availability_widget .actualizandoResultados {
    top: 115px;
}