<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Bootstrap v4.0.0-beta2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
header :root, footer .copyright :root, .sectionTitle :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #9370DB;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;
    --font-family-sans-serif: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {

    header *,
    footer .copyright *,
    .sectionTitle *,
    header *::before,
    footer .copyright *::before,
    .sectionTitle *::before,
    header *::after,
    footer .copyright *::after,
    .sectionTitle *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    header a,
    footer .copyright a,
    .sectionTitle a,
    header a:visited,
    footer .copyright a:visited,
    .sectionTitle a:visited {
        text-decoration: underline;
    }

    header abbr[title]::after, footer .copyright abbr[title]::after, .sectionTitle abbr[title]::after {
        content: " (" attr(title) ")";
    }

    header pre, footer .copyright pre, .sectionTitle pre {
        white-space: pre-wrap !important;
    }

    header pre,
    footer .copyright pre,
    .sectionTitle pre,
    header blockquote,
    footer .copyright blockquote,
    .sectionTitle blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    header thead, footer .copyright thead, .sectionTitle thead {
        display: table-header-group;
    }

    header tr,
    footer .copyright tr,
    .sectionTitle tr,
    header img,
    footer .copyright img,
    .sectionTitle img {
        page-break-inside: avoid;
    }

    header p,
    footer .copyright p,
    .sectionTitle p,
    header h2,
    footer .copyright h2,
    .sectionTitle h2,
    header h3,
    footer .copyright h3,
    .sectionTitle h3 {
        orphans: 3;
        widows: 3;
    }

    header h2,
    footer .copyright h2,
    .sectionTitle h2,
    header h3,
    footer .copyright h3,
    .sectionTitle h3 {
        page-break-after: avoid;
    }

    header .navbar, footer .copyright .navbar, .sectionTitle .navbar {
        display: none;
    }

    header .badge, footer .copyright .badge, .sectionTitle .badge {
        border: 1px solid #000;
    }

    header .table, footer .copyright .table, .sectionTitle .table {
        border-collapse: collapse !important;
    }

    header .table td,
    footer .copyright .table td,
    .sectionTitle .table td,
    header .table th,
    footer .copyright .table th,
    .sectionTitle .table th {
        background-color: #fff !important;
    }

    header .table-bordered th,
    footer .copyright .table-bordered th,
    .sectionTitle .table-bordered th,
    header .table-bordered td,
    footer .copyright .table-bordered td,
    .sectionTitle .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

header *,
footer .copyright *,
.sectionTitle *,
header *::before,
footer .copyright *::before,
.sectionTitle *::before,
header *::after,
footer .copyright *::after,
.sectionTitle *::after {
    box-sizing: border-box;
}

header html, footer .copyright html, .sectionTitle html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

header article,
footer .copyright article,
.sectionTitle article,
header aside,
footer .copyright aside,
.sectionTitle aside,
header dialog,
footer .copyright dialog,
.sectionTitle dialog,
header figcaption,
footer .copyright figcaption,
.sectionTitle figcaption,
header figure,
footer .copyright figure,
.sectionTitle figure,
header footer,
footer .copyright footer,
.sectionTitle footer,
header,
footer .copyright header,
.sectionTitle header,
header hgroup,
footer .copyright hgroup,
.sectionTitle hgroup,
header main,
footer .copyright main,
.sectionTitle main,
header nav,
footer .copyright nav,
.sectionTitle nav,
header section,
footer .copyright section,
.sectionTitle section {
    display: block;
}

header body, footer .copyright body, .sectionTitle body {
    margin: 0;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    color: #000;
    text-align: left;
    background-color: #fff;
}

header [tabindex="-1"]:focus, footer .copyright [tabindex="-1"]:focus, .sectionTitle [tabindex="-1"]:focus {
    outline: none !important;
}

header hr, footer .copyright hr, .sectionTitle hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

header h1,
footer .copyright h1,
.sectionTitle h1,
header h2,
footer .copyright h2,
.sectionTitle h2,
header h3,
footer .copyright h3,
.sectionTitle h3,
header h4,
footer .copyright h4,
.sectionTitle h4,
header h5,
footer .copyright h5,
.sectionTitle h5,
header h6,
footer .copyright h6,
.sectionTitle h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

header p, footer .copyright p, .sectionTitle p {
    margin-top: 0;
    margin-bottom: 1rem;
}

header abbr[title],
footer .copyright abbr[title],
.sectionTitle abbr[title],
header abbr[data-original-title],
footer .copyright abbr[data-original-title],
.sectionTitle abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

header address, footer .copyright address, .sectionTitle address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

header ol,
footer .copyright ol,
.sectionTitle ol,
header ul,
footer .copyright ul,
.sectionTitle ul,
header dl,
footer .copyright dl,
.sectionTitle dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

header ol ol,
footer .copyright ol ol,
.sectionTitle ol ol,
header ul ul,
footer .copyright ul ul,
.sectionTitle ul ul,
header ol ul,
footer .copyright ol ul,
.sectionTitle ol ul,
header ul ol,
footer .copyright ul ol,
.sectionTitle ul ol {
    margin-bottom: 0;
}

header dt, footer .copyright dt, .sectionTitle dt {
    font-weight: inherit;
}

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

header blockquote, footer .copyright blockquote, .sectionTitle blockquote {
    margin: 0 0 1rem;
}

header dfn, footer .copyright dfn, .sectionTitle dfn {
    font-style: italic;
}

header b,
footer .copyright b,
.sectionTitle b,
header strong,
footer .copyright strong,
.sectionTitle strong {
    font-weight: bolder;
}

header small, footer .copyright small, .sectionTitle small {
    font-size: 80%;
}

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

header sub, footer .copyright sub, .sectionTitle sub {
    bottom: -.25em;
}

header sup, footer .copyright sup, .sectionTitle sup {
    top: -.5em;
}

header a, footer .copyright a, .sectionTitle a {
    color: #9370DB;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

header a:hover, footer .copyright a:hover, .sectionTitle a:hover {
    color: #000;
    text-decoration: none;
}

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

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

header a:not([href]):not([tabindex]):focus, footer .copyright a:not([href]):not([tabindex]):focus, .sectionTitle a:not([href]):not([tabindex]):focus {
    outline: 0;
}

header pre,
footer .copyright pre,
.sectionTitle pre,
header code,
footer .copyright code,
.sectionTitle code,
header kbd,
footer .copyright kbd,
.sectionTitle kbd,
header samp,
footer .copyright samp,
.sectionTitle samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

header pre, footer .copyright pre, .sectionTitle pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

header figure, footer .copyright figure, .sectionTitle figure {
    margin: 0 0 1rem;
}

header img, footer .copyright img, .sectionTitle img {
    vertical-align: middle;
    border-style: none;
}

header svg:not(:root), footer .copyright svg:not(:root), .sectionTitle svg:not(:root) {
    overflow: hidden;
}

header a,
footer .copyright a,
.sectionTitle a,
header area,
footer .copyright area,
.sectionTitle area,
header button,
footer .copyright button,
.sectionTitle button,
header [role="button"],
footer .copyright [role="button"],
.sectionTitle [role="button"],
header input:not([type="range"]),
footer .copyright input:not([type="range"]),
.sectionTitle input:not([type="range"]),
header label,
footer .copyright label,
.sectionTitle label,
header select,
footer .copyright select,
.sectionTitle select,
header summary,
footer .copyright summary,
.sectionTitle summary,
header textarea,
footer .copyright textarea,
.sectionTitle textarea {
    touch-action: manipulation;
}

header table, footer .copyright table, .sectionTitle table {
    border-collapse: collapse;
}

header caption, footer .copyright caption, .sectionTitle caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
}

header th, footer .copyright th, .sectionTitle th {
    text-align: inherit;
}

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

header button, footer .copyright button, .sectionTitle button {
    border-radius: 0;
}

header button:focus, footer .copyright button:focus, .sectionTitle button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

header button,
footer .copyright button,
.sectionTitle button,
header input,
footer .copyright input,
.sectionTitle input {
    overflow: visible;
}

header button,
footer .copyright button,
.sectionTitle button,
header select,
footer .copyright select,
.sectionTitle select {
    text-transform: none;
}

header button,
footer .copyright button,
.sectionTitle button,
header html [type="button"],
footer .copyright html [type="button"],
.sectionTitle html [type="button"],
header [type="reset"],
footer .copyright [type="reset"],
.sectionTitle [type="reset"],
header [type="submit"],
footer .copyright [type="submit"],
.sectionTitle [type="submit"] {
    -webkit-appearance: button;
}

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

header input[type="radio"],
footer .copyright input[type="radio"],
.sectionTitle input[type="radio"],
header input[type="checkbox"],
footer .copyright input[type="checkbox"],
.sectionTitle input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

header input[type="date"],
footer .copyright input[type="date"],
.sectionTitle input[type="date"],
header input[type="time"],
footer .copyright input[type="time"],
.sectionTitle input[type="time"],
header input[type="datetime-local"],
footer .copyright input[type="datetime-local"],
.sectionTitle input[type="datetime-local"],
header input[type="month"],
footer .copyright input[type="month"],
.sectionTitle input[type="month"] {
    -webkit-appearance: listbox;
}

header textarea, footer .copyright textarea, .sectionTitle textarea {
    overflow: auto;
    resize: vertical;
}

header fieldset, footer .copyright fieldset, .sectionTitle fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

header legend, footer .copyright legend, .sectionTitle 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;
}

header progress, footer .copyright progress, .sectionTitle progress {
    vertical-align: baseline;
}

header [type="number"]::-webkit-inner-spin-button,
footer .copyright [type="number"]::-webkit-inner-spin-button,
.sectionTitle [type="number"]::-webkit-inner-spin-button,
header [type="number"]::-webkit-outer-spin-button,
footer .copyright [type="number"]::-webkit-outer-spin-button,
.sectionTitle [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

header [type="search"], footer .copyright [type="search"], .sectionTitle [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

header [type="search"]::-webkit-search-cancel-button,
footer .copyright [type="search"]::-webkit-search-cancel-button,
.sectionTitle [type="search"]::-webkit-search-cancel-button,
header [type="search"]::-webkit-search-decoration,
footer .copyright [type="search"]::-webkit-search-decoration,
.sectionTitle [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

header ::-webkit-file-upload-button, footer .copyright ::-webkit-file-upload-button, .sectionTitle ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

header output, footer .copyright output, .sectionTitle output {
    display: inline-block;
}

header summary, footer .copyright summary, .sectionTitle summary {
    display: list-item;
}

header template, footer .copyright template, .sectionTitle template {
    display: none;
}

header [hidden], footer .copyright [hidden], .sectionTitle [hidden] {
    display: none !important;
}

header h1,
footer .copyright h1,
.sectionTitle h1,
header h2,
footer .copyright h2,
.sectionTitle h2,
header h3,
footer .copyright h3,
.sectionTitle h3,
header h4,
footer .copyright h4,
.sectionTitle h4,
header h5,
footer .copyright h5,
.sectionTitle h5,
header h6,
footer .copyright h6,
.sectionTitle h6,
header .h1,
footer .copyright .h1,
.sectionTitle .h1,
header .h2,
footer .copyright .h2,
.sectionTitle .h2,
header .h3,
footer .copyright .h3,
.sectionTitle .h3,
header .h4,
footer .copyright .h4,
.sectionTitle .h4,
header .h5,
footer .copyright .h5,
.sectionTitle .h5,
header .h6,
footer .copyright .h6,
.sectionTitle .h6 {
    margin-bottom: 0.5rem;
    /* font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

header h1,
footer .copyright h1,
.sectionTitle h1,
header .h1,
footer .copyright .h1,
.sectionTitle .h1 {
    font-size: 70px;
}

header h2,
footer .copyright h2,
.sectionTitle h2,
header .h2,
footer .copyright .h2,
.sectionTitle .h2 {
    font-size: 60px;
}

header h3,
footer .copyright h3,
.sectionTitle h3,
header .h3,
footer .copyright .h3,
.sectionTitle .h3 {
    font-size: 40px;
}

header h4,
footer .copyright h4,
.sectionTitle h4,
header .h4,
footer .copyright .h4,
.sectionTitle .h4 {
    font-size: 30px;
}

header h5,
footer .copyright h5,
.sectionTitle h5,
header .h5,
footer .copyright .h5,
.sectionTitle .h5 {
    font-size: 20px;
}

header h6,
footer .copyright h6,
.sectionTitle h6,
header .h6,
footer .copyright .h6,
.sectionTitle .h6 {
    font-size: 18px;
}

header .lead, footer .copyright .lead, .sectionTitle .lead {
    font-size: 24px;
    font-weight: 300;
}

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

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

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

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

header hr, footer .copyright hr, .sectionTitle hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #e9ecef;
}

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

header mark,
footer .copyright mark,
.sectionTitle mark,
header .mark,
footer .copyright .mark,
.sectionTitle .mark {
    padding: 5px 10px;
    background-color: #9370DB;
}

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

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

header .list-inline-item, footer .copyright .list-inline-item, .sectionTitle .list-inline-item {
    display: inline-block;
}

header .list-inline-item:not(:last-child), footer .copyright .list-inline-item:not(:last-child), .sectionTitle .list-inline-item:not(:last-child) {
    margin-right: 5px;
}

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

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

header .blockquote-footer, footer .copyright .blockquote-footer, .sectionTitle .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96;
}

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

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

header .img-thumbnail, footer .copyright .img-thumbnail, .sectionTitle .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

header .figure, footer .copyright .figure, .sectionTitle .figure {
    display: inline-block;
}

header .figure-img, footer .copyright .figure-img, .sectionTitle .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

header .figure-caption, footer .copyright .figure-caption, .sectionTitle .figure-caption {
    font-size: 90%;
    color: #868e96;
}

header code,
footer .copyright code,
.sectionTitle code,
header kbd,
footer .copyright kbd,
.sectionTitle kbd,
header pre,
footer .copyright pre,
.sectionTitle pre,
header samp,
footer .copyright samp,
.sectionTitle samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

header code, footer .copyright code, .sectionTitle code {
    padding: 10px 5px;
    font-size: 90%;
    color: #212529;
    background-color: #f8f9fa;
    border-radius: 0;
}

header a&gt;code, footer .copyright a&gt;code, .sectionTitle a&gt;code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

header kbd, footer .copyright kbd, .sectionTitle kbd {
    padding: 10px 5px;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: 4px;
}

header kbd kbd, footer .copyright kbd kbd, .sectionTitle kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

header pre, footer .copyright pre, .sectionTitle pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529;
}

header pre code, footer .copyright pre code, .sectionTitle pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

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

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

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

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

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

@media (min-width: 1140px) {
    header .container, footer .copyright .container, .sectionTitle .container {
        max-width: 1140px;
    }
}

@media (min-width: 1140px) {
    header .container, footer .copyright .container, .sectionTitle .container {
        max-width: 1140px;
    }
}

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

header .row, footer .copyright .row, .sectionTitle .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

header .no-gutters, footer .copyright .no-gutters, .sectionTitle .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

header .no-gutters&gt;.col,
footer .copyright .no-gutters&gt;.col,
.sectionTitle .no-gutters&gt;.col,
header .no-gutters&gt;[class*="col-"],
footer .copyright .no-gutters&gt;[class*="col-"],
.sectionTitle .no-gutters&gt;[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

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

header .col, footer .copyright .col, .sectionTitle .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

header .col-auto, footer .copyright .col-auto, .sectionTitle .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

header .col-1, footer .copyright .col-1, .sectionTitle .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

header .col-2, footer .copyright .col-2, .sectionTitle .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

header .col-3, footer .copyright .col-3, .sectionTitle .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

header .col-4, footer .copyright .col-4, .sectionTitle .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

header .col-5, footer .copyright .col-5, .sectionTitle .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

header .col-6, footer .copyright .col-6, .sectionTitle .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

header .col-7, footer .copyright .col-7, .sectionTitle .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

header .col-8, footer .copyright .col-8, .sectionTitle .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

header .col-9, footer .copyright .col-9, .sectionTitle .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

header .col-10, footer .copyright .col-10, .sectionTitle .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

header .col-11, footer .copyright .col-11, .sectionTitle .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

header .col-12, footer .copyright .col-12, .sectionTitle .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

header .order-first, footer .copyright .order-first, .sectionTitle .order-first {
    order: -1;
}

header .order-1, footer .copyright .order-1, .sectionTitle .order-1 {
    order: 1;
}

header .order-2, footer .copyright .order-2, .sectionTitle .order-2 {
    order: 2;
}

header .order-3, footer .copyright .order-3, .sectionTitle .order-3 {
    order: 3;
}

header .order-4, footer .copyright .order-4, .sectionTitle .order-4 {
    order: 4;
}

header .order-5, footer .copyright .order-5, .sectionTitle .order-5 {
    order: 5;
}

header .order-6, footer .copyright .order-6, .sectionTitle .order-6 {
    order: 6;
}

header .order-7, footer .copyright .order-7, .sectionTitle .order-7 {
    order: 7;
}

header .order-8, footer .copyright .order-8, .sectionTitle .order-8 {
    order: 8;
}

header .order-9, footer .copyright .order-9, .sectionTitle .order-9 {
    order: 9;
}

header .order-10, footer .copyright .order-10, .sectionTitle .order-10 {
    order: 10;
}

header .order-11, footer .copyright .order-11, .sectionTitle .order-11 {
    order: 11;
}

header .order-12, footer .copyright .order-12, .sectionTitle .order-12 {
    order: 12;
}

header .offset-1, footer .copyright .offset-1, .sectionTitle .offset-1 {
    margin-left: 8.33333%;
}

header .offset-2, footer .copyright .offset-2, .sectionTitle .offset-2 {
    margin-left: 16.66667%;
}

header .offset-3, footer .copyright .offset-3, .sectionTitle .offset-3 {
    margin-left: 25%;
}

header .offset-4, footer .copyright .offset-4, .sectionTitle .offset-4 {
    margin-left: 33.33333%;
}

header .offset-5, footer .copyright .offset-5, .sectionTitle .offset-5 {
    margin-left: 41.66667%;
}

header .offset-6, footer .copyright .offset-6, .sectionTitle .offset-6 {
    margin-left: 50%;
}

header .offset-7, footer .copyright .offset-7, .sectionTitle .offset-7 {
    margin-left: 58.33333%;
}

header .offset-8, footer .copyright .offset-8, .sectionTitle .offset-8 {
    margin-left: 66.66667%;
}

header .offset-9, footer .copyright .offset-9, .sectionTitle .offset-9 {
    margin-left: 75%;
}

header .offset-10, footer .copyright .offset-10, .sectionTitle .offset-10 {
    margin-left: 83.33333%;
}

header .offset-11, footer .copyright .offset-11, .sectionTitle .offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    header .col-sm, footer .copyright .col-sm, .sectionTitle .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    header .col-sm-auto, footer .copyright .col-sm-auto, .sectionTitle .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    header .col-sm-1, footer .copyright .col-sm-1, .sectionTitle .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    header .col-sm-2, footer .copyright .col-sm-2, .sectionTitle .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    header .col-sm-3, footer .copyright .col-sm-3, .sectionTitle .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    header .col-sm-4, footer .copyright .col-sm-4, .sectionTitle .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    header .col-sm-5, footer .copyright .col-sm-5, .sectionTitle .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    header .col-sm-6, footer .copyright .col-sm-6, .sectionTitle .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    header .col-sm-7, footer .copyright .col-sm-7, .sectionTitle .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    header .col-sm-8, footer .copyright .col-sm-8, .sectionTitle .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    header .col-sm-9, footer .copyright .col-sm-9, .sectionTitle .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    header .col-sm-10, footer .copyright .col-sm-10, .sectionTitle .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    header .col-sm-11, footer .copyright .col-sm-11, .sectionTitle .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    header .col-sm-12, footer .copyright .col-sm-12, .sectionTitle .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header .order-sm-first, footer .copyright .order-sm-first, .sectionTitle .order-sm-first {
        order: -1;
    }

    header .order-sm-1, footer .copyright .order-sm-1, .sectionTitle .order-sm-1 {
        order: 1;
    }

    header .order-sm-2, footer .copyright .order-sm-2, .sectionTitle .order-sm-2 {
        order: 2;
    }

    header .order-sm-3, footer .copyright .order-sm-3, .sectionTitle .order-sm-3 {
        order: 3;
    }

    header .order-sm-4, footer .copyright .order-sm-4, .sectionTitle .order-sm-4 {
        order: 4;
    }

    header .order-sm-5, footer .copyright .order-sm-5, .sectionTitle .order-sm-5 {
        order: 5;
    }

    header .order-sm-6, footer .copyright .order-sm-6, .sectionTitle .order-sm-6 {
        order: 6;
    }

    header .order-sm-7, footer .copyright .order-sm-7, .sectionTitle .order-sm-7 {
        order: 7;
    }

    header .order-sm-8, footer .copyright .order-sm-8, .sectionTitle .order-sm-8 {
        order: 8;
    }

    header .order-sm-9, footer .copyright .order-sm-9, .sectionTitle .order-sm-9 {
        order: 9;
    }

    header .order-sm-10, footer .copyright .order-sm-10, .sectionTitle .order-sm-10 {
        order: 10;
    }

    header .order-sm-11, footer .copyright .order-sm-11, .sectionTitle .order-sm-11 {
        order: 11;
    }

    header .order-sm-12, footer .copyright .order-sm-12, .sectionTitle .order-sm-12 {
        order: 12;
    }

    header .offset-sm-0, footer .copyright .offset-sm-0, .sectionTitle .offset-sm-0 {
        margin-left: 0;
    }

    header .offset-sm-1, footer .copyright .offset-sm-1, .sectionTitle .offset-sm-1 {
        margin-left: 8.33333%;
    }

    header .offset-sm-2, footer .copyright .offset-sm-2, .sectionTitle .offset-sm-2 {
        margin-left: 16.66667%;
    }

    header .offset-sm-3, footer .copyright .offset-sm-3, .sectionTitle .offset-sm-3 {
        margin-left: 25%;
    }

    header .offset-sm-4, footer .copyright .offset-sm-4, .sectionTitle .offset-sm-4 {
        margin-left: 33.33333%;
    }

    header .offset-sm-5, footer .copyright .offset-sm-5, .sectionTitle .offset-sm-5 {
        margin-left: 41.66667%;
    }

    header .offset-sm-6, footer .copyright .offset-sm-6, .sectionTitle .offset-sm-6 {
        margin-left: 50%;
    }

    header .offset-sm-7, footer .copyright .offset-sm-7, .sectionTitle .offset-sm-7 {
        margin-left: 58.33333%;
    }

    header .offset-sm-8, footer .copyright .offset-sm-8, .sectionTitle .offset-sm-8 {
        margin-left: 66.66667%;
    }

    header .offset-sm-9, footer .copyright .offset-sm-9, .sectionTitle .offset-sm-9 {
        margin-left: 75%;
    }

    header .offset-sm-10, footer .copyright .offset-sm-10, .sectionTitle .offset-sm-10 {
        margin-left: 83.33333%;
    }

    header .offset-sm-11, footer .copyright .offset-sm-11, .sectionTitle .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    header .col-md, footer .copyright .col-md, .sectionTitle .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    header .col-md-auto, footer .copyright .col-md-auto, .sectionTitle .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    header .col-md-1, footer .copyright .col-md-1, .sectionTitle .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    header .col-md-2, footer .copyright .col-md-2, .sectionTitle .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    header .col-md-3, footer .copyright .col-md-3, .sectionTitle .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    header .col-md-4, footer .copyright .col-md-4, .sectionTitle .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    header .col-md-5, footer .copyright .col-md-5, .sectionTitle .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    header .col-md-6, footer .copyright .col-md-6, .sectionTitle .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    header .col-md-7, footer .copyright .col-md-7, .sectionTitle .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    header .col-md-8, footer .copyright .col-md-8, .sectionTitle .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    header .col-md-9, footer .copyright .col-md-9, .sectionTitle .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    header .col-md-10, footer .copyright .col-md-10, .sectionTitle .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    header .col-md-11, footer .copyright .col-md-11, .sectionTitle .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    header .col-md-12, footer .copyright .col-md-12, .sectionTitle .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header .order-md-first, footer .copyright .order-md-first, .sectionTitle .order-md-first {
        order: -1;
    }

    header .order-md-1, footer .copyright .order-md-1, .sectionTitle .order-md-1 {
        order: 1;
    }

    header .order-md-2, footer .copyright .order-md-2, .sectionTitle .order-md-2 {
        order: 2;
    }

    header .order-md-3, footer .copyright .order-md-3, .sectionTitle .order-md-3 {
        order: 3;
    }

    header .order-md-4, footer .copyright .order-md-4, .sectionTitle .order-md-4 {
        order: 4;
    }

    header .order-md-5, footer .copyright .order-md-5, .sectionTitle .order-md-5 {
        order: 5;
    }

    header .order-md-6, footer .copyright .order-md-6, .sectionTitle .order-md-6 {
        order: 6;
    }

    header .order-md-7, footer .copyright .order-md-7, .sectionTitle .order-md-7 {
        order: 7;
    }

    header .order-md-8, footer .copyright .order-md-8, .sectionTitle .order-md-8 {
        order: 8;
    }

    header .order-md-9, footer .copyright .order-md-9, .sectionTitle .order-md-9 {
        order: 9;
    }

    header .order-md-10, footer .copyright .order-md-10, .sectionTitle .order-md-10 {
        order: 10;
    }

    header .order-md-11, footer .copyright .order-md-11, .sectionTitle .order-md-11 {
        order: 11;
    }

    header .order-md-12, footer .copyright .order-md-12, .sectionTitle .order-md-12 {
        order: 12;
    }

    header .offset-md-0, footer .copyright .offset-md-0, .sectionTitle .offset-md-0 {
        margin-left: 0;
    }

    header .offset-md-1, footer .copyright .offset-md-1, .sectionTitle .offset-md-1 {
        margin-left: 8.33333%;
    }

    header .offset-md-2, footer .copyright .offset-md-2, .sectionTitle .offset-md-2 {
        margin-left: 16.66667%;
    }

    header .offset-md-3, footer .copyright .offset-md-3, .sectionTitle .offset-md-3 {
        margin-left: 25%;
    }

    header .offset-md-4, footer .copyright .offset-md-4, .sectionTitle .offset-md-4 {
        margin-left: 33.33333%;
    }

    header .offset-md-5, footer .copyright .offset-md-5, .sectionTitle .offset-md-5 {
        margin-left: 41.66667%;
    }

    header .offset-md-6, footer .copyright .offset-md-6, .sectionTitle .offset-md-6 {
        margin-left: 50%;
    }

    header .offset-md-7, footer .copyright .offset-md-7, .sectionTitle .offset-md-7 {
        margin-left: 58.33333%;
    }

    header .offset-md-8, footer .copyright .offset-md-8, .sectionTitle .offset-md-8 {
        margin-left: 66.66667%;
    }

    header .offset-md-9, footer .copyright .offset-md-9, .sectionTitle .offset-md-9 {
        margin-left: 75%;
    }

    header .offset-md-10, footer .copyright .offset-md-10, .sectionTitle .offset-md-10 {
        margin-left: 83.33333%;
    }

    header .offset-md-11, footer .copyright .offset-md-11, .sectionTitle .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    header .col-lg, footer .copyright .col-lg, .sectionTitle .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    header .col-lg-auto, footer .copyright .col-lg-auto, .sectionTitle .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    header .col-lg-1, footer .copyright .col-lg-1, .sectionTitle .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    header .col-lg-2, footer .copyright .col-lg-2, .sectionTitle .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    header .col-lg-3, footer .copyright .col-lg-3, .sectionTitle .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    header .col-lg-4, footer .copyright .col-lg-4, .sectionTitle .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    header .col-lg-5, footer .copyright .col-lg-5, .sectionTitle .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    header .col-lg-6, footer .copyright .col-lg-6, .sectionTitle .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    header .col-lg-7, footer .copyright .col-lg-7, .sectionTitle .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    header .col-lg-8, footer .copyright .col-lg-8, .sectionTitle .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    header .col-lg-9, footer .copyright .col-lg-9, .sectionTitle .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    header .col-lg-10, footer .copyright .col-lg-10, .sectionTitle .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    header .col-lg-11, footer .copyright .col-lg-11, .sectionTitle .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    header .col-lg-12, footer .copyright .col-lg-12, .sectionTitle .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header .order-lg-first, footer .copyright .order-lg-first, .sectionTitle .order-lg-first {
        order: -1;
    }

    header .order-lg-1, footer .copyright .order-lg-1, .sectionTitle .order-lg-1 {
        order: 1;
    }

    header .order-lg-2, footer .copyright .order-lg-2, .sectionTitle .order-lg-2 {
        order: 2;
    }

    header .order-lg-3, footer .copyright .order-lg-3, .sectionTitle .order-lg-3 {
        order: 3;
    }

    header .order-lg-4, footer .copyright .order-lg-4, .sectionTitle .order-lg-4 {
        order: 4;
    }

    header .order-lg-5, footer .copyright .order-lg-5, .sectionTitle .order-lg-5 {
        order: 5;
    }

    header .order-lg-6, footer .copyright .order-lg-6, .sectionTitle .order-lg-6 {
        order: 6;
    }

    header .order-lg-7, footer .copyright .order-lg-7, .sectionTitle .order-lg-7 {
        order: 7;
    }

    header .order-lg-8, footer .copyright .order-lg-8, .sectionTitle .order-lg-8 {
        order: 8;
    }

    header .order-lg-9, footer .copyright .order-lg-9, .sectionTitle .order-lg-9 {
        order: 9;
    }

    header .order-lg-10, footer .copyright .order-lg-10, .sectionTitle .order-lg-10 {
        order: 10;
    }

    header .order-lg-11, footer .copyright .order-lg-11, .sectionTitle .order-lg-11 {
        order: 11;
    }

    header .order-lg-12, footer .copyright .order-lg-12, .sectionTitle .order-lg-12 {
        order: 12;
    }

    header .offset-lg-0, footer .copyright .offset-lg-0, .sectionTitle .offset-lg-0 {
        margin-left: 0;
    }

    header .offset-lg-1, footer .copyright .offset-lg-1, .sectionTitle .offset-lg-1 {
        margin-left: 8.33333%;
    }

    header .offset-lg-2, footer .copyright .offset-lg-2, .sectionTitle .offset-lg-2 {
        margin-left: 16.66667%;
    }

    header .offset-lg-3, footer .copyright .offset-lg-3, .sectionTitle .offset-lg-3 {
        margin-left: 25%;
    }

    header .offset-lg-4, footer .copyright .offset-lg-4, .sectionTitle .offset-lg-4 {
        margin-left: 33.33333%;
    }

    header .offset-lg-5, footer .copyright .offset-lg-5, .sectionTitle .offset-lg-5 {
        margin-left: 41.66667%;
    }

    header .offset-lg-6, footer .copyright .offset-lg-6, .sectionTitle .offset-lg-6 {
        margin-left: 50%;
    }

    header .offset-lg-7, footer .copyright .offset-lg-7, .sectionTitle .offset-lg-7 {
        margin-left: 58.33333%;
    }

    header .offset-lg-8, footer .copyright .offset-lg-8, .sectionTitle .offset-lg-8 {
        margin-left: 66.66667%;
    }

    header .offset-lg-9, footer .copyright .offset-lg-9, .sectionTitle .offset-lg-9 {
        margin-left: 75%;
    }

    header .offset-lg-10, footer .copyright .offset-lg-10, .sectionTitle .offset-lg-10 {
        margin-left: 83.33333%;
    }

    header .offset-lg-11, footer .copyright .offset-lg-11, .sectionTitle .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    header .col-xl, footer .copyright .col-xl, .sectionTitle .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    header .col-xl-auto, footer .copyright .col-xl-auto, .sectionTitle .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    header .col-xl-1, footer .copyright .col-xl-1, .sectionTitle .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    header .col-xl-2, footer .copyright .col-xl-2, .sectionTitle .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    header .col-xl-3, footer .copyright .col-xl-3, .sectionTitle .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    header .col-xl-4, footer .copyright .col-xl-4, .sectionTitle .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    header .col-xl-5, footer .copyright .col-xl-5, .sectionTitle .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    header .col-xl-6, footer .copyright .col-xl-6, .sectionTitle .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    header .col-xl-7, footer .copyright .col-xl-7, .sectionTitle .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    header .col-xl-8, footer .copyright .col-xl-8, .sectionTitle .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    header .col-xl-9, footer .copyright .col-xl-9, .sectionTitle .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    header .col-xl-10, footer .copyright .col-xl-10, .sectionTitle .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    header .col-xl-11, footer .copyright .col-xl-11, .sectionTitle .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    header .col-xl-12, footer .copyright .col-xl-12, .sectionTitle .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header .order-xl-first, footer .copyright .order-xl-first, .sectionTitle .order-xl-first {
        order: -1;
    }

    header .order-xl-1, footer .copyright .order-xl-1, .sectionTitle .order-xl-1 {
        order: 1;
    }

    header .order-xl-2, footer .copyright .order-xl-2, .sectionTitle .order-xl-2 {
        order: 2;
    }

    header .order-xl-3, footer .copyright .order-xl-3, .sectionTitle .order-xl-3 {
        order: 3;
    }

    header .order-xl-4, footer .copyright .order-xl-4, .sectionTitle .order-xl-4 {
        order: 4;
    }

    header .order-xl-5, footer .copyright .order-xl-5, .sectionTitle .order-xl-5 {
        order: 5;
    }

    header .order-xl-6, footer .copyright .order-xl-6, .sectionTitle .order-xl-6 {
        order: 6;
    }

    header .order-xl-7, footer .copyright .order-xl-7, .sectionTitle .order-xl-7 {
        order: 7;
    }

    header .order-xl-8, footer .copyright .order-xl-8, .sectionTitle .order-xl-8 {
        order: 8;
    }

    header .order-xl-9, footer .copyright .order-xl-9, .sectionTitle .order-xl-9 {
        order: 9;
    }

    header .order-xl-10, footer .copyright .order-xl-10, .sectionTitle .order-xl-10 {
        order: 10;
    }

    header .order-xl-11, footer .copyright .order-xl-11, .sectionTitle .order-xl-11 {
        order: 11;
    }

    header .order-xl-12, footer .copyright .order-xl-12, .sectionTitle .order-xl-12 {
        order: 12;
    }

    header .offset-xl-0, footer .copyright .offset-xl-0, .sectionTitle .offset-xl-0 {
        margin-left: 0;
    }

    header .offset-xl-1, footer .copyright .offset-xl-1, .sectionTitle .offset-xl-1 {
        margin-left: 8.33333%;
    }

    header .offset-xl-2, footer .copyright .offset-xl-2, .sectionTitle .offset-xl-2 {
        margin-left: 16.66667%;
    }

    header .offset-xl-3, footer .copyright .offset-xl-3, .sectionTitle .offset-xl-3 {
        margin-left: 25%;
    }

    header .offset-xl-4, footer .copyright .offset-xl-4, .sectionTitle .offset-xl-4 {
        margin-left: 33.33333%;
    }

    header .offset-xl-5, footer .copyright .offset-xl-5, .sectionTitle .offset-xl-5 {
        margin-left: 41.66667%;
    }

    header .offset-xl-6, footer .copyright .offset-xl-6, .sectionTitle .offset-xl-6 {
        margin-left: 50%;
    }

    header .offset-xl-7, footer .copyright .offset-xl-7, .sectionTitle .offset-xl-7 {
        margin-left: 58.33333%;
    }

    header .offset-xl-8, footer .copyright .offset-xl-8, .sectionTitle .offset-xl-8 {
        margin-left: 66.66667%;
    }

    header .offset-xl-9, footer .copyright .offset-xl-9, .sectionTitle .offset-xl-9 {
        margin-left: 75%;
    }

    header .offset-xl-10, footer .copyright .offset-xl-10, .sectionTitle .offset-xl-10 {
        margin-left: 83.33333%;
    }

    header .offset-xl-11, footer .copyright .offset-xl-11, .sectionTitle .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1400px) {
    header .col-xxl, footer .copyright .col-xxl, .sectionTitle .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    header .col-xxl-auto, footer .copyright .col-xxl-auto, .sectionTitle .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    header .col-xxl-1, footer .copyright .col-xxl-1, .sectionTitle .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    header .col-xxl-2, footer .copyright .col-xxl-2, .sectionTitle .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    header .col-xxl-3, footer .copyright .col-xxl-3, .sectionTitle .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    header .col-xxl-4, footer .copyright .col-xxl-4, .sectionTitle .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    header .col-xxl-5, footer .copyright .col-xxl-5, .sectionTitle .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    header .col-xxl-6, footer .copyright .col-xxl-6, .sectionTitle .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    header .col-xxl-7, footer .copyright .col-xxl-7, .sectionTitle .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    header .col-xxl-8, footer .copyright .col-xxl-8, .sectionTitle .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    header .col-xxl-9, footer .copyright .col-xxl-9, .sectionTitle .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    header .col-xxl-10, footer .copyright .col-xxl-10, .sectionTitle .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    header .col-xxl-11, footer .copyright .col-xxl-11, .sectionTitle .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    header .col-xxl-12, footer .copyright .col-xxl-12, .sectionTitle .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header .order-xxl-first, footer .copyright .order-xxl-first, .sectionTitle .order-xxl-first {
        order: -1;
    }

    header .order-xxl-1, footer .copyright .order-xxl-1, .sectionTitle .order-xxl-1 {
        order: 1;
    }

    header .order-xxl-2, footer .copyright .order-xxl-2, .sectionTitle .order-xxl-2 {
        order: 2;
    }

    header .order-xxl-3, footer .copyright .order-xxl-3, .sectionTitle .order-xxl-3 {
        order: 3;
    }

    header .order-xxl-4, footer .copyright .order-xxl-4, .sectionTitle .order-xxl-4 {
        order: 4;
    }

    header .order-xxl-5, footer .copyright .order-xxl-5, .sectionTitle .order-xxl-5 {
        order: 5;
    }

    header .order-xxl-6, footer .copyright .order-xxl-6, .sectionTitle .order-xxl-6 {
        order: 6;
    }

    header .order-xxl-7, footer .copyright .order-xxl-7, .sectionTitle .order-xxl-7 {
        order: 7;
    }

    header .order-xxl-8, footer .copyright .order-xxl-8, .sectionTitle .order-xxl-8 {
        order: 8;
    }

    header .order-xxl-9, footer .copyright .order-xxl-9, .sectionTitle .order-xxl-9 {
        order: 9;
    }

    header .order-xxl-10, footer .copyright .order-xxl-10, .sectionTitle .order-xxl-10 {
        order: 10;
    }

    header .order-xxl-11, footer .copyright .order-xxl-11, .sectionTitle .order-xxl-11 {
        order: 11;
    }

    header .order-xxl-12, footer .copyright .order-xxl-12, .sectionTitle .order-xxl-12 {
        order: 12;
    }

    header .offset-xxl-0, footer .copyright .offset-xxl-0, .sectionTitle .offset-xxl-0 {
        margin-left: 0;
    }

    header .offset-xxl-1, footer .copyright .offset-xxl-1, .sectionTitle .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    header .offset-xxl-2, footer .copyright .offset-xxl-2, .sectionTitle .offset-xxl-2 {
        margin-left: 16.66667%;
    }

    header .offset-xxl-3, footer .copyright .offset-xxl-3, .sectionTitle .offset-xxl-3 {
        margin-left: 25%;
    }

    header .offset-xxl-4, footer .copyright .offset-xxl-4, .sectionTitle .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    header .offset-xxl-5, footer .copyright .offset-xxl-5, .sectionTitle .offset-xxl-5 {
        margin-left: 41.66667%;
    }

    header .offset-xxl-6, footer .copyright .offset-xxl-6, .sectionTitle .offset-xxl-6 {
        margin-left: 50%;
    }

    header .offset-xxl-7, footer .copyright .offset-xxl-7, .sectionTitle .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    header .offset-xxl-8, footer .copyright .offset-xxl-8, .sectionTitle .offset-xxl-8 {
        margin-left: 66.66667%;
    }

    header .offset-xxl-9, footer .copyright .offset-xxl-9, .sectionTitle .offset-xxl-9 {
        margin-left: 75%;
    }

    header .offset-xxl-10, footer .copyright .offset-xxl-10, .sectionTitle .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    header .offset-xxl-11, footer .copyright .offset-xxl-11, .sectionTitle .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}

header .table, footer .copyright .table, .sectionTitle .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

header .table th,
footer .copyright .table th,
.sectionTitle .table th,
header .table td,
footer .copyright .table td,
.sectionTitle .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}

header .table thead th, footer .copyright .table thead th, .sectionTitle .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}

header .table tbody+tbody, footer .copyright .table tbody+tbody, .sectionTitle .table tbody+tbody {
    border-top: 2px solid #e9ecef;
}

header .table .table, footer .copyright .table .table, .sectionTitle .table .table {
    background-color: #fff;
}

header .table-sm th,
footer .copyright .table-sm th,
.sectionTitle .table-sm th,
header .table-sm td,
footer .copyright .table-sm td,
.sectionTitle .table-sm td {
    padding: 0.3rem;
}

header .table-bordered, footer .copyright .table-bordered, .sectionTitle .table-bordered {
    border: 1px solid #e9ecef;
}

header .table-bordered th,
footer .copyright .table-bordered th,
.sectionTitle .table-bordered th,
header .table-bordered td,
footer .copyright .table-bordered td,
.sectionTitle .table-bordered td {
    border: 1px solid #e9ecef;
}

header .table-bordered thead th,
footer .copyright .table-bordered thead th,
.sectionTitle .table-bordered thead th,
header .table-bordered thead td,
footer .copyright .table-bordered thead td,
.sectionTitle .table-bordered thead td {
    border-bottom-width: 2px;
}

header .table-striped tbody tr:nth-of-type(odd), footer .copyright .table-striped tbody tr:nth-of-type(odd), .sectionTitle .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

header .table-hover tbody tr:hover, footer .copyright .table-hover tbody tr:hover, .sectionTitle .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

header .table-primary,
footer .copyright .table-primary,
.sectionTitle .table-primary,
header .table-primary&gt;th,
footer .copyright .table-primary&gt;th,
.sectionTitle .table-primary&gt;th,
header .table-primary&gt;td,
footer .copyright .table-primary&gt;td,
.sectionTitle .table-primary&gt;td {
    background-color: #e1d7f5;
}

header .table-hover .table-primary:hover, footer .copyright .table-hover .table-primary:hover, .sectionTitle .table-hover .table-primary:hover {
    background-color: #d2c3f0;
}

header .table-hover .table-primary:hover&gt;td,
footer .copyright .table-hover .table-primary:hover&gt;td,
.sectionTitle .table-hover .table-primary:hover&gt;td,
header .table-hover .table-primary:hover&gt;th,
footer .copyright .table-hover .table-primary:hover&gt;th,
.sectionTitle .table-hover .table-primary:hover&gt;th {
    background-color: #d2c3f0;
}

header .table-secondary,
footer .copyright .table-secondary,
.sectionTitle .table-secondary,
header .table-secondary&gt;th,
footer .copyright .table-secondary&gt;th,
.sectionTitle .table-secondary&gt;th,
header .table-secondary&gt;td,
footer .copyright .table-secondary&gt;td,
.sectionTitle .table-secondary&gt;td {
    background-color: #dddfe2;
}

header .table-hover .table-secondary:hover, footer .copyright .table-hover .table-secondary:hover, .sectionTitle .table-hover .table-secondary:hover {
    background-color: #cfd2d6;
}

header .table-hover .table-secondary:hover&gt;td,
footer .copyright .table-hover .table-secondary:hover&gt;td,
.sectionTitle .table-hover .table-secondary:hover&gt;td,
header .table-hover .table-secondary:hover&gt;th,
footer .copyright .table-hover .table-secondary:hover&gt;th,
.sectionTitle .table-hover .table-secondary:hover&gt;th {
    background-color: #cfd2d6;
}

header .table-success,
footer .copyright .table-success,
.sectionTitle .table-success,
header .table-success&gt;th,
footer .copyright .table-success&gt;th,
.sectionTitle .table-success&gt;th,
header .table-success&gt;td,
footer .copyright .table-success&gt;td,
.sectionTitle .table-success&gt;td {
    background-color: #c3e6cb;
}

header .table-hover .table-success:hover, footer .copyright .table-hover .table-success:hover, .sectionTitle .table-hover .table-success:hover {
    background-color: #b1dfbb;
}

header .table-hover .table-success:hover&gt;td,
footer .copyright .table-hover .table-success:hover&gt;td,
.sectionTitle .table-hover .table-success:hover&gt;td,
header .table-hover .table-success:hover&gt;th,
footer .copyright .table-hover .table-success:hover&gt;th,
.sectionTitle .table-hover .table-success:hover&gt;th {
    background-color: #b1dfbb;
}

header .table-info,
footer .copyright .table-info,
.sectionTitle .table-info,
header .table-info&gt;th,
footer .copyright .table-info&gt;th,
.sectionTitle .table-info&gt;th,
header .table-info&gt;td,
footer .copyright .table-info&gt;td,
.sectionTitle .table-info&gt;td {
    background-color: #bee5eb;
}

header .table-hover .table-info:hover, footer .copyright .table-hover .table-info:hover, .sectionTitle .table-hover .table-info:hover {
    background-color: #abdde5;
}

header .table-hover .table-info:hover&gt;td,
footer .copyright .table-hover .table-info:hover&gt;td,
.sectionTitle .table-hover .table-info:hover&gt;td,
header .table-hover .table-info:hover&gt;th,
footer .copyright .table-hover .table-info:hover&gt;th,
.sectionTitle .table-hover .table-info:hover&gt;th {
    background-color: #abdde5;
}

header .table-warning,
footer .copyright .table-warning,
.sectionTitle .table-warning,
header .table-warning&gt;th,
footer .copyright .table-warning&gt;th,
.sectionTitle .table-warning&gt;th,
header .table-warning&gt;td,
footer .copyright .table-warning&gt;td,
.sectionTitle .table-warning&gt;td {
    background-color: #ffeeba;
}

header .table-hover .table-warning:hover, footer .copyright .table-hover .table-warning:hover, .sectionTitle .table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

header .table-hover .table-warning:hover&gt;td,
footer .copyright .table-hover .table-warning:hover&gt;td,
.sectionTitle .table-hover .table-warning:hover&gt;td,
header .table-hover .table-warning:hover&gt;th,
footer .copyright .table-hover .table-warning:hover&gt;th,
.sectionTitle .table-hover .table-warning:hover&gt;th {
    background-color: #ffe8a1;
}

header .table-danger,
footer .copyright .table-danger,
.sectionTitle .table-danger,
header .table-danger&gt;th,
footer .copyright .table-danger&gt;th,
.sectionTitle .table-danger&gt;th,
header .table-danger&gt;td,
footer .copyright .table-danger&gt;td,
.sectionTitle .table-danger&gt;td {
    background-color: #f5c6cb;
}

header .table-hover .table-danger:hover, footer .copyright .table-hover .table-danger:hover, .sectionTitle .table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

header .table-hover .table-danger:hover&gt;td,
footer .copyright .table-hover .table-danger:hover&gt;td,
.sectionTitle .table-hover .table-danger:hover&gt;td,
header .table-hover .table-danger:hover&gt;th,
footer .copyright .table-hover .table-danger:hover&gt;th,
.sectionTitle .table-hover .table-danger:hover&gt;th {
    background-color: #f1b0b7;
}

header .table-light,
footer .copyright .table-light,
.sectionTitle .table-light,
header .table-light&gt;th,
footer .copyright .table-light&gt;th,
.sectionTitle .table-light&gt;th,
header .table-light&gt;td,
footer .copyright .table-light&gt;td,
.sectionTitle .table-light&gt;td {
    background-color: #fdfdfe;
}

header .table-hover .table-light:hover, footer .copyright .table-hover .table-light:hover, .sectionTitle .table-hover .table-light:hover {
    background-color: #ececf6;
}

header .table-hover .table-light:hover&gt;td,
footer .copyright .table-hover .table-light:hover&gt;td,
.sectionTitle .table-hover .table-light:hover&gt;td,
header .table-hover .table-light:hover&gt;th,
footer .copyright .table-hover .table-light:hover&gt;th,
.sectionTitle .table-hover .table-light:hover&gt;th {
    background-color: #ececf6;
}

header .table-dark,
footer .copyright .table-dark,
.sectionTitle .table-dark,
header .table-dark&gt;th,
footer .copyright .table-dark&gt;th,
.sectionTitle .table-dark&gt;th,
header .table-dark&gt;td,
footer .copyright .table-dark&gt;td,
.sectionTitle .table-dark&gt;td {
    background-color: #c6c8ca;
}

header .table-hover .table-dark:hover, footer .copyright .table-hover .table-dark:hover, .sectionTitle .table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

header .table-hover .table-dark:hover&gt;td,
footer .copyright .table-hover .table-dark:hover&gt;td,
.sectionTitle .table-hover .table-dark:hover&gt;td,
header .table-hover .table-dark:hover&gt;th,
footer .copyright .table-hover .table-dark:hover&gt;th,
.sectionTitle .table-hover .table-dark:hover&gt;th {
    background-color: #b9bbbe;
}

header .table-active,
footer .copyright .table-active,
.sectionTitle .table-active,
header .table-active&gt;th,
footer .copyright .table-active&gt;th,
.sectionTitle .table-active&gt;th,
header .table-active&gt;td,
footer .copyright .table-active&gt;td,
.sectionTitle .table-active&gt;td {
    background-color: rgba(0, 0, 0, 0.075);
}

header .table-hover .table-active:hover, footer .copyright .table-hover .table-active:hover, .sectionTitle .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

header .table-hover .table-active:hover&gt;td,
footer .copyright .table-hover .table-active:hover&gt;td,
.sectionTitle .table-hover .table-active:hover&gt;td,
header .table-hover .table-active:hover&gt;th,
footer .copyright .table-hover .table-active:hover&gt;th,
.sectionTitle .table-hover .table-active:hover&gt;th {
    background-color: rgba(0, 0, 0, 0.075);
}

header .table .thead-dark th, footer .copyright .table .thead-dark th, .sectionTitle .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

header .table .thead-light th, footer .copyright .table .thead-light th, .sectionTitle .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

header .table-dark, footer .copyright .table-dark, .sectionTitle .table-dark {
    color: #fff;
    background-color: #212529;
}

header .table-dark th,
footer .copyright .table-dark th,
.sectionTitle .table-dark th,
header .table-dark td,
footer .copyright .table-dark td,
.sectionTitle .table-dark td,
header .table-dark thead th,
footer .copyright .table-dark thead th,
.sectionTitle .table-dark thead th {
    border-color: #32383e;
}

header .table-dark.table-bordered, footer .copyright .table-dark.table-bordered, .sectionTitle .table-dark.table-bordered {
    border: 0;
}

header .table-dark.table-striped tbody tr:nth-of-type(odd), footer .copyright .table-dark.table-striped tbody tr:nth-of-type(odd), .sectionTitle .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

header .table-dark.table-hover tbody tr:hover, footer .copyright .table-dark.table-hover tbody tr:hover, .sectionTitle .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
    header .table-responsive-sm, footer .copyright .table-responsive-sm, .sectionTitle .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    header .table-responsive-sm.table-bordered, footer .copyright .table-responsive-sm.table-bordered, .sectionTitle .table-responsive-sm.table-bordered {
        border: 0;
    }
}

@media (max-width: 767px) {
    header .table-responsive-md, footer .copyright .table-responsive-md, .sectionTitle .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    header .table-responsive-md.table-bordered, footer .copyright .table-responsive-md.table-bordered, .sectionTitle .table-responsive-md.table-bordered {
        border: 0;
    }
}

@media (max-width: 991px) {
    header .table-responsive-lg, footer .copyright .table-responsive-lg, .sectionTitle .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    header .table-responsive-lg.table-bordered, footer .copyright .table-responsive-lg.table-bordered, .sectionTitle .table-responsive-lg.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199px) {
    header .table-responsive-xl, footer .copyright .table-responsive-xl, .sectionTitle .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    header .table-responsive-xl.table-bordered, footer .copyright .table-responsive-xl.table-bordered, .sectionTitle .table-responsive-xl.table-bordered {
        border: 0;
    }
}

@media (max-width: 1399px) {
    header .table-responsive-xxl, footer .copyright .table-responsive-xxl, .sectionTitle .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    header .table-responsive-xxl.table-bordered, footer .copyright .table-responsive-xxl.table-bordered, .sectionTitle .table-responsive-xxl.table-bordered {
        border: 0;
    }
}

header .table-responsive, footer .copyright .table-responsive, .sectionTitle .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

header .table-responsive.table-bordered, footer .copyright .table-responsive.table-bordered, .sectionTitle .table-responsive.table-bordered {
    border: 0;
}

header .form-control, footer .copyright .form-control, .sectionTitle .form-control {
    display: block;
    width: 100%;
    padding: 11px 35px;
    font-size: 13px;
    line-height: 1.1;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

header .form-control::-ms-expand, footer .copyright .form-control::-ms-expand, .sectionTitle .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

header .form-control:focus, footer .copyright .form-control:focus, .sectionTitle .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

header .form-control::placeholder, footer .copyright .form-control::placeholder, .sectionTitle .form-control::placeholder {
    color: #868e96;
    opacity: 1;
}

header .form-control:disabled,
footer .copyright .form-control:disabled,
.sectionTitle .form-control:disabled,
header .form-control[readonly],
footer .copyright .form-control[readonly],
.sectionTitle .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

header select.form-control:not([size]):not([multiple]), footer .copyright select.form-control:not([size]):not([multiple]), .sectionTitle select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

header select.form-control:focus::-ms-value, footer .copyright select.form-control:focus::-ms-value, .sectionTitle select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

header .form-control-file,
footer .copyright .form-control-file,
.sectionTitle .form-control-file,
header .form-control-range,
footer .copyright .form-control-range,
.sectionTitle .form-control-range {
    display: block;
}

header .col-form-label, footer .copyright .col-form-label, .sectionTitle .col-form-label {
    padding-top: calc(11px + 1px);
    padding-bottom: calc(11px + 1px);
    margin-bottom: 0;
    line-height: 1.1;
}

header .col-form-label-lg, footer .copyright .col-form-label-lg, .sectionTitle .col-form-label-lg {
    padding-top: calc(12px + 1px);
    padding-bottom: calc(12px + 1px);
    font-size: 18px;
    line-height: 1.5;
}

header .col-form-label-sm, footer .copyright .col-form-label-sm, .sectionTitle .col-form-label-sm {
    padding-top: calc(5px + 1px);
    padding-bottom: calc(5px + 1px);
    font-size: 11px;
    line-height: 1.5;
}

header .col-form-legend, footer .copyright .col-form-legend, .sectionTitle .col-form-legend {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0;
    font-size: 13px;
}

header .form-control-plaintext, footer .copyright .form-control-plaintext, .sectionTitle .form-control-plaintext {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0;
    line-height: 1.1;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

header .form-control-plaintext.form-control-sm,
footer .copyright .form-control-plaintext.form-control-sm,
.sectionTitle .form-control-plaintext.form-control-sm,
header .input-group-sm&gt;.form-control-plaintext.form-control,
footer .copyright .input-group-sm&gt;.form-control-plaintext.form-control,
.sectionTitle .input-group-sm&gt;.form-control-plaintext.form-control,
header .input-group-sm&gt;.form-control-plaintext.input-group-addon,
footer .copyright .input-group-sm&gt;.form-control-plaintext.input-group-addon,
.sectionTitle .input-group-sm&gt;.form-control-plaintext.input-group-addon,
header .input-group-sm&gt;.input-group-btn&gt;.form-control-plaintext.btn,
footer .copyright .input-group-sm&gt;.input-group-btn&gt;.form-control-plaintext.btn,
.sectionTitle .input-group-sm&gt;.input-group-btn&gt;.form-control-plaintext.btn,
header .form-control-plaintext.form-control-lg,
footer .copyright .form-control-plaintext.form-control-lg,
.sectionTitle .form-control-plaintext.form-control-lg,
header .input-group-lg&gt;.form-control-plaintext.form-control,
footer .copyright .input-group-lg&gt;.form-control-plaintext.form-control,
.sectionTitle .input-group-lg&gt;.form-control-plaintext.form-control,
header .input-group-lg&gt;.form-control-plaintext.input-group-addon,
footer .copyright .input-group-lg&gt;.form-control-plaintext.input-group-addon,
.sectionTitle .input-group-lg&gt;.form-control-plaintext.input-group-addon,
header .input-group-lg&gt;.input-group-btn&gt;.form-control-plaintext.btn,
footer .copyright .input-group-lg&gt;.input-group-btn&gt;.form-control-plaintext.btn,
.sectionTitle .input-group-lg&gt;.input-group-btn&gt;.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}

header .form-control-sm,
footer .copyright .form-control-sm,
.sectionTitle .form-control-sm,
header .input-group-sm&gt;.form-control,
footer .copyright .input-group-sm&gt;.form-control,
.sectionTitle .input-group-sm&gt;.form-control,
header .input-group-sm&gt;.input-group-addon,
footer .copyright .input-group-sm&gt;.input-group-addon,
.sectionTitle .input-group-sm&gt;.input-group-addon,
header .input-group-sm&gt;.input-group-btn&gt;.btn,
footer .copyright .input-group-sm&gt;.input-group-btn&gt;.btn,
.sectionTitle .input-group-sm&gt;.input-group-btn&gt;.btn {
    padding: 5px 25px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0.2rem;
}

header select.form-control-sm:not([size]):not([multiple]),
footer .copyright select.form-control-sm:not([size]):not([multiple]),
.sectionTitle select.form-control-sm:not([size]):not([multiple]),
header .input-group-sm&gt;select.form-control:not([size]):not([multiple]),
footer .copyright .input-group-sm&gt;select.form-control:not([size]):not([multiple]),
.sectionTitle .input-group-sm&gt;select.form-control:not([size]):not([multiple]),
header .input-group-sm&gt;select.input-group-addon:not([size]):not([multiple]),
footer .copyright .input-group-sm&gt;select.input-group-addon:not([size]):not([multiple]),
.sectionTitle .input-group-sm&gt;select.input-group-addon:not([size]):not([multiple]),
header .input-group-sm&gt;.input-group-btn&gt;select.btn:not([size]):not([multiple]),
footer .copyright .input-group-sm&gt;.input-group-btn&gt;select.btn:not([size]):not([multiple]),
.sectionTitle .input-group-sm&gt;.input-group-btn&gt;select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

header .form-control-lg,
footer .copyright .form-control-lg,
.sectionTitle .form-control-lg,
header .input-group-lg&gt;.form-control,
footer .copyright .input-group-lg&gt;.form-control,
.sectionTitle .input-group-lg&gt;.form-control,
header .input-group-lg&gt;.input-group-addon,
footer .copyright .input-group-lg&gt;.input-group-addon,
.sectionTitle .input-group-lg&gt;.input-group-addon,
header .input-group-lg&gt;.input-group-btn&gt;.btn,
footer .copyright .input-group-lg&gt;.input-group-btn&gt;.btn,
.sectionTitle .input-group-lg&gt;.input-group-btn&gt;.btn {
    padding: 12px 50px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0.3rem;
}

header select.form-control-lg:not([size]):not([multiple]),
footer .copyright select.form-control-lg:not([size]):not([multiple]),
.sectionTitle select.form-control-lg:not([size]):not([multiple]),
header .input-group-lg&gt;select.form-control:not([size]):not([multiple]),
footer .copyright .input-group-lg&gt;select.form-control:not([size]):not([multiple]),
.sectionTitle .input-group-lg&gt;select.form-control:not([size]):not([multiple]),
header .input-group-lg&gt;select.input-group-addon:not([size]):not([multiple]),
footer .copyright .input-group-lg&gt;select.input-group-addon:not([size]):not([multiple]),
.sectionTitle .input-group-lg&gt;select.input-group-addon:not([size]):not([multiple]),
header .input-group-lg&gt;.input-group-btn&gt;select.btn:not([size]):not([multiple]),
footer .copyright .input-group-lg&gt;.input-group-btn&gt;select.btn:not([size]):not([multiple]),
.sectionTitle .input-group-lg&gt;.input-group-btn&gt;select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

header .form-group, footer .copyright .form-group, .sectionTitle .form-group {
    margin-bottom: 1rem;
}

header .form-text, footer .copyright .form-text, .sectionTitle .form-text {
    display: block;
    margin-top: 0.25rem;
}

header .form-row, footer .copyright .form-row, .sectionTitle .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

header .form-row&gt;.col,
footer .copyright .form-row&gt;.col,
.sectionTitle .form-row&gt;.col,
header .form-row&gt;[class*="col-"],
footer .copyright .form-row&gt;[class*="col-"],
.sectionTitle .form-row&gt;[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

header .form-check, footer .copyright .form-check, .sectionTitle .form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}

header .form-check.disabled .form-check-label, footer .copyright .form-check.disabled .form-check-label, .sectionTitle .form-check.disabled .form-check-label {
    color: #868e96;
}

header .form-check-label, footer .copyright .form-check-label, .sectionTitle .form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

header .form-check-input, footer .copyright .form-check-input, .sectionTitle .form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}

header .form-check-inline, footer .copyright .form-check-inline, .sectionTitle .form-check-inline {
    display: inline-block;
    margin-right: 0.75rem;
}

header .form-check-inline .form-check-label, footer .copyright .form-check-inline .form-check-label, .sectionTitle .form-check-inline .form-check-label {
    vertical-align: middle;
}

header .valid-feedback, footer .copyright .valid-feedback, .sectionTitle .valid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #28a745;
}

header .valid-tooltip, footer .copyright .valid-tooltip, .sectionTitle .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem;
}

header .was-validated .form-control:valid,
footer .copyright .was-validated .form-control:valid,
.sectionTitle .was-validated .form-control:valid,
header .form-control.is-valid,
footer .copyright .form-control.is-valid,
.sectionTitle .form-control.is-valid,
header .was-validated.custom-select:valid,
footer .copyright .was-validated.custom-select:valid,
.sectionTitle .was-validated.custom-select:valid,
header .custom-select.is-valid,
footer .copyright .custom-select.is-valid,
.sectionTitle .custom-select.is-valid {
    border-color: #28a745;
}

header .was-validated .form-control:valid:focus,
footer .copyright .was-validated .form-control:valid:focus,
.sectionTitle .was-validated .form-control:valid:focus,
header .form-control.is-valid:focus,
footer .copyright .form-control.is-valid:focus,
.sectionTitle .form-control.is-valid:focus,
header .was-validated.custom-select:valid:focus,
footer .copyright .was-validated.custom-select:valid:focus,
.sectionTitle .was-validated.custom-select:valid:focus,
header .custom-select.is-valid:focus,
footer .copyright .custom-select.is-valid:focus,
.sectionTitle .custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

header .was-validated .form-control:valid~.valid-feedback,
footer .copyright .was-validated .form-control:valid~.valid-feedback,
.sectionTitle .was-validated .form-control:valid~.valid-feedback,
header .was-validated .form-control:valid~.valid-tooltip,
footer .copyright .was-validated .form-control:valid~.valid-tooltip,
.sectionTitle .was-validated .form-control:valid~.valid-tooltip,
header .form-control.is-valid~.valid-feedback,
footer .copyright .form-control.is-valid~.valid-feedback,
.sectionTitle .form-control.is-valid~.valid-feedback,
header .form-control.is-valid~.valid-tooltip,
footer .copyright .form-control.is-valid~.valid-tooltip,
.sectionTitle .form-control.is-valid~.valid-tooltip,
header .was-validated.custom-select:valid~.valid-feedback,
footer .copyright .was-validated.custom-select:valid~.valid-feedback,
.sectionTitle .was-validated.custom-select:valid~.valid-feedback,
header .was-validated.custom-select:valid~.valid-tooltip,
footer .copyright .was-validated.custom-select:valid~.valid-tooltip,
.sectionTitle .was-validated.custom-select:valid~.valid-tooltip,
header .custom-select.is-valid~.valid-feedback,
footer .copyright .custom-select.is-valid~.valid-feedback,
.sectionTitle .custom-select.is-valid~.valid-feedback,
header .custom-select.is-valid~.valid-tooltip,
footer .copyright .custom-select.is-valid~.valid-tooltip,
.sectionTitle .custom-select.is-valid~.valid-tooltip {
    display: block;
}

header .was-validated .form-check-input:valid+.form-check-label,
footer .copyright .was-validated .form-check-input:valid+.form-check-label,
.sectionTitle .was-validated .form-check-input:valid+.form-check-label,
header .form-check-input.is-valid+.form-check-label,
footer .copyright .form-check-input.is-valid+.form-check-label,
.sectionTitle .form-check-input.is-valid+.form-check-label {
    color: #28a745;
}

header .was-validated .custom-control-input:valid~.custom-control-indicator,
footer .copyright .was-validated .custom-control-input:valid~.custom-control-indicator,
.sectionTitle .was-validated .custom-control-input:valid~.custom-control-indicator,
header .custom-control-input.is-valid~.custom-control-indicator,
footer .copyright .custom-control-input.is-valid~.custom-control-indicator,
.sectionTitle .custom-control-input.is-valid~.custom-control-indicator {
    background-color: rgba(40, 167, 69, 0.25);
}

header .was-validated .custom-control-input:valid~.custom-control-description,
footer .copyright .was-validated .custom-control-input:valid~.custom-control-description,
.sectionTitle .was-validated .custom-control-input:valid~.custom-control-description,
header .custom-control-input.is-valid~.custom-control-description,
footer .copyright .custom-control-input.is-valid~.custom-control-description,
.sectionTitle .custom-control-input.is-valid~.custom-control-description {
    color: #28a745;
}

header .was-validated .custom-file-input:valid~.custom-file-control,
footer .copyright .was-validated .custom-file-input:valid~.custom-file-control,
.sectionTitle .was-validated .custom-file-input:valid~.custom-file-control,
header .custom-file-input.is-valid~.custom-file-control,
footer .copyright .custom-file-input.is-valid~.custom-file-control,
.sectionTitle .custom-file-input.is-valid~.custom-file-control {
    border-color: #28a745;
}

header .was-validated .custom-file-input:valid~.custom-file-control::before,
footer .copyright .was-validated .custom-file-input:valid~.custom-file-control::before,
.sectionTitle .was-validated .custom-file-input:valid~.custom-file-control::before,
header .custom-file-input.is-valid~.custom-file-control::before,
footer .copyright .custom-file-input.is-valid~.custom-file-control::before,
.sectionTitle .custom-file-input.is-valid~.custom-file-control::before {
    border-color: inherit;
}

header .was-validated .custom-file-input:valid:focus,
footer .copyright .was-validated .custom-file-input:valid:focus,
.sectionTitle .was-validated .custom-file-input:valid:focus,
header .custom-file-input.is-valid:focus,
footer .copyright .custom-file-input.is-valid:focus,
.sectionTitle .custom-file-input.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

header .invalid-feedback, footer .copyright .invalid-feedback, .sectionTitle .invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545;
}

header .invalid-tooltip, footer .copyright .invalid-tooltip, .sectionTitle .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem;
}

header .was-validated .form-control:invalid,
footer .copyright .was-validated .form-control:invalid,
.sectionTitle .was-validated .form-control:invalid,
header .form-control.is-invalid,
footer .copyright .form-control.is-invalid,
.sectionTitle .form-control.is-invalid,
header .was-validated.custom-select:invalid,
footer .copyright .was-validated.custom-select:invalid,
.sectionTitle .was-validated.custom-select:invalid,
header .custom-select.is-invalid,
footer .copyright .custom-select.is-invalid,
.sectionTitle .custom-select.is-invalid {
    border-color: #dc3545;
}

header .was-validated .form-control:invalid:focus,
footer .copyright .was-validated .form-control:invalid:focus,
.sectionTitle .was-validated .form-control:invalid:focus,
header .form-control.is-invalid:focus,
footer .copyright .form-control.is-invalid:focus,
.sectionTitle .form-control.is-invalid:focus,
header .was-validated.custom-select:invalid:focus,
footer .copyright .was-validated.custom-select:invalid:focus,
.sectionTitle .was-validated.custom-select:invalid:focus,
header .custom-select.is-invalid:focus,
footer .copyright .custom-select.is-invalid:focus,
.sectionTitle .custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

header .was-validated .form-control:invalid~.invalid-feedback,
footer .copyright .was-validated .form-control:invalid~.invalid-feedback,
.sectionTitle .was-validated .form-control:invalid~.invalid-feedback,
header .was-validated .form-control:invalid~.invalid-tooltip,
footer .copyright .was-validated .form-control:invalid~.invalid-tooltip,
.sectionTitle .was-validated .form-control:invalid~.invalid-tooltip,
header .form-control.is-invalid~.invalid-feedback,
footer .copyright .form-control.is-invalid~.invalid-feedback,
.sectionTitle .form-control.is-invalid~.invalid-feedback,
header .form-control.is-invalid~.invalid-tooltip,
footer .copyright .form-control.is-invalid~.invalid-tooltip,
.sectionTitle .form-control.is-invalid~.invalid-tooltip,
header .was-validated.custom-select:invalid~.invalid-feedback,
footer .copyright .was-validated.custom-select:invalid~.invalid-feedback,
.sectionTitle .was-validated.custom-select:invalid~.invalid-feedback,
header .was-validated.custom-select:invalid~.invalid-tooltip,
footer .copyright .was-validated.custom-select:invalid~.invalid-tooltip,
.sectionTitle .was-validated.custom-select:invalid~.invalid-tooltip,
header .custom-select.is-invalid~.invalid-feedback,
footer .copyright .custom-select.is-invalid~.invalid-feedback,
.sectionTitle .custom-select.is-invalid~.invalid-feedback,
header .custom-select.is-invalid~.invalid-tooltip,
footer .copyright .custom-select.is-invalid~.invalid-tooltip,
.sectionTitle .custom-select.is-invalid~.invalid-tooltip {
    display: block;
}

header .was-validated .form-check-input:invalid+.form-check-label,
footer .copyright .was-validated .form-check-input:invalid+.form-check-label,
.sectionTitle .was-validated .form-check-input:invalid+.form-check-label,
header .form-check-input.is-invalid+.form-check-label,
footer .copyright .form-check-input.is-invalid+.form-check-label,
.sectionTitle .form-check-input.is-invalid+.form-check-label {
    color: #dc3545;
}

header .was-validated .custom-control-input:invalid~.custom-control-indicator,
footer .copyright .was-validated .custom-control-input:invalid~.custom-control-indicator,
.sectionTitle .was-validated .custom-control-input:invalid~.custom-control-indicator,
header .custom-control-input.is-invalid~.custom-control-indicator,
footer .copyright .custom-control-input.is-invalid~.custom-control-indicator,
.sectionTitle .custom-control-input.is-invalid~.custom-control-indicator {
    background-color: rgba(220, 53, 69, 0.25);
}

header .was-validated .custom-control-input:invalid~.custom-control-description,
footer .copyright .was-validated .custom-control-input:invalid~.custom-control-description,
.sectionTitle .was-validated .custom-control-input:invalid~.custom-control-description,
header .custom-control-input.is-invalid~.custom-control-description,
footer .copyright .custom-control-input.is-invalid~.custom-control-description,
.sectionTitle .custom-control-input.is-invalid~.custom-control-description {
    color: #dc3545;
}

header .was-validated .custom-file-input:invalid~.custom-file-control,
footer .copyright .was-validated .custom-file-input:invalid~.custom-file-control,
.sectionTitle .was-validated .custom-file-input:invalid~.custom-file-control,
header .custom-file-input.is-invalid~.custom-file-control,
footer .copyright .custom-file-input.is-invalid~.custom-file-control,
.sectionTitle .custom-file-input.is-invalid~.custom-file-control {
    border-color: #dc3545;
}

header .was-validated .custom-file-input:invalid~.custom-file-control::before,
footer .copyright .was-validated .custom-file-input:invalid~.custom-file-control::before,
.sectionTitle .was-validated .custom-file-input:invalid~.custom-file-control::before,
header .custom-file-input.is-invalid~.custom-file-control::before,
footer .copyright .custom-file-input.is-invalid~.custom-file-control::before,
.sectionTitle .custom-file-input.is-invalid~.custom-file-control::before {
    border-color: inherit;
}

header .was-validated .custom-file-input:invalid:focus,
footer .copyright .was-validated .custom-file-input:invalid:focus,
.sectionTitle .was-validated .custom-file-input:invalid:focus,
header .custom-file-input.is-invalid:focus,
footer .copyright .custom-file-input.is-invalid:focus,
.sectionTitle .custom-file-input.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

header .form-inline, footer .copyright .form-inline, .sectionTitle .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

header .form-inline .form-check, footer .copyright .form-inline .form-check, .sectionTitle .form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    header .form-inline label, footer .copyright .form-inline label, .sectionTitle .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    header .form-inline .form-group, footer .copyright .form-inline .form-group, .sectionTitle .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    header .form-inline .form-control, footer .copyright .form-inline .form-control, .sectionTitle .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    header .form-inline .form-control-plaintext, footer .copyright .form-inline .form-control-plaintext, .sectionTitle .form-inline .form-control-plaintext {
        display: inline-block;
    }

    header .form-inline .input-group, footer .copyright .form-inline .input-group, .sectionTitle .form-inline .input-group {
        width: auto;
    }

    header .form-inline .form-check, footer .copyright .form-inline .form-check, .sectionTitle .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    header .form-inline .form-check-label, footer .copyright .form-inline .form-check-label, .sectionTitle .form-inline .form-check-label {
        padding-left: 0;
    }

    header .form-inline .form-check-input, footer .copyright .form-inline .form-check-input, .sectionTitle .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    header .form-inline .custom-control, footer .copyright .form-inline .custom-control, .sectionTitle .form-inline .custom-control {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }

    header .form-inline .custom-control-indicator, footer .copyright .form-inline .custom-control-indicator, .sectionTitle .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom;
    }

    header .form-inline .has-feedback .form-control-feedback, footer .copyright .form-inline .has-feedback .form-control-feedback, .sectionTitle .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

header .btn, footer .copyright .btn, .sectionTitle .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 11px 35px;
    font-size: 13px;
    line-height: 1.1;
    border-radius: 0;
    transition: all 0.15s ease-in-out;
}

header .btn:focus,
footer .copyright .btn:focus,
.sectionTitle .btn:focus,
header .btn:hover,
footer .copyright .btn:hover,
.sectionTitle .btn:hover {
    text-decoration: none;
}

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

header .btn.disabled,
footer .copyright .btn.disabled,
.sectionTitle .btn.disabled,
header .btn:disabled,
footer .copyright .btn:disabled,
.sectionTitle .btn:disabled {
    opacity: .65;
}

header .btn:not([disabled]):not(.disabled):active,
footer .copyright .btn:not([disabled]):not(.disabled):active,
.sectionTitle .btn:not([disabled]):not(.disabled):active,
header .btn:not([disabled]):not(.disabled).active,
footer .copyright .btn:not([disabled]):not(.disabled).active,
.sectionTitle .btn:not([disabled]):not(.disabled).active {
    background-image: none;
}

header a.btn.disabled,
footer .copyright a.btn.disabled,
.sectionTitle a.btn.disabled,
header fieldset[disabled] a.btn,
footer .copyright fieldset[disabled] a.btn,
.sectionTitle fieldset[disabled] a.btn {
    pointer-events: none;
}

header .btn-primary, footer .copyright .btn-primary, .sectionTitle .btn-primary {
    color: #fff;
    background-color: #9370DB;
    border-color: #9370DB;
}

header .btn-primary:hover, footer .copyright .btn-primary:hover, .sectionTitle .btn-primary:hover {
    color: #fff;
    background-color: #7c51d3;
    border-color: #7447d1;
}

header .btn-primary:focus,
footer .copyright .btn-primary:focus,
.sectionTitle .btn-primary:focus,
header .btn-primary.focus,
footer .copyright .btn-primary.focus,
.sectionTitle .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 112, 219, 0.5);
}

header .btn-primary.disabled,
footer .copyright .btn-primary.disabled,
.sectionTitle .btn-primary.disabled,
header .btn-primary:disabled,
footer .copyright .btn-primary:disabled,
.sectionTitle .btn-primary:disabled {
    background-color: #9370DB;
    border-color: #9370DB;
}

header .btn-primary:not([disabled]):not(.disabled):active,
footer .copyright .btn-primary:not([disabled]):not(.disabled):active,
.sectionTitle .btn-primary:not([disabled]):not(.disabled):active,
header .btn-primary:not([disabled]):not(.disabled).active,
footer .copyright .btn-primary:not([disabled]):not(.disabled).active,
.sectionTitle .btn-primary:not([disabled]):not(.disabled).active,
header .show&gt;.btn-primary.dropdown-toggle,
footer .copyright .show&gt;.btn-primary.dropdown-toggle,
.sectionTitle .show&gt;.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7447d1;
    border-color: #6d3dce;
    box-shadow: 0 0 0 0.2rem rgba(147, 112, 219, 0.5);
}

header .btn-secondary, footer .copyright .btn-secondary, .sectionTitle .btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

header .btn-secondary:hover, footer .copyright .btn-secondary:hover, .sectionTitle .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}

header .btn-secondary:focus,
footer .copyright .btn-secondary:focus,
.sectionTitle .btn-secondary:focus,
header .btn-secondary.focus,
footer .copyright .btn-secondary.focus,
.sectionTitle .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

header .btn-secondary.disabled,
footer .copyright .btn-secondary.disabled,
.sectionTitle .btn-secondary.disabled,
header .btn-secondary:disabled,
footer .copyright .btn-secondary:disabled,
.sectionTitle .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96;
}

header .btn-secondary:not([disabled]):not(.disabled):active,
footer .copyright .btn-secondary:not([disabled]):not(.disabled):active,
.sectionTitle .btn-secondary:not([disabled]):not(.disabled):active,
header .btn-secondary:not([disabled]):not(.disabled).active,
footer .copyright .btn-secondary:not([disabled]):not(.disabled).active,
.sectionTitle .btn-secondary:not([disabled]):not(.disabled).active,
header .show&gt;.btn-secondary.dropdown-toggle,
footer .copyright .show&gt;.btn-secondary.dropdown-toggle,
.sectionTitle .show&gt;.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

header .btn-success, footer .copyright .btn-success, .sectionTitle .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

header .btn-success:hover, footer .copyright .btn-success:hover, .sectionTitle .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

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

header .btn-success.disabled,
footer .copyright .btn-success.disabled,
.sectionTitle .btn-success.disabled,
header .btn-success:disabled,
footer .copyright .btn-success:disabled,
.sectionTitle .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
}

header .btn-success:not([disabled]):not(.disabled):active,
footer .copyright .btn-success:not([disabled]):not(.disabled):active,
.sectionTitle .btn-success:not([disabled]):not(.disabled):active,
header .btn-success:not([disabled]):not(.disabled).active,
footer .copyright .btn-success:not([disabled]):not(.disabled).active,
.sectionTitle .btn-success:not([disabled]):not(.disabled).active,
header .show&gt;.btn-success.dropdown-toggle,
footer .copyright .show&gt;.btn-success.dropdown-toggle,
.sectionTitle .show&gt;.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

header .btn-info, footer .copyright .btn-info, .sectionTitle .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

header .btn-info:hover, footer .copyright .btn-info:hover, .sectionTitle .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

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

header .btn-info.disabled,
footer .copyright .btn-info.disabled,
.sectionTitle .btn-info.disabled,
header .btn-info:disabled,
footer .copyright .btn-info:disabled,
.sectionTitle .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

header .btn-info:not([disabled]):not(.disabled):active,
footer .copyright .btn-info:not([disabled]):not(.disabled):active,
.sectionTitle .btn-info:not([disabled]):not(.disabled):active,
header .btn-info:not([disabled]):not(.disabled).active,
footer .copyright .btn-info:not([disabled]):not(.disabled).active,
.sectionTitle .btn-info:not([disabled]):not(.disabled).active,
header .show&gt;.btn-info.dropdown-toggle,
footer .copyright .show&gt;.btn-info.dropdown-toggle,
.sectionTitle .show&gt;.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

header .btn-warning, footer .copyright .btn-warning, .sectionTitle .btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
}

header .btn-warning:hover, footer .copyright .btn-warning:hover, .sectionTitle .btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00;
}

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

header .btn-warning.disabled,
footer .copyright .btn-warning.disabled,
.sectionTitle .btn-warning.disabled,
header .btn-warning:disabled,
footer .copyright .btn-warning:disabled,
.sectionTitle .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
}

header .btn-warning:not([disabled]):not(.disabled):active,
footer .copyright .btn-warning:not([disabled]):not(.disabled):active,
.sectionTitle .btn-warning:not([disabled]):not(.disabled):active,
header .btn-warning:not([disabled]):not(.disabled).active,
footer .copyright .btn-warning:not([disabled]):not(.disabled).active,
.sectionTitle .btn-warning:not([disabled]):not(.disabled).active,
header .show&gt;.btn-warning.dropdown-toggle,
footer .copyright .show&gt;.btn-warning.dropdown-toggle,
.sectionTitle .show&gt;.btn-warning.dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

header .btn-danger, footer .copyright .btn-danger, .sectionTitle .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

header .btn-danger:hover, footer .copyright .btn-danger:hover, .sectionTitle .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

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

header .btn-danger.disabled,
footer .copyright .btn-danger.disabled,
.sectionTitle .btn-danger.disabled,
header .btn-danger:disabled,
footer .copyright .btn-danger:disabled,
.sectionTitle .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
}

header .btn-danger:not([disabled]):not(.disabled):active,
footer .copyright .btn-danger:not([disabled]):not(.disabled):active,
.sectionTitle .btn-danger:not([disabled]):not(.disabled):active,
header .btn-danger:not([disabled]):not(.disabled).active,
footer .copyright .btn-danger:not([disabled]):not(.disabled).active,
.sectionTitle .btn-danger:not([disabled]):not(.disabled).active,
header .show&gt;.btn-danger.dropdown-toggle,
footer .copyright .show&gt;.btn-danger.dropdown-toggle,
.sectionTitle .show&gt;.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

header .btn-light, footer .copyright .btn-light, .sectionTitle .btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

header .btn-light:hover, footer .copyright .btn-light:hover, .sectionTitle .btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

header .btn-light:focus,
footer .copyright .btn-light:focus,
.sectionTitle .btn-light:focus,
header .btn-light.focus,
footer .copyright .btn-light.focus,
.sectionTitle .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

header .btn-light.disabled,
footer .copyright .btn-light.disabled,
.sectionTitle .btn-light.disabled,
header .btn-light:disabled,
footer .copyright .btn-light:disabled,
.sectionTitle .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

header .btn-light:not([disabled]):not(.disabled):active,
footer .copyright .btn-light:not([disabled]):not(.disabled):active,
.sectionTitle .btn-light:not([disabled]):not(.disabled):active,
header .btn-light:not([disabled]):not(.disabled).active,
footer .copyright .btn-light:not([disabled]):not(.disabled).active,
.sectionTitle .btn-light:not([disabled]):not(.disabled).active,
header .show&gt;.btn-light.dropdown-toggle,
footer .copyright .show&gt;.btn-light.dropdown-toggle,
.sectionTitle .show&gt;.btn-light.dropdown-toggle {
    color: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

header .btn-dark, footer .copyright .btn-dark, .sectionTitle .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

header .btn-dark:hover, footer .copyright .btn-dark:hover, .sectionTitle .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

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

header .btn-dark.disabled,
footer .copyright .btn-dark.disabled,
.sectionTitle .btn-dark.disabled,
header .btn-dark:disabled,
footer .copyright .btn-dark:disabled,
.sectionTitle .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
}

header .btn-dark:not([disabled]):not(.disabled):active,
footer .copyright .btn-dark:not([disabled]):not(.disabled):active,
.sectionTitle .btn-dark:not([disabled]):not(.disabled):active,
header .btn-dark:not([disabled]):not(.disabled).active,
footer .copyright .btn-dark:not([disabled]):not(.disabled).active,
.sectionTitle .btn-dark:not([disabled]):not(.disabled).active,
header .show&gt;.btn-dark.dropdown-toggle,
footer .copyright .show&gt;.btn-dark.dropdown-toggle,
.sectionTitle .show&gt;.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

header .btn-outline-primary, footer .copyright .btn-outline-primary, .sectionTitle .btn-outline-primary {
    color: #9370DB;
    background-color: transparent;
    background-image: none;
    border-color: #9370DB;
}

header .btn-outline-primary:hover, footer .copyright .btn-outline-primary:hover, .sectionTitle .btn-outline-primary:hover {
    color: #fff;
    background-color: #9370DB;
    border-color: #9370DB;
}

header .btn-outline-primary:focus,
footer .copyright .btn-outline-primary:focus,
.sectionTitle .btn-outline-primary:focus,
header .btn-outline-primary.focus,
footer .copyright .btn-outline-primary.focus,
.sectionTitle .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 112, 219, 0.5);
}

header .btn-outline-primary.disabled,
footer .copyright .btn-outline-primary.disabled,
.sectionTitle .btn-outline-primary.disabled,
header .btn-outline-primary:disabled,
footer .copyright .btn-outline-primary:disabled,
.sectionTitle .btn-outline-primary:disabled {
    color: #9370DB;
    background-color: transparent;
}

header .btn-outline-primary:not([disabled]):not(.disabled):active,
footer .copyright .btn-outline-primary:not([disabled]):not(.disabled):active,
.sectionTitle .btn-outline-primary:not([disabled]):not(.disabled):active,
header .btn-outline-primary:not([disabled]):not(.disabled).active,
footer .copyright .btn-outline-primary:not([disabled]):not(.disabled).active,
.sectionTitle .btn-outline-primary:not([disabled]):not(.disabled).active,
header .show&gt;.btn-outline-primary.dropdown-toggle,
footer .copyright .show&gt;.btn-outline-primary.dropdown-toggle,
.sectionTitle .show&gt;.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #9370DB;
    border-color: #9370DB;
    box-shadow: 0 0 0 0.2rem rgba(147, 112, 219, 0.5);
}

header .btn-outline-secondary, footer .copyright .btn-outline-secondary, .sectionTitle .btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}

header .btn-outline-secondary:hover, footer .copyright .btn-outline-secondary:hover, .sectionTitle .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

header .btn-outline-secondary:focus,
footer .copyright .btn-outline-secondary:focus,
.sectionTitle .btn-outline-secondary:focus,
header .btn-outline-secondary.focus,
footer .copyright .btn-outline-secondary.focus,
.sectionTitle .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

header .btn-outline-secondary.disabled,
footer .copyright .btn-outline-secondary.disabled,
.sectionTitle .btn-outline-secondary.disabled,
header .btn-outline-secondary:disabled,
footer .copyright .btn-outline-secondary:disabled,
.sectionTitle .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}

header .btn-outline-secondary:not([disabled]):not(.disabled):active,
footer .copyright .btn-outline-secondary:not([disabled]):not(.disabled):active,
.sectionTitle .btn-outline-secondary:not([disabled]):not(.disabled):active,
header .btn-outline-secondary:not([disabled]):not(.disabled).active,
footer .copyright .btn-outline-secondary:not([disabled]):not(.disabled).active,
.sectionTitle .btn-outline-secondary:not([disabled]):not(.disabled).active,
header .show&gt;.btn-outline-secondary.dropdown-toggle,
footer .copyright .show&gt;.btn-outline-secondary.dropdown-toggle,
.sectionTitle .show&gt;.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

header .btn-outline-success, footer .copyright .btn-outline-success, .sectionTitle .btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

header .btn-outline-success:hover, footer .copyright .btn-outline-success:hover, .sectionTitle .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

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

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

header .btn-outline-success:not([disabled]):not(.disabled):active,
footer .copyright .btn-outline-success:not([disabled]):not(.disabled):active,
.sectionTitle .btn-outline-success:not([disabled]):not(.disabled):active,
header .btn-outline-success:not([disabled]):not(.disabled).active,
footer .copyright .btn-outline-success:not([disabled]):not(.disabled).active,
.sectionTitle .btn-outline-success:not([disabled]):not(.disabled).active,
header .show&gt;.btn-outline-success.dropdown-toggle,
footer .copyright .show&gt;.btn-outline-success.dropdown-toggle,
.sectionTitle .show&gt;.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

header .btn-outline-info, footer .copyright .btn-outline-info, .sectionTitle .btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

header .btn-outline-info:hover, footer .copyright .btn-outline-info:hover, .sectionTitle .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

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

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

header .btn-outline-info:not([disabled]):not(.disabled):active,
footer .copyright .btn-outline-info:not([disabled]):not(.disabled):active,
.sectionTitle .btn-outline-info:not([disabled]):not(.disabled):active,
header .btn-outline-info:not([disabled]):not(.disabled).active,
footer .copyright .btn-outline-info:not([disabled]):not(.disabled).active,
.sectionTitle .btn-outline-info:not([disabled]):not(.disabled).active,
header .show&gt;.btn-outline-info.dropdown-toggle,
footer .copyright .show&gt;.btn-outline-info.dropdown-toggle,
.sectionTitle .show&gt;.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

header .btn-outline-warning, footer .copyright .btn-outline-warning, .sectionTitle .btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

header .btn-outline-warning:hover, footer .copyright .btn-outline-warning:hover, .sectionTitle .btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

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

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

header .btn-outline-warning:not([disabled]):not(.disabled):active,
footer .copyright .btn-outline-warning:not([disabled]):not(.disabled):active,
.sectionTitle .btn-outline-warning:not([disabled]):not(.disabled):active,
header .btn-outline-warning:not([disabled]):not(.disabled).active,
footer .copyright .btn-outline-warning:not([disabled]):not(.disabled).active,
.sectionTitle .btn-outline-warning:not([disabled]):not(.disabled).active,
header .show&gt;.btn-outline-warning.dropdown-toggle,
footer .copyright .show&gt;.btn-outline-warning.dropdown-toggle,
.sectionTitle .show&gt;.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

header .btn-outline-danger, footer .copyright .btn-outline-danger, .sectionTitle .btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

header .btn-outline-danger:hover, footer .copyright .btn-outline-danger:hover, .sectionTitle .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

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

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

header .btn-outline-danger:not([disabled]):not(.disabled):active,
footer .copyright .btn-outline-danger:not([disabled]):not(.disabled):active,
.sectionTitle .btn-outline-danger:not([disabled]):not(.disabled):active,
header .btn-outline-danger:not([disabled]):not(.disabled).active,
footer .copyright .btn-outline-danger:not([disabled]):not(.disabled).active,
.sectionTitle .btn-outline-danger:not([disabled]):not(.disabled).active,
header .show&gt;.btn-outline-danger.dropdown-toggle,
footer .copyright .show&gt;.btn-outline-danger.dropdown-toggle,
.sectionTitle .show&gt;.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

header .btn-outline-light, footer .copyright .btn-outline-light, .sectionTitle .btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

header .btn-outline-light:hover, footer .copyright .btn-outline-light:hover, .sectionTitle .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

header .btn-outline-light:focus,
footer .copyright .btn-outline-light:focus,
.sectionTitle .btn-outline-light:focus,
header .btn-outline-light.focus,
footer .copyright .btn-outline-light.focus,
.sectionTitle .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

header .btn-outline-light.disabled,
footer .copyright .btn-outline-light.disabled,
.sectionTitle .btn-outline-light.disabled,
header .btn-outline-light:disabled,
footer .copyright .btn-outline-light:disabled,
.sectionTitle .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

header .btn-outline-light:not([disabled]):not(.disabled):active,
footer .copyright .btn-outline-light:not([disabled]):not(.disabled):active,
.sectionTitle .btn-outline-light:not([disabled]):not(.disabled):active,
header .btn-outline-light:not([disabled]):not(.disabled).active,
footer .copyright .btn-outline-light:not([disabled]):not(.disabled).active,
.sectionTitle .btn-outline-light:not([disabled]):not(.disabled).active,
header .show&gt;.btn-outline-light.dropdown-toggle,
footer .copyright .show&gt;.btn-outline-light.dropdown-toggle,
.sectionTitle .show&gt;.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

header .btn-outline-dark, footer .copyright .btn-outline-dark, .sectionTitle .btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

header .btn-outline-dark:hover, footer .copyright .btn-outline-dark:hover, .sectionTitle .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

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

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

header .btn-outline-dark:not([disabled]):not(.disabled):active,
footer .copyright .btn-outline-dark:not([disabled]):not(.disabled):active,
.sectionTitle .btn-outline-dark:not([disabled]):not(.disabled):active,
header .btn-outline-dark:not([disabled]):not(.disabled).active,
footer .copyright .btn-outline-dark:not([disabled]):not(.disabled).active,
.sectionTitle .btn-outline-dark:not([disabled]):not(.disabled).active,
header .show&gt;.btn-outline-dark.dropdown-toggle,
footer .copyright .show&gt;.btn-outline-dark.dropdown-toggle,
.sectionTitle .show&gt;.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

header .btn-link, footer .copyright .btn-link, .sectionTitle .btn-link {
    font-weight: 400;
    color: #9370DB;
    background-color: transparent;
}

header .btn-link:hover, footer .copyright .btn-link:hover, .sectionTitle .btn-link:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

header .btn-link:focus,
footer .copyright .btn-link:focus,
.sectionTitle .btn-link:focus,
header .btn-link.focus,
footer .copyright .btn-link.focus,
.sectionTitle .btn-link.focus {
    border-color: transparent;
    box-shadow: none;
}

header .btn-link:disabled,
footer .copyright .btn-link:disabled,
.sectionTitle .btn-link:disabled,
header .btn-link.disabled,
footer .copyright .btn-link.disabled,
.sectionTitle .btn-link.disabled {
    color: #868e96;
}

header .btn-lg,
footer .copyright .btn-lg,
.sectionTitle .btn-lg,
header .btn-group-lg&gt;.btn,
footer .copyright .btn-group-lg&gt;.btn,
.sectionTitle .btn-group-lg&gt;.btn {
    padding: 12px 50px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0.3rem;
}

header .btn-sm,
footer .copyright .btn-sm,
.sectionTitle .btn-sm,
header .btn-group-sm&gt;.btn,
footer .copyright .btn-group-sm&gt;.btn,
.sectionTitle .btn-group-sm&gt;.btn {
    padding: 5px 25px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 4px;
}

header .btn-block, footer .copyright .btn-block, .sectionTitle .btn-block {
    display: block;
    width: 100%;
}

header .btn-block+.btn-block, footer .copyright .btn-block+.btn-block, .sectionTitle .btn-block+.btn-block {
    margin-top: 0.5rem;
}

header input[type="submit"].btn-block,
footer .copyright input[type="submit"].btn-block,
.sectionTitle input[type="submit"].btn-block,
header input[type="reset"].btn-block,
footer .copyright input[type="reset"].btn-block,
.sectionTitle input[type="reset"].btn-block,
header input[type="button"].btn-block,
footer .copyright input[type="button"].btn-block,
.sectionTitle input[type="button"].btn-block {
    width: 100%;
}

header .fade, footer .copyright .fade, .sectionTitle .fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

header .fade.show, footer .copyright .fade.show, .sectionTitle .fade.show {
    opacity: 1;
}

header .collapse, footer .copyright .collapse, .sectionTitle .collapse {
    display: none;
}

header .collapse.show, footer .copyright .collapse.show, .sectionTitle .collapse.show {
    display: block;
}

header tr.collapse.show, footer .copyright tr.collapse.show, .sectionTitle tr.collapse.show {
    display: table-row;
}

header tbody.collapse.show, footer .copyright tbody.collapse.show, .sectionTitle tbody.collapse.show {
    display: table-row-group;
}

header .collapsing, footer .copyright .collapsing, .sectionTitle .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

header .dropup,
footer .copyright .dropup,
.sectionTitle .dropup,
header .dropdown,
footer .copyright .dropdown,
.sectionTitle .dropdown {
    position: relative;
}

header .dropdown-toggle::after, footer .copyright .dropdown-toggle::after, .sectionTitle .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

header .dropdown-toggle:empty::after, footer .copyright .dropdown-toggle:empty::after, .sectionTitle .dropdown-toggle:empty::after {
    margin-left: 0;
}

header .dropdown-menu, footer .copyright .dropdown-menu, .sectionTitle .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 13px;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

header .dropup .dropdown-menu, footer .copyright .dropup .dropdown-menu, .sectionTitle .dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

header .dropup .dropdown-toggle::after, footer .copyright .dropup .dropdown-toggle::after, .sectionTitle .dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

header .dropup .dropdown-toggle:empty::after, footer .copyright .dropup .dropdown-toggle:empty::after, .sectionTitle .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

header .dropdown-divider, footer .copyright .dropdown-divider, .sectionTitle .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

header .dropdown-item, footer .copyright .dropdown-item, .sectionTitle .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

header .dropdown-item:focus,
footer .copyright .dropdown-item:focus,
.sectionTitle .dropdown-item:focus,
header .dropdown-item:hover,
footer .copyright .dropdown-item:hover,
.sectionTitle .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

header .dropdown-item.active,
footer .copyright .dropdown-item.active,
.sectionTitle .dropdown-item.active,
header .dropdown-item:active,
footer .copyright .dropdown-item:active,
.sectionTitle .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

header .dropdown-item.disabled,
footer .copyright .dropdown-item.disabled,
.sectionTitle .dropdown-item.disabled,
header .dropdown-item:disabled,
footer .copyright .dropdown-item:disabled,
.sectionTitle .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent;
}

header .dropdown-menu.show, footer .copyright .dropdown-menu.show, .sectionTitle .dropdown-menu.show {
    display: block;
}

header .dropdown-header, footer .copyright .dropdown-header, .sectionTitle .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 11px;
    color: #868e96;
    white-space: nowrap;
}

header .btn-group,
footer .copyright .btn-group,
.sectionTitle .btn-group,
header .btn-group-vertical,
footer .copyright .btn-group-vertical,
.sectionTitle .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

header .btn-group&gt;.btn,
footer .copyright .btn-group&gt;.btn,
.sectionTitle .btn-group&gt;.btn,
header .btn-group-vertical&gt;.btn,
footer .copyright .btn-group-vertical&gt;.btn,
.sectionTitle .btn-group-vertical&gt;.btn {
    position: relative;
    flex: 0 1 auto;
}

header .btn-group&gt;.btn:hover,
footer .copyright .btn-group&gt;.btn:hover,
.sectionTitle .btn-group&gt;.btn:hover,
header .btn-group-vertical&gt;.btn:hover,
footer .copyright .btn-group-vertical&gt;.btn:hover,
.sectionTitle .btn-group-vertical&gt;.btn:hover {
    z-index: 2;
}

header .btn-group&gt;.btn:focus,
footer .copyright .btn-group&gt;.btn:focus,
.sectionTitle .btn-group&gt;.btn:focus,
header .btn-group&gt;.btn:active,
footer .copyright .btn-group&gt;.btn:active,
.sectionTitle .btn-group&gt;.btn:active,
header .btn-group&gt;.btn.active,
footer .copyright .btn-group&gt;.btn.active,
.sectionTitle .btn-group&gt;.btn.active,
header .btn-group-vertical&gt;.btn:focus,
footer .copyright .btn-group-vertical&gt;.btn:focus,
.sectionTitle .btn-group-vertical&gt;.btn:focus,
header .btn-group-vertical&gt;.btn:active,
footer .copyright .btn-group-vertical&gt;.btn:active,
.sectionTitle .btn-group-vertical&gt;.btn:active,
header .btn-group-vertical&gt;.btn.active,
footer .copyright .btn-group-vertical&gt;.btn.active,
.sectionTitle .btn-group-vertical&gt;.btn.active {
    z-index: 2;
}

header .btn-group .btn+.btn,
footer .copyright .btn-group .btn+.btn,
.sectionTitle .btn-group .btn+.btn,
header .btn-group .btn+.btn-group,
footer .copyright .btn-group .btn+.btn-group,
.sectionTitle .btn-group .btn+.btn-group,
header .btn-group .btn-group+.btn,
footer .copyright .btn-group .btn-group+.btn,
.sectionTitle .btn-group .btn-group+.btn,
header .btn-group .btn-group+.btn-group,
footer .copyright .btn-group .btn-group+.btn-group,
.sectionTitle .btn-group .btn-group+.btn-group,
header .btn-group-vertical .btn+.btn,
footer .copyright .btn-group-vertical .btn+.btn,
.sectionTitle .btn-group-vertical .btn+.btn,
header .btn-group-vertical .btn+.btn-group,
footer .copyright .btn-group-vertical .btn+.btn-group,
.sectionTitle .btn-group-vertical .btn+.btn-group,
header .btn-group-vertical .btn-group+.btn,
footer .copyright .btn-group-vertical .btn-group+.btn,
.sectionTitle .btn-group-vertical .btn-group+.btn,
header .btn-group-vertical .btn-group+.btn-group,
footer .copyright .btn-group-vertical .btn-group+.btn-group,
.sectionTitle .btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px;
}

header .btn-toolbar, footer .copyright .btn-toolbar, .sectionTitle .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

header .btn-toolbar .input-group, footer .copyright .btn-toolbar .input-group, .sectionTitle .btn-toolbar .input-group {
    width: auto;
}

header .btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle), footer .copyright .btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .sectionTitle .btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

header .btn-group&gt;.btn:first-child, footer .copyright .btn-group&gt;.btn:first-child, .sectionTitle .btn-group&gt;.btn:first-child {
    margin-left: 0;
}

header .btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle), footer .copyright .btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle), .sectionTitle .btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

header .btn-group&gt;.btn:last-child:not(:first-child),
footer .copyright .btn-group&gt;.btn:last-child:not(:first-child),
.sectionTitle .btn-group&gt;.btn:last-child:not(:first-child),
header .btn-group&gt;.dropdown-toggle:not(:first-child),
footer .copyright .btn-group&gt;.dropdown-toggle:not(:first-child),
.sectionTitle .btn-group&gt;.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

header .btn-group&gt;.btn-group, footer .copyright .btn-group&gt;.btn-group, .sectionTitle .btn-group&gt;.btn-group {
    float: left;
}

header .btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn, footer .copyright .btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn, .sectionTitle .btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn {
    border-radius: 0;
}

header .btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,
footer .copyright .btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,
.sectionTitle .btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,
header .btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle,
footer .copyright .btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle,
.sectionTitle .btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

header .btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child, footer .copyright .btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child, .sectionTitle .btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

header .btn+.dropdown-toggle-split, footer .copyright .btn+.dropdown-toggle-split, .sectionTitle .btn+.dropdown-toggle-split {
    padding-right: 26.25px;
    padding-left: 26.25px;
}

header .btn+.dropdown-toggle-split::after, footer .copyright .btn+.dropdown-toggle-split::after, .sectionTitle .btn+.dropdown-toggle-split::after {
    margin-left: 0;
}

header .btn-sm+.dropdown-toggle-split,
footer .copyright .btn-sm+.dropdown-toggle-split,
.sectionTitle .btn-sm+.dropdown-toggle-split,
header .btn-group-sm&gt;.btn+.dropdown-toggle-split,
footer .copyright .btn-group-sm&gt;.btn+.dropdown-toggle-split,
.sectionTitle .btn-group-sm&gt;.btn+.dropdown-toggle-split {
    padding-right: 18.75px;
    padding-left: 18.75px;
}

header .btn-lg+.dropdown-toggle-split,
footer .copyright .btn-lg+.dropdown-toggle-split,
.sectionTitle .btn-lg+.dropdown-toggle-split,
header .btn-group-lg&gt;.btn+.dropdown-toggle-split,
footer .copyright .btn-group-lg&gt;.btn+.dropdown-toggle-split,
.sectionTitle .btn-group-lg&gt;.btn+.dropdown-toggle-split {
    padding-right: 37.5px;
    padding-left: 37.5px;
}

header .btn-group-vertical, footer .copyright .btn-group-vertical, .sectionTitle .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

header .btn-group-vertical .btn,
footer .copyright .btn-group-vertical .btn,
.sectionTitle .btn-group-vertical .btn,
header .btn-group-vertical .btn-group,
footer .copyright .btn-group-vertical .btn-group,
.sectionTitle .btn-group-vertical .btn-group {
    width: 100%;
}

header .btn-group-vertical&gt;.btn+.btn,
footer .copyright .btn-group-vertical&gt;.btn+.btn,
.sectionTitle .btn-group-vertical&gt;.btn+.btn,
header .btn-group-vertical&gt;.btn+.btn-group,
footer .copyright .btn-group-vertical&gt;.btn+.btn-group,
.sectionTitle .btn-group-vertical&gt;.btn+.btn-group,
header .btn-group-vertical&gt;.btn-group+.btn,
footer .copyright .btn-group-vertical&gt;.btn-group+.btn,
.sectionTitle .btn-group-vertical&gt;.btn-group+.btn,
header .btn-group-vertical&gt;.btn-group+.btn-group,
footer .copyright .btn-group-vertical&gt;.btn-group+.btn-group,
.sectionTitle .btn-group-vertical&gt;.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

header .btn-group-vertical&gt;.btn:not(:first-child):not(:last-child), footer .copyright .btn-group-vertical&gt;.btn:not(:first-child):not(:last-child), .sectionTitle .btn-group-vertical&gt;.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

header .btn-group-vertical&gt;.btn:first-child:not(:last-child), footer .copyright .btn-group-vertical&gt;.btn:first-child:not(:last-child), .sectionTitle .btn-group-vertical&gt;.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

header .btn-group-vertical&gt;.btn:last-child:not(:first-child), footer .copyright .btn-group-vertical&gt;.btn:last-child:not(:first-child), .sectionTitle .btn-group-vertical&gt;.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

header .btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn, footer .copyright .btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn, .sectionTitle .btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn {
    border-radius: 0;
}

header .btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,
footer .copyright .btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,
.sectionTitle .btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,
header .btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle,
footer .copyright .btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle,
.sectionTitle .btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

header .btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child, footer .copyright .btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child, .sectionTitle .btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

header [data-toggle="buttons"]&gt;.btn input[type="radio"],
footer .copyright [data-toggle="buttons"]&gt;.btn input[type="radio"],
.sectionTitle [data-toggle="buttons"]&gt;.btn input[type="radio"],
header [data-toggle="buttons"]&gt;.btn input[type="checkbox"],
footer .copyright [data-toggle="buttons"]&gt;.btn input[type="checkbox"],
.sectionTitle [data-toggle="buttons"]&gt;.btn input[type="checkbox"],
header [data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="radio"],
footer .copyright [data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="radio"],
.sectionTitle [data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="radio"],
header [data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="checkbox"],
footer .copyright [data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="checkbox"],
.sectionTitle [data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

header .input-group, footer .copyright .input-group, .sectionTitle .input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

header .input-group .form-control, footer .copyright .input-group .form-control, .sectionTitle .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

header .input-group .form-control:focus,
footer .copyright .input-group .form-control:focus,
.sectionTitle .input-group .form-control:focus,
header .input-group .form-control:active,
footer .copyright .input-group .form-control:active,
.sectionTitle .input-group .form-control:active,
header .input-group .form-control:hover,
footer .copyright .input-group .form-control:hover,
.sectionTitle .input-group .form-control:hover {
    z-index: 3;
}

header .input-group-addon,
footer .copyright .input-group-addon,
.sectionTitle .input-group-addon,
header .input-group-btn,
footer .copyright .input-group-btn,
.sectionTitle .input-group-btn,
header .input-group .form-control,
footer .copyright .input-group .form-control,
.sectionTitle .input-group .form-control {
    display: flex;
    align-items: center;
}

header .input-group-addon:not(:first-child):not(:last-child),
footer .copyright .input-group-addon:not(:first-child):not(:last-child),
.sectionTitle .input-group-addon:not(:first-child):not(:last-child),
header .input-group-btn:not(:first-child):not(:last-child),
footer .copyright .input-group-btn:not(:first-child):not(:last-child),
.sectionTitle .input-group-btn:not(:first-child):not(:last-child),
header .input-group .form-control:not(:first-child):not(:last-child),
footer .copyright .input-group .form-control:not(:first-child):not(:last-child),
.sectionTitle .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

header .input-group-addon,
footer .copyright .input-group-addon,
.sectionTitle .input-group-addon,
header .input-group-btn,
footer .copyright .input-group-btn,
.sectionTitle .input-group-btn {
    white-space: nowrap;
}

header .input-group-addon, footer .copyright .input-group-addon, .sectionTitle .input-group-addon {
    padding: 11px 35px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

header .input-group-addon.form-control-sm,
footer .copyright .input-group-addon.form-control-sm,
.sectionTitle .input-group-addon.form-control-sm,
header .input-group-sm&gt;.input-group-addon,
footer .copyright .input-group-sm&gt;.input-group-addon,
.sectionTitle .input-group-sm&gt;.input-group-addon,
header .input-group-sm&gt;.input-group-btn&gt;.input-group-addon.btn,
footer .copyright .input-group-sm&gt;.input-group-btn&gt;.input-group-addon.btn,
.sectionTitle .input-group-sm&gt;.input-group-btn&gt;.input-group-addon.btn {
    padding: 5px 25px;
    font-size: 11px;
    border-radius: 0.2rem;
}

header .input-group-addon.form-control-lg,
footer .copyright .input-group-addon.form-control-lg,
.sectionTitle .input-group-addon.form-control-lg,
header .input-group-lg&gt;.input-group-addon,
footer .copyright .input-group-lg&gt;.input-group-addon,
.sectionTitle .input-group-lg&gt;.input-group-addon,
header .input-group-lg&gt;.input-group-btn&gt;.input-group-addon.btn,
footer .copyright .input-group-lg&gt;.input-group-btn&gt;.input-group-addon.btn,
.sectionTitle .input-group-lg&gt;.input-group-btn&gt;.input-group-addon.btn {
    padding: 12px 50px;
    font-size: 18px;
    border-radius: 0.3rem;
}

header .input-group-addon input[type="radio"],
footer .copyright .input-group-addon input[type="radio"],
.sectionTitle .input-group-addon input[type="radio"],
header .input-group-addon input[type="checkbox"],
footer .copyright .input-group-addon input[type="checkbox"],
.sectionTitle .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

header .input-group .form-control:not(:last-child),
footer .copyright .input-group .form-control:not(:last-child),
.sectionTitle .input-group .form-control:not(:last-child),
header .input-group-addon:not(:last-child),
footer .copyright .input-group-addon:not(:last-child),
.sectionTitle .input-group-addon:not(:last-child),
header .input-group-btn:not(:last-child)&gt;.btn,
footer .copyright .input-group-btn:not(:last-child)&gt;.btn,
.sectionTitle .input-group-btn:not(:last-child)&gt;.btn,
header .input-group-btn:not(:last-child)&gt;.btn-group&gt;.btn,
footer .copyright .input-group-btn:not(:last-child)&gt;.btn-group&gt;.btn,
.sectionTitle .input-group-btn:not(:last-child)&gt;.btn-group&gt;.btn,
header .input-group-btn:not(:last-child)&gt;.dropdown-toggle,
footer .copyright .input-group-btn:not(:last-child)&gt;.dropdown-toggle,
.sectionTitle .input-group-btn:not(:last-child)&gt;.dropdown-toggle,
header .input-group-btn:not(:first-child)&gt;.btn:not(:last-child):not(.dropdown-toggle),
footer .copyright .input-group-btn:not(:first-child)&gt;.btn:not(:last-child):not(.dropdown-toggle),
.sectionTitle .input-group-btn:not(:first-child)&gt;.btn:not(:last-child):not(.dropdown-toggle),
header .input-group-btn:not(:first-child)&gt;.btn-group:not(:last-child)&gt;.btn,
footer .copyright .input-group-btn:not(:first-child)&gt;.btn-group:not(:last-child)&gt;.btn,
.sectionTitle .input-group-btn:not(:first-child)&gt;.btn-group:not(:last-child)&gt;.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

header .input-group-addon:not(:last-child), footer .copyright .input-group-addon:not(:last-child), .sectionTitle .input-group-addon:not(:last-child) {
    border-right: 0;
}

header .input-group .form-control:not(:first-child),
footer .copyright .input-group .form-control:not(:first-child),
.sectionTitle .input-group .form-control:not(:first-child),
header .input-group-addon:not(:first-child),
footer .copyright .input-group-addon:not(:first-child),
.sectionTitle .input-group-addon:not(:first-child),
header .input-group-btn:not(:first-child)&gt;.btn,
footer .copyright .input-group-btn:not(:first-child)&gt;.btn,
.sectionTitle .input-group-btn:not(:first-child)&gt;.btn,
header .input-group-btn:not(:first-child)&gt;.btn-group&gt;.btn,
footer .copyright .input-group-btn:not(:first-child)&gt;.btn-group&gt;.btn,
.sectionTitle .input-group-btn:not(:first-child)&gt;.btn-group&gt;.btn,
header .input-group-btn:not(:first-child)&gt;.dropdown-toggle,
footer .copyright .input-group-btn:not(:first-child)&gt;.dropdown-toggle,
.sectionTitle .input-group-btn:not(:first-child)&gt;.dropdown-toggle,
header .input-group-btn:not(:last-child)&gt;.btn:not(:first-child),
footer .copyright .input-group-btn:not(:last-child)&gt;.btn:not(:first-child),
.sectionTitle .input-group-btn:not(:last-child)&gt;.btn:not(:first-child),
header .input-group-btn:not(:last-child)&gt;.btn-group:not(:first-child)&gt;.btn,
footer .copyright .input-group-btn:not(:last-child)&gt;.btn-group:not(:first-child)&gt;.btn,
.sectionTitle .input-group-btn:not(:last-child)&gt;.btn-group:not(:first-child)&gt;.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

header .form-control+.input-group-addon:not(:first-child), footer .copyright .form-control+.input-group-addon:not(:first-child), .sectionTitle .form-control+.input-group-addon:not(:first-child) {
    border-left: 0;
}

header .input-group-btn, footer .copyright .input-group-btn, .sectionTitle .input-group-btn {
    position: relative;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap;
}

header .input-group-btn&gt;.btn, footer .copyright .input-group-btn&gt;.btn, .sectionTitle .input-group-btn&gt;.btn {
    position: relative;
}

header .input-group-btn&gt;.btn+.btn, footer .copyright .input-group-btn&gt;.btn+.btn, .sectionTitle .input-group-btn&gt;.btn+.btn {
    margin-left: -1px;
}

header .input-group-btn&gt;.btn:focus,
footer .copyright .input-group-btn&gt;.btn:focus,
.sectionTitle .input-group-btn&gt;.btn:focus,
header .input-group-btn&gt;.btn:active,
footer .copyright .input-group-btn&gt;.btn:active,
.sectionTitle .input-group-btn&gt;.btn:active,
header .input-group-btn&gt;.btn:hover,
footer .copyright .input-group-btn&gt;.btn:hover,
.sectionTitle .input-group-btn&gt;.btn:hover {
    z-index: 3;
}

header .input-group-btn:first-child&gt;.btn+.btn, footer .copyright .input-group-btn:first-child&gt;.btn+.btn, .sectionTitle .input-group-btn:first-child&gt;.btn+.btn {
    margin-left: 0;
}

header .input-group-btn:not(:last-child)&gt;.btn,
footer .copyright .input-group-btn:not(:last-child)&gt;.btn,
.sectionTitle .input-group-btn:not(:last-child)&gt;.btn,
header .input-group-btn:not(:last-child)&gt;.btn-group,
footer .copyright .input-group-btn:not(:last-child)&gt;.btn-group,
.sectionTitle .input-group-btn:not(:last-child)&gt;.btn-group {
    margin-right: -1px;
}

header .input-group-btn:not(:first-child)&gt;.btn,
footer .copyright .input-group-btn:not(:first-child)&gt;.btn,
.sectionTitle .input-group-btn:not(:first-child)&gt;.btn,
header .input-group-btn:not(:first-child)&gt;.btn-group,
footer .copyright .input-group-btn:not(:first-child)&gt;.btn-group,
.sectionTitle .input-group-btn:not(:first-child)&gt;.btn-group {
    z-index: 2;
    margin-left: 0;
}

header .input-group-btn:not(:first-child)&gt;.btn:first-child,
footer .copyright .input-group-btn:not(:first-child)&gt;.btn:first-child,
.sectionTitle .input-group-btn:not(:first-child)&gt;.btn:first-child,
header .input-group-btn:not(:first-child)&gt;.btn-group:first-child,
footer .copyright .input-group-btn:not(:first-child)&gt;.btn-group:first-child,
.sectionTitle .input-group-btn:not(:first-child)&gt;.btn-group:first-child {
    margin-left: -1px;
}

header .input-group-btn:not(:first-child)&gt;.btn:focus,
footer .copyright .input-group-btn:not(:first-child)&gt;.btn:focus,
.sectionTitle .input-group-btn:not(:first-child)&gt;.btn:focus,
header .input-group-btn:not(:first-child)&gt;.btn:active,
footer .copyright .input-group-btn:not(:first-child)&gt;.btn:active,
.sectionTitle .input-group-btn:not(:first-child)&gt;.btn:active,
header .input-group-btn:not(:first-child)&gt;.btn:hover,
footer .copyright .input-group-btn:not(:first-child)&gt;.btn:hover,
.sectionTitle .input-group-btn:not(:first-child)&gt;.btn:hover,
header .input-group-btn:not(:first-child)&gt;.btn-group:focus,
footer .copyright .input-group-btn:not(:first-child)&gt;.btn-group:focus,
.sectionTitle .input-group-btn:not(:first-child)&gt;.btn-group:focus,
header .input-group-btn:not(:first-child)&gt;.btn-group:active,
footer .copyright .input-group-btn:not(:first-child)&gt;.btn-group:active,
.sectionTitle .input-group-btn:not(:first-child)&gt;.btn-group:active,
header .input-group-btn:not(:first-child)&gt;.btn-group:hover,
footer .copyright .input-group-btn:not(:first-child)&gt;.btn-group:hover,
.sectionTitle .input-group-btn:not(:first-child)&gt;.btn-group:hover {
    z-index: 3;
}

header .custom-control, footer .copyright .custom-control, .sectionTitle .custom-control {
    position: relative;
    display: inline-flex;
    min-height: 2rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}

header .custom-control-input, footer .copyright .custom-control-input, .sectionTitle .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

header .custom-control-input:checked~.custom-control-indicator, footer .copyright .custom-control-input:checked~.custom-control-indicator, .sectionTitle .custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #007bff;
}

header .custom-control-input:focus~.custom-control-indicator, footer .copyright .custom-control-input:focus~.custom-control-indicator, .sectionTitle .custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

header .custom-control-input:active~.custom-control-indicator, footer .copyright .custom-control-input:active~.custom-control-indicator, .sectionTitle .custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff;
}

header .custom-control-input:disabled~.custom-control-indicator, footer .copyright .custom-control-input:disabled~.custom-control-indicator, .sectionTitle .custom-control-input:disabled~.custom-control-indicator {
    background-color: #e9ecef;
}

header .custom-control-input:disabled~.custom-control-description, footer .copyright .custom-control-input:disabled~.custom-control-description, .sectionTitle .custom-control-input:disabled~.custom-control-description {
    color: #868e96;
}

header .custom-control-indicator, footer .copyright .custom-control-indicator, .sectionTitle .custom-control-indicator {
    position: absolute;
    top: 0.5rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

header .custom-checkbox .custom-control-indicator, footer .copyright .custom-checkbox .custom-control-indicator, .sectionTitle .custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
}

header .custom-checkbox .custom-control-input:checked~.custom-control-indicator, footer .copyright .custom-checkbox .custom-control-input:checked~.custom-control-indicator, .sectionTitle .custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

header .custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator, footer .copyright .custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator, .sectionTitle .custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

header .custom-radio .custom-control-indicator, footer .copyright .custom-radio .custom-control-indicator, .sectionTitle .custom-radio .custom-control-indicator {
    border-radius: 50%;
}

header .custom-radio .custom-control-input:checked~.custom-control-indicator, footer .copyright .custom-radio .custom-control-input:checked~.custom-control-indicator, .sectionTitle .custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

header .custom-controls-stacked, footer .copyright .custom-controls-stacked, .sectionTitle .custom-controls-stacked {
    display: flex;
    flex-direction: column;
}

header .custom-controls-stacked .custom-control, footer .copyright .custom-controls-stacked .custom-control, .sectionTitle .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem;
}

header .custom-controls-stacked .custom-control+.custom-control, footer .copyright .custom-controls-stacked .custom-control+.custom-control, .sectionTitle .custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0;
}

header .custom-select, footer .copyright .custom-select, .sectionTitle .custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

header .custom-select:focus, footer .copyright .custom-select:focus, .sectionTitle .custom-select:focus {
    border-color: #80bdff;
    outline: none;
}

header .custom-select:focus::-ms-value, footer .copyright .custom-select:focus::-ms-value, .sectionTitle .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

header .custom-select[multiple], footer .copyright .custom-select[multiple], .sectionTitle .custom-select[multiple] {
    height: auto;
    background-image: none;
}

header .custom-select:disabled, footer .copyright .custom-select:disabled, .sectionTitle .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef;
}

header .custom-select::-ms-expand, footer .copyright .custom-select::-ms-expand, .sectionTitle .custom-select::-ms-expand {
    opacity: 0;
}

header .custom-select-sm, footer .copyright .custom-select-sm, .sectionTitle .custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

header .custom-file, footer .copyright .custom-file, .sectionTitle .custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

header .custom-file-input, footer .copyright .custom-file-input, .sectionTitle .custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

header .custom-file-input:focus~.custom-file-control, footer .copyright .custom-file-input:focus~.custom-file-control, .sectionTitle .custom-file-input:focus~.custom-file-control {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

header .custom-file-control, footer .copyright .custom-file-control, .sectionTitle .custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

header .custom-file-control:lang(en):empty::after, footer .copyright .custom-file-control:lang(en):empty::after, .sectionTitle .custom-file-control:lang(en):empty::after {
    content: "Choose file...";
}

header .custom-file-control::before, footer .copyright .custom-file-control::before, .sectionTitle .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

header .custom-file-control:lang(en)::before, footer .copyright .custom-file-control:lang(en)::before, .sectionTitle .custom-file-control:lang(en)::before {
    content: "Browse";
}

header .nav, footer .copyright .nav, .sectionTitle .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

header .nav-link, footer .copyright .nav-link, .sectionTitle .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

header .nav-link:focus,
footer .copyright .nav-link:focus,
.sectionTitle .nav-link:focus,
header .nav-link:hover,
footer .copyright .nav-link:hover,
.sectionTitle .nav-link:hover {
    text-decoration: none;
}

header .nav-link.disabled, footer .copyright .nav-link.disabled, .sectionTitle .nav-link.disabled {
    color: #868e96;
}

header .nav-tabs, footer .copyright .nav-tabs, .sectionTitle .nav-tabs {
    border-bottom: 1px solid #ddd;
}

header .nav-tabs .nav-item, footer .copyright .nav-tabs .nav-item, .sectionTitle .nav-tabs .nav-item {
    margin-bottom: -1px;
}

header .nav-tabs .nav-link, footer .copyright .nav-tabs .nav-link, .sectionTitle .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

header .nav-tabs .nav-link:focus,
footer .copyright .nav-tabs .nav-link:focus,
.sectionTitle .nav-tabs .nav-link:focus,
header .nav-tabs .nav-link:hover,
footer .copyright .nav-tabs .nav-link:hover,
.sectionTitle .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd;
}

header .nav-tabs .nav-link.disabled, footer .copyright .nav-tabs .nav-link.disabled, .sectionTitle .nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}

header .nav-tabs .nav-link.active,
footer .copyright .nav-tabs .nav-link.active,
.sectionTitle .nav-tabs .nav-link.active,
header .nav-tabs .nav-item.show .nav-link,
footer .copyright .nav-tabs .nav-item.show .nav-link,
.sectionTitle .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}

header .nav-tabs .dropdown-menu, footer .copyright .nav-tabs .dropdown-menu, .sectionTitle .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

header .nav-pills .nav-link, footer .copyright .nav-pills .nav-link, .sectionTitle .nav-pills .nav-link {
    border-radius: 0.25rem;
}

header .nav-pills .nav-link.active,
footer .copyright .nav-pills .nav-link.active,
.sectionTitle .nav-pills .nav-link.active,
header .nav-pills .show&gt;.nav-link,
footer .copyright .nav-pills .show&gt;.nav-link,
.sectionTitle .nav-pills .show&gt;.nav-link {
    color: #fff;
    background-color: #007bff;
}

header .nav-fill .nav-item, footer .copyright .nav-fill .nav-item, .sectionTitle .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

header .nav-justified .nav-item, footer .copyright .nav-justified .nav-item, .sectionTitle .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

header .tab-content&gt;.tab-pane, footer .copyright .tab-content&gt;.tab-pane, .sectionTitle .tab-content&gt;.tab-pane {
    display: none;
}

header .tab-content&gt;.active, footer .copyright .tab-content&gt;.active, .sectionTitle .tab-content&gt;.active {
    display: block;
}

header .navbar, footer .copyright .navbar, .sectionTitle .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

header .navbar&gt;.container,
footer .copyright .navbar&gt;.container,
.sectionTitle .navbar&gt;.container,
header .navbar&gt;.container-fluid,
footer .copyright .navbar&gt;.container-fluid,
.sectionTitle .navbar&gt;.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .navbar-brand, footer .copyright .navbar-brand, .sectionTitle .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

header .navbar-brand:focus,
footer .copyright .navbar-brand:focus,
.sectionTitle .navbar-brand:focus,
header .navbar-brand:hover,
footer .copyright .navbar-brand:hover,
.sectionTitle .navbar-brand:hover {
    text-decoration: none;
}

header .navbar-nav, footer .copyright .navbar-nav, .sectionTitle .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

header .navbar-nav .nav-link, footer .copyright .navbar-nav .nav-link, .sectionTitle .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

header .navbar-nav .dropdown-menu, footer .copyright .navbar-nav .dropdown-menu, .sectionTitle .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

header .navbar-text, footer .copyright .navbar-text, .sectionTitle .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

header .navbar-collapse, footer .copyright .navbar-collapse, .sectionTitle .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

header .navbar-toggler, footer .copyright .navbar-toggler, .sectionTitle .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

header .navbar-toggler:focus,
footer .copyright .navbar-toggler:focus,
.sectionTitle .navbar-toggler:focus,
header .navbar-toggler:hover,
footer .copyright .navbar-toggler:hover,
.sectionTitle .navbar-toggler:hover {
    text-decoration: none;
}

header .navbar-toggler-icon, footer .copyright .navbar-toggler-icon, .sectionTitle .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: 575px) {

    header .navbar-expand-sm&gt;.container,
    footer .copyright .navbar-expand-sm&gt;.container,
    .sectionTitle .navbar-expand-sm&gt;.container,
    header .navbar-expand-sm&gt;.container-fluid,
    footer .copyright .navbar-expand-sm&gt;.container-fluid,
    .sectionTitle .navbar-expand-sm&gt;.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    header .navbar-expand-sm, footer .copyright .navbar-expand-sm, .sectionTitle .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    header .navbar-expand-sm .navbar-nav, footer .copyright .navbar-expand-sm .navbar-nav, .sectionTitle .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    header .navbar-expand-sm .navbar-nav .dropdown-menu, footer .copyright .navbar-expand-sm .navbar-nav .dropdown-menu, .sectionTitle .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    header .navbar-expand-sm .navbar-nav .dropdown-menu-right, footer .copyright .navbar-expand-sm .navbar-nav .dropdown-menu-right, .sectionTitle .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }

    header .navbar-expand-sm .navbar-nav .nav-link, footer .copyright .navbar-expand-sm .navbar-nav .nav-link, .sectionTitle .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    header .navbar-expand-sm&gt;.container,
    footer .copyright .navbar-expand-sm&gt;.container,
    .sectionTitle .navbar-expand-sm&gt;.container,
    header .navbar-expand-sm&gt;.container-fluid,
    footer .copyright .navbar-expand-sm&gt;.container-fluid,
    .sectionTitle .navbar-expand-sm&gt;.container-fluid {
        flex-wrap: nowrap;
    }

    header .navbar-expand-sm .navbar-collapse, footer .copyright .navbar-expand-sm .navbar-collapse, .sectionTitle .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    header .navbar-expand-sm .navbar-toggler, footer .copyright .navbar-expand-sm .navbar-toggler, .sectionTitle .navbar-expand-sm .navbar-toggler {
        display: none;
    }

    header .navbar-expand-sm .dropup .dropdown-menu, footer .copyright .navbar-expand-sm .dropup .dropdown-menu, .sectionTitle .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 767px) {

    header .navbar-expand-md&gt;.container,
    footer .copyright .navbar-expand-md&gt;.container,
    .sectionTitle .navbar-expand-md&gt;.container,
    header .navbar-expand-md&gt;.container-fluid,
    footer .copyright .navbar-expand-md&gt;.container-fluid,
    .sectionTitle .navbar-expand-md&gt;.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    header .navbar-expand-md, footer .copyright .navbar-expand-md, .sectionTitle .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    header .navbar-expand-md .navbar-nav, footer .copyright .navbar-expand-md .navbar-nav, .sectionTitle .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    header .navbar-expand-md .navbar-nav .dropdown-menu, footer .copyright .navbar-expand-md .navbar-nav .dropdown-menu, .sectionTitle .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    header .navbar-expand-md .navbar-nav .dropdown-menu-right, footer .copyright .navbar-expand-md .navbar-nav .dropdown-menu-right, .sectionTitle .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }

    header .navbar-expand-md .navbar-nav .nav-link, footer .copyright .navbar-expand-md .navbar-nav .nav-link, .sectionTitle .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    header .navbar-expand-md&gt;.container,
    footer .copyright .navbar-expand-md&gt;.container,
    .sectionTitle .navbar-expand-md&gt;.container,
    header .navbar-expand-md&gt;.container-fluid,
    footer .copyright .navbar-expand-md&gt;.container-fluid,
    .sectionTitle .navbar-expand-md&gt;.container-fluid {
        flex-wrap: nowrap;
    }

    header .navbar-expand-md .navbar-collapse, footer .copyright .navbar-expand-md .navbar-collapse, .sectionTitle .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    header .navbar-expand-md .navbar-toggler, footer .copyright .navbar-expand-md .navbar-toggler, .sectionTitle .navbar-expand-md .navbar-toggler {
        display: none;
    }

    header .navbar-expand-md .dropup .dropdown-menu, footer .copyright .navbar-expand-md .dropup .dropdown-menu, .sectionTitle .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 991px) {

    header .navbar-expand-lg&gt;.container,
    footer .copyright .navbar-expand-lg&gt;.container,
    .sectionTitle .navbar-expand-lg&gt;.container,
    header .navbar-expand-lg&gt;.container-fluid,
    footer .copyright .navbar-expand-lg&gt;.container-fluid,
    .sectionTitle .navbar-expand-lg&gt;.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    header .navbar-expand-lg, footer .copyright .navbar-expand-lg, .sectionTitle .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    header .navbar-expand-lg .navbar-nav, footer .copyright .navbar-expand-lg .navbar-nav, .sectionTitle .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    header .navbar-expand-lg .navbar-nav .dropdown-menu, footer .copyright .navbar-expand-lg .navbar-nav .dropdown-menu, .sectionTitle .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    header .navbar-expand-lg .navbar-nav .dropdown-menu-right, footer .copyright .navbar-expand-lg .navbar-nav .dropdown-menu-right, .sectionTitle .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }

    header .navbar-expand-lg .navbar-nav .nav-link, footer .copyright .navbar-expand-lg .navbar-nav .nav-link, .sectionTitle .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    header .navbar-expand-lg&gt;.container,
    footer .copyright .navbar-expand-lg&gt;.container,
    .sectionTitle .navbar-expand-lg&gt;.container,
    header .navbar-expand-lg&gt;.container-fluid,
    footer .copyright .navbar-expand-lg&gt;.container-fluid,
    .sectionTitle .navbar-expand-lg&gt;.container-fluid {
        flex-wrap: nowrap;
    }

    header .navbar-expand-lg .navbar-collapse, footer .copyright .navbar-expand-lg .navbar-collapse, .sectionTitle .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    header .navbar-expand-lg .navbar-toggler, footer .copyright .navbar-expand-lg .navbar-toggler, .sectionTitle .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    header .navbar-expand-lg .dropup .dropdown-menu, footer .copyright .navbar-expand-lg .dropup .dropdown-menu, .sectionTitle .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 1199px) {

    header .navbar-expand-xl&gt;.container,
    footer .copyright .navbar-expand-xl&gt;.container,
    .sectionTitle .navbar-expand-xl&gt;.container,
    header .navbar-expand-xl&gt;.container-fluid,
    footer .copyright .navbar-expand-xl&gt;.container-fluid,
    .sectionTitle .navbar-expand-xl&gt;.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    header .navbar-expand-xl, footer .copyright .navbar-expand-xl, .sectionTitle .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    header .navbar-expand-xl .navbar-nav, footer .copyright .navbar-expand-xl .navbar-nav, .sectionTitle .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    header .navbar-expand-xl .navbar-nav .dropdown-menu, footer .copyright .navbar-expand-xl .navbar-nav .dropdown-menu, .sectionTitle .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    header .navbar-expand-xl .navbar-nav .dropdown-menu-right, footer .copyright .navbar-expand-xl .navbar-nav .dropdown-menu-right, .sectionTitle .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }

    header .navbar-expand-xl .navbar-nav .nav-link, footer .copyright .navbar-expand-xl .navbar-nav .nav-link, .sectionTitle .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    header .navbar-expand-xl&gt;.container,
    footer .copyright .navbar-expand-xl&gt;.container,
    .sectionTitle .navbar-expand-xl&gt;.container,
    header .navbar-expand-xl&gt;.container-fluid,
    footer .copyright .navbar-expand-xl&gt;.container-fluid,
    .sectionTitle .navbar-expand-xl&gt;.container-fluid {
        flex-wrap: nowrap;
    }

    header .navbar-expand-xl .navbar-collapse, footer .copyright .navbar-expand-xl .navbar-collapse, .sectionTitle .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    header .navbar-expand-xl .navbar-toggler, footer .copyright .navbar-expand-xl .navbar-toggler, .sectionTitle .navbar-expand-xl .navbar-toggler {
        display: none;
    }

    header .navbar-expand-xl .dropup .dropdown-menu, footer .copyright .navbar-expand-xl .dropup .dropdown-menu, .sectionTitle .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 1399px) {

    header .navbar-expand-xxl&gt;.container,
    footer .copyright .navbar-expand-xxl&gt;.container,
    .sectionTitle .navbar-expand-xxl&gt;.container,
    header .navbar-expand-xxl&gt;.container-fluid,
    footer .copyright .navbar-expand-xxl&gt;.container-fluid,
    .sectionTitle .navbar-expand-xxl&gt;.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1400px) {
    header .navbar-expand-xxl, footer .copyright .navbar-expand-xxl, .sectionTitle .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    header .navbar-expand-xxl .navbar-nav, footer .copyright .navbar-expand-xxl .navbar-nav, .sectionTitle .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }

    header .navbar-expand-xxl .navbar-nav .dropdown-menu, footer .copyright .navbar-expand-xxl .navbar-nav .dropdown-menu, .sectionTitle .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    header .navbar-expand-xxl .navbar-nav .dropdown-menu-right, footer .copyright .navbar-expand-xxl .navbar-nav .dropdown-menu-right, .sectionTitle .navbar-expand-xxl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }

    header .navbar-expand-xxl .navbar-nav .nav-link, footer .copyright .navbar-expand-xxl .navbar-nav .nav-link, .sectionTitle .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    header .navbar-expand-xxl&gt;.container,
    footer .copyright .navbar-expand-xxl&gt;.container,
    .sectionTitle .navbar-expand-xxl&gt;.container,
    header .navbar-expand-xxl&gt;.container-fluid,
    footer .copyright .navbar-expand-xxl&gt;.container-fluid,
    .sectionTitle .navbar-expand-xxl&gt;.container-fluid {
        flex-wrap: nowrap;
    }

    header .navbar-expand-xxl .navbar-collapse, footer .copyright .navbar-expand-xxl .navbar-collapse, .sectionTitle .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    header .navbar-expand-xxl .navbar-toggler, footer .copyright .navbar-expand-xxl .navbar-toggler, .sectionTitle .navbar-expand-xxl .navbar-toggler {
        display: none;
    }

    header .navbar-expand-xxl .dropup .dropdown-menu, footer .copyright .navbar-expand-xxl .dropup .dropdown-menu, .sectionTitle .navbar-expand-xxl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

header .navbar-expand, footer .copyright .navbar-expand, .sectionTitle .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

header .navbar-expand&gt;.container,
footer .copyright .navbar-expand&gt;.container,
.sectionTitle .navbar-expand&gt;.container,
header .navbar-expand&gt;.container-fluid,
footer .copyright .navbar-expand&gt;.container-fluid,
.sectionTitle .navbar-expand&gt;.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

header .navbar-expand .navbar-nav, footer .copyright .navbar-expand .navbar-nav, .sectionTitle .navbar-expand .navbar-nav {
    flex-direction: row;
}

header .navbar-expand .navbar-nav .dropdown-menu, footer .copyright .navbar-expand .navbar-nav .dropdown-menu, .sectionTitle .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

header .navbar-expand .navbar-nav .dropdown-menu-right, footer .copyright .navbar-expand .navbar-nav .dropdown-menu-right, .sectionTitle .navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}

header .navbar-expand .navbar-nav .nav-link, footer .copyright .navbar-expand .navbar-nav .nav-link, .sectionTitle .navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

header .navbar-expand&gt;.container,
footer .copyright .navbar-expand&gt;.container,
.sectionTitle .navbar-expand&gt;.container,
header .navbar-expand&gt;.container-fluid,
footer .copyright .navbar-expand&gt;.container-fluid,
.sectionTitle .navbar-expand&gt;.container-fluid {
    flex-wrap: nowrap;
}

header .navbar-expand .navbar-collapse, footer .copyright .navbar-expand .navbar-collapse, .sectionTitle .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

header .navbar-expand .navbar-toggler, footer .copyright .navbar-expand .navbar-toggler, .sectionTitle .navbar-expand .navbar-toggler {
    display: none;
}

header .navbar-expand .dropup .dropdown-menu, footer .copyright .navbar-expand .dropup .dropdown-menu, .sectionTitle .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}

header .navbar-light .navbar-brand, footer .copyright .navbar-light .navbar-brand, .sectionTitle .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

header .navbar-light .navbar-brand:focus,
footer .copyright .navbar-light .navbar-brand:focus,
.sectionTitle .navbar-light .navbar-brand:focus,
header .navbar-light .navbar-brand:hover,
footer .copyright .navbar-light .navbar-brand:hover,
.sectionTitle .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

header .navbar-light .navbar-nav .nav-link, footer .copyright .navbar-light .navbar-nav .nav-link, .sectionTitle .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

header .navbar-light .navbar-nav .nav-link:focus,
footer .copyright .navbar-light .navbar-nav .nav-link:focus,
.sectionTitle .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-link:hover,
footer .copyright .navbar-light .navbar-nav .nav-link:hover,
.sectionTitle .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

header .navbar-light .navbar-nav .nav-link.disabled, footer .copyright .navbar-light .navbar-nav .nav-link.disabled, .sectionTitle .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

header .navbar-light .navbar-nav .show&gt;.nav-link,
footer .copyright .navbar-light .navbar-nav .show&gt;.nav-link,
.sectionTitle .navbar-light .navbar-nav .show&gt;.nav-link,
header .navbar-light .navbar-nav .active&gt;.nav-link,
footer .copyright .navbar-light .navbar-nav .active&gt;.nav-link,
.sectionTitle .navbar-light .navbar-nav .active&gt;.nav-link,
header .navbar-light .navbar-nav .nav-link.show,
footer .copyright .navbar-light .navbar-nav .nav-link.show,
.sectionTitle .navbar-light .navbar-nav .nav-link.show,
header .navbar-light .navbar-nav .nav-link.active,
footer .copyright .navbar-light .navbar-nav .nav-link.active,
.sectionTitle .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

header .navbar-light .navbar-toggler, footer .copyright .navbar-light .navbar-toggler, .sectionTitle .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

header .navbar-light .navbar-toggler-icon, footer .copyright .navbar-light .navbar-toggler-icon, .sectionTitle .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

header .navbar-light .navbar-text, footer .copyright .navbar-light .navbar-text, .sectionTitle .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

header .navbar-light .navbar-text a, footer .copyright .navbar-light .navbar-text a, .sectionTitle .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

header .navbar-light .navbar-text a:focus,
footer .copyright .navbar-light .navbar-text a:focus,
.sectionTitle .navbar-light .navbar-text a:focus,
header .navbar-light .navbar-text a:hover,
footer .copyright .navbar-light .navbar-text a:hover,
.sectionTitle .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

header .navbar-dark .navbar-brand, footer .copyright .navbar-dark .navbar-brand, .sectionTitle .navbar-dark .navbar-brand {
    color: #fff;
}

header .navbar-dark .navbar-brand:focus,
footer .copyright .navbar-dark .navbar-brand:focus,
.sectionTitle .navbar-dark .navbar-brand:focus,
header .navbar-dark .navbar-brand:hover,
footer .copyright .navbar-dark .navbar-brand:hover,
.sectionTitle .navbar-dark .navbar-brand:hover {
    color: #fff;
}

header .navbar-dark .navbar-nav .nav-link, footer .copyright .navbar-dark .navbar-nav .nav-link, .sectionTitle .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

header .navbar-dark .navbar-nav .nav-link:focus,
footer .copyright .navbar-dark .navbar-nav .nav-link:focus,
.sectionTitle .navbar-dark .navbar-nav .nav-link:focus,
header .navbar-dark .navbar-nav .nav-link:hover,
footer .copyright .navbar-dark .navbar-nav .nav-link:hover,
.sectionTitle .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

header .navbar-dark .navbar-nav .nav-link.disabled, footer .copyright .navbar-dark .navbar-nav .nav-link.disabled, .sectionTitle .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

header .navbar-dark .navbar-nav .show&gt;.nav-link,
footer .copyright .navbar-dark .navbar-nav .show&gt;.nav-link,
.sectionTitle .navbar-dark .navbar-nav .show&gt;.nav-link,
header .navbar-dark .navbar-nav .active&gt;.nav-link,
footer .copyright .navbar-dark .navbar-nav .active&gt;.nav-link,
.sectionTitle .navbar-dark .navbar-nav .active&gt;.nav-link,
header .navbar-dark .navbar-nav .nav-link.show,
footer .copyright .navbar-dark .navbar-nav .nav-link.show,
.sectionTitle .navbar-dark .navbar-nav .nav-link.show,
header .navbar-dark .navbar-nav .nav-link.active,
footer .copyright .navbar-dark .navbar-nav .nav-link.active,
.sectionTitle .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

header .navbar-dark .navbar-toggler, footer .copyright .navbar-dark .navbar-toggler, .sectionTitle .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

header .navbar-dark .navbar-toggler-icon, footer .copyright .navbar-dark .navbar-toggler-icon, .sectionTitle .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

header .navbar-dark .navbar-text, footer .copyright .navbar-dark .navbar-text, .sectionTitle .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

header .navbar-dark .navbar-text a, footer .copyright .navbar-dark .navbar-text a, .sectionTitle .navbar-dark .navbar-text a {
    color: #fff;
}

header .navbar-dark .navbar-text a:focus,
footer .copyright .navbar-dark .navbar-text a:focus,
.sectionTitle .navbar-dark .navbar-text a:focus,
header .navbar-dark .navbar-text a:hover,
footer .copyright .navbar-dark .navbar-text a:hover,
.sectionTitle .navbar-dark .navbar-text a:hover {
    color: #fff;
}

header .card, footer .copyright .card, .sectionTitle .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

header .card&gt;hr, footer .copyright .card&gt;hr, .sectionTitle .card&gt;hr {
    margin-right: 0;
    margin-left: 0;
}

header .card&gt;.list-group:first-child .list-group-item:first-child, footer .copyright .card&gt;.list-group:first-child .list-group-item:first-child, .sectionTitle .card&gt;.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

header .card&gt;.list-group:last-child .list-group-item:last-child, footer .copyright .card&gt;.list-group:last-child .list-group-item:last-child, .sectionTitle .card&gt;.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

header .card-body, footer .copyright .card-body, .sectionTitle .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

header .card-title, footer .copyright .card-title, .sectionTitle .card-title {
    margin-bottom: 0.75rem;
}

header .card-subtitle, footer .copyright .card-subtitle, .sectionTitle .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

header .card-text:last-child, footer .copyright .card-text:last-child, .sectionTitle .card-text:last-child {
    margin-bottom: 0;
}

header .card-link:hover, footer .copyright .card-link:hover, .sectionTitle .card-link:hover {
    text-decoration: none;
}

header .card-link+.card-link, footer .copyright .card-link+.card-link, .sectionTitle .card-link+.card-link {
    margin-left: 1.25rem;
}

header .card-header, footer .copyright .card-header, .sectionTitle .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

header .card-header:first-child, footer .copyright .card-header:first-child, .sectionTitle .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

header .card-header+.list-group .list-group-item:first-child, footer .copyright .card-header+.list-group .list-group-item:first-child, .sectionTitle .card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

header .card-footer, footer .copyright .card-footer, .sectionTitle .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

header .card-footer:last-child, footer .copyright .card-footer:last-child, .sectionTitle .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

header .card-header-tabs, footer .copyright .card-header-tabs, .sectionTitle .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

header .card-header-pills, footer .copyright .card-header-pills, .sectionTitle .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

header .card-img-overlay, footer .copyright .card-img-overlay, .sectionTitle .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

header .card-img, footer .copyright .card-img, .sectionTitle .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

header .card-img-top, footer .copyright .card-img-top, .sectionTitle .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

header .card-img-bottom, footer .copyright .card-img-bottom, .sectionTitle .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

header .card-deck, footer .copyright .card-deck, .sectionTitle .card-deck {
    display: flex;
    flex-direction: column;
}

header .card-deck .card, footer .copyright .card-deck .card, .sectionTitle .card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    header .card-deck, footer .copyright .card-deck, .sectionTitle .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    header .card-deck .card, footer .copyright .card-deck .card, .sectionTitle .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

header .card-group, footer .copyright .card-group, .sectionTitle .card-group {
    display: flex;
    flex-direction: column;
}

header .card-group .card, footer .copyright .card-group .card, .sectionTitle .card-group .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    header .card-group, footer .copyright .card-group, .sectionTitle .card-group {
        flex-flow: row wrap;
    }

    header .card-group .card, footer .copyright .card-group .card, .sectionTitle .card-group .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    header .card-group .card+.card, footer .copyright .card-group .card+.card, .sectionTitle .card-group .card+.card {
        margin-left: 0;
        border-left: 0;
    }

    header .card-group .card:first-child, footer .copyright .card-group .card:first-child, .sectionTitle .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    header .card-group .card:first-child .card-img-top, footer .copyright .card-group .card:first-child .card-img-top, .sectionTitle .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }

    header .card-group .card:first-child .card-img-bottom, footer .copyright .card-group .card:first-child .card-img-bottom, .sectionTitle .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    header .card-group .card:last-child, footer .copyright .card-group .card:last-child, .sectionTitle .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    header .card-group .card:last-child .card-img-top, footer .copyright .card-group .card:last-child .card-img-top, .sectionTitle .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }

    header .card-group .card:last-child .card-img-bottom, footer .copyright .card-group .card:last-child .card-img-bottom, .sectionTitle .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }

    header .card-group .card:only-child, footer .copyright .card-group .card:only-child, .sectionTitle .card-group .card:only-child {
        border-radius: 0.25rem;
    }

    header .card-group .card:only-child .card-img-top, footer .copyright .card-group .card:only-child .card-img-top, .sectionTitle .card-group .card:only-child .card-img-top {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    header .card-group .card:only-child .card-img-bottom, footer .copyright .card-group .card:only-child .card-img-bottom, .sectionTitle .card-group .card:only-child .card-img-bottom {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    header .card-group .card:not(:first-child):not(:last-child):not(:only-child), footer .copyright .card-group .card:not(:first-child):not(:last-child):not(:only-child), .sectionTitle .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }

    header .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    footer .copyright .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .sectionTitle .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    header .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    footer .copyright .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .sectionTitle .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
        border-radius: 0;
    }
}

header .card-columns .card, footer .copyright .card-columns .card, .sectionTitle .card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    header .card-columns, footer .copyright .card-columns, .sectionTitle .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }

    header .card-columns .card, footer .copyright .card-columns .card, .sectionTitle .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

header .breadcrumb, footer .copyright .breadcrumb, .sectionTitle .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0;
}

header .breadcrumb-item+.breadcrumb-item::before, footer .copyright .breadcrumb-item+.breadcrumb-item::before, .sectionTitle .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #868e96;
    content: "/";
}

header .breadcrumb-item+.breadcrumb-item:hover::before, footer .copyright .breadcrumb-item+.breadcrumb-item:hover::before, .sectionTitle .breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

header .breadcrumb-item+.breadcrumb-item:hover::before, footer .copyright .breadcrumb-item+.breadcrumb-item:hover::before, .sectionTitle .breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

header .breadcrumb-item.active, footer .copyright .breadcrumb-item.active, .sectionTitle .breadcrumb-item.active {
    color: #868e96;
}

header .pagination, footer .copyright .pagination, .sectionTitle .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}

header .page-item:first-child .page-link, footer .copyright .page-item:first-child .page-link, .sectionTitle .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

header .page-item:last-child .page-link, footer .copyright .page-item:last-child .page-link, .sectionTitle .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

header .page-item.active .page-link, footer .copyright .page-item.active .page-link, .sectionTitle .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #9370DB;
    border-color: #9370DB;
}

header .page-item.disabled .page-link, footer .copyright .page-item.disabled .page-link, .sectionTitle .page-item.disabled .page-link {
    color: #ced4da;
    pointer-events: none;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

header .page-link, footer .copyright .page-link, .sectionTitle .page-link {
    position: relative;
    display: block;
    padding: 10px 10px;
    margin-left: -2px;
    line-height: 24px;
    color: #adb5bd;
    background-color: #fff;
    border: 2px solid #e9ecef;
}

header .page-link:focus,
footer .copyright .page-link:focus,
.sectionTitle .page-link:focus,
header .page-link:hover,
footer .copyright .page-link:hover,
.sectionTitle .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #9370DB;
    border-color: #9370DB;
}

header .pagination-lg .page-link, footer .copyright .pagination-lg .page-link, .sectionTitle .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 18px;
    line-height: 1.55556;
}

header .pagination-lg .page-item:first-child .page-link, footer .copyright .pagination-lg .page-item:first-child .page-link, .sectionTitle .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

header .pagination-lg .page-item:last-child .page-link, footer .copyright .pagination-lg .page-item:last-child .page-link, .sectionTitle .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

header .pagination-sm .page-link, footer .copyright .pagination-sm .page-link, .sectionTitle .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 11px;
    line-height: 1.63636;
}

header .pagination-sm .page-item:first-child .page-link, footer .copyright .pagination-sm .page-item:first-child .page-link, .sectionTitle .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

header .pagination-sm .page-item:last-child .page-link, footer .copyright .pagination-sm .page-item:last-child .page-link, .sectionTitle .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

header .badge, footer .copyright .badge, .sectionTitle .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

header .badge:empty, footer .copyright .badge:empty, .sectionTitle .badge:empty {
    display: none;
}

header .btn .badge, footer .copyright .btn .badge, .sectionTitle .btn .badge {
    position: relative;
    top: -1px;
}

header .badge-pill, footer .copyright .badge-pill, .sectionTitle .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

header .badge-primary, footer .copyright .badge-primary, .sectionTitle .badge-primary {
    color: #fff;
    background-color: #9370DB;
}

header .badge-primary[href]:focus,
footer .copyright .badge-primary[href]:focus,
.sectionTitle .badge-primary[href]:focus,
header .badge-primary[href]:hover,
footer .copyright .badge-primary[href]:hover,
.sectionTitle .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7447d1;
}

header .badge-secondary, footer .copyright .badge-secondary, .sectionTitle .badge-secondary {
    color: #fff;
    background-color: #868e96;
}

header .badge-secondary[href]:focus,
footer .copyright .badge-secondary[href]:focus,
.sectionTitle .badge-secondary[href]:focus,
header .badge-secondary[href]:hover,
footer .copyright .badge-secondary[href]:hover,
.sectionTitle .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d;
}

header .badge-success, footer .copyright .badge-success, .sectionTitle .badge-success {
    color: #fff;
    background-color: #28a745;
}

header .badge-success[href]:focus,
footer .copyright .badge-success[href]:focus,
.sectionTitle .badge-success[href]:focus,
header .badge-success[href]:hover,
footer .copyright .badge-success[href]:hover,
.sectionTitle .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

header .badge-info, footer .copyright .badge-info, .sectionTitle .badge-info {
    color: #fff;
    background-color: #17a2b8;
}

header .badge-info[href]:focus,
footer .copyright .badge-info[href]:focus,
.sectionTitle .badge-info[href]:focus,
header .badge-info[href]:hover,
footer .copyright .badge-info[href]:hover,
.sectionTitle .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

header .badge-warning, footer .copyright .badge-warning, .sectionTitle .badge-warning {
    color: #111;
    background-color: #ffc107;
}

header .badge-warning[href]:focus,
footer .copyright .badge-warning[href]:focus,
.sectionTitle .badge-warning[href]:focus,
header .badge-warning[href]:hover,
footer .copyright .badge-warning[href]:hover,
.sectionTitle .badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00;
}

header .badge-danger, footer .copyright .badge-danger, .sectionTitle .badge-danger {
    color: #fff;
    background-color: #dc3545;
}

header .badge-danger[href]:focus,
footer .copyright .badge-danger[href]:focus,
.sectionTitle .badge-danger[href]:focus,
header .badge-danger[href]:hover,
footer .copyright .badge-danger[href]:hover,
.sectionTitle .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

header .badge-light, footer .copyright .badge-light, .sectionTitle .badge-light {
    color: #111;
    background-color: #f8f9fa;
}

header .badge-light[href]:focus,
footer .copyright .badge-light[href]:focus,
.sectionTitle .badge-light[href]:focus,
header .badge-light[href]:hover,
footer .copyright .badge-light[href]:hover,
.sectionTitle .badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5;
}

header .badge-dark, footer .copyright .badge-dark, .sectionTitle .badge-dark {
    color: #fff;
    background-color: #343a40;
}

header .badge-dark[href]:focus,
footer .copyright .badge-dark[href]:focus,
.sectionTitle .badge-dark[href]:focus,
header .badge-dark[href]:hover,
footer .copyright .badge-dark[href]:hover,
.sectionTitle .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

header .jumbotron, footer .copyright .jumbotron, .sectionTitle .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    header .jumbotron, footer .copyright .jumbotron, .sectionTitle .jumbotron {
        padding: 4rem 2rem;
    }
}

header .jumbotron-fluid, footer .copyright .jumbotron-fluid, .sectionTitle .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

header .alert, footer .copyright .alert, .sectionTitle .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

header .alert-heading, footer .copyright .alert-heading, .sectionTitle .alert-heading {
    color: inherit;
}

header .alert-link, footer .copyright .alert-link, .sectionTitle .alert-link {
    font-weight: 700;
}

header .alert-dismissible .close, footer .copyright .alert-dismissible .close, .sectionTitle .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

header .alert-primary, footer .copyright .alert-primary, .sectionTitle .alert-primary {
    color: #4c3a72;
    background-color: #e9e2f8;
    border-color: #e1d7f5;
}

header .alert-primary hr, footer .copyright .alert-primary hr, .sectionTitle .alert-primary hr {
    border-top-color: #d2c3f0;
}

header .alert-primary .alert-link, footer .copyright .alert-primary .alert-link, .sectionTitle .alert-primary .alert-link {
    color: #352950;
}

header .alert-secondary, footer .copyright .alert-secondary, .sectionTitle .alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}

header .alert-secondary hr, footer .copyright .alert-secondary hr, .sectionTitle .alert-secondary hr {
    border-top-color: #cfd2d6;
}

header .alert-secondary .alert-link, footer .copyright .alert-secondary .alert-link, .sectionTitle .alert-secondary .alert-link {
    color: #2e3133;
}

header .alert-success, footer .copyright .alert-success, .sectionTitle .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

header .alert-success hr, footer .copyright .alert-success hr, .sectionTitle .alert-success hr {
    border-top-color: #b1dfbb;
}

header .alert-success .alert-link, footer .copyright .alert-success .alert-link, .sectionTitle .alert-success .alert-link {
    color: #0b2e13;
}

header .alert-info, footer .copyright .alert-info, .sectionTitle .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

header .alert-info hr, footer .copyright .alert-info hr, .sectionTitle .alert-info hr {
    border-top-color: #abdde5;
}

header .alert-info .alert-link, footer .copyright .alert-info .alert-link, .sectionTitle .alert-info .alert-link {
    color: #062c33;
}

header .alert-warning, footer .copyright .alert-warning, .sectionTitle .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

header .alert-warning hr, footer .copyright .alert-warning hr, .sectionTitle .alert-warning hr {
    border-top-color: #ffe8a1;
}

header .alert-warning .alert-link, footer .copyright .alert-warning .alert-link, .sectionTitle .alert-warning .alert-link {
    color: #533f03;
}

header .alert-danger, footer .copyright .alert-danger, .sectionTitle .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

header .alert-danger hr, footer .copyright .alert-danger hr, .sectionTitle .alert-danger hr {
    border-top-color: #f1b0b7;
}

header .alert-danger .alert-link, footer .copyright .alert-danger .alert-link, .sectionTitle .alert-danger .alert-link {
    color: #491217;
}

header .alert-light, footer .copyright .alert-light, .sectionTitle .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

header .alert-light hr, footer .copyright .alert-light hr, .sectionTitle .alert-light hr {
    border-top-color: #ececf6;
}

header .alert-light .alert-link, footer .copyright .alert-light .alert-link, .sectionTitle .alert-light .alert-link {
    color: #686868;
}

header .alert-dark, footer .copyright .alert-dark, .sectionTitle .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

header .alert-dark hr, footer .copyright .alert-dark hr, .sectionTitle .alert-dark hr {
    border-top-color: #b9bbbe;
}

header .alert-dark .alert-link, footer .copyright .alert-dark .alert-link, .sectionTitle .alert-dark .alert-link {
    color: #040505;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

header .progress, footer .copyright .progress, .sectionTitle .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

header .progress-bar, footer .copyright .progress-bar, .sectionTitle .progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #007bff;
}

header .progress-bar-striped, footer .copyright .progress-bar-striped, .sectionTitle .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;
}

header .progress-bar-animated, footer .copyright .progress-bar-animated, .sectionTitle .progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

header .media, footer .copyright .media, .sectionTitle .media {
    display: flex;
    align-items: flex-start;
}

header .media-body, footer .copyright .media-body, .sectionTitle .media-body {
    flex: 1;
}

header .list-group, footer .copyright .list-group, .sectionTitle .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

header .list-group-item-action, footer .copyright .list-group-item-action, .sectionTitle .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

header .list-group-item-action:focus,
footer .copyright .list-group-item-action:focus,
.sectionTitle .list-group-item-action:focus,
header .list-group-item-action:hover,
footer .copyright .list-group-item-action:hover,
.sectionTitle .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

header .list-group-item-action:active, footer .copyright .list-group-item-action:active, .sectionTitle .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

header .list-group-item, footer .copyright .list-group-item, .sectionTitle .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

header .list-group-item:first-child, footer .copyright .list-group-item:first-child, .sectionTitle .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

header .list-group-item:last-child, footer .copyright .list-group-item:last-child, .sectionTitle .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

header .list-group-item:focus,
footer .copyright .list-group-item:focus,
.sectionTitle .list-group-item:focus,
header .list-group-item:hover,
footer .copyright .list-group-item:hover,
.sectionTitle .list-group-item:hover {
    text-decoration: none;
}

header .list-group-item.disabled,
footer .copyright .list-group-item.disabled,
.sectionTitle .list-group-item.disabled,
header .list-group-item:disabled,
footer .copyright .list-group-item:disabled,
.sectionTitle .list-group-item:disabled {
    color: #868e96;
    background-color: #fff;
}

header .list-group-item.active, footer .copyright .list-group-item.active, .sectionTitle .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

header .list-group-flush .list-group-item, footer .copyright .list-group-flush .list-group-item, .sectionTitle .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

header .list-group-flush:first-child .list-group-item:first-child, footer .copyright .list-group-flush:first-child .list-group-item:first-child, .sectionTitle .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

header .list-group-flush:last-child .list-group-item:last-child, footer .copyright .list-group-flush:last-child .list-group-item:last-child, .sectionTitle .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

header .list-group-item-primary, footer .copyright .list-group-item-primary, .sectionTitle .list-group-item-primary {
    color: #4c3a72;
    background-color: #e1d7f5;
}

header a.list-group-item-primary,
footer .copyright a.list-group-item-primary,
.sectionTitle a.list-group-item-primary,
header button.list-group-item-primary,
footer .copyright button.list-group-item-primary,
.sectionTitle button.list-group-item-primary {
    color: #4c3a72;
}

header a.list-group-item-primary:focus,
footer .copyright a.list-group-item-primary:focus,
.sectionTitle a.list-group-item-primary:focus,
header a.list-group-item-primary:hover,
footer .copyright a.list-group-item-primary:hover,
.sectionTitle a.list-group-item-primary:hover,
header button.list-group-item-primary:focus,
footer .copyright button.list-group-item-primary:focus,
.sectionTitle button.list-group-item-primary:focus,
header button.list-group-item-primary:hover,
footer .copyright button.list-group-item-primary:hover,
.sectionTitle button.list-group-item-primary:hover {
    color: #4c3a72;
    background-color: #d2c3f0;
}

header a.list-group-item-primary.active,
footer .copyright a.list-group-item-primary.active,
.sectionTitle a.list-group-item-primary.active,
header button.list-group-item-primary.active,
footer .copyright button.list-group-item-primary.active,
.sectionTitle button.list-group-item-primary.active {
    color: #fff;
    background-color: #4c3a72;
    border-color: #4c3a72;
}

header .list-group-item-secondary, footer .copyright .list-group-item-secondary, .sectionTitle .list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2;
}

header a.list-group-item-secondary,
footer .copyright a.list-group-item-secondary,
.sectionTitle a.list-group-item-secondary,
header button.list-group-item-secondary,
footer .copyright button.list-group-item-secondary,
.sectionTitle button.list-group-item-secondary {
    color: #464a4e;
}

header a.list-group-item-secondary:focus,
footer .copyright a.list-group-item-secondary:focus,
.sectionTitle a.list-group-item-secondary:focus,
header a.list-group-item-secondary:hover,
footer .copyright a.list-group-item-secondary:hover,
.sectionTitle a.list-group-item-secondary:hover,
header button.list-group-item-secondary:focus,
footer .copyright button.list-group-item-secondary:focus,
.sectionTitle button.list-group-item-secondary:focus,
header button.list-group-item-secondary:hover,
footer .copyright button.list-group-item-secondary:hover,
.sectionTitle button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd2d6;
}

header a.list-group-item-secondary.active,
footer .copyright a.list-group-item-secondary.active,
.sectionTitle a.list-group-item-secondary.active,
header button.list-group-item-secondary.active,
footer .copyright button.list-group-item-secondary.active,
.sectionTitle button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e;
}

header .list-group-item-success, footer .copyright .list-group-item-success, .sectionTitle .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

header a.list-group-item-success,
footer .copyright a.list-group-item-success,
.sectionTitle a.list-group-item-success,
header button.list-group-item-success,
footer .copyright button.list-group-item-success,
.sectionTitle button.list-group-item-success {
    color: #155724;
}

header a.list-group-item-success:focus,
footer .copyright a.list-group-item-success:focus,
.sectionTitle a.list-group-item-success:focus,
header a.list-group-item-success:hover,
footer .copyright a.list-group-item-success:hover,
.sectionTitle a.list-group-item-success:hover,
header button.list-group-item-success:focus,
footer .copyright button.list-group-item-success:focus,
.sectionTitle button.list-group-item-success:focus,
header button.list-group-item-success:hover,
footer .copyright button.list-group-item-success:hover,
.sectionTitle button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb;
}

header a.list-group-item-success.active,
footer .copyright a.list-group-item-success.active,
.sectionTitle a.list-group-item-success.active,
header button.list-group-item-success.active,
footer .copyright button.list-group-item-success.active,
.sectionTitle button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

header .list-group-item-info, footer .copyright .list-group-item-info, .sectionTitle .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

header a.list-group-item-info,
footer .copyright a.list-group-item-info,
.sectionTitle a.list-group-item-info,
header button.list-group-item-info,
footer .copyright button.list-group-item-info,
.sectionTitle button.list-group-item-info {
    color: #0c5460;
}

header a.list-group-item-info:focus,
footer .copyright a.list-group-item-info:focus,
.sectionTitle a.list-group-item-info:focus,
header a.list-group-item-info:hover,
footer .copyright a.list-group-item-info:hover,
.sectionTitle a.list-group-item-info:hover,
header button.list-group-item-info:focus,
footer .copyright button.list-group-item-info:focus,
.sectionTitle button.list-group-item-info:focus,
header button.list-group-item-info:hover,
footer .copyright button.list-group-item-info:hover,
.sectionTitle button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5;
}

header a.list-group-item-info.active,
footer .copyright a.list-group-item-info.active,
.sectionTitle a.list-group-item-info.active,
header button.list-group-item-info.active,
footer .copyright button.list-group-item-info.active,
.sectionTitle button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

header .list-group-item-warning, footer .copyright .list-group-item-warning, .sectionTitle .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

header a.list-group-item-warning,
footer .copyright a.list-group-item-warning,
.sectionTitle a.list-group-item-warning,
header button.list-group-item-warning,
footer .copyright button.list-group-item-warning,
.sectionTitle button.list-group-item-warning {
    color: #856404;
}

header a.list-group-item-warning:focus,
footer .copyright a.list-group-item-warning:focus,
.sectionTitle a.list-group-item-warning:focus,
header a.list-group-item-warning:hover,
footer .copyright a.list-group-item-warning:hover,
.sectionTitle a.list-group-item-warning:hover,
header button.list-group-item-warning:focus,
footer .copyright button.list-group-item-warning:focus,
.sectionTitle button.list-group-item-warning:focus,
header button.list-group-item-warning:hover,
footer .copyright button.list-group-item-warning:hover,
.sectionTitle button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1;
}

header a.list-group-item-warning.active,
footer .copyright a.list-group-item-warning.active,
.sectionTitle a.list-group-item-warning.active,
header button.list-group-item-warning.active,
footer .copyright button.list-group-item-warning.active,
.sectionTitle button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

header .list-group-item-danger, footer .copyright .list-group-item-danger, .sectionTitle .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

header a.list-group-item-danger,
footer .copyright a.list-group-item-danger,
.sectionTitle a.list-group-item-danger,
header button.list-group-item-danger,
footer .copyright button.list-group-item-danger,
.sectionTitle button.list-group-item-danger {
    color: #721c24;
}

header a.list-group-item-danger:focus,
footer .copyright a.list-group-item-danger:focus,
.sectionTitle a.list-group-item-danger:focus,
header a.list-group-item-danger:hover,
footer .copyright a.list-group-item-danger:hover,
.sectionTitle a.list-group-item-danger:hover,
header button.list-group-item-danger:focus,
footer .copyright button.list-group-item-danger:focus,
.sectionTitle button.list-group-item-danger:focus,
header button.list-group-item-danger:hover,
footer .copyright button.list-group-item-danger:hover,
.sectionTitle button.list-group-item-danger:hover {
    color: #721c24;
    background-color: #f1b0b7;
}

header a.list-group-item-danger.active,
footer .copyright a.list-group-item-danger.active,
.sectionTitle a.list-group-item-danger.active,
header button.list-group-item-danger.active,
footer .copyright button.list-group-item-danger.active,
.sectionTitle button.list-group-item-danger.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

header .list-group-item-light, footer .copyright .list-group-item-light, .sectionTitle .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

header a.list-group-item-light,
footer .copyright a.list-group-item-light,
.sectionTitle a.list-group-item-light,
header button.list-group-item-light,
footer .copyright button.list-group-item-light,
.sectionTitle button.list-group-item-light {
    color: #818182;
}

header a.list-group-item-light:focus,
footer .copyright a.list-group-item-light:focus,
.sectionTitle a.list-group-item-light:focus,
header a.list-group-item-light:hover,
footer .copyright a.list-group-item-light:hover,
.sectionTitle a.list-group-item-light:hover,
header button.list-group-item-light:focus,
footer .copyright button.list-group-item-light:focus,
.sectionTitle button.list-group-item-light:focus,
header button.list-group-item-light:hover,
footer .copyright button.list-group-item-light:hover,
.sectionTitle button.list-group-item-light:hover {
    color: #818182;
    background-color: #ececf6;
}

header a.list-group-item-light.active,
footer .copyright a.list-group-item-light.active,
.sectionTitle a.list-group-item-light.active,
header button.list-group-item-light.active,
footer .copyright button.list-group-item-light.active,
.sectionTitle button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

header .list-group-item-dark, footer .copyright .list-group-item-dark, .sectionTitle .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

header a.list-group-item-dark,
footer .copyright a.list-group-item-dark,
.sectionTitle a.list-group-item-dark,
header button.list-group-item-dark,
footer .copyright button.list-group-item-dark,
.sectionTitle button.list-group-item-dark {
    color: #1b1e21;
}

header a.list-group-item-dark:focus,
footer .copyright a.list-group-item-dark:focus,
.sectionTitle a.list-group-item-dark:focus,
header a.list-group-item-dark:hover,
footer .copyright a.list-group-item-dark:hover,
.sectionTitle a.list-group-item-dark:hover,
header button.list-group-item-dark:focus,
footer .copyright button.list-group-item-dark:focus,
.sectionTitle button.list-group-item-dark:focus,
header button.list-group-item-dark:hover,
footer .copyright button.list-group-item-dark:hover,
.sectionTitle button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}

header a.list-group-item-dark.active,
footer .copyright a.list-group-item-dark.active,
.sectionTitle a.list-group-item-dark.active,
header button.list-group-item-dark.active,
footer .copyright button.list-group-item-dark.active,
.sectionTitle button.list-group-item-dark.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

header .close, footer .copyright .close, .sectionTitle .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

header .close:focus,
footer .copyright .close:focus,
.sectionTitle .close:focus,
header .close:hover,
footer .copyright .close:hover,
.sectionTitle .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

header button.close, footer .copyright button.close, .sectionTitle button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

header .modal-open, footer .copyright .modal-open, .sectionTitle .modal-open {
    overflow: hidden;
}

header .modal, footer .copyright .modal, .sectionTitle .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1120;
    display: none;
    overflow: hidden;
    outline: 0;
}

header .modal.fade .modal-dialog, footer .copyright .modal.fade .modal-dialog, .sectionTitle .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

header .modal.show .modal-dialog, footer .copyright .modal.show .modal-dialog, .sectionTitle .modal.show .modal-dialog {
    transform: translate(0, 0);
}

header .modal-open .modal, footer .copyright .modal-open .modal, .sectionTitle .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

header .modal-dialog, footer .copyright .modal-dialog, .sectionTitle .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
}

header .modal-content, footer .copyright .modal-content, .sectionTitle .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

header .modal-backdrop, footer .copyright .modal-backdrop, .sectionTitle .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1110;
    background-color: #000;
}

header .modal-backdrop.fade, footer .copyright .modal-backdrop.fade, .sectionTitle .modal-backdrop.fade {
    opacity: 0;
}

header .modal-backdrop.show, footer .copyright .modal-backdrop.show, .sectionTitle .modal-backdrop.show {
    opacity: 0.5;
}

header .modal-header, footer .copyright .modal-header, .sectionTitle .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

header .modal-header .close, footer .copyright .modal-header .close, .sectionTitle .modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto;
}

header .modal-title, footer .copyright .modal-title, .sectionTitle .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

header .modal-body, footer .copyright .modal-body, .sectionTitle .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px;
}

header .modal-footer, footer .copyright .modal-footer, .sectionTitle .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}

header .modal-footer&gt; :not(:first-child), footer .copyright .modal-footer&gt; :not(:first-child), .sectionTitle .modal-footer&gt; :not(:first-child) {
    margin-left: .25rem;
}

header .modal-footer&gt; :not(:last-child), footer .copyright .modal-footer&gt; :not(:last-child), .sectionTitle .modal-footer&gt; :not(:last-child) {
    margin-right: .25rem;
}

header .modal-scrollbar-measure, footer .copyright .modal-scrollbar-measure, .sectionTitle .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    header .modal-dialog, footer .copyright .modal-dialog, .sectionTitle .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }

    header .modal-sm, footer .copyright .modal-sm, .sectionTitle .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    header .modal-lg, footer .copyright .modal-lg, .sectionTitle .modal-lg {
        max-width: 800px;
    }
}

header .tooltip, footer .copyright .tooltip, .sectionTitle .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    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: 11px;
    word-wrap: break-word;
    opacity: 0;
}

header .tooltip.show, footer .copyright .tooltip.show, .sectionTitle .tooltip.show {
    opacity: 1;
}

header .tooltip .arrow, footer .copyright .tooltip .arrow, .sectionTitle .tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
}

header .tooltip .arrow::before, footer .copyright .tooltip .arrow::before, .sectionTitle .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid;
}

header .tooltip.bs-tooltip-top,
footer .copyright .tooltip.bs-tooltip-top,
.sectionTitle .tooltip.bs-tooltip-top,
header .tooltip.bs-tooltip-auto[x-placement^="top"],
footer .copyright .tooltip.bs-tooltip-auto[x-placement^="top"],
.sectionTitle .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0;
}

header .tooltip.bs-tooltip-top .arrow,
footer .copyright .tooltip.bs-tooltip-top .arrow,
.sectionTitle .tooltip.bs-tooltip-top .arrow,
header .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow,
footer .copyright .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow,
.sectionTitle .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

header .tooltip.bs-tooltip-top .arrow::before,
footer .copyright .tooltip.bs-tooltip-top .arrow::before,
.sectionTitle .tooltip.bs-tooltip-top .arrow::before,
header .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
footer .copyright .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.sectionTitle .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #9370DB;
}

header .tooltip.bs-tooltip-right,
footer .copyright .tooltip.bs-tooltip-right,
.sectionTitle .tooltip.bs-tooltip-right,
header .tooltip.bs-tooltip-auto[x-placement^="right"],
footer .copyright .tooltip.bs-tooltip-auto[x-placement^="right"],
.sectionTitle .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px;
}

header .tooltip.bs-tooltip-right .arrow,
footer .copyright .tooltip.bs-tooltip-right .arrow,
.sectionTitle .tooltip.bs-tooltip-right .arrow,
header .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow,
footer .copyright .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow,
.sectionTitle .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
}

header .tooltip.bs-tooltip-right .arrow::before,
footer .copyright .tooltip.bs-tooltip-right .arrow::before,
.sectionTitle .tooltip.bs-tooltip-right .arrow::before,
header .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
footer .copyright .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.sectionTitle .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #9370DB;
}

header .tooltip.bs-tooltip-bottom,
footer .copyright .tooltip.bs-tooltip-bottom,
.sectionTitle .tooltip.bs-tooltip-bottom,
header .tooltip.bs-tooltip-auto[x-placement^="bottom"],
footer .copyright .tooltip.bs-tooltip-auto[x-placement^="bottom"],
.sectionTitle .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0;
}

header .tooltip.bs-tooltip-bottom .arrow,
footer .copyright .tooltip.bs-tooltip-bottom .arrow,
.sectionTitle .tooltip.bs-tooltip-bottom .arrow,
header .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow,
footer .copyright .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.sectionTitle .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

header .tooltip.bs-tooltip-bottom .arrow::before,
footer .copyright .tooltip.bs-tooltip-bottom .arrow::before,
.sectionTitle .tooltip.bs-tooltip-bottom .arrow::before,
header .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
footer .copyright .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.sectionTitle .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #9370DB;
}

header .tooltip.bs-tooltip-left,
footer .copyright .tooltip.bs-tooltip-left,
.sectionTitle .tooltip.bs-tooltip-left,
header .tooltip.bs-tooltip-auto[x-placement^="left"],
footer .copyright .tooltip.bs-tooltip-auto[x-placement^="left"],
.sectionTitle .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px;
}

header .tooltip.bs-tooltip-left .arrow,
footer .copyright .tooltip.bs-tooltip-left .arrow,
.sectionTitle .tooltip.bs-tooltip-left .arrow,
header .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow,
footer .copyright .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow,
.sectionTitle .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
}

header .tooltip.bs-tooltip-left .arrow::before,
footer .copyright .tooltip.bs-tooltip-left .arrow::before,
.sectionTitle .tooltip.bs-tooltip-left .arrow::before,
header .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
footer .copyright .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.sectionTitle .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #9370DB;
}

header .tooltip-inner, footer .copyright .tooltip-inner, .sectionTitle .tooltip-inner {
    max-width: 253px;
    padding: 6px 10px;
    color: #fff;
    text-align: center;
    background-color: #9370DB;
    border-radius: 0;
}

header .popover, footer .copyright .popover, .sectionTitle .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    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: 11px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

header .popover .arrow, footer .copyright .popover .arrow, .sectionTitle .popover .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

header .popover .arrow::before,
footer .copyright .popover .arrow::before,
.sectionTitle .popover .arrow::before,
header .popover .arrow::after,
footer .copyright .popover .arrow::after,
.sectionTitle .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
}

header .popover .arrow::before, footer .copyright .popover .arrow::before, .sectionTitle .popover .arrow::before {
    content: "";
    border-width: 0.8rem;
}

header .popover .arrow::after, footer .copyright .popover .arrow::after, .sectionTitle .popover .arrow::after {
    content: "";
    border-width: 0.8rem;
}

header .popover.bs-popover-top,
footer .copyright .popover.bs-popover-top,
.sectionTitle .popover.bs-popover-top,
header .popover.bs-popover-auto[x-placement^="top"],
footer .copyright .popover.bs-popover-auto[x-placement^="top"],
.sectionTitle .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.8rem;
}

header .popover.bs-popover-top .arrow,
footer .copyright .popover.bs-popover-top .arrow,
.sectionTitle .popover.bs-popover-top .arrow,
header .popover.bs-popover-auto[x-placement^="top"] .arrow,
footer .copyright .popover.bs-popover-auto[x-placement^="top"] .arrow,
.sectionTitle .popover.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

header .popover.bs-popover-top .arrow::before,
footer .copyright .popover.bs-popover-top .arrow::before,
.sectionTitle .popover.bs-popover-top .arrow::before,
header .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
footer .copyright .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.sectionTitle .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
header .popover.bs-popover-top .arrow::after,
footer .copyright .popover.bs-popover-top .arrow::after,
.sectionTitle .popover.bs-popover-top .arrow::after,
header .popover.bs-popover-auto[x-placement^="top"] .arrow::after,
footer .copyright .popover.bs-popover-auto[x-placement^="top"] .arrow::after,
.sectionTitle .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-bottom-width: 0;
}

header .popover.bs-popover-top .arrow::before,
footer .copyright .popover.bs-popover-top .arrow::before,
.sectionTitle .popover.bs-popover-top .arrow::before,
header .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
footer .copyright .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.sectionTitle .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: -0.8rem;
    margin-left: -0.8rem;
    border-top-color: rgba(0, 0, 0, 0.25);
}

header .popover.bs-popover-top .arrow::after,
footer .copyright .popover.bs-popover-top .arrow::after,
.sectionTitle .popover.bs-popover-top .arrow::after,
header .popover.bs-popover-auto[x-placement^="top"] .arrow::after,
footer .copyright .popover.bs-popover-auto[x-placement^="top"] .arrow::after,
.sectionTitle .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: calc((0.8rem - 1px) * -1);
    margin-left: -0.8rem;
    border-top-color: #fff;
}

header .popover.bs-popover-right,
footer .copyright .popover.bs-popover-right,
.sectionTitle .popover.bs-popover-right,
header .popover.bs-popover-auto[x-placement^="right"],
footer .copyright .popover.bs-popover-auto[x-placement^="right"],
.sectionTitle .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.8rem;
}

header .popover.bs-popover-right .arrow,
footer .copyright .popover.bs-popover-right .arrow,
.sectionTitle .popover.bs-popover-right .arrow,
header .popover.bs-popover-auto[x-placement^="right"] .arrow,
footer .copyright .popover.bs-popover-auto[x-placement^="right"] .arrow,
.sectionTitle .popover.bs-popover-auto[x-placement^="right"] .arrow {
    left: 0;
}

header .popover.bs-popover-right .arrow::before,
footer .copyright .popover.bs-popover-right .arrow::before,
.sectionTitle .popover.bs-popover-right .arrow::before,
header .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
footer .copyright .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.sectionTitle .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
header .popover.bs-popover-right .arrow::after,
footer .copyright .popover.bs-popover-right .arrow::after,
.sectionTitle .popover.bs-popover-right .arrow::after,
header .popover.bs-popover-auto[x-placement^="right"] .arrow::after,
footer .copyright .popover.bs-popover-auto[x-placement^="right"] .arrow::after,
.sectionTitle .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    margin-top: -0.8rem;
    border-left-width: 0;
}

header .popover.bs-popover-right .arrow::before,
footer .copyright .popover.bs-popover-right .arrow::before,
.sectionTitle .popover.bs-popover-right .arrow::before,
header .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
footer .copyright .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.sectionTitle .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: -0.8rem;
    border-right-color: rgba(0, 0, 0, 0.25);
}

header .popover.bs-popover-right .arrow::after,
footer .copyright .popover.bs-popover-right .arrow::after,
.sectionTitle .popover.bs-popover-right .arrow::after,
header .popover.bs-popover-auto[x-placement^="right"] .arrow::after,
footer .copyright .popover.bs-popover-auto[x-placement^="right"] .arrow::after,
.sectionTitle .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: calc((0.8rem - 1px) * -1);
    border-right-color: #fff;
}

header .popover.bs-popover-bottom,
footer .copyright .popover.bs-popover-bottom,
.sectionTitle .popover.bs-popover-bottom,
header .popover.bs-popover-auto[x-placement^="bottom"],
footer .copyright .popover.bs-popover-auto[x-placement^="bottom"],
.sectionTitle .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.8rem;
}

header .popover.bs-popover-bottom .arrow,
footer .copyright .popover.bs-popover-bottom .arrow,
.sectionTitle .popover.bs-popover-bottom .arrow,
header .popover.bs-popover-auto[x-placement^="bottom"] .arrow,
footer .copyright .popover.bs-popover-auto[x-placement^="bottom"] .arrow,
.sectionTitle .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

header .popover.bs-popover-bottom .arrow::before,
footer .copyright .popover.bs-popover-bottom .arrow::before,
.sectionTitle .popover.bs-popover-bottom .arrow::before,
header .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
footer .copyright .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.sectionTitle .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
header .popover.bs-popover-bottom .arrow::after,
footer .copyright .popover.bs-popover-bottom .arrow::after,
.sectionTitle .popover.bs-popover-bottom .arrow::after,
header .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
footer .copyright .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.sectionTitle .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    margin-left: -0.8rem;
    border-top-width: 0;
}

header .popover.bs-popover-bottom .arrow::before,
footer .copyright .popover.bs-popover-bottom .arrow::before,
.sectionTitle .popover.bs-popover-bottom .arrow::before,
header .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
footer .copyright .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.sectionTitle .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: -0.8rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

header .popover.bs-popover-bottom .arrow::after,
footer .copyright .popover.bs-popover-bottom .arrow::after,
.sectionTitle .popover.bs-popover-bottom .arrow::after,
header .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
footer .copyright .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.sectionTitle .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: calc((0.8rem - 1px) * -1);
    border-bottom-color: #fff;
}

header .popover.bs-popover-bottom .popover-header::before,
footer .copyright .popover.bs-popover-bottom .popover-header::before,
.sectionTitle .popover.bs-popover-bottom .popover-header::before,
header .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
footer .copyright .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.sectionTitle .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

header .popover.bs-popover-left,
footer .copyright .popover.bs-popover-left,
.sectionTitle .popover.bs-popover-left,
header .popover.bs-popover-auto[x-placement^="left"],
footer .copyright .popover.bs-popover-auto[x-placement^="left"],
.sectionTitle .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.8rem;
}

header .popover.bs-popover-left .arrow,
footer .copyright .popover.bs-popover-left .arrow,
.sectionTitle .popover.bs-popover-left .arrow,
header .popover.bs-popover-auto[x-placement^="left"] .arrow,
footer .copyright .popover.bs-popover-auto[x-placement^="left"] .arrow,
.sectionTitle .popover.bs-popover-auto[x-placement^="left"] .arrow {
    right: 0;
}

header .popover.bs-popover-left .arrow::before,
footer .copyright .popover.bs-popover-left .arrow::before,
.sectionTitle .popover.bs-popover-left .arrow::before,
header .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
footer .copyright .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.sectionTitle .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
header .popover.bs-popover-left .arrow::after,
footer .copyright .popover.bs-popover-left .arrow::after,
.sectionTitle .popover.bs-popover-left .arrow::after,
header .popover.bs-popover-auto[x-placement^="left"] .arrow::after,
footer .copyright .popover.bs-popover-auto[x-placement^="left"] .arrow::after,
.sectionTitle .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    margin-top: -0.8rem;
    border-right-width: 0;
}

header .popover.bs-popover-left .arrow::before,
footer .copyright .popover.bs-popover-left .arrow::before,
.sectionTitle .popover.bs-popover-left .arrow::before,
header .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
footer .copyright .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.sectionTitle .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: -0.8rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

header .popover.bs-popover-left .arrow::after,
footer .copyright .popover.bs-popover-left .arrow::after,
.sectionTitle .popover.bs-popover-left .arrow::after,
header .popover.bs-popover-auto[x-placement^="left"] .arrow::after,
footer .copyright .popover.bs-popover-auto[x-placement^="left"] .arrow::after,
.sectionTitle .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: calc((0.8rem - 1px) * -1);
    border-left-color: #fff;
}

header .popover-header, footer .copyright .popover-header, .sectionTitle .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 13px;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

header .popover-header:empty, footer .copyright .popover-header:empty, .sectionTitle .popover-header:empty {
    display: none;
}

header .popover-body, footer .copyright .popover-body, .sectionTitle .popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

header .carousel, footer .copyright .carousel, .sectionTitle .carousel {
    position: relative;
}

header .carousel-inner, footer .copyright .carousel-inner, .sectionTitle .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

header .carousel-item, footer .copyright .carousel-item, .sectionTitle .carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

header .carousel-item.active,
footer .copyright .carousel-item.active,
.sectionTitle .carousel-item.active,
header .carousel-item-next,
footer .copyright .carousel-item-next,
.sectionTitle .carousel-item-next,
header .carousel-item-prev,
footer .copyright .carousel-item-prev,
.sectionTitle .carousel-item-prev {
    display: block;
}

header .carousel-item-next,
footer .copyright .carousel-item-next,
.sectionTitle .carousel-item-next,
header .carousel-item-prev,
footer .copyright .carousel-item-prev,
.sectionTitle .carousel-item-prev {
    position: absolute;
    top: 0;
}

header .carousel-item-next.carousel-item-left,
footer .copyright .carousel-item-next.carousel-item-left,
.sectionTitle .carousel-item-next.carousel-item-left,
header .carousel-item-prev.carousel-item-right,
footer .copyright .carousel-item-prev.carousel-item-right,
.sectionTitle .carousel-item-prev.carousel-item-right {
    transform: translateX(0);
}

@supports (transform-style: preserve-3d) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}

header .carousel-item-next,
footer .copyright .carousel-item-next,
.sectionTitle .carousel-item-next,
header .active.carousel-item-right,
footer .copyright .active.carousel-item-right,
.sectionTitle .active.carousel-item-right {
    transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {

    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}

header .carousel-item-prev,
footer .copyright .carousel-item-prev,
.sectionTitle .carousel-item-prev,
header .active.carousel-item-left,
footer .copyright .active.carousel-item-left,
.sectionTitle .active.carousel-item-left {
    transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {

    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}

header .carousel-control-prev,
footer .copyright .carousel-control-prev,
.sectionTitle .carousel-control-prev,
header .carousel-control-next,
footer .copyright .carousel-control-next,
.sectionTitle .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

header .carousel-control-prev:focus,
footer .copyright .carousel-control-prev:focus,
.sectionTitle .carousel-control-prev:focus,
header .carousel-control-prev:hover,
footer .copyright .carousel-control-prev:hover,
.sectionTitle .carousel-control-prev:hover,
header .carousel-control-next:focus,
footer .copyright .carousel-control-next:focus,
.sectionTitle .carousel-control-next:focus,
header .carousel-control-next:hover,
footer .copyright .carousel-control-next:hover,
.sectionTitle .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

header .carousel-control-prev, footer .copyright .carousel-control-prev, .sectionTitle .carousel-control-prev {
    left: 0;
}

header .carousel-control-next, footer .copyright .carousel-control-next, .sectionTitle .carousel-control-next {
    right: 0;
}

header .carousel-control-prev-icon,
footer .copyright .carousel-control-prev-icon,
.sectionTitle .carousel-control-prev-icon,
header .carousel-control-next-icon,
footer .copyright .carousel-control-next-icon,
.sectionTitle .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

header .carousel-control-prev-icon, footer .copyright .carousel-control-prev-icon, .sectionTitle .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

header .carousel-control-next-icon, footer .copyright .carousel-control-next-icon, .sectionTitle .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

header .carousel-indicators, footer .copyright .carousel-indicators, .sectionTitle .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

header .carousel-indicators li, footer .copyright .carousel-indicators li, .sectionTitle .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}

header .carousel-indicators li::before, footer .copyright .carousel-indicators li::before, .sectionTitle .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

header .carousel-indicators li::after, footer .copyright .carousel-indicators li::after, .sectionTitle .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

header .carousel-indicators .active, footer .copyright .carousel-indicators .active, .sectionTitle .carousel-indicators .active {
    background-color: #fff;
}

header .carousel-caption, footer .copyright .carousel-caption, .sectionTitle .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

header .align-baseline, footer .copyright .align-baseline, .sectionTitle .align-baseline {
    vertical-align: baseline !important;
}

header .align-top, footer .copyright .align-top, .sectionTitle .align-top {
    vertical-align: top !important;
}

header .align-middle, footer .copyright .align-middle, .sectionTitle .align-middle {
    vertical-align: middle !important;
}

header .align-bottom, footer .copyright .align-bottom, .sectionTitle .align-bottom {
    vertical-align: bottom !important;
}

header .align-text-bottom, footer .copyright .align-text-bottom, .sectionTitle .align-text-bottom {
    vertical-align: text-bottom !important;
}

header .align-text-top, footer .copyright .align-text-top, .sectionTitle .align-text-top {
    vertical-align: text-top !important;
}

header .bg-primary, footer .copyright .bg-primary, .sectionTitle .bg-primary {
    background-color: #9370DB !important;
}

header a.bg-primary:focus,
footer .copyright a.bg-primary:focus,
.sectionTitle a.bg-primary:focus,
header a.bg-primary:hover,
footer .copyright a.bg-primary:hover,
.sectionTitle a.bg-primary:hover {
    background-color: #7447d1 !important;
}

header .bg-secondary, footer .copyright .bg-secondary, .sectionTitle .bg-secondary {
    background-color: #868e96 !important;
}

header a.bg-secondary:focus,
footer .copyright a.bg-secondary:focus,
.sectionTitle a.bg-secondary:focus,
header a.bg-secondary:hover,
footer .copyright a.bg-secondary:hover,
.sectionTitle a.bg-secondary:hover {
    background-color: #6c757d !important;
}

header .bg-success, footer .copyright .bg-success, .sectionTitle .bg-success {
    background-color: #28a745 !important;
}

header a.bg-success:focus,
footer .copyright a.bg-success:focus,
.sectionTitle a.bg-success:focus,
header a.bg-success:hover,
footer .copyright a.bg-success:hover,
.sectionTitle a.bg-success:hover {
    background-color: #1e7e34 !important;
}

header .bg-info, footer .copyright .bg-info, .sectionTitle .bg-info {
    background-color: #17a2b8 !important;
}

header a.bg-info:focus,
footer .copyright a.bg-info:focus,
.sectionTitle a.bg-info:focus,
header a.bg-info:hover,
footer .copyright a.bg-info:hover,
.sectionTitle a.bg-info:hover {
    background-color: #117a8b !important;
}

header .bg-warning, footer .copyright .bg-warning, .sectionTitle .bg-warning {
    background-color: #ffc107 !important;
}

header a.bg-warning:focus,
footer .copyright a.bg-warning:focus,
.sectionTitle a.bg-warning:focus,
header a.bg-warning:hover,
footer .copyright a.bg-warning:hover,
.sectionTitle a.bg-warning:hover {
    background-color: #d39e00 !important;
}

header .bg-danger, footer .copyright .bg-danger, .sectionTitle .bg-danger {
    background-color: #dc3545 !important;
}

header a.bg-danger:focus,
footer .copyright a.bg-danger:focus,
.sectionTitle a.bg-danger:focus,
header a.bg-danger:hover,
footer .copyright a.bg-danger:hover,
.sectionTitle a.bg-danger:hover {
    background-color: #bd2130 !important;
}

header .bg-light, footer .copyright .bg-light, .sectionTitle .bg-light {
    background-color: #f8f9fa !important;
}

header a.bg-light:focus,
footer .copyright a.bg-light:focus,
.sectionTitle a.bg-light:focus,
header a.bg-light:hover,
footer .copyright a.bg-light:hover,
.sectionTitle a.bg-light:hover {
    background-color: #dae0e5 !important;
}

header .bg-dark, footer .copyright .bg-dark, .sectionTitle .bg-dark {
    background-color: #343a40 !important;
}

header a.bg-dark:focus,
footer .copyright a.bg-dark:focus,
.sectionTitle a.bg-dark:focus,
header a.bg-dark:hover,
footer .copyright a.bg-dark:hover,
.sectionTitle a.bg-dark:hover {
    background-color: #1d2124 !important;
}

header .bg-white, footer .copyright .bg-white, .sectionTitle .bg-white {
    background-color: #fff !important;
}

header .bg-transparent, footer .copyright .bg-transparent, .sectionTitle .bg-transparent {
    background-color: transparent !important;
}

header .border, footer .copyright .border, .sectionTitle .border {
    border: 1px solid #e9ecef !important;
}

header .border-0, footer .copyright .border-0, .sectionTitle .border-0 {
    border: 0 !important;
}

header .border-top-0, footer .copyright .border-top-0, .sectionTitle .border-top-0 {
    border-top: 0 !important;
}

header .border-right-0, footer .copyright .border-right-0, .sectionTitle .border-right-0 {
    border-right: 0 !important;
}

header .border-bottom-0, footer .copyright .border-bottom-0, .sectionTitle .border-bottom-0 {
    border-bottom: 0 !important;
}

header .border-left-0, footer .copyright .border-left-0, .sectionTitle .border-left-0 {
    border-left: 0 !important;
}

header .border-primary, footer .copyright .border-primary, .sectionTitle .border-primary {
    border-color: #9370DB !important;
}

header .border-secondary, footer .copyright .border-secondary, .sectionTitle .border-secondary {
    border-color: #868e96 !important;
}

header .border-success, footer .copyright .border-success, .sectionTitle .border-success {
    border-color: #28a745 !important;
}

header .border-info, footer .copyright .border-info, .sectionTitle .border-info {
    border-color: #17a2b8 !important;
}

header .border-warning, footer .copyright .border-warning, .sectionTitle .border-warning {
    border-color: #ffc107 !important;
}

header .border-danger, footer .copyright .border-danger, .sectionTitle .border-danger {
    border-color: #dc3545 !important;
}

header .border-light, footer .copyright .border-light, .sectionTitle .border-light {
    border-color: #f8f9fa !important;
}

header .border-dark, footer .copyright .border-dark, .sectionTitle .border-dark {
    border-color: #343a40 !important;
}

header .border-white, footer .copyright .border-white, .sectionTitle .border-white {
    border-color: #fff !important;
}

header .rounded, footer .copyright .rounded, .sectionTitle .rounded {
    border-radius: 0 !important;
}

header .rounded-top, footer .copyright .rounded-top, .sectionTitle .rounded-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

header .rounded-right, footer .copyright .rounded-right, .sectionTitle .rounded-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

header .rounded-bottom, footer .copyright .rounded-bottom, .sectionTitle .rounded-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

header .rounded-left, footer .copyright .rounded-left, .sectionTitle .rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

header .rounded-circle, footer .copyright .rounded-circle, .sectionTitle .rounded-circle {
    border-radius: 50% !important;
}

header .rounded-0, footer .copyright .rounded-0, .sectionTitle .rounded-0 {
    border-radius: 0 !important;
}

header .clearfix::after, footer .copyright .clearfix::after, .sectionTitle .clearfix::after {
    display: block;
    clear: both;
    content: "";
}

header .d-none, footer .copyright .d-none, .sectionTitle .d-none {
    display: none !important;
}

header .d-inline, footer .copyright .d-inline, .sectionTitle .d-inline {
    display: inline !important;
}

header .d-inline-block, footer .copyright .d-inline-block, .sectionTitle .d-inline-block {
    display: inline-block !important;
}

header .d-block, footer .copyright .d-block, .sectionTitle .d-block {
    display: block !important;
}

header .d-table, footer .copyright .d-table, .sectionTitle .d-table {
    display: table !important;
}

header .d-table-row, footer .copyright .d-table-row, .sectionTitle .d-table-row {
    display: table-row !important;
}

header .d-table-cell, footer .copyright .d-table-cell, .sectionTitle .d-table-cell {
    display: table-cell !important;
}

header .d-flex, footer .copyright .d-flex, .sectionTitle .d-flex {
    display: flex !important;
}

header .d-inline-flex, footer .copyright .d-inline-flex, .sectionTitle .d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    header .d-sm-none, footer .copyright .d-sm-none, .sectionTitle .d-sm-none {
        display: none !important;
    }

    header .d-sm-inline, footer .copyright .d-sm-inline, .sectionTitle .d-sm-inline {
        display: inline !important;
    }

    header .d-sm-inline-block, footer .copyright .d-sm-inline-block, .sectionTitle .d-sm-inline-block {
        display: inline-block !important;
    }

    header .d-sm-block, footer .copyright .d-sm-block, .sectionTitle .d-sm-block {
        display: block !important;
    }

    header .d-sm-table, footer .copyright .d-sm-table, .sectionTitle .d-sm-table {
        display: table !important;
    }

    header .d-sm-table-row, footer .copyright .d-sm-table-row, .sectionTitle .d-sm-table-row {
        display: table-row !important;
    }

    header .d-sm-table-cell, footer .copyright .d-sm-table-cell, .sectionTitle .d-sm-table-cell {
        display: table-cell !important;
    }

    header .d-sm-flex, footer .copyright .d-sm-flex, .sectionTitle .d-sm-flex {
        display: flex !important;
    }

    header .d-sm-inline-flex, footer .copyright .d-sm-inline-flex, .sectionTitle .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    header .d-md-none, footer .copyright .d-md-none, .sectionTitle .d-md-none {
        display: none !important;
    }

    header .d-md-inline, footer .copyright .d-md-inline, .sectionTitle .d-md-inline {
        display: inline !important;
    }

    header .d-md-inline-block, footer .copyright .d-md-inline-block, .sectionTitle .d-md-inline-block {
        display: inline-block !important;
    }

    header .d-md-block, footer .copyright .d-md-block, .sectionTitle .d-md-block {
        display: block !important;
    }

    header .d-md-table, footer .copyright .d-md-table, .sectionTitle .d-md-table {
        display: table !important;
    }

    header .d-md-table-row, footer .copyright .d-md-table-row, .sectionTitle .d-md-table-row {
        display: table-row !important;
    }

    header .d-md-table-cell, footer .copyright .d-md-table-cell, .sectionTitle .d-md-table-cell {
        display: table-cell !important;
    }

    header .d-md-flex, footer .copyright .d-md-flex, .sectionTitle .d-md-flex {
        display: flex !important;
    }

    header .d-md-inline-flex, footer .copyright .d-md-inline-flex, .sectionTitle .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    header .d-lg-none, footer .copyright .d-lg-none, .sectionTitle .d-lg-none {
        display: none !important;
    }

    header .d-lg-inline, footer .copyright .d-lg-inline, .sectionTitle .d-lg-inline {
        display: inline !important;
    }

    header .d-lg-inline-block, footer .copyright .d-lg-inline-block, .sectionTitle .d-lg-inline-block {
        display: inline-block !important;
    }

    header .d-lg-block, footer .copyright .d-lg-block, .sectionTitle .d-lg-block {
        display: block !important;
    }

    header .d-lg-table, footer .copyright .d-lg-table, .sectionTitle .d-lg-table {
        display: table !important;
    }

    header .d-lg-table-row, footer .copyright .d-lg-table-row, .sectionTitle .d-lg-table-row {
        display: table-row !important;
    }

    header .d-lg-table-cell, footer .copyright .d-lg-table-cell, .sectionTitle .d-lg-table-cell {
        display: table-cell !important;
    }

    header .d-lg-flex, footer .copyright .d-lg-flex, .sectionTitle .d-lg-flex {
        display: flex !important;
    }

    header .d-lg-inline-flex, footer .copyright .d-lg-inline-flex, .sectionTitle .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    header .d-xl-none, footer .copyright .d-xl-none, .sectionTitle .d-xl-none {
        display: none !important;
    }

    header .d-xl-inline, footer .copyright .d-xl-inline, .sectionTitle .d-xl-inline {
        display: inline !important;
    }

    header .d-xl-inline-block, footer .copyright .d-xl-inline-block, .sectionTitle .d-xl-inline-block {
        display: inline-block !important;
    }

    header .d-xl-block, footer .copyright .d-xl-block, .sectionTitle .d-xl-block {
        display: block !important;
    }

    header .d-xl-table, footer .copyright .d-xl-table, .sectionTitle .d-xl-table {
        display: table !important;
    }

    header .d-xl-table-row, footer .copyright .d-xl-table-row, .sectionTitle .d-xl-table-row {
        display: table-row !important;
    }

    header .d-xl-table-cell, footer .copyright .d-xl-table-cell, .sectionTitle .d-xl-table-cell {
        display: table-cell !important;
    }

    header .d-xl-flex, footer .copyright .d-xl-flex, .sectionTitle .d-xl-flex {
        display: flex !important;
    }

    header .d-xl-inline-flex, footer .copyright .d-xl-inline-flex, .sectionTitle .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1400px) {
    header .d-xxl-none, footer .copyright .d-xxl-none, .sectionTitle .d-xxl-none {
        display: none !important;
    }

    header .d-xxl-inline, footer .copyright .d-xxl-inline, .sectionTitle .d-xxl-inline {
        display: inline !important;
    }

    header .d-xxl-inline-block, footer .copyright .d-xxl-inline-block, .sectionTitle .d-xxl-inline-block {
        display: inline-block !important;
    }

    header .d-xxl-block, footer .copyright .d-xxl-block, .sectionTitle .d-xxl-block {
        display: block !important;
    }

    header .d-xxl-table, footer .copyright .d-xxl-table, .sectionTitle .d-xxl-table {
        display: table !important;
    }

    header .d-xxl-table-row, footer .copyright .d-xxl-table-row, .sectionTitle .d-xxl-table-row {
        display: table-row !important;
    }

    header .d-xxl-table-cell, footer .copyright .d-xxl-table-cell, .sectionTitle .d-xxl-table-cell {
        display: table-cell !important;
    }

    header .d-xxl-flex, footer .copyright .d-xxl-flex, .sectionTitle .d-xxl-flex {
        display: flex !important;
    }

    header .d-xxl-inline-flex, footer .copyright .d-xxl-inline-flex, .sectionTitle .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}

header .d-print-block, footer .copyright .d-print-block, .sectionTitle .d-print-block {
    display: none !important;
}

@media print {
    header .d-print-block, footer .copyright .d-print-block, .sectionTitle .d-print-block {
        display: block !important;
    }
}

header .d-print-inline, footer .copyright .d-print-inline, .sectionTitle .d-print-inline {
    display: none !important;
}

@media print {
    header .d-print-inline, footer .copyright .d-print-inline, .sectionTitle .d-print-inline {
        display: inline !important;
    }
}

header .d-print-inline-block, footer .copyright .d-print-inline-block, .sectionTitle .d-print-inline-block {
    display: none !important;
}

@media print {
    header .d-print-inline-block, footer .copyright .d-print-inline-block, .sectionTitle .d-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    header .d-print-none, footer .copyright .d-print-none, .sectionTitle .d-print-none {
        display: none !important;
    }
}

header .embed-responsive, footer .copyright .embed-responsive, .sectionTitle .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

header .embed-responsive::before, footer .copyright .embed-responsive::before, .sectionTitle .embed-responsive::before {
    display: block;
    content: "";
}

header .embed-responsive .embed-responsive-item,
footer .copyright .embed-responsive .embed-responsive-item,
.sectionTitle .embed-responsive .embed-responsive-item,
header .embed-responsive iframe,
footer .copyright .embed-responsive iframe,
.sectionTitle .embed-responsive iframe,
header .embed-responsive embed,
footer .copyright .embed-responsive embed,
.sectionTitle .embed-responsive embed,
header .embed-responsive object,
footer .copyright .embed-responsive object,
.sectionTitle .embed-responsive object,
header .embed-responsive video,
footer .copyright .embed-responsive video,
.sectionTitle .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

header .embed-responsive-21by9::before, footer .copyright .embed-responsive-21by9::before, .sectionTitle .embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

header .embed-responsive-16by9::before, footer .copyright .embed-responsive-16by9::before, .sectionTitle .embed-responsive-16by9::before {
    padding-top: 56.25%;
}

header .embed-responsive-4by3::before, footer .copyright .embed-responsive-4by3::before, .sectionTitle .embed-responsive-4by3::before {
    padding-top: 75%;
}

header .embed-responsive-1by1::before, footer .copyright .embed-responsive-1by1::before, .sectionTitle .embed-responsive-1by1::before {
    padding-top: 100%;
}

header .flex-row, footer .copyright .flex-row, .sectionTitle .flex-row {
    flex-direction: row !important;
}

header .flex-column, footer .copyright .flex-column, .sectionTitle .flex-column {
    flex-direction: column !important;
}

header .flex-row-reverse, footer .copyright .flex-row-reverse, .sectionTitle .flex-row-reverse {
    flex-direction: row-reverse !important;
}

header .flex-column-reverse, footer .copyright .flex-column-reverse, .sectionTitle .flex-column-reverse {
    flex-direction: column-reverse !important;
}

header .flex-wrap, footer .copyright .flex-wrap, .sectionTitle .flex-wrap {
    flex-wrap: wrap !important;
}

header .flex-nowrap, footer .copyright .flex-nowrap, .sectionTitle .flex-nowrap {
    flex-wrap: nowrap !important;
}

header .flex-wrap-reverse, footer .copyright .flex-wrap-reverse, .sectionTitle .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

header .justify-content-start, footer .copyright .justify-content-start, .sectionTitle .justify-content-start {
    justify-content: flex-start !important;
}

header .justify-content-end, footer .copyright .justify-content-end, .sectionTitle .justify-content-end {
    justify-content: flex-end !important;
}

header .justify-content-center, footer .copyright .justify-content-center, .sectionTitle .justify-content-center {
    justify-content: center !important;
}

header .justify-content-between, footer .copyright .justify-content-between, .sectionTitle .justify-content-between {
    justify-content: space-between !important;
}

header .justify-content-around, footer .copyright .justify-content-around, .sectionTitle .justify-content-around {
    justify-content: space-around !important;
}

header .align-items-start, footer .copyright .align-items-start, .sectionTitle .align-items-start {
    align-items: flex-start !important;
}

header .align-items-end, footer .copyright .align-items-end, .sectionTitle .align-items-end {
    align-items: flex-end !important;
}

header .align-items-center, footer .copyright .align-items-center, .sectionTitle .align-items-center {
    align-items: center !important;
}

header .align-items-baseline, footer .copyright .align-items-baseline, .sectionTitle .align-items-baseline {
    align-items: baseline !important;
}

header .align-items-stretch, footer .copyright .align-items-stretch, .sectionTitle .align-items-stretch {
    align-items: stretch !important;
}

header .align-content-start, footer .copyright .align-content-start, .sectionTitle .align-content-start {
    align-content: flex-start !important;
}

header .align-content-end, footer .copyright .align-content-end, .sectionTitle .align-content-end {
    align-content: flex-end !important;
}

header .align-content-center, footer .copyright .align-content-center, .sectionTitle .align-content-center {
    align-content: center !important;
}

header .align-content-between, footer .copyright .align-content-between, .sectionTitle .align-content-between {
    align-content: space-between !important;
}

header .align-content-around, footer .copyright .align-content-around, .sectionTitle .align-content-around {
    align-content: space-around !important;
}

header .align-content-stretch, footer .copyright .align-content-stretch, .sectionTitle .align-content-stretch {
    align-content: stretch !important;
}

header .align-self-auto, footer .copyright .align-self-auto, .sectionTitle .align-self-auto {
    align-self: auto !important;
}

header .align-self-start, footer .copyright .align-self-start, .sectionTitle .align-self-start {
    align-self: flex-start !important;
}

header .align-self-end, footer .copyright .align-self-end, .sectionTitle .align-self-end {
    align-self: flex-end !important;
}

header .align-self-center, footer .copyright .align-self-center, .sectionTitle .align-self-center {
    align-self: center !important;
}

header .align-self-baseline, footer .copyright .align-self-baseline, .sectionTitle .align-self-baseline {
    align-self: baseline !important;
}

header .align-self-stretch, footer .copyright .align-self-stretch, .sectionTitle .align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    header .flex-sm-row, footer .copyright .flex-sm-row, .sectionTitle .flex-sm-row {
        flex-direction: row !important;
    }

    header .flex-sm-column, footer .copyright .flex-sm-column, .sectionTitle .flex-sm-column {
        flex-direction: column !important;
    }

    header .flex-sm-row-reverse, footer .copyright .flex-sm-row-reverse, .sectionTitle .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    header .flex-sm-column-reverse, footer .copyright .flex-sm-column-reverse, .sectionTitle .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    header .flex-sm-wrap, footer .copyright .flex-sm-wrap, .sectionTitle .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    header .flex-sm-nowrap, footer .copyright .flex-sm-nowrap, .sectionTitle .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    header .flex-sm-wrap-reverse, footer .copyright .flex-sm-wrap-reverse, .sectionTitle .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    header .justify-content-sm-start, footer .copyright .justify-content-sm-start, .sectionTitle .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    header .justify-content-sm-end, footer .copyright .justify-content-sm-end, .sectionTitle .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    header .justify-content-sm-center, footer .copyright .justify-content-sm-center, .sectionTitle .justify-content-sm-center {
        justify-content: center !important;
    }

    header .justify-content-sm-between, footer .copyright .justify-content-sm-between, .sectionTitle .justify-content-sm-between {
        justify-content: space-between !important;
    }

    header .justify-content-sm-around, footer .copyright .justify-content-sm-around, .sectionTitle .justify-content-sm-around {
        justify-content: space-around !important;
    }

    header .align-items-sm-start, footer .copyright .align-items-sm-start, .sectionTitle .align-items-sm-start {
        align-items: flex-start !important;
    }

    header .align-items-sm-end, footer .copyright .align-items-sm-end, .sectionTitle .align-items-sm-end {
        align-items: flex-end !important;
    }

    header .align-items-sm-center, footer .copyright .align-items-sm-center, .sectionTitle .align-items-sm-center {
        align-items: center !important;
    }

    header .align-items-sm-baseline, footer .copyright .align-items-sm-baseline, .sectionTitle .align-items-sm-baseline {
        align-items: baseline !important;
    }

    header .align-items-sm-stretch, footer .copyright .align-items-sm-stretch, .sectionTitle .align-items-sm-stretch {
        align-items: stretch !important;
    }

    header .align-content-sm-start, footer .copyright .align-content-sm-start, .sectionTitle .align-content-sm-start {
        align-content: flex-start !important;
    }

    header .align-content-sm-end, footer .copyright .align-content-sm-end, .sectionTitle .align-content-sm-end {
        align-content: flex-end !important;
    }

    header .align-content-sm-center, footer .copyright .align-content-sm-center, .sectionTitle .align-content-sm-center {
        align-content: center !important;
    }

    header .align-content-sm-between, footer .copyright .align-content-sm-between, .sectionTitle .align-content-sm-between {
        align-content: space-between !important;
    }

    header .align-content-sm-around, footer .copyright .align-content-sm-around, .sectionTitle .align-content-sm-around {
        align-content: space-around !important;
    }

    header .align-content-sm-stretch, footer .copyright .align-content-sm-stretch, .sectionTitle .align-content-sm-stretch {
        align-content: stretch !important;
    }

    header .align-self-sm-auto, footer .copyright .align-self-sm-auto, .sectionTitle .align-self-sm-auto {
        align-self: auto !important;
    }

    header .align-self-sm-start, footer .copyright .align-self-sm-start, .sectionTitle .align-self-sm-start {
        align-self: flex-start !important;
    }

    header .align-self-sm-end, footer .copyright .align-self-sm-end, .sectionTitle .align-self-sm-end {
        align-self: flex-end !important;
    }

    header .align-self-sm-center, footer .copyright .align-self-sm-center, .sectionTitle .align-self-sm-center {
        align-self: center !important;
    }

    header .align-self-sm-baseline, footer .copyright .align-self-sm-baseline, .sectionTitle .align-self-sm-baseline {
        align-self: baseline !important;
    }

    header .align-self-sm-stretch, footer .copyright .align-self-sm-stretch, .sectionTitle .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    header .flex-md-row, footer .copyright .flex-md-row, .sectionTitle .flex-md-row {
        flex-direction: row !important;
    }

    header .flex-md-column, footer .copyright .flex-md-column, .sectionTitle .flex-md-column {
        flex-direction: column !important;
    }

    header .flex-md-row-reverse, footer .copyright .flex-md-row-reverse, .sectionTitle .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    header .flex-md-column-reverse, footer .copyright .flex-md-column-reverse, .sectionTitle .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    header .flex-md-wrap, footer .copyright .flex-md-wrap, .sectionTitle .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    header .flex-md-nowrap, footer .copyright .flex-md-nowrap, .sectionTitle .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    header .flex-md-wrap-reverse, footer .copyright .flex-md-wrap-reverse, .sectionTitle .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    header .justify-content-md-start, footer .copyright .justify-content-md-start, .sectionTitle .justify-content-md-start {
        justify-content: flex-start !important;
    }

    header .justify-content-md-end, footer .copyright .justify-content-md-end, .sectionTitle .justify-content-md-end {
        justify-content: flex-end !important;
    }

    header .justify-content-md-center, footer .copyright .justify-content-md-center, .sectionTitle .justify-content-md-center {
        justify-content: center !important;
    }

    header .justify-content-md-between, footer .copyright .justify-content-md-between, .sectionTitle .justify-content-md-between {
        justify-content: space-between !important;
    }

    header .justify-content-md-around, footer .copyright .justify-content-md-around, .sectionTitle .justify-content-md-around {
        justify-content: space-around !important;
    }

    header .align-items-md-start, footer .copyright .align-items-md-start, .sectionTitle .align-items-md-start {
        align-items: flex-start !important;
    }

    header .align-items-md-end, footer .copyright .align-items-md-end, .sectionTitle .align-items-md-end {
        align-items: flex-end !important;
    }

    header .align-items-md-center, footer .copyright .align-items-md-center, .sectionTitle .align-items-md-center {
        align-items: center !important;
    }

    header .align-items-md-baseline, footer .copyright .align-items-md-baseline, .sectionTitle .align-items-md-baseline {
        align-items: baseline !important;
    }

    header .align-items-md-stretch, footer .copyright .align-items-md-stretch, .sectionTitle .align-items-md-stretch {
        align-items: stretch !important;
    }

    header .align-content-md-start, footer .copyright .align-content-md-start, .sectionTitle .align-content-md-start {
        align-content: flex-start !important;
    }

    header .align-content-md-end, footer .copyright .align-content-md-end, .sectionTitle .align-content-md-end {
        align-content: flex-end !important;
    }

    header .align-content-md-center, footer .copyright .align-content-md-center, .sectionTitle .align-content-md-center {
        align-content: center !important;
    }

    header .align-content-md-between, footer .copyright .align-content-md-between, .sectionTitle .align-content-md-between {
        align-content: space-between !important;
    }

    header .align-content-md-around, footer .copyright .align-content-md-around, .sectionTitle .align-content-md-around {
        align-content: space-around !important;
    }

    header .align-content-md-stretch, footer .copyright .align-content-md-stretch, .sectionTitle .align-content-md-stretch {
        align-content: stretch !important;
    }

    header .align-self-md-auto, footer .copyright .align-self-md-auto, .sectionTitle .align-self-md-auto {
        align-self: auto !important;
    }

    header .align-self-md-start, footer .copyright .align-self-md-start, .sectionTitle .align-self-md-start {
        align-self: flex-start !important;
    }

    header .align-self-md-end, footer .copyright .align-self-md-end, .sectionTitle .align-self-md-end {
        align-self: flex-end !important;
    }

    header .align-self-md-center, footer .copyright .align-self-md-center, .sectionTitle .align-self-md-center {
        align-self: center !important;
    }

    header .align-self-md-baseline, footer .copyright .align-self-md-baseline, .sectionTitle .align-self-md-baseline {
        align-self: baseline !important;
    }

    header .align-self-md-stretch, footer .copyright .align-self-md-stretch, .sectionTitle .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    header .flex-lg-row, footer .copyright .flex-lg-row, .sectionTitle .flex-lg-row {
        flex-direction: row !important;
    }

    header .flex-lg-column, footer .copyright .flex-lg-column, .sectionTitle .flex-lg-column {
        flex-direction: column !important;
    }

    header .flex-lg-row-reverse, footer .copyright .flex-lg-row-reverse, .sectionTitle .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    header .flex-lg-column-reverse, footer .copyright .flex-lg-column-reverse, .sectionTitle .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    header .flex-lg-wrap, footer .copyright .flex-lg-wrap, .sectionTitle .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    header .flex-lg-nowrap, footer .copyright .flex-lg-nowrap, .sectionTitle .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    header .flex-lg-wrap-reverse, footer .copyright .flex-lg-wrap-reverse, .sectionTitle .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    header .justify-content-lg-start, footer .copyright .justify-content-lg-start, .sectionTitle .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    header .justify-content-lg-end, footer .copyright .justify-content-lg-end, .sectionTitle .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    header .justify-content-lg-center, footer .copyright .justify-content-lg-center, .sectionTitle .justify-content-lg-center {
        justify-content: center !important;
    }

    header .justify-content-lg-between, footer .copyright .justify-content-lg-between, .sectionTitle .justify-content-lg-between {
        justify-content: space-between !important;
    }

    header .justify-content-lg-around, footer .copyright .justify-content-lg-around, .sectionTitle .justify-content-lg-around {
        justify-content: space-around !important;
    }

    header .align-items-lg-start, footer .copyright .align-items-lg-start, .sectionTitle .align-items-lg-start {
        align-items: flex-start !important;
    }

    header .align-items-lg-end, footer .copyright .align-items-lg-end, .sectionTitle .align-items-lg-end {
        align-items: flex-end !important;
    }

    header .align-items-lg-center, footer .copyright .align-items-lg-center, .sectionTitle .align-items-lg-center {
        align-items: center !important;
    }

    header .align-items-lg-baseline, footer .copyright .align-items-lg-baseline, .sectionTitle .align-items-lg-baseline {
        align-items: baseline !important;
    }

    header .align-items-lg-stretch, footer .copyright .align-items-lg-stretch, .sectionTitle .align-items-lg-stretch {
        align-items: stretch !important;
    }

    header .align-content-lg-start, footer .copyright .align-content-lg-start, .sectionTitle .align-content-lg-start {
        align-content: flex-start !important;
    }

    header .align-content-lg-end, footer .copyright .align-content-lg-end, .sectionTitle .align-content-lg-end {
        align-content: flex-end !important;
    }

    header .align-content-lg-center, footer .copyright .align-content-lg-center, .sectionTitle .align-content-lg-center {
        align-content: center !important;
    }

    header .align-content-lg-between, footer .copyright .align-content-lg-between, .sectionTitle .align-content-lg-between {
        align-content: space-between !important;
    }

    header .align-content-lg-around, footer .copyright .align-content-lg-around, .sectionTitle .align-content-lg-around {
        align-content: space-around !important;
    }

    header .align-content-lg-stretch, footer .copyright .align-content-lg-stretch, .sectionTitle .align-content-lg-stretch {
        align-content: stretch !important;
    }

    header .align-self-lg-auto, footer .copyright .align-self-lg-auto, .sectionTitle .align-self-lg-auto {
        align-self: auto !important;
    }

    header .align-self-lg-start, footer .copyright .align-self-lg-start, .sectionTitle .align-self-lg-start {
        align-self: flex-start !important;
    }

    header .align-self-lg-end, footer .copyright .align-self-lg-end, .sectionTitle .align-self-lg-end {
        align-self: flex-end !important;
    }

    header .align-self-lg-center, footer .copyright .align-self-lg-center, .sectionTitle .align-self-lg-center {
        align-self: center !important;
    }

    header .align-self-lg-baseline, footer .copyright .align-self-lg-baseline, .sectionTitle .align-self-lg-baseline {
        align-self: baseline !important;
    }

    header .align-self-lg-stretch, footer .copyright .align-self-lg-stretch, .sectionTitle .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    header .flex-xl-row, footer .copyright .flex-xl-row, .sectionTitle .flex-xl-row {
        flex-direction: row !important;
    }

    header .flex-xl-column, footer .copyright .flex-xl-column, .sectionTitle .flex-xl-column {
        flex-direction: column !important;
    }

    header .flex-xl-row-reverse, footer .copyright .flex-xl-row-reverse, .sectionTitle .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    header .flex-xl-column-reverse, footer .copyright .flex-xl-column-reverse, .sectionTitle .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    header .flex-xl-wrap, footer .copyright .flex-xl-wrap, .sectionTitle .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    header .flex-xl-nowrap, footer .copyright .flex-xl-nowrap, .sectionTitle .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    header .flex-xl-wrap-reverse, footer .copyright .flex-xl-wrap-reverse, .sectionTitle .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    header .justify-content-xl-start, footer .copyright .justify-content-xl-start, .sectionTitle .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    header .justify-content-xl-end, footer .copyright .justify-content-xl-end, .sectionTitle .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    header .justify-content-xl-center, footer .copyright .justify-content-xl-center, .sectionTitle .justify-content-xl-center {
        justify-content: center !important;
    }

    header .justify-content-xl-between, footer .copyright .justify-content-xl-between, .sectionTitle .justify-content-xl-between {
        justify-content: space-between !important;
    }

    header .justify-content-xl-around, footer .copyright .justify-content-xl-around, .sectionTitle .justify-content-xl-around {
        justify-content: space-around !important;
    }

    header .align-items-xl-start, footer .copyright .align-items-xl-start, .sectionTitle .align-items-xl-start {
        align-items: flex-start !important;
    }

    header .align-items-xl-end, footer .copyright .align-items-xl-end, .sectionTitle .align-items-xl-end {
        align-items: flex-end !important;
    }

    header .align-items-xl-center, footer .copyright .align-items-xl-center, .sectionTitle .align-items-xl-center {
        align-items: center !important;
    }

    header .align-items-xl-baseline, footer .copyright .align-items-xl-baseline, .sectionTitle .align-items-xl-baseline {
        align-items: baseline !important;
    }

    header .align-items-xl-stretch, footer .copyright .align-items-xl-stretch, .sectionTitle .align-items-xl-stretch {
        align-items: stretch !important;
    }

    header .align-content-xl-start, footer .copyright .align-content-xl-start, .sectionTitle .align-content-xl-start {
        align-content: flex-start !important;
    }

    header .align-content-xl-end, footer .copyright .align-content-xl-end, .sectionTitle .align-content-xl-end {
        align-content: flex-end !important;
    }

    header .align-content-xl-center, footer .copyright .align-content-xl-center, .sectionTitle .align-content-xl-center {
        align-content: center !important;
    }

    header .align-content-xl-between, footer .copyright .align-content-xl-between, .sectionTitle .align-content-xl-between {
        align-content: space-between !important;
    }

    header .align-content-xl-around, footer .copyright .align-content-xl-around, .sectionTitle .align-content-xl-around {
        align-content: space-around !important;
    }

    header .align-content-xl-stretch, footer .copyright .align-content-xl-stretch, .sectionTitle .align-content-xl-stretch {
        align-content: stretch !important;
    }

    header .align-self-xl-auto, footer .copyright .align-self-xl-auto, .sectionTitle .align-self-xl-auto {
        align-self: auto !important;
    }

    header .align-self-xl-start, footer .copyright .align-self-xl-start, .sectionTitle .align-self-xl-start {
        align-self: flex-start !important;
    }

    header .align-self-xl-end, footer .copyright .align-self-xl-end, .sectionTitle .align-self-xl-end {
        align-self: flex-end !important;
    }

    header .align-self-xl-center, footer .copyright .align-self-xl-center, .sectionTitle .align-self-xl-center {
        align-self: center !important;
    }

    header .align-self-xl-baseline, footer .copyright .align-self-xl-baseline, .sectionTitle .align-self-xl-baseline {
        align-self: baseline !important;
    }

    header .align-self-xl-stretch, footer .copyright .align-self-xl-stretch, .sectionTitle .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1400px) {
    header .flex-xxl-row, footer .copyright .flex-xxl-row, .sectionTitle .flex-xxl-row {
        flex-direction: row !important;
    }

    header .flex-xxl-column, footer .copyright .flex-xxl-column, .sectionTitle .flex-xxl-column {
        flex-direction: column !important;
    }

    header .flex-xxl-row-reverse, footer .copyright .flex-xxl-row-reverse, .sectionTitle .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    header .flex-xxl-column-reverse, footer .copyright .flex-xxl-column-reverse, .sectionTitle .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    header .flex-xxl-wrap, footer .copyright .flex-xxl-wrap, .sectionTitle .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    header .flex-xxl-nowrap, footer .copyright .flex-xxl-nowrap, .sectionTitle .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    header .flex-xxl-wrap-reverse, footer .copyright .flex-xxl-wrap-reverse, .sectionTitle .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    header .justify-content-xxl-start, footer .copyright .justify-content-xxl-start, .sectionTitle .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    header .justify-content-xxl-end, footer .copyright .justify-content-xxl-end, .sectionTitle .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    header .justify-content-xxl-center, footer .copyright .justify-content-xxl-center, .sectionTitle .justify-content-xxl-center {
        justify-content: center !important;
    }

    header .justify-content-xxl-between, footer .copyright .justify-content-xxl-between, .sectionTitle .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    header .justify-content-xxl-around, footer .copyright .justify-content-xxl-around, .sectionTitle .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    header .align-items-xxl-start, footer .copyright .align-items-xxl-start, .sectionTitle .align-items-xxl-start {
        align-items: flex-start !important;
    }

    header .align-items-xxl-end, footer .copyright .align-items-xxl-end, .sectionTitle .align-items-xxl-end {
        align-items: flex-end !important;
    }

    header .align-items-xxl-center, footer .copyright .align-items-xxl-center, .sectionTitle .align-items-xxl-center {
        align-items: center !important;
    }

    header .align-items-xxl-baseline, footer .copyright .align-items-xxl-baseline, .sectionTitle .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    header .align-items-xxl-stretch, footer .copyright .align-items-xxl-stretch, .sectionTitle .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    header .align-content-xxl-start, footer .copyright .align-content-xxl-start, .sectionTitle .align-content-xxl-start {
        align-content: flex-start !important;
    }

    header .align-content-xxl-end, footer .copyright .align-content-xxl-end, .sectionTitle .align-content-xxl-end {
        align-content: flex-end !important;
    }

    header .align-content-xxl-center, footer .copyright .align-content-xxl-center, .sectionTitle .align-content-xxl-center {
        align-content: center !important;
    }

    header .align-content-xxl-between, footer .copyright .align-content-xxl-between, .sectionTitle .align-content-xxl-between {
        align-content: space-between !important;
    }

    header .align-content-xxl-around, footer .copyright .align-content-xxl-around, .sectionTitle .align-content-xxl-around {
        align-content: space-around !important;
    }

    header .align-content-xxl-stretch, footer .copyright .align-content-xxl-stretch, .sectionTitle .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    header .align-self-xxl-auto, footer .copyright .align-self-xxl-auto, .sectionTitle .align-self-xxl-auto {
        align-self: auto !important;
    }

    header .align-self-xxl-start, footer .copyright .align-self-xxl-start, .sectionTitle .align-self-xxl-start {
        align-self: flex-start !important;
    }

    header .align-self-xxl-end, footer .copyright .align-self-xxl-end, .sectionTitle .align-self-xxl-end {
        align-self: flex-end !important;
    }

    header .align-self-xxl-center, footer .copyright .align-self-xxl-center, .sectionTitle .align-self-xxl-center {
        align-self: center !important;
    }

    header .align-self-xxl-baseline, footer .copyright .align-self-xxl-baseline, .sectionTitle .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    header .align-self-xxl-stretch, footer .copyright .align-self-xxl-stretch, .sectionTitle .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}

header .float-left, footer .copyright .float-left, .sectionTitle .float-left {
    float: left !important;
}

header .float-right, footer .copyright .float-right, .sectionTitle .float-right {
    float: right !important;
}

header .float-none, footer .copyright .float-none, .sectionTitle .float-none {
    float: none !important;
}

@media (min-width: 576px) {
    header .float-sm-left, footer .copyright .float-sm-left, .sectionTitle .float-sm-left {
        float: left !important;
    }

    header .float-sm-right, footer .copyright .float-sm-right, .sectionTitle .float-sm-right {
        float: right !important;
    }

    header .float-sm-none, footer .copyright .float-sm-none, .sectionTitle .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    header .float-md-left, footer .copyright .float-md-left, .sectionTitle .float-md-left {
        float: left !important;
    }

    header .float-md-right, footer .copyright .float-md-right, .sectionTitle .float-md-right {
        float: right !important;
    }

    header .float-md-none, footer .copyright .float-md-none, .sectionTitle .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    header .float-lg-left, footer .copyright .float-lg-left, .sectionTitle .float-lg-left {
        float: left !important;
    }

    header .float-lg-right, footer .copyright .float-lg-right, .sectionTitle .float-lg-right {
        float: right !important;
    }

    header .float-lg-none, footer .copyright .float-lg-none, .sectionTitle .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    header .float-xl-left, footer .copyright .float-xl-left, .sectionTitle .float-xl-left {
        float: left !important;
    }

    header .float-xl-right, footer .copyright .float-xl-right, .sectionTitle .float-xl-right {
        float: right !important;
    }

    header .float-xl-none, footer .copyright .float-xl-none, .sectionTitle .float-xl-none {
        float: none !important;
    }
}

@media (min-width: 1400px) {
    header .float-xxl-left, footer .copyright .float-xxl-left, .sectionTitle .float-xxl-left {
        float: left !important;
    }

    header .float-xxl-right, footer .copyright .float-xxl-right, .sectionTitle .float-xxl-right {
        float: right !important;
    }

    header .float-xxl-none, footer .copyright .float-xxl-none, .sectionTitle .float-xxl-none {
        float: none !important;
    }
}

header .position-static, footer .copyright .position-static, .sectionTitle .position-static {
    position: static !important;
}

header .position-relative, footer .copyright .position-relative, .sectionTitle .position-relative {
    position: relative !important;
}

header .position-absolute, footer .copyright .position-absolute, .sectionTitle .position-absolute {
    position: absolute !important;
}

header .position-fixed, footer .copyright .position-fixed, .sectionTitle .position-fixed {
    position: fixed !important;
}

header .position-sticky, footer .copyright .position-sticky, .sectionTitle .position-sticky {
    position: sticky !important;
}

header .fixed-top, footer .copyright .fixed-top, .sectionTitle .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

header .fixed-bottom, footer .copyright .fixed-bottom, .sectionTitle .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

header .sr-only, footer .copyright .sr-only, .sectionTitle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}

header .sr-only-focusable:active,
footer .copyright .sr-only-focusable:active,
.sectionTitle .sr-only-focusable:active,
header .sr-only-focusable:focus,
footer .copyright .sr-only-focusable:focus,
.sectionTitle .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none;
}

header .w-25, footer .copyright .w-25, .sectionTitle .w-25 {
    width: 25% !important;
}

header .w-50, footer .copyright .w-50, .sectionTitle .w-50 {
    width: 50% !important;
}

header .w-75, footer .copyright .w-75, .sectionTitle .w-75 {
    width: 75% !important;
}

header .w-100, footer .copyright .w-100, .sectionTitle .w-100 {
    width: 100% !important;
}

header .h-25, footer .copyright .h-25, .sectionTitle .h-25 {
    height: 25% !important;
}

header .h-50, footer .copyright .h-50, .sectionTitle .h-50 {
    height: 50% !important;
}

header .h-75, footer .copyright .h-75, .sectionTitle .h-75 {
    height: 75% !important;
}

header .h-100, footer .copyright .h-100, .sectionTitle .h-100 {
    height: 100% !important;
}

header .mw-100, footer .copyright .mw-100, .sectionTitle .mw-100 {
    max-width: 100% !important;
}

header .mh-100, footer .copyright .mh-100, .sectionTitle .mh-100 {
    max-height: 100% !important;
}

header .m-0, footer .copyright .m-0, .sectionTitle .m-0 {
    margin: 0 !important;
}

header .mt-0,
footer .copyright .mt-0,
.sectionTitle .mt-0,
header .my-0,
footer .copyright .my-0,
.sectionTitle .my-0 {
    margin-top: 0 !important;
}

header .mr-0,
footer .copyright .mr-0,
.sectionTitle .mr-0,
header .mx-0,
footer .copyright .mx-0,
.sectionTitle .mx-0 {
    margin-right: 0 !important;
}

header .mb-0,
footer .copyright .mb-0,
.sectionTitle .mb-0,
header .my-0,
footer .copyright .my-0,
.sectionTitle .my-0 {
    margin-bottom: 0 !important;
}

header .ml-0,
footer .copyright .ml-0,
.sectionTitle .ml-0,
header .mx-0,
footer .copyright .mx-0,
.sectionTitle .mx-0 {
    margin-left: 0 !important;
}

header .m-1, footer .copyright .m-1, .sectionTitle .m-1 {
    margin: 0.25rem !important;
}

header .mt-1,
footer .copyright .mt-1,
.sectionTitle .mt-1,
header .my-1,
footer .copyright .my-1,
.sectionTitle .my-1 {
    margin-top: 0.25rem !important;
}

header .mr-1,
footer .copyright .mr-1,
.sectionTitle .mr-1,
header .mx-1,
footer .copyright .mx-1,
.sectionTitle .mx-1 {
    margin-right: 0.25rem !important;
}

header .mb-1,
footer .copyright .mb-1,
.sectionTitle .mb-1,
header .my-1,
footer .copyright .my-1,
.sectionTitle .my-1 {
    margin-bottom: 0.25rem !important;
}

header .ml-1,
footer .copyright .ml-1,
.sectionTitle .ml-1,
header .mx-1,
footer .copyright .mx-1,
.sectionTitle .mx-1 {
    margin-left: 0.25rem !important;
}

header .m-2, footer .copyright .m-2, .sectionTitle .m-2 {
    margin: 0.5rem !important;
}

header .mt-2,
footer .copyright .mt-2,
.sectionTitle .mt-2,
header .my-2,
footer .copyright .my-2,
.sectionTitle .my-2 {
    margin-top: 0.5rem !important;
}

header .mr-2,
footer .copyright .mr-2,
.sectionTitle .mr-2,
header .mx-2,
footer .copyright .mx-2,
.sectionTitle .mx-2 {
    margin-right: 0.5rem !important;
}

header .mb-2,
footer .copyright .mb-2,
.sectionTitle .mb-2,
header .my-2,
footer .copyright .my-2,
.sectionTitle .my-2 {
    margin-bottom: 0.5rem !important;
}

header .ml-2,
footer .copyright .ml-2,
.sectionTitle .ml-2,
header .mx-2,
footer .copyright .mx-2,
.sectionTitle .mx-2 {
    margin-left: 0.5rem !important;
}

header .m-3, footer .copyright .m-3, .sectionTitle .m-3 {
    margin: 1rem !important;
}

header .mt-3,
footer .copyright .mt-3,
.sectionTitle .mt-3,
header .my-3,
footer .copyright .my-3,
.sectionTitle .my-3 {
    margin-top: 1rem !important;
}

header .mr-3,
footer .copyright .mr-3,
.sectionTitle .mr-3,
header .mx-3,
footer .copyright .mx-3,
.sectionTitle .mx-3 {
    margin-right: 1rem !important;
}

header .mb-3,
footer .copyright .mb-3,
.sectionTitle .mb-3,
header .my-3,
footer .copyright .my-3,
.sectionTitle .my-3 {
    margin-bottom: 1rem !important;
}

header .ml-3,
footer .copyright .ml-3,
.sectionTitle .ml-3,
header .mx-3,
footer .copyright .mx-3,
.sectionTitle .mx-3 {
    margin-left: 1rem !important;
}

header .m-4, footer .copyright .m-4, .sectionTitle .m-4 {
    margin: 1.5rem !important;
}

header .mt-4,
footer .copyright .mt-4,
.sectionTitle .mt-4,
header .my-4,
footer .copyright .my-4,
.sectionTitle .my-4 {
    margin-top: 1.5rem !important;
}

header .mr-4,
footer .copyright .mr-4,
.sectionTitle .mr-4,
header .mx-4,
footer .copyright .mx-4,
.sectionTitle .mx-4 {
    margin-right: 1.5rem !important;
}

header .mb-4,
footer .copyright .mb-4,
.sectionTitle .mb-4,
header .my-4,
footer .copyright .my-4,
.sectionTitle .my-4 {
    margin-bottom: 1.5rem !important;
}

header .ml-4,
footer .copyright .ml-4,
.sectionTitle .ml-4,
header .mx-4,
footer .copyright .mx-4,
.sectionTitle .mx-4 {
    margin-left: 1.5rem !important;
}

header .m-5, footer .copyright .m-5, .sectionTitle .m-5 {
    margin: 3rem !important;
}

header .mt-5,
footer .copyright .mt-5,
.sectionTitle .mt-5,
header .my-5,
footer .copyright .my-5,
.sectionTitle .my-5 {
    margin-top: 3rem !important;
}

header .mr-5,
footer .copyright .mr-5,
.sectionTitle .mr-5,
header .mx-5,
footer .copyright .mx-5,
.sectionTitle .mx-5 {
    margin-right: 3rem !important;
}

header .mb-5,
footer .copyright .mb-5,
.sectionTitle .mb-5,
header .my-5,
footer .copyright .my-5,
.sectionTitle .my-5 {
    margin-bottom: 3rem !important;
}

header .ml-5,
footer .copyright .ml-5,
.sectionTitle .ml-5,
header .mx-5,
footer .copyright .mx-5,
.sectionTitle .mx-5 {
    margin-left: 3rem !important;
}

header .p-0, footer .copyright .p-0, .sectionTitle .p-0 {
    padding: 0 !important;
}

header .pt-0,
footer .copyright .pt-0,
.sectionTitle .pt-0,
header .py-0,
footer .copyright .py-0,
.sectionTitle .py-0 {
    padding-top: 0 !important;
}

header .pr-0,
footer .copyright .pr-0,
.sectionTitle .pr-0,
header .px-0,
footer .copyright .px-0,
.sectionTitle .px-0 {
    padding-right: 0 !important;
}

header .pb-0,
footer .copyright .pb-0,
.sectionTitle .pb-0,
header .py-0,
footer .copyright .py-0,
.sectionTitle .py-0 {
    padding-bottom: 0 !important;
}

header .pl-0,
footer .copyright .pl-0,
.sectionTitle .pl-0,
header .px-0,
footer .copyright .px-0,
.sectionTitle .px-0 {
    padding-left: 0 !important;
}

header .p-1, footer .copyright .p-1, .sectionTitle .p-1 {
    padding: 0.25rem !important;
}

header .pt-1,
footer .copyright .pt-1,
.sectionTitle .pt-1,
header .py-1,
footer .copyright .py-1,
.sectionTitle .py-1 {
    padding-top: 0.25rem !important;
}

header .pr-1,
footer .copyright .pr-1,
.sectionTitle .pr-1,
header .px-1,
footer .copyright .px-1,
.sectionTitle .px-1 {
    padding-right: 0.25rem !important;
}

header .pb-1,
footer .copyright .pb-1,
.sectionTitle .pb-1,
header .py-1,
footer .copyright .py-1,
.sectionTitle .py-1 {
    padding-bottom: 0.25rem !important;
}

header .pl-1,
footer .copyright .pl-1,
.sectionTitle .pl-1,
header .px-1,
footer .copyright .px-1,
.sectionTitle .px-1 {
    padding-left: 0.25rem !important;
}

header .p-2, footer .copyright .p-2, .sectionTitle .p-2 {
    padding: 0.5rem !important;
}

header .pt-2,
footer .copyright .pt-2,
.sectionTitle .pt-2,
header .py-2,
footer .copyright .py-2,
.sectionTitle .py-2 {
    padding-top: 0.5rem !important;
}

header .pr-2,
footer .copyright .pr-2,
.sectionTitle .pr-2,
header .px-2,
footer .copyright .px-2,
.sectionTitle .px-2 {
    padding-right: 0.5rem !important;
}

header .pb-2,
footer .copyright .pb-2,
.sectionTitle .pb-2,
header .py-2,
footer .copyright .py-2,
.sectionTitle .py-2 {
    padding-bottom: 0.5rem !important;
}

header .pl-2,
footer .copyright .pl-2,
.sectionTitle .pl-2,
header .px-2,
footer .copyright .px-2,
.sectionTitle .px-2 {
    padding-left: 0.5rem !important;
}

header .p-3, footer .copyright .p-3, .sectionTitle .p-3 {
    padding: 1rem !important;
}

header .pt-3,
footer .copyright .pt-3,
.sectionTitle .pt-3,
header .py-3,
footer .copyright .py-3,
.sectionTitle .py-3 {
    padding-top: 1rem !important;
}

header .pr-3,
footer .copyright .pr-3,
.sectionTitle .pr-3,
header .px-3,
footer .copyright .px-3,
.sectionTitle .px-3 {
    padding-right: 1rem !important;
}

header .pb-3,
footer .copyright .pb-3,
.sectionTitle .pb-3,
header .py-3,
footer .copyright .py-3,
.sectionTitle .py-3 {
    padding-bottom: 1rem !important;
}

header .pl-3,
footer .copyright .pl-3,
.sectionTitle .pl-3,
header .px-3,
footer .copyright .px-3,
.sectionTitle .px-3 {
    padding-left: 1rem !important;
}

header .p-4, footer .copyright .p-4, .sectionTitle .p-4 {
    padding: 1.5rem !important;
}

header .pt-4,
footer .copyright .pt-4,
.sectionTitle .pt-4,
header .py-4,
footer .copyright .py-4,
.sectionTitle .py-4 {
    padding-top: 1.5rem !important;
}

header .pr-4,
footer .copyright .pr-4,
.sectionTitle .pr-4,
header .px-4,
footer .copyright .px-4,
.sectionTitle .px-4 {
    padding-right: 1.5rem !important;
}

header .pb-4,
footer .copyright .pb-4,
.sectionTitle .pb-4,
header .py-4,
footer .copyright .py-4,
.sectionTitle .py-4 {
    padding-bottom: 1.5rem !important;
}

header .pl-4,
footer .copyright .pl-4,
.sectionTitle .pl-4,
header .px-4,
footer .copyright .px-4,
.sectionTitle .px-4 {
    padding-left: 1.5rem !important;
}

header .p-5, footer .copyright .p-5, .sectionTitle .p-5 {
    padding: 3rem !important;
}

header .pt-5,
footer .copyright .pt-5,
.sectionTitle .pt-5,
header .py-5,
footer .copyright .py-5,
.sectionTitle .py-5 {
    padding-top: 3rem !important;
}

header .pr-5,
footer .copyright .pr-5,
.sectionTitle .pr-5,
header .px-5,
footer .copyright .px-5,
.sectionTitle .px-5 {
    padding-right: 3rem !important;
}

header .pb-5,
footer .copyright .pb-5,
.sectionTitle .pb-5,
header .py-5,
footer .copyright .py-5,
.sectionTitle .py-5 {
    padding-bottom: 3rem !important;
}

header .pl-5,
footer .copyright .pl-5,
.sectionTitle .pl-5,
header .px-5,
footer .copyright .px-5,
.sectionTitle .px-5 {
    padding-left: 3rem !important;
}

header .m-auto, footer .copyright .m-auto, .sectionTitle .m-auto {
    margin: auto !important;
}

header .mt-auto,
footer .copyright .mt-auto,
.sectionTitle .mt-auto,
header .my-auto,
footer .copyright .my-auto,
.sectionTitle .my-auto {
    margin-top: auto !important;
}

header .mr-auto,
footer .copyright .mr-auto,
.sectionTitle .mr-auto,
header .mx-auto,
footer .copyright .mx-auto,
.sectionTitle .mx-auto {
    margin-right: auto !important;
}

header .mb-auto,
footer .copyright .mb-auto,
.sectionTitle .mb-auto,
header .my-auto,
footer .copyright .my-auto,
.sectionTitle .my-auto {
    margin-bottom: auto !important;
}

header .ml-auto,
footer .copyright .ml-auto,
.sectionTitle .ml-auto,
header .mx-auto,
footer .copyright .mx-auto,
.sectionTitle .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    header .m-sm-0, footer .copyright .m-sm-0, .sectionTitle .m-sm-0 {
        margin: 0 !important;
    }

    header .mt-sm-0,
    footer .copyright .mt-sm-0,
    .sectionTitle .mt-sm-0,
    header .my-sm-0,
    footer .copyright .my-sm-0,
    .sectionTitle .my-sm-0 {
        margin-top: 0 !important;
    }

    header .mr-sm-0,
    footer .copyright .mr-sm-0,
    .sectionTitle .mr-sm-0,
    header .mx-sm-0,
    footer .copyright .mx-sm-0,
    .sectionTitle .mx-sm-0 {
        margin-right: 0 !important;
    }

    header .mb-sm-0,
    footer .copyright .mb-sm-0,
    .sectionTitle .mb-sm-0,
    header .my-sm-0,
    footer .copyright .my-sm-0,
    .sectionTitle .my-sm-0 {
        margin-bottom: 0 !important;
    }

    header .ml-sm-0,
    footer .copyright .ml-sm-0,
    .sectionTitle .ml-sm-0,
    header .mx-sm-0,
    footer .copyright .mx-sm-0,
    .sectionTitle .mx-sm-0 {
        margin-left: 0 !important;
    }

    header .m-sm-1, footer .copyright .m-sm-1, .sectionTitle .m-sm-1 {
        margin: 0.25rem !important;
    }

    header .mt-sm-1,
    footer .copyright .mt-sm-1,
    .sectionTitle .mt-sm-1,
    header .my-sm-1,
    footer .copyright .my-sm-1,
    .sectionTitle .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    header .mr-sm-1,
    footer .copyright .mr-sm-1,
    .sectionTitle .mr-sm-1,
    header .mx-sm-1,
    footer .copyright .mx-sm-1,
    .sectionTitle .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    header .mb-sm-1,
    footer .copyright .mb-sm-1,
    .sectionTitle .mb-sm-1,
    header .my-sm-1,
    footer .copyright .my-sm-1,
    .sectionTitle .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    header .ml-sm-1,
    footer .copyright .ml-sm-1,
    .sectionTitle .ml-sm-1,
    header .mx-sm-1,
    footer .copyright .mx-sm-1,
    .sectionTitle .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    header .m-sm-2, footer .copyright .m-sm-2, .sectionTitle .m-sm-2 {
        margin: 0.5rem !important;
    }

    header .mt-sm-2,
    footer .copyright .mt-sm-2,
    .sectionTitle .mt-sm-2,
    header .my-sm-2,
    footer .copyright .my-sm-2,
    .sectionTitle .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    header .mr-sm-2,
    footer .copyright .mr-sm-2,
    .sectionTitle .mr-sm-2,
    header .mx-sm-2,
    footer .copyright .mx-sm-2,
    .sectionTitle .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    header .mb-sm-2,
    footer .copyright .mb-sm-2,
    .sectionTitle .mb-sm-2,
    header .my-sm-2,
    footer .copyright .my-sm-2,
    .sectionTitle .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    header .ml-sm-2,
    footer .copyright .ml-sm-2,
    .sectionTitle .ml-sm-2,
    header .mx-sm-2,
    footer .copyright .mx-sm-2,
    .sectionTitle .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    header .m-sm-3, footer .copyright .m-sm-3, .sectionTitle .m-sm-3 {
        margin: 1rem !important;
    }

    header .mt-sm-3,
    footer .copyright .mt-sm-3,
    .sectionTitle .mt-sm-3,
    header .my-sm-3,
    footer .copyright .my-sm-3,
    .sectionTitle .my-sm-3 {
        margin-top: 1rem !important;
    }

    header .mr-sm-3,
    footer .copyright .mr-sm-3,
    .sectionTitle .mr-sm-3,
    header .mx-sm-3,
    footer .copyright .mx-sm-3,
    .sectionTitle .mx-sm-3 {
        margin-right: 1rem !important;
    }

    header .mb-sm-3,
    footer .copyright .mb-sm-3,
    .sectionTitle .mb-sm-3,
    header .my-sm-3,
    footer .copyright .my-sm-3,
    .sectionTitle .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    header .ml-sm-3,
    footer .copyright .ml-sm-3,
    .sectionTitle .ml-sm-3,
    header .mx-sm-3,
    footer .copyright .mx-sm-3,
    .sectionTitle .mx-sm-3 {
        margin-left: 1rem !important;
    }

    header .m-sm-4, footer .copyright .m-sm-4, .sectionTitle .m-sm-4 {
        margin: 1.5rem !important;
    }

    header .mt-sm-4,
    footer .copyright .mt-sm-4,
    .sectionTitle .mt-sm-4,
    header .my-sm-4,
    footer .copyright .my-sm-4,
    .sectionTitle .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    header .mr-sm-4,
    footer .copyright .mr-sm-4,
    .sectionTitle .mr-sm-4,
    header .mx-sm-4,
    footer .copyright .mx-sm-4,
    .sectionTitle .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    header .mb-sm-4,
    footer .copyright .mb-sm-4,
    .sectionTitle .mb-sm-4,
    header .my-sm-4,
    footer .copyright .my-sm-4,
    .sectionTitle .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    header .ml-sm-4,
    footer .copyright .ml-sm-4,
    .sectionTitle .ml-sm-4,
    header .mx-sm-4,
    footer .copyright .mx-sm-4,
    .sectionTitle .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    header .m-sm-5, footer .copyright .m-sm-5, .sectionTitle .m-sm-5 {
        margin: 3rem !important;
    }

    header .mt-sm-5,
    footer .copyright .mt-sm-5,
    .sectionTitle .mt-sm-5,
    header .my-sm-5,
    footer .copyright .my-sm-5,
    .sectionTitle .my-sm-5 {
        margin-top: 3rem !important;
    }

    header .mr-sm-5,
    footer .copyright .mr-sm-5,
    .sectionTitle .mr-sm-5,
    header .mx-sm-5,
    footer .copyright .mx-sm-5,
    .sectionTitle .mx-sm-5 {
        margin-right: 3rem !important;
    }

    header .mb-sm-5,
    footer .copyright .mb-sm-5,
    .sectionTitle .mb-sm-5,
    header .my-sm-5,
    footer .copyright .my-sm-5,
    .sectionTitle .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    header .ml-sm-5,
    footer .copyright .ml-sm-5,
    .sectionTitle .ml-sm-5,
    header .mx-sm-5,
    footer .copyright .mx-sm-5,
    .sectionTitle .mx-sm-5 {
        margin-left: 3rem !important;
    }

    header .p-sm-0, footer .copyright .p-sm-0, .sectionTitle .p-sm-0 {
        padding: 0 !important;
    }

    header .pt-sm-0,
    footer .copyright .pt-sm-0,
    .sectionTitle .pt-sm-0,
    header .py-sm-0,
    footer .copyright .py-sm-0,
    .sectionTitle .py-sm-0 {
        padding-top: 0 !important;
    }

    header .pr-sm-0,
    footer .copyright .pr-sm-0,
    .sectionTitle .pr-sm-0,
    header .px-sm-0,
    footer .copyright .px-sm-0,
    .sectionTitle .px-sm-0 {
        padding-right: 0 !important;
    }

    header .pb-sm-0,
    footer .copyright .pb-sm-0,
    .sectionTitle .pb-sm-0,
    header .py-sm-0,
    footer .copyright .py-sm-0,
    .sectionTitle .py-sm-0 {
        padding-bottom: 0 !important;
    }

    header .pl-sm-0,
    footer .copyright .pl-sm-0,
    .sectionTitle .pl-sm-0,
    header .px-sm-0,
    footer .copyright .px-sm-0,
    .sectionTitle .px-sm-0 {
        padding-left: 0 !important;
    }

    header .p-sm-1, footer .copyright .p-sm-1, .sectionTitle .p-sm-1 {
        padding: 0.25rem !important;
    }

    header .pt-sm-1,
    footer .copyright .pt-sm-1,
    .sectionTitle .pt-sm-1,
    header .py-sm-1,
    footer .copyright .py-sm-1,
    .sectionTitle .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    header .pr-sm-1,
    footer .copyright .pr-sm-1,
    .sectionTitle .pr-sm-1,
    header .px-sm-1,
    footer .copyright .px-sm-1,
    .sectionTitle .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    header .pb-sm-1,
    footer .copyright .pb-sm-1,
    .sectionTitle .pb-sm-1,
    header .py-sm-1,
    footer .copyright .py-sm-1,
    .sectionTitle .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    header .pl-sm-1,
    footer .copyright .pl-sm-1,
    .sectionTitle .pl-sm-1,
    header .px-sm-1,
    footer .copyright .px-sm-1,
    .sectionTitle .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    header .p-sm-2, footer .copyright .p-sm-2, .sectionTitle .p-sm-2 {
        padding: 0.5rem !important;
    }

    header .pt-sm-2,
    footer .copyright .pt-sm-2,
    .sectionTitle .pt-sm-2,
    header .py-sm-2,
    footer .copyright .py-sm-2,
    .sectionTitle .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    header .pr-sm-2,
    footer .copyright .pr-sm-2,
    .sectionTitle .pr-sm-2,
    header .px-sm-2,
    footer .copyright .px-sm-2,
    .sectionTitle .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    header .pb-sm-2,
    footer .copyright .pb-sm-2,
    .sectionTitle .pb-sm-2,
    header .py-sm-2,
    footer .copyright .py-sm-2,
    .sectionTitle .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    header .pl-sm-2,
    footer .copyright .pl-sm-2,
    .sectionTitle .pl-sm-2,
    header .px-sm-2,
    footer .copyright .px-sm-2,
    .sectionTitle .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    header .p-sm-3, footer .copyright .p-sm-3, .sectionTitle .p-sm-3 {
        padding: 1rem !important;
    }

    header .pt-sm-3,
    footer .copyright .pt-sm-3,
    .sectionTitle .pt-sm-3,
    header .py-sm-3,
    footer .copyright .py-sm-3,
    .sectionTitle .py-sm-3 {
        padding-top: 1rem !important;
    }

    header .pr-sm-3,
    footer .copyright .pr-sm-3,
    .sectionTitle .pr-sm-3,
    header .px-sm-3,
    footer .copyright .px-sm-3,
    .sectionTitle .px-sm-3 {
        padding-right: 1rem !important;
    }

    header .pb-sm-3,
    footer .copyright .pb-sm-3,
    .sectionTitle .pb-sm-3,
    header .py-sm-3,
    footer .copyright .py-sm-3,
    .sectionTitle .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    header .pl-sm-3,
    footer .copyright .pl-sm-3,
    .sectionTitle .pl-sm-3,
    header .px-sm-3,
    footer .copyright .px-sm-3,
    .sectionTitle .px-sm-3 {
        padding-left: 1rem !important;
    }

    header .p-sm-4, footer .copyright .p-sm-4, .sectionTitle .p-sm-4 {
        padding: 1.5rem !important;
    }

    header .pt-sm-4,
    footer .copyright .pt-sm-4,
    .sectionTitle .pt-sm-4,
    header .py-sm-4,
    footer .copyright .py-sm-4,
    .sectionTitle .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    header .pr-sm-4,
    footer .copyright .pr-sm-4,
    .sectionTitle .pr-sm-4,
    header .px-sm-4,
    footer .copyright .px-sm-4,
    .sectionTitle .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    header .pb-sm-4,
    footer .copyright .pb-sm-4,
    .sectionTitle .pb-sm-4,
    header .py-sm-4,
    footer .copyright .py-sm-4,
    .sectionTitle .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    header .pl-sm-4,
    footer .copyright .pl-sm-4,
    .sectionTitle .pl-sm-4,
    header .px-sm-4,
    footer .copyright .px-sm-4,
    .sectionTitle .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    header .p-sm-5, footer .copyright .p-sm-5, .sectionTitle .p-sm-5 {
        padding: 3rem !important;
    }

    header .pt-sm-5,
    footer .copyright .pt-sm-5,
    .sectionTitle .pt-sm-5,
    header .py-sm-5,
    footer .copyright .py-sm-5,
    .sectionTitle .py-sm-5 {
        padding-top: 3rem !important;
    }

    header .pr-sm-5,
    footer .copyright .pr-sm-5,
    .sectionTitle .pr-sm-5,
    header .px-sm-5,
    footer .copyright .px-sm-5,
    .sectionTitle .px-sm-5 {
        padding-right: 3rem !important;
    }

    header .pb-sm-5,
    footer .copyright .pb-sm-5,
    .sectionTitle .pb-sm-5,
    header .py-sm-5,
    footer .copyright .py-sm-5,
    .sectionTitle .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    header .pl-sm-5,
    footer .copyright .pl-sm-5,
    .sectionTitle .pl-sm-5,
    header .px-sm-5,
    footer .copyright .px-sm-5,
    .sectionTitle .px-sm-5 {
        padding-left: 3rem !important;
    }

    header .m-sm-auto, footer .copyright .m-sm-auto, .sectionTitle .m-sm-auto {
        margin: auto !important;
    }

    header .mt-sm-auto,
    footer .copyright .mt-sm-auto,
    .sectionTitle .mt-sm-auto,
    header .my-sm-auto,
    footer .copyright .my-sm-auto,
    .sectionTitle .my-sm-auto {
        margin-top: auto !important;
    }

    header .mr-sm-auto,
    footer .copyright .mr-sm-auto,
    .sectionTitle .mr-sm-auto,
    header .mx-sm-auto,
    footer .copyright .mx-sm-auto,
    .sectionTitle .mx-sm-auto {
        margin-right: auto !important;
    }

    header .mb-sm-auto,
    footer .copyright .mb-sm-auto,
    .sectionTitle .mb-sm-auto,
    header .my-sm-auto,
    footer .copyright .my-sm-auto,
    .sectionTitle .my-sm-auto {
        margin-bottom: auto !important;
    }

    header .ml-sm-auto,
    footer .copyright .ml-sm-auto,
    .sectionTitle .ml-sm-auto,
    header .mx-sm-auto,
    footer .copyright .mx-sm-auto,
    .sectionTitle .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    header .m-md-0, footer .copyright .m-md-0, .sectionTitle .m-md-0 {
        margin: 0 !important;
    }

    header .mt-md-0,
    footer .copyright .mt-md-0,
    .sectionTitle .mt-md-0,
    header .my-md-0,
    footer .copyright .my-md-0,
    .sectionTitle .my-md-0 {
        margin-top: 0 !important;
    }

    header .mr-md-0,
    footer .copyright .mr-md-0,
    .sectionTitle .mr-md-0,
    header .mx-md-0,
    footer .copyright .mx-md-0,
    .sectionTitle .mx-md-0 {
        margin-right: 0 !important;
    }

    header .mb-md-0,
    footer .copyright .mb-md-0,
    .sectionTitle .mb-md-0,
    header .my-md-0,
    footer .copyright .my-md-0,
    .sectionTitle .my-md-0 {
        margin-bottom: 0 !important;
    }

    header .ml-md-0,
    footer .copyright .ml-md-0,
    .sectionTitle .ml-md-0,
    header .mx-md-0,
    footer .copyright .mx-md-0,
    .sectionTitle .mx-md-0 {
        margin-left: 0 !important;
    }

    header .m-md-1, footer .copyright .m-md-1, .sectionTitle .m-md-1 {
        margin: 0.25rem !important;
    }

    header .mt-md-1,
    footer .copyright .mt-md-1,
    .sectionTitle .mt-md-1,
    header .my-md-1,
    footer .copyright .my-md-1,
    .sectionTitle .my-md-1 {
        margin-top: 0.25rem !important;
    }

    header .mr-md-1,
    footer .copyright .mr-md-1,
    .sectionTitle .mr-md-1,
    header .mx-md-1,
    footer .copyright .mx-md-1,
    .sectionTitle .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    header .mb-md-1,
    footer .copyright .mb-md-1,
    .sectionTitle .mb-md-1,
    header .my-md-1,
    footer .copyright .my-md-1,
    .sectionTitle .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    header .ml-md-1,
    footer .copyright .ml-md-1,
    .sectionTitle .ml-md-1,
    header .mx-md-1,
    footer .copyright .mx-md-1,
    .sectionTitle .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    header .m-md-2, footer .copyright .m-md-2, .sectionTitle .m-md-2 {
        margin: 0.5rem !important;
    }

    header .mt-md-2,
    footer .copyright .mt-md-2,
    .sectionTitle .mt-md-2,
    header .my-md-2,
    footer .copyright .my-md-2,
    .sectionTitle .my-md-2 {
        margin-top: 0.5rem !important;
    }

    header .mr-md-2,
    footer .copyright .mr-md-2,
    .sectionTitle .mr-md-2,
    header .mx-md-2,
    footer .copyright .mx-md-2,
    .sectionTitle .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    header .mb-md-2,
    footer .copyright .mb-md-2,
    .sectionTitle .mb-md-2,
    header .my-md-2,
    footer .copyright .my-md-2,
    .sectionTitle .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    header .ml-md-2,
    footer .copyright .ml-md-2,
    .sectionTitle .ml-md-2,
    header .mx-md-2,
    footer .copyright .mx-md-2,
    .sectionTitle .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    header .m-md-3, footer .copyright .m-md-3, .sectionTitle .m-md-3 {
        margin: 1rem !important;
    }

    header .mt-md-3,
    footer .copyright .mt-md-3,
    .sectionTitle .mt-md-3,
    header .my-md-3,
    footer .copyright .my-md-3,
    .sectionTitle .my-md-3 {
        margin-top: 1rem !important;
    }

    header .mr-md-3,
    footer .copyright .mr-md-3,
    .sectionTitle .mr-md-3,
    header .mx-md-3,
    footer .copyright .mx-md-3,
    .sectionTitle .mx-md-3 {
        margin-right: 1rem !important;
    }

    header .mb-md-3,
    footer .copyright .mb-md-3,
    .sectionTitle .mb-md-3,
    header .my-md-3,
    footer .copyright .my-md-3,
    .sectionTitle .my-md-3 {
        margin-bottom: 1rem !important;
    }

    header .ml-md-3,
    footer .copyright .ml-md-3,
    .sectionTitle .ml-md-3,
    header .mx-md-3,
    footer .copyright .mx-md-3,
    .sectionTitle .mx-md-3 {
        margin-left: 1rem !important;
    }

    header .m-md-4, footer .copyright .m-md-4, .sectionTitle .m-md-4 {
        margin: 1.5rem !important;
    }

    header .mt-md-4,
    footer .copyright .mt-md-4,
    .sectionTitle .mt-md-4,
    header .my-md-4,
    footer .copyright .my-md-4,
    .sectionTitle .my-md-4 {
        margin-top: 1.5rem !important;
    }

    header .mr-md-4,
    footer .copyright .mr-md-4,
    .sectionTitle .mr-md-4,
    header .mx-md-4,
    footer .copyright .mx-md-4,
    .sectionTitle .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    header .mb-md-4,
    footer .copyright .mb-md-4,
    .sectionTitle .mb-md-4,
    header .my-md-4,
    footer .copyright .my-md-4,
    .sectionTitle .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    header .ml-md-4,
    footer .copyright .ml-md-4,
    .sectionTitle .ml-md-4,
    header .mx-md-4,
    footer .copyright .mx-md-4,
    .sectionTitle .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    header .m-md-5, footer .copyright .m-md-5, .sectionTitle .m-md-5 {
        margin: 3rem !important;
    }

    header .mt-md-5,
    footer .copyright .mt-md-5,
    .sectionTitle .mt-md-5,
    header .my-md-5,
    footer .copyright .my-md-5,
    .sectionTitle .my-md-5 {
        margin-top: 3rem !important;
    }

    header .mr-md-5,
    footer .copyright .mr-md-5,
    .sectionTitle .mr-md-5,
    header .mx-md-5,
    footer .copyright .mx-md-5,
    .sectionTitle .mx-md-5 {
        margin-right: 3rem !important;
    }

    header .mb-md-5,
    footer .copyright .mb-md-5,
    .sectionTitle .mb-md-5,
    header .my-md-5,
    footer .copyright .my-md-5,
    .sectionTitle .my-md-5 {
        margin-bottom: 3rem !important;
    }

    header .ml-md-5,
    footer .copyright .ml-md-5,
    .sectionTitle .ml-md-5,
    header .mx-md-5,
    footer .copyright .mx-md-5,
    .sectionTitle .mx-md-5 {
        margin-left: 3rem !important;
    }

    header .p-md-0, footer .copyright .p-md-0, .sectionTitle .p-md-0 {
        padding: 0 !important;
    }

    header .pt-md-0,
    footer .copyright .pt-md-0,
    .sectionTitle .pt-md-0,
    header .py-md-0,
    footer .copyright .py-md-0,
    .sectionTitle .py-md-0 {
        padding-top: 0 !important;
    }

    header .pr-md-0,
    footer .copyright .pr-md-0,
    .sectionTitle .pr-md-0,
    header .px-md-0,
    footer .copyright .px-md-0,
    .sectionTitle .px-md-0 {
        padding-right: 0 !important;
    }

    header .pb-md-0,
    footer .copyright .pb-md-0,
    .sectionTitle .pb-md-0,
    header .py-md-0,
    footer .copyright .py-md-0,
    .sectionTitle .py-md-0 {
        padding-bottom: 0 !important;
    }

    header .pl-md-0,
    footer .copyright .pl-md-0,
    .sectionTitle .pl-md-0,
    header .px-md-0,
    footer .copyright .px-md-0,
    .sectionTitle .px-md-0 {
        padding-left: 0 !important;
    }

    header .p-md-1, footer .copyright .p-md-1, .sectionTitle .p-md-1 {
        padding: 0.25rem !important;
    }

    header .pt-md-1,
    footer .copyright .pt-md-1,
    .sectionTitle .pt-md-1,
    header .py-md-1,
    footer .copyright .py-md-1,
    .sectionTitle .py-md-1 {
        padding-top: 0.25rem !important;
    }

    header .pr-md-1,
    footer .copyright .pr-md-1,
    .sectionTitle .pr-md-1,
    header .px-md-1,
    footer .copyright .px-md-1,
    .sectionTitle .px-md-1 {
        padding-right: 0.25rem !important;
    }

    header .pb-md-1,
    footer .copyright .pb-md-1,
    .sectionTitle .pb-md-1,
    header .py-md-1,
    footer .copyright .py-md-1,
    .sectionTitle .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    header .pl-md-1,
    footer .copyright .pl-md-1,
    .sectionTitle .pl-md-1,
    header .px-md-1,
    footer .copyright .px-md-1,
    .sectionTitle .px-md-1 {
        padding-left: 0.25rem !important;
    }

    header .p-md-2, footer .copyright .p-md-2, .sectionTitle .p-md-2 {
        padding: 0.5rem !important;
    }

    header .pt-md-2,
    footer .copyright .pt-md-2,
    .sectionTitle .pt-md-2,
    header .py-md-2,
    footer .copyright .py-md-2,
    .sectionTitle .py-md-2 {
        padding-top: 0.5rem !important;
    }

    header .pr-md-2,
    footer .copyright .pr-md-2,
    .sectionTitle .pr-md-2,
    header .px-md-2,
    footer .copyright .px-md-2,
    .sectionTitle .px-md-2 {
        padding-right: 0.5rem !important;
    }

    header .pb-md-2,
    footer .copyright .pb-md-2,
    .sectionTitle .pb-md-2,
    header .py-md-2,
    footer .copyright .py-md-2,
    .sectionTitle .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    header .pl-md-2,
    footer .copyright .pl-md-2,
    .sectionTitle .pl-md-2,
    header .px-md-2,
    footer .copyright .px-md-2,
    .sectionTitle .px-md-2 {
        padding-left: 0.5rem !important;
    }

    header .p-md-3, footer .copyright .p-md-3, .sectionTitle .p-md-3 {
        padding: 1rem !important;
    }

    header .pt-md-3,
    footer .copyright .pt-md-3,
    .sectionTitle .pt-md-3,
    header .py-md-3,
    footer .copyright .py-md-3,
    .sectionTitle .py-md-3 {
        padding-top: 1rem !important;
    }

    header .pr-md-3,
    footer .copyright .pr-md-3,
    .sectionTitle .pr-md-3,
    header .px-md-3,
    footer .copyright .px-md-3,
    .sectionTitle .px-md-3 {
        padding-right: 1rem !important;
    }

    header .pb-md-3,
    footer .copyright .pb-md-3,
    .sectionTitle .pb-md-3,
    header .py-md-3,
    footer .copyright .py-md-3,
    .sectionTitle .py-md-3 {
        padding-bottom: 1rem !important;
    }

    header .pl-md-3,
    footer .copyright .pl-md-3,
    .sectionTitle .pl-md-3,
    header .px-md-3,
    footer .copyright .px-md-3,
    .sectionTitle .px-md-3 {
        padding-left: 1rem !important;
    }

    header .p-md-4, footer .copyright .p-md-4, .sectionTitle .p-md-4 {
        padding: 1.5rem !important;
    }

    header .pt-md-4,
    footer .copyright .pt-md-4,
    .sectionTitle .pt-md-4,
    header .py-md-4,
    footer .copyright .py-md-4,
    .sectionTitle .py-md-4 {
        padding-top: 1.5rem !important;
    }

    header .pr-md-4,
    footer .copyright .pr-md-4,
    .sectionTitle .pr-md-4,
    header .px-md-4,
    footer .copyright .px-md-4,
    .sectionTitle .px-md-4 {
        padding-right: 1.5rem !important;
    }

    header .pb-md-4,
    footer .copyright .pb-md-4,
    .sectionTitle .pb-md-4,
    header .py-md-4,
    footer .copyright .py-md-4,
    .sectionTitle .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    header .pl-md-4,
    footer .copyright .pl-md-4,
    .sectionTitle .pl-md-4,
    header .px-md-4,
    footer .copyright .px-md-4,
    .sectionTitle .px-md-4 {
        padding-left: 1.5rem !important;
    }

    header .p-md-5, footer .copyright .p-md-5, .sectionTitle .p-md-5 {
        padding: 3rem !important;
    }

    header .pt-md-5,
    footer .copyright .pt-md-5,
    .sectionTitle .pt-md-5,
    header .py-md-5,
    footer .copyright .py-md-5,
    .sectionTitle .py-md-5 {
        padding-top: 3rem !important;
    }

    header .pr-md-5,
    footer .copyright .pr-md-5,
    .sectionTitle .pr-md-5,
    header .px-md-5,
    footer .copyright .px-md-5,
    .sectionTitle .px-md-5 {
        padding-right: 3rem !important;
    }

    header .pb-md-5,
    footer .copyright .pb-md-5,
    .sectionTitle .pb-md-5,
    header .py-md-5,
    footer .copyright .py-md-5,
    .sectionTitle .py-md-5 {
        padding-bottom: 3rem !important;
    }

    header .pl-md-5,
    footer .copyright .pl-md-5,
    .sectionTitle .pl-md-5,
    header .px-md-5,
    footer .copyright .px-md-5,
    .sectionTitle .px-md-5 {
        padding-left: 3rem !important;
    }

    header .m-md-auto, footer .copyright .m-md-auto, .sectionTitle .m-md-auto {
        margin: auto !important;
    }

    header .mt-md-auto,
    footer .copyright .mt-md-auto,
    .sectionTitle .mt-md-auto,
    header .my-md-auto,
    footer .copyright .my-md-auto,
    .sectionTitle .my-md-auto {
        margin-top: auto !important;
    }

    header .mr-md-auto,
    footer .copyright .mr-md-auto,
    .sectionTitle .mr-md-auto,
    header .mx-md-auto,
    footer .copyright .mx-md-auto,
    .sectionTitle .mx-md-auto {
        margin-right: auto !important;
    }

    header .mb-md-auto,
    footer .copyright .mb-md-auto,
    .sectionTitle .mb-md-auto,
    header .my-md-auto,
    footer .copyright .my-md-auto,
    .sectionTitle .my-md-auto {
        margin-bottom: auto !important;
    }

    header .ml-md-auto,
    footer .copyright .ml-md-auto,
    .sectionTitle .ml-md-auto,
    header .mx-md-auto,
    footer .copyright .mx-md-auto,
    .sectionTitle .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    header .m-lg-0, footer .copyright .m-lg-0, .sectionTitle .m-lg-0 {
        margin: 0 !important;
    }

    header .mt-lg-0,
    footer .copyright .mt-lg-0,
    .sectionTitle .mt-lg-0,
    header .my-lg-0,
    footer .copyright .my-lg-0,
    .sectionTitle .my-lg-0 {
        margin-top: 0 !important;
    }

    header .mr-lg-0,
    footer .copyright .mr-lg-0,
    .sectionTitle .mr-lg-0,
    header .mx-lg-0,
    footer .copyright .mx-lg-0,
    .sectionTitle .mx-lg-0 {
        margin-right: 0 !important;
    }

    header .mb-lg-0,
    footer .copyright .mb-lg-0,
    .sectionTitle .mb-lg-0,
    header .my-lg-0,
    footer .copyright .my-lg-0,
    .sectionTitle .my-lg-0 {
        margin-bottom: 0 !important;
    }

    header .ml-lg-0,
    footer .copyright .ml-lg-0,
    .sectionTitle .ml-lg-0,
    header .mx-lg-0,
    footer .copyright .mx-lg-0,
    .sectionTitle .mx-lg-0 {
        margin-left: 0 !important;
    }

    header .m-lg-1, footer .copyright .m-lg-1, .sectionTitle .m-lg-1 {
        margin: 0.25rem !important;
    }

    header .mt-lg-1,
    footer .copyright .mt-lg-1,
    .sectionTitle .mt-lg-1,
    header .my-lg-1,
    footer .copyright .my-lg-1,
    .sectionTitle .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    header .mr-lg-1,
    footer .copyright .mr-lg-1,
    .sectionTitle .mr-lg-1,
    header .mx-lg-1,
    footer .copyright .mx-lg-1,
    .sectionTitle .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    header .mb-lg-1,
    footer .copyright .mb-lg-1,
    .sectionTitle .mb-lg-1,
    header .my-lg-1,
    footer .copyright .my-lg-1,
    .sectionTitle .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    header .ml-lg-1,
    footer .copyright .ml-lg-1,
    .sectionTitle .ml-lg-1,
    header .mx-lg-1,
    footer .copyright .mx-lg-1,
    .sectionTitle .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    header .m-lg-2, footer .copyright .m-lg-2, .sectionTitle .m-lg-2 {
        margin: 0.5rem !important;
    }

    header .mt-lg-2,
    footer .copyright .mt-lg-2,
    .sectionTitle .mt-lg-2,
    header .my-lg-2,
    footer .copyright .my-lg-2,
    .sectionTitle .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    header .mr-lg-2,
    footer .copyright .mr-lg-2,
    .sectionTitle .mr-lg-2,
    header .mx-lg-2,
    footer .copyright .mx-lg-2,
    .sectionTitle .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    header .mb-lg-2,
    footer .copyright .mb-lg-2,
    .sectionTitle .mb-lg-2,
    header .my-lg-2,
    footer .copyright .my-lg-2,
    .sectionTitle .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    header .ml-lg-2,
    footer .copyright .ml-lg-2,
    .sectionTitle .ml-lg-2,
    header .mx-lg-2,
    footer .copyright .mx-lg-2,
    .sectionTitle .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    header .m-lg-3, footer .copyright .m-lg-3, .sectionTitle .m-lg-3 {
        margin: 1rem !important;
    }

    header .mt-lg-3,
    footer .copyright .mt-lg-3,
    .sectionTitle .mt-lg-3,
    header .my-lg-3,
    footer .copyright .my-lg-3,
    .sectionTitle .my-lg-3 {
        margin-top: 1rem !important;
    }

    header .mr-lg-3,
    footer .copyright .mr-lg-3,
    .sectionTitle .mr-lg-3,
    header .mx-lg-3,
    footer .copyright .mx-lg-3,
    .sectionTitle .mx-lg-3 {
        margin-right: 1rem !important;
    }

    header .mb-lg-3,
    footer .copyright .mb-lg-3,
    .sectionTitle .mb-lg-3,
    header .my-lg-3,
    footer .copyright .my-lg-3,
    .sectionTitle .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    header .ml-lg-3,
    footer .copyright .ml-lg-3,
    .sectionTitle .ml-lg-3,
    header .mx-lg-3,
    footer .copyright .mx-lg-3,
    .sectionTitle .mx-lg-3 {
        margin-left: 1rem !important;
    }

    header .m-lg-4, footer .copyright .m-lg-4, .sectionTitle .m-lg-4 {
        margin: 1.5rem !important;
    }

    header .mt-lg-4,
    footer .copyright .mt-lg-4,
    .sectionTitle .mt-lg-4,
    header .my-lg-4,
    footer .copyright .my-lg-4,
    .sectionTitle .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    header .mr-lg-4,
    footer .copyright .mr-lg-4,
    .sectionTitle .mr-lg-4,
    header .mx-lg-4,
    footer .copyright .mx-lg-4,
    .sectionTitle .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    header .mb-lg-4,
    footer .copyright .mb-lg-4,
    .sectionTitle .mb-lg-4,
    header .my-lg-4,
    footer .copyright .my-lg-4,
    .sectionTitle .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    header .ml-lg-4,
    footer .copyright .ml-lg-4,
    .sectionTitle .ml-lg-4,
    header .mx-lg-4,
    footer .copyright .mx-lg-4,
    .sectionTitle .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    header .m-lg-5, footer .copyright .m-lg-5, .sectionTitle .m-lg-5 {
        margin: 3rem !important;
    }

    header .mt-lg-5,
    footer .copyright .mt-lg-5,
    .sectionTitle .mt-lg-5,
    header .my-lg-5,
    footer .copyright .my-lg-5,
    .sectionTitle .my-lg-5 {
        margin-top: 3rem !important;
    }

    header .mr-lg-5,
    footer .copyright .mr-lg-5,
    .sectionTitle .mr-lg-5,
    header .mx-lg-5,
    footer .copyright .mx-lg-5,
    .sectionTitle .mx-lg-5 {
        margin-right: 3rem !important;
    }

    header .mb-lg-5,
    footer .copyright .mb-lg-5,
    .sectionTitle .mb-lg-5,
    header .my-lg-5,
    footer .copyright .my-lg-5,
    .sectionTitle .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    header .ml-lg-5,
    footer .copyright .ml-lg-5,
    .sectionTitle .ml-lg-5,
    header .mx-lg-5,
    footer .copyright .mx-lg-5,
    .sectionTitle .mx-lg-5 {
        margin-left: 3rem !important;
    }

    header .p-lg-0, footer .copyright .p-lg-0, .sectionTitle .p-lg-0 {
        padding: 0 !important;
    }

    header .pt-lg-0,
    footer .copyright .pt-lg-0,
    .sectionTitle .pt-lg-0,
    header .py-lg-0,
    footer .copyright .py-lg-0,
    .sectionTitle .py-lg-0 {
        padding-top: 0 !important;
    }

    header .pr-lg-0,
    footer .copyright .pr-lg-0,
    .sectionTitle .pr-lg-0,
    header .px-lg-0,
    footer .copyright .px-lg-0,
    .sectionTitle .px-lg-0 {
        padding-right: 0 !important;
    }

    header .pb-lg-0,
    footer .copyright .pb-lg-0,
    .sectionTitle .pb-lg-0,
    header .py-lg-0,
    footer .copyright .py-lg-0,
    .sectionTitle .py-lg-0 {
        padding-bottom: 0 !important;
    }

    header .pl-lg-0,
    footer .copyright .pl-lg-0,
    .sectionTitle .pl-lg-0,
    header .px-lg-0,
    footer .copyright .px-lg-0,
    .sectionTitle .px-lg-0 {
        padding-left: 0 !important;
    }

    header .p-lg-1, footer .copyright .p-lg-1, .sectionTitle .p-lg-1 {
        padding: 0.25rem !important;
    }

    header .pt-lg-1,
    footer .copyright .pt-lg-1,
    .sectionTitle .pt-lg-1,
    header .py-lg-1,
    footer .copyright .py-lg-1,
    .sectionTitle .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    header .pr-lg-1,
    footer .copyright .pr-lg-1,
    .sectionTitle .pr-lg-1,
    header .px-lg-1,
    footer .copyright .px-lg-1,
    .sectionTitle .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    header .pb-lg-1,
    footer .copyright .pb-lg-1,
    .sectionTitle .pb-lg-1,
    header .py-lg-1,
    footer .copyright .py-lg-1,
    .sectionTitle .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    header .pl-lg-1,
    footer .copyright .pl-lg-1,
    .sectionTitle .pl-lg-1,
    header .px-lg-1,
    footer .copyright .px-lg-1,
    .sectionTitle .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    header .p-lg-2, footer .copyright .p-lg-2, .sectionTitle .p-lg-2 {
        padding: 0.5rem !important;
    }

    header .pt-lg-2,
    footer .copyright .pt-lg-2,
    .sectionTitle .pt-lg-2,
    header .py-lg-2,
    footer .copyright .py-lg-2,
    .sectionTitle .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    header .pr-lg-2,
    footer .copyright .pr-lg-2,
    .sectionTitle .pr-lg-2,
    header .px-lg-2,
    footer .copyright .px-lg-2,
    .sectionTitle .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    header .pb-lg-2,
    footer .copyright .pb-lg-2,
    .sectionTitle .pb-lg-2,
    header .py-lg-2,
    footer .copyright .py-lg-2,
    .sectionTitle .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    header .pl-lg-2,
    footer .copyright .pl-lg-2,
    .sectionTitle .pl-lg-2,
    header .px-lg-2,
    footer .copyright .px-lg-2,
    .sectionTitle .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    header .p-lg-3, footer .copyright .p-lg-3, .sectionTitle .p-lg-3 {
        padding: 1rem !important;
    }

    header .pt-lg-3,
    footer .copyright .pt-lg-3,
    .sectionTitle .pt-lg-3,
    header .py-lg-3,
    footer .copyright .py-lg-3,
    .sectionTitle .py-lg-3 {
        padding-top: 1rem !important;
    }

    header .pr-lg-3,
    footer .copyright .pr-lg-3,
    .sectionTitle .pr-lg-3,
    header .px-lg-3,
    footer .copyright .px-lg-3,
    .sectionTitle .px-lg-3 {
        padding-right: 1rem !important;
    }

    header .pb-lg-3,
    footer .copyright .pb-lg-3,
    .sectionTitle .pb-lg-3,
    header .py-lg-3,
    footer .copyright .py-lg-3,
    .sectionTitle .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    header .pl-lg-3,
    footer .copyright .pl-lg-3,
    .sectionTitle .pl-lg-3,
    header .px-lg-3,
    footer .copyright .px-lg-3,
    .sectionTitle .px-lg-3 {
        padding-left: 1rem !important;
    }

    header .p-lg-4, footer .copyright .p-lg-4, .sectionTitle .p-lg-4 {
        padding: 1.5rem !important;
    }

    header .pt-lg-4,
    footer .copyright .pt-lg-4,
    .sectionTitle .pt-lg-4,
    header .py-lg-4,
    footer .copyright .py-lg-4,
    .sectionTitle .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    header .pr-lg-4,
    footer .copyright .pr-lg-4,
    .sectionTitle .pr-lg-4,
    header .px-lg-4,
    footer .copyright .px-lg-4,
    .sectionTitle .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    header .pb-lg-4,
    footer .copyright .pb-lg-4,
    .sectionTitle .pb-lg-4,
    header .py-lg-4,
    footer .copyright .py-lg-4,
    .sectionTitle .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    header .pl-lg-4,
    footer .copyright .pl-lg-4,
    .sectionTitle .pl-lg-4,
    header .px-lg-4,
    footer .copyright .px-lg-4,
    .sectionTitle .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    header .p-lg-5, footer .copyright .p-lg-5, .sectionTitle .p-lg-5 {
        padding: 3rem !important;
    }

    header .pt-lg-5,
    footer .copyright .pt-lg-5,
    .sectionTitle .pt-lg-5,
    header .py-lg-5,
    footer .copyright .py-lg-5,
    .sectionTitle .py-lg-5 {
        padding-top: 3rem !important;
    }

    header .pr-lg-5,
    footer .copyright .pr-lg-5,
    .sectionTitle .pr-lg-5,
    header .px-lg-5,
    footer .copyright .px-lg-5,
    .sectionTitle .px-lg-5 {
        padding-right: 3rem !important;
    }

    header .pb-lg-5,
    footer .copyright .pb-lg-5,
    .sectionTitle .pb-lg-5,
    header .py-lg-5,
    footer .copyright .py-lg-5,
    .sectionTitle .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    header .pl-lg-5,
    footer .copyright .pl-lg-5,
    .sectionTitle .pl-lg-5,
    header .px-lg-5,
    footer .copyright .px-lg-5,
    .sectionTitle .px-lg-5 {
        padding-left: 3rem !important;
    }

    header .m-lg-auto, footer .copyright .m-lg-auto, .sectionTitle .m-lg-auto {
        margin: auto !important;
    }

    header .mt-lg-auto,
    footer .copyright .mt-lg-auto,
    .sectionTitle .mt-lg-auto,
    header .my-lg-auto,
    footer .copyright .my-lg-auto,
    .sectionTitle .my-lg-auto {
        margin-top: auto !important;
    }

    header .mr-lg-auto,
    footer .copyright .mr-lg-auto,
    .sectionTitle .mr-lg-auto,
    header .mx-lg-auto,
    footer .copyright .mx-lg-auto,
    .sectionTitle .mx-lg-auto {
        margin-right: auto !important;
    }

    header .mb-lg-auto,
    footer .copyright .mb-lg-auto,
    .sectionTitle .mb-lg-auto,
    header .my-lg-auto,
    footer .copyright .my-lg-auto,
    .sectionTitle .my-lg-auto {
        margin-bottom: auto !important;
    }

    header .ml-lg-auto,
    footer .copyright .ml-lg-auto,
    .sectionTitle .ml-lg-auto,
    header .mx-lg-auto,
    footer .copyright .mx-lg-auto,
    .sectionTitle .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    header .m-xl-0, footer .copyright .m-xl-0, .sectionTitle .m-xl-0 {
        margin: 0 !important;
    }

    header .mt-xl-0,
    footer .copyright .mt-xl-0,
    .sectionTitle .mt-xl-0,
    header .my-xl-0,
    footer .copyright .my-xl-0,
    .sectionTitle .my-xl-0 {
        margin-top: 0 !important;
    }

    header .mr-xl-0,
    footer .copyright .mr-xl-0,
    .sectionTitle .mr-xl-0,
    header .mx-xl-0,
    footer .copyright .mx-xl-0,
    .sectionTitle .mx-xl-0 {
        margin-right: 0 !important;
    }

    header .mb-xl-0,
    footer .copyright .mb-xl-0,
    .sectionTitle .mb-xl-0,
    header .my-xl-0,
    footer .copyright .my-xl-0,
    .sectionTitle .my-xl-0 {
        margin-bottom: 0 !important;
    }

    header .ml-xl-0,
    footer .copyright .ml-xl-0,
    .sectionTitle .ml-xl-0,
    header .mx-xl-0,
    footer .copyright .mx-xl-0,
    .sectionTitle .mx-xl-0 {
        margin-left: 0 !important;
    }

    header .m-xl-1, footer .copyright .m-xl-1, .sectionTitle .m-xl-1 {
        margin: 0.25rem !important;
    }

    header .mt-xl-1,
    footer .copyright .mt-xl-1,
    .sectionTitle .mt-xl-1,
    header .my-xl-1,
    footer .copyright .my-xl-1,
    .sectionTitle .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    header .mr-xl-1,
    footer .copyright .mr-xl-1,
    .sectionTitle .mr-xl-1,
    header .mx-xl-1,
    footer .copyright .mx-xl-1,
    .sectionTitle .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    header .mb-xl-1,
    footer .copyright .mb-xl-1,
    .sectionTitle .mb-xl-1,
    header .my-xl-1,
    footer .copyright .my-xl-1,
    .sectionTitle .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    header .ml-xl-1,
    footer .copyright .ml-xl-1,
    .sectionTitle .ml-xl-1,
    header .mx-xl-1,
    footer .copyright .mx-xl-1,
    .sectionTitle .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    header .m-xl-2, footer .copyright .m-xl-2, .sectionTitle .m-xl-2 {
        margin: 0.5rem !important;
    }

    header .mt-xl-2,
    footer .copyright .mt-xl-2,
    .sectionTitle .mt-xl-2,
    header .my-xl-2,
    footer .copyright .my-xl-2,
    .sectionTitle .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    header .mr-xl-2,
    footer .copyright .mr-xl-2,
    .sectionTitle .mr-xl-2,
    header .mx-xl-2,
    footer .copyright .mx-xl-2,
    .sectionTitle .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    header .mb-xl-2,
    footer .copyright .mb-xl-2,
    .sectionTitle .mb-xl-2,
    header .my-xl-2,
    footer .copyright .my-xl-2,
    .sectionTitle .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    header .ml-xl-2,
    footer .copyright .ml-xl-2,
    .sectionTitle .ml-xl-2,
    header .mx-xl-2,
    footer .copyright .mx-xl-2,
    .sectionTitle .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    header .m-xl-3, footer .copyright .m-xl-3, .sectionTitle .m-xl-3 {
        margin: 1rem !important;
    }

    header .mt-xl-3,
    footer .copyright .mt-xl-3,
    .sectionTitle .mt-xl-3,
    header .my-xl-3,
    footer .copyright .my-xl-3,
    .sectionTitle .my-xl-3 {
        margin-top: 1rem !important;
    }

    header .mr-xl-3,
    footer .copyright .mr-xl-3,
    .sectionTitle .mr-xl-3,
    header .mx-xl-3,
    footer .copyright .mx-xl-3,
    .sectionTitle .mx-xl-3 {
        margin-right: 1rem !important;
    }

    header .mb-xl-3,
    footer .copyright .mb-xl-3,
    .sectionTitle .mb-xl-3,
    header .my-xl-3,
    footer .copyright .my-xl-3,
    .sectionTitle .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    header .ml-xl-3,
    footer .copyright .ml-xl-3,
    .sectionTitle .ml-xl-3,
    header .mx-xl-3,
    footer .copyright .mx-xl-3,
    .sectionTitle .mx-xl-3 {
        margin-left: 1rem !important;
    }

    header .m-xl-4, footer .copyright .m-xl-4, .sectionTitle .m-xl-4 {
        margin: 1.5rem !important;
    }

    header .mt-xl-4,
    footer .copyright .mt-xl-4,
    .sectionTitle .mt-xl-4,
    header .my-xl-4,
    footer .copyright .my-xl-4,
    .sectionTitle .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    header .mr-xl-4,
    footer .copyright .mr-xl-4,
    .sectionTitle .mr-xl-4,
    header .mx-xl-4,
    footer .copyright .mx-xl-4,
    .sectionTitle .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    header .mb-xl-4,
    footer .copyright .mb-xl-4,
    .sectionTitle .mb-xl-4,
    header .my-xl-4,
    footer .copyright .my-xl-4,
    .sectionTitle .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    header .ml-xl-4,
    footer .copyright .ml-xl-4,
    .sectionTitle .ml-xl-4,
    header .mx-xl-4,
    footer .copyright .mx-xl-4,
    .sectionTitle .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    header .m-xl-5, footer .copyright .m-xl-5, .sectionTitle .m-xl-5 {
        margin: 3rem !important;
    }

    header .mt-xl-5,
    footer .copyright .mt-xl-5,
    .sectionTitle .mt-xl-5,
    header .my-xl-5,
    footer .copyright .my-xl-5,
    .sectionTitle .my-xl-5 {
        margin-top: 3rem !important;
    }

    header .mr-xl-5,
    footer .copyright .mr-xl-5,
    .sectionTitle .mr-xl-5,
    header .mx-xl-5,
    footer .copyright .mx-xl-5,
    .sectionTitle .mx-xl-5 {
        margin-right: 3rem !important;
    }

    header .mb-xl-5,
    footer .copyright .mb-xl-5,
    .sectionTitle .mb-xl-5,
    header .my-xl-5,
    footer .copyright .my-xl-5,
    .sectionTitle .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    header .ml-xl-5,
    footer .copyright .ml-xl-5,
    .sectionTitle .ml-xl-5,
    header .mx-xl-5,
    footer .copyright .mx-xl-5,
    .sectionTitle .mx-xl-5 {
        margin-left: 3rem !important;
    }

    header .p-xl-0, footer .copyright .p-xl-0, .sectionTitle .p-xl-0 {
        padding: 0 !important;
    }

    header .pt-xl-0,
    footer .copyright .pt-xl-0,
    .sectionTitle .pt-xl-0,
    header .py-xl-0,
    footer .copyright .py-xl-0,
    .sectionTitle .py-xl-0 {
        padding-top: 0 !important;
    }

    header .pr-xl-0,
    footer .copyright .pr-xl-0,
    .sectionTitle .pr-xl-0,
    header .px-xl-0,
    footer .copyright .px-xl-0,
    .sectionTitle .px-xl-0 {
        padding-right: 0 !important;
    }

    header .pb-xl-0,
    footer .copyright .pb-xl-0,
    .sectionTitle .pb-xl-0,
    header .py-xl-0,
    footer .copyright .py-xl-0,
    .sectionTitle .py-xl-0 {
        padding-bottom: 0 !important;
    }

    header .pl-xl-0,
    footer .copyright .pl-xl-0,
    .sectionTitle .pl-xl-0,
    header .px-xl-0,
    footer .copyright .px-xl-0,
    .sectionTitle .px-xl-0 {
        padding-left: 0 !important;
    }

    header .p-xl-1, footer .copyright .p-xl-1, .sectionTitle .p-xl-1 {
        padding: 0.25rem !important;
    }

    header .pt-xl-1,
    footer .copyright .pt-xl-1,
    .sectionTitle .pt-xl-1,
    header .py-xl-1,
    footer .copyright .py-xl-1,
    .sectionTitle .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    header .pr-xl-1,
    footer .copyright .pr-xl-1,
    .sectionTitle .pr-xl-1,
    header .px-xl-1,
    footer .copyright .px-xl-1,
    .sectionTitle .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    header .pb-xl-1,
    footer .copyright .pb-xl-1,
    .sectionTitle .pb-xl-1,
    header .py-xl-1,
    footer .copyright .py-xl-1,
    .sectionTitle .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    header .pl-xl-1,
    footer .copyright .pl-xl-1,
    .sectionTitle .pl-xl-1,
    header .px-xl-1,
    footer .copyright .px-xl-1,
    .sectionTitle .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    header .p-xl-2, footer .copyright .p-xl-2, .sectionTitle .p-xl-2 {
        padding: 0.5rem !important;
    }

    header .pt-xl-2,
    footer .copyright .pt-xl-2,
    .sectionTitle .pt-xl-2,
    header .py-xl-2,
    footer .copyright .py-xl-2,
    .sectionTitle .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    header .pr-xl-2,
    footer .copyright .pr-xl-2,
    .sectionTitle .pr-xl-2,
    header .px-xl-2,
    footer .copyright .px-xl-2,
    .sectionTitle .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    header .pb-xl-2,
    footer .copyright .pb-xl-2,
    .sectionTitle .pb-xl-2,
    header .py-xl-2,
    footer .copyright .py-xl-2,
    .sectionTitle .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    header .pl-xl-2,
    footer .copyright .pl-xl-2,
    .sectionTitle .pl-xl-2,
    header .px-xl-2,
    footer .copyright .px-xl-2,
    .sectionTitle .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    header .p-xl-3, footer .copyright .p-xl-3, .sectionTitle .p-xl-3 {
        padding: 1rem !important;
    }

    header .pt-xl-3,
    footer .copyright .pt-xl-3,
    .sectionTitle .pt-xl-3,
    header .py-xl-3,
    footer .copyright .py-xl-3,
    .sectionTitle .py-xl-3 {
        padding-top: 1rem !important;
    }

    header .pr-xl-3,
    footer .copyright .pr-xl-3,
    .sectionTitle .pr-xl-3,
    header .px-xl-3,
    footer .copyright .px-xl-3,
    .sectionTitle .px-xl-3 {
        padding-right: 1rem !important;
    }

    header .pb-xl-3,
    footer .copyright .pb-xl-3,
    .sectionTitle .pb-xl-3,
    header .py-xl-3,
    footer .copyright .py-xl-3,
    .sectionTitle .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    header .pl-xl-3,
    footer .copyright .pl-xl-3,
    .sectionTitle .pl-xl-3,
    header .px-xl-3,
    footer .copyright .px-xl-3,
    .sectionTitle .px-xl-3 {
        padding-left: 1rem !important;
    }

    header .p-xl-4, footer .copyright .p-xl-4, .sectionTitle .p-xl-4 {
        padding: 1.5rem !important;
    }

    header .pt-xl-4,
    footer .copyright .pt-xl-4,
    .sectionTitle .pt-xl-4,
    header .py-xl-4,
    footer .copyright .py-xl-4,
    .sectionTitle .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    header .pr-xl-4,
    footer .copyright .pr-xl-4,
    .sectionTitle .pr-xl-4,
    header .px-xl-4,
    footer .copyright .px-xl-4,
    .sectionTitle .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    header .pb-xl-4,
    footer .copyright .pb-xl-4,
    .sectionTitle .pb-xl-4,
    header .py-xl-4,
    footer .copyright .py-xl-4,
    .sectionTitle .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    header .pl-xl-4,
    footer .copyright .pl-xl-4,
    .sectionTitle .pl-xl-4,
    header .px-xl-4,
    footer .copyright .px-xl-4,
    .sectionTitle .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    header .p-xl-5, footer .copyright .p-xl-5, .sectionTitle .p-xl-5 {
        padding: 3rem !important;
    }

    header .pt-xl-5,
    footer .copyright .pt-xl-5,
    .sectionTitle .pt-xl-5,
    header .py-xl-5,
    footer .copyright .py-xl-5,
    .sectionTitle .py-xl-5 {
        padding-top: 3rem !important;
    }

    header .pr-xl-5,
    footer .copyright .pr-xl-5,
    .sectionTitle .pr-xl-5,
    header .px-xl-5,
    footer .copyright .px-xl-5,
    .sectionTitle .px-xl-5 {
        padding-right: 3rem !important;
    }

    header .pb-xl-5,
    footer .copyright .pb-xl-5,
    .sectionTitle .pb-xl-5,
    header .py-xl-5,
    footer .copyright .py-xl-5,
    .sectionTitle .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    header .pl-xl-5,
    footer .copyright .pl-xl-5,
    .sectionTitle .pl-xl-5,
    header .px-xl-5,
    footer .copyright .px-xl-5,
    .sectionTitle .px-xl-5 {
        padding-left: 3rem !important;
    }

    header .m-xl-auto, footer .copyright .m-xl-auto, .sectionTitle .m-xl-auto {
        margin: auto !important;
    }

    header .mt-xl-auto,
    footer .copyright .mt-xl-auto,
    .sectionTitle .mt-xl-auto,
    header .my-xl-auto,
    footer .copyright .my-xl-auto,
    .sectionTitle .my-xl-auto {
        margin-top: auto !important;
    }

    header .mr-xl-auto,
    footer .copyright .mr-xl-auto,
    .sectionTitle .mr-xl-auto,
    header .mx-xl-auto,
    footer .copyright .mx-xl-auto,
    .sectionTitle .mx-xl-auto {
        margin-right: auto !important;
    }

    header .mb-xl-auto,
    footer .copyright .mb-xl-auto,
    .sectionTitle .mb-xl-auto,
    header .my-xl-auto,
    footer .copyright .my-xl-auto,
    .sectionTitle .my-xl-auto {
        margin-bottom: auto !important;
    }

    header .ml-xl-auto,
    footer .copyright .ml-xl-auto,
    .sectionTitle .ml-xl-auto,
    header .mx-xl-auto,
    footer .copyright .mx-xl-auto,
    .sectionTitle .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1400px) {
    header .m-xxl-0, footer .copyright .m-xxl-0, .sectionTitle .m-xxl-0 {
        margin: 0 !important;
    }

    header .mt-xxl-0,
    footer .copyright .mt-xxl-0,
    .sectionTitle .mt-xxl-0,
    header .my-xxl-0,
    footer .copyright .my-xxl-0,
    .sectionTitle .my-xxl-0 {
        margin-top: 0 !important;
    }

    header .mr-xxl-0,
    footer .copyright .mr-xxl-0,
    .sectionTitle .mr-xxl-0,
    header .mx-xxl-0,
    footer .copyright .mx-xxl-0,
    .sectionTitle .mx-xxl-0 {
        margin-right: 0 !important;
    }

    header .mb-xxl-0,
    footer .copyright .mb-xxl-0,
    .sectionTitle .mb-xxl-0,
    header .my-xxl-0,
    footer .copyright .my-xxl-0,
    .sectionTitle .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    header .ml-xxl-0,
    footer .copyright .ml-xxl-0,
    .sectionTitle .ml-xxl-0,
    header .mx-xxl-0,
    footer .copyright .mx-xxl-0,
    .sectionTitle .mx-xxl-0 {
        margin-left: 0 !important;
    }

    header .m-xxl-1, footer .copyright .m-xxl-1, .sectionTitle .m-xxl-1 {
        margin: 0.25rem !important;
    }

    header .mt-xxl-1,
    footer .copyright .mt-xxl-1,
    .sectionTitle .mt-xxl-1,
    header .my-xxl-1,
    footer .copyright .my-xxl-1,
    .sectionTitle .my-xxl-1 {
        margin-top: 0.25rem !important;
    }

    header .mr-xxl-1,
    footer .copyright .mr-xxl-1,
    .sectionTitle .mr-xxl-1,
    header .mx-xxl-1,
    footer .copyright .mx-xxl-1,
    .sectionTitle .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }

    header .mb-xxl-1,
    footer .copyright .mb-xxl-1,
    .sectionTitle .mb-xxl-1,
    header .my-xxl-1,
    footer .copyright .my-xxl-1,
    .sectionTitle .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    header .ml-xxl-1,
    footer .copyright .ml-xxl-1,
    .sectionTitle .ml-xxl-1,
    header .mx-xxl-1,
    footer .copyright .mx-xxl-1,
    .sectionTitle .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }

    header .m-xxl-2, footer .copyright .m-xxl-2, .sectionTitle .m-xxl-2 {
        margin: 0.5rem !important;
    }

    header .mt-xxl-2,
    footer .copyright .mt-xxl-2,
    .sectionTitle .mt-xxl-2,
    header .my-xxl-2,
    footer .copyright .my-xxl-2,
    .sectionTitle .my-xxl-2 {
        margin-top: 0.5rem !important;
    }

    header .mr-xxl-2,
    footer .copyright .mr-xxl-2,
    .sectionTitle .mr-xxl-2,
    header .mx-xxl-2,
    footer .copyright .mx-xxl-2,
    .sectionTitle .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }

    header .mb-xxl-2,
    footer .copyright .mb-xxl-2,
    .sectionTitle .mb-xxl-2,
    header .my-xxl-2,
    footer .copyright .my-xxl-2,
    .sectionTitle .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    header .ml-xxl-2,
    footer .copyright .ml-xxl-2,
    .sectionTitle .ml-xxl-2,
    header .mx-xxl-2,
    footer .copyright .mx-xxl-2,
    .sectionTitle .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }

    header .m-xxl-3, footer .copyright .m-xxl-3, .sectionTitle .m-xxl-3 {
        margin: 1rem !important;
    }

    header .mt-xxl-3,
    footer .copyright .mt-xxl-3,
    .sectionTitle .mt-xxl-3,
    header .my-xxl-3,
    footer .copyright .my-xxl-3,
    .sectionTitle .my-xxl-3 {
        margin-top: 1rem !important;
    }

    header .mr-xxl-3,
    footer .copyright .mr-xxl-3,
    .sectionTitle .mr-xxl-3,
    header .mx-xxl-3,
    footer .copyright .mx-xxl-3,
    .sectionTitle .mx-xxl-3 {
        margin-right: 1rem !important;
    }

    header .mb-xxl-3,
    footer .copyright .mb-xxl-3,
    .sectionTitle .mb-xxl-3,
    header .my-xxl-3,
    footer .copyright .my-xxl-3,
    .sectionTitle .my-xxl-3 {
        margin-bottom: 1rem !important;
    }

    header .ml-xxl-3,
    footer .copyright .ml-xxl-3,
    .sectionTitle .ml-xxl-3,
    header .mx-xxl-3,
    footer .copyright .mx-xxl-3,
    .sectionTitle .mx-xxl-3 {
        margin-left: 1rem !important;
    }

    header .m-xxl-4, footer .copyright .m-xxl-4, .sectionTitle .m-xxl-4 {
        margin: 1.5rem !important;
    }

    header .mt-xxl-4,
    footer .copyright .mt-xxl-4,
    .sectionTitle .mt-xxl-4,
    header .my-xxl-4,
    footer .copyright .my-xxl-4,
    .sectionTitle .my-xxl-4 {
        margin-top: 1.5rem !important;
    }

    header .mr-xxl-4,
    footer .copyright .mr-xxl-4,
    .sectionTitle .mr-xxl-4,
    header .mx-xxl-4,
    footer .copyright .mx-xxl-4,
    .sectionTitle .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }

    header .mb-xxl-4,
    footer .copyright .mb-xxl-4,
    .sectionTitle .mb-xxl-4,
    header .my-xxl-4,
    footer .copyright .my-xxl-4,
    .sectionTitle .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    header .ml-xxl-4,
    footer .copyright .ml-xxl-4,
    .sectionTitle .ml-xxl-4,
    header .mx-xxl-4,
    footer .copyright .mx-xxl-4,
    .sectionTitle .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }

    header .m-xxl-5, footer .copyright .m-xxl-5, .sectionTitle .m-xxl-5 {
        margin: 3rem !important;
    }

    header .mt-xxl-5,
    footer .copyright .mt-xxl-5,
    .sectionTitle .mt-xxl-5,
    header .my-xxl-5,
    footer .copyright .my-xxl-5,
    .sectionTitle .my-xxl-5 {
        margin-top: 3rem !important;
    }

    header .mr-xxl-5,
    footer .copyright .mr-xxl-5,
    .sectionTitle .mr-xxl-5,
    header .mx-xxl-5,
    footer .copyright .mx-xxl-5,
    .sectionTitle .mx-xxl-5 {
        margin-right: 3rem !important;
    }

    header .mb-xxl-5,
    footer .copyright .mb-xxl-5,
    .sectionTitle .mb-xxl-5,
    header .my-xxl-5,
    footer .copyright .my-xxl-5,
    .sectionTitle .my-xxl-5 {
        margin-bottom: 3rem !important;
    }

    header .ml-xxl-5,
    footer .copyright .ml-xxl-5,
    .sectionTitle .ml-xxl-5,
    header .mx-xxl-5,
    footer .copyright .mx-xxl-5,
    .sectionTitle .mx-xxl-5 {
        margin-left: 3rem !important;
    }

    header .p-xxl-0, footer .copyright .p-xxl-0, .sectionTitle .p-xxl-0 {
        padding: 0 !important;
    }

    header .pt-xxl-0,
    footer .copyright .pt-xxl-0,
    .sectionTitle .pt-xxl-0,
    header .py-xxl-0,
    footer .copyright .py-xxl-0,
    .sectionTitle .py-xxl-0 {
        padding-top: 0 !important;
    }

    header .pr-xxl-0,
    footer .copyright .pr-xxl-0,
    .sectionTitle .pr-xxl-0,
    header .px-xxl-0,
    footer .copyright .px-xxl-0,
    .sectionTitle .px-xxl-0 {
        padding-right: 0 !important;
    }

    header .pb-xxl-0,
    footer .copyright .pb-xxl-0,
    .sectionTitle .pb-xxl-0,
    header .py-xxl-0,
    footer .copyright .py-xxl-0,
    .sectionTitle .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    header .pl-xxl-0,
    footer .copyright .pl-xxl-0,
    .sectionTitle .pl-xxl-0,
    header .px-xxl-0,
    footer .copyright .px-xxl-0,
    .sectionTitle .px-xxl-0 {
        padding-left: 0 !important;
    }

    header .p-xxl-1, footer .copyright .p-xxl-1, .sectionTitle .p-xxl-1 {
        padding: 0.25rem !important;
    }

    header .pt-xxl-1,
    footer .copyright .pt-xxl-1,
    .sectionTitle .pt-xxl-1,
    header .py-xxl-1,
    footer .copyright .py-xxl-1,
    .sectionTitle .py-xxl-1 {
        padding-top: 0.25rem !important;
    }

    header .pr-xxl-1,
    footer .copyright .pr-xxl-1,
    .sectionTitle .pr-xxl-1,
    header .px-xxl-1,
    footer .copyright .px-xxl-1,
    .sectionTitle .px-xxl-1 {
        padding-right: 0.25rem !important;
    }

    header .pb-xxl-1,
    footer .copyright .pb-xxl-1,
    .sectionTitle .pb-xxl-1,
    header .py-xxl-1,
    footer .copyright .py-xxl-1,
    .sectionTitle .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    header .pl-xxl-1,
    footer .copyright .pl-xxl-1,
    .sectionTitle .pl-xxl-1,
    header .px-xxl-1,
    footer .copyright .px-xxl-1,
    .sectionTitle .px-xxl-1 {
        padding-left: 0.25rem !important;
    }

    header .p-xxl-2, footer .copyright .p-xxl-2, .sectionTitle .p-xxl-2 {
        padding: 0.5rem !important;
    }

    header .pt-xxl-2,
    footer .copyright .pt-xxl-2,
    .sectionTitle .pt-xxl-2,
    header .py-xxl-2,
    footer .copyright .py-xxl-2,
    .sectionTitle .py-xxl-2 {
        padding-top: 0.5rem !important;
    }

    header .pr-xxl-2,
    footer .copyright .pr-xxl-2,
    .sectionTitle .pr-xxl-2,
    header .px-xxl-2,
    footer .copyright .px-xxl-2,
    .sectionTitle .px-xxl-2 {
        padding-right: 0.5rem !important;
    }

    header .pb-xxl-2,
    footer .copyright .pb-xxl-2,
    .sectionTitle .pb-xxl-2,
    header .py-xxl-2,
    footer .copyright .py-xxl-2,
    .sectionTitle .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    header .pl-xxl-2,
    footer .copyright .pl-xxl-2,
    .sectionTitle .pl-xxl-2,
    header .px-xxl-2,
    footer .copyright .px-xxl-2,
    .sectionTitle .px-xxl-2 {
        padding-left: 0.5rem !important;
    }

    header .p-xxl-3, footer .copyright .p-xxl-3, .sectionTitle .p-xxl-3 {
        padding: 1rem !important;
    }

    header .pt-xxl-3,
    footer .copyright .pt-xxl-3,
    .sectionTitle .pt-xxl-3,
    header .py-xxl-3,
    footer .copyright .py-xxl-3,
    .sectionTitle .py-xxl-3 {
        padding-top: 1rem !important;
    }

    header .pr-xxl-3,
    footer .copyright .pr-xxl-3,
    .sectionTitle .pr-xxl-3,
    header .px-xxl-3,
    footer .copyright .px-xxl-3,
    .sectionTitle .px-xxl-3 {
        padding-right: 1rem !important;
    }

    header .pb-xxl-3,
    footer .copyright .pb-xxl-3,
    .sectionTitle .pb-xxl-3,
    header .py-xxl-3,
    footer .copyright .py-xxl-3,
    .sectionTitle .py-xxl-3 {
        padding-bottom: 1rem !important;
    }

    header .pl-xxl-3,
    footer .copyright .pl-xxl-3,
    .sectionTitle .pl-xxl-3,
    header .px-xxl-3,
    footer .copyright .px-xxl-3,
    .sectionTitle .px-xxl-3 {
        padding-left: 1rem !important;
    }

    header .p-xxl-4, footer .copyright .p-xxl-4, .sectionTitle .p-xxl-4 {
        padding: 1.5rem !important;
    }

    header .pt-xxl-4,
    footer .copyright .pt-xxl-4,
    .sectionTitle .pt-xxl-4,
    header .py-xxl-4,
    footer .copyright .py-xxl-4,
    .sectionTitle .py-xxl-4 {
        padding-top: 1.5rem !important;
    }

    header .pr-xxl-4,
    footer .copyright .pr-xxl-4,
    .sectionTitle .pr-xxl-4,
    header .px-xxl-4,
    footer .copyright .px-xxl-4,
    .sectionTitle .px-xxl-4 {
        padding-right: 1.5rem !important;
    }

    header .pb-xxl-4,
    footer .copyright .pb-xxl-4,
    .sectionTitle .pb-xxl-4,
    header .py-xxl-4,
    footer .copyright .py-xxl-4,
    .sectionTitle .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    header .pl-xxl-4,
    footer .copyright .pl-xxl-4,
    .sectionTitle .pl-xxl-4,
    header .px-xxl-4,
    footer .copyright .px-xxl-4,
    .sectionTitle .px-xxl-4 {
        padding-left: 1.5rem !important;
    }

    header .p-xxl-5, footer .copyright .p-xxl-5, .sectionTitle .p-xxl-5 {
        padding: 3rem !important;
    }

    header .pt-xxl-5,
    footer .copyright .pt-xxl-5,
    .sectionTitle .pt-xxl-5,
    header .py-xxl-5,
    footer .copyright .py-xxl-5,
    .sectionTitle .py-xxl-5 {
        padding-top: 3rem !important;
    }

    header .pr-xxl-5,
    footer .copyright .pr-xxl-5,
    .sectionTitle .pr-xxl-5,
    header .px-xxl-5,
    footer .copyright .px-xxl-5,
    .sectionTitle .px-xxl-5 {
        padding-right: 3rem !important;
    }

    header .pb-xxl-5,
    footer .copyright .pb-xxl-5,
    .sectionTitle .pb-xxl-5,
    header .py-xxl-5,
    footer .copyright .py-xxl-5,
    .sectionTitle .py-xxl-5 {
        padding-bottom: 3rem !important;
    }

    header .pl-xxl-5,
    footer .copyright .pl-xxl-5,
    .sectionTitle .pl-xxl-5,
    header .px-xxl-5,
    footer .copyright .px-xxl-5,
    .sectionTitle .px-xxl-5 {
        padding-left: 3rem !important;
    }

    header .m-xxl-auto, footer .copyright .m-xxl-auto, .sectionTitle .m-xxl-auto {
        margin: auto !important;
    }

    header .mt-xxl-auto,
    footer .copyright .mt-xxl-auto,
    .sectionTitle .mt-xxl-auto,
    header .my-xxl-auto,
    footer .copyright .my-xxl-auto,
    .sectionTitle .my-xxl-auto {
        margin-top: auto !important;
    }

    header .mr-xxl-auto,
    footer .copyright .mr-xxl-auto,
    .sectionTitle .mr-xxl-auto,
    header .mx-xxl-auto,
    footer .copyright .mx-xxl-auto,
    .sectionTitle .mx-xxl-auto {
        margin-right: auto !important;
    }

    header .mb-xxl-auto,
    footer .copyright .mb-xxl-auto,
    .sectionTitle .mb-xxl-auto,
    header .my-xxl-auto,
    footer .copyright .my-xxl-auto,
    .sectionTitle .my-xxl-auto {
        margin-bottom: auto !important;
    }

    header .ml-xxl-auto,
    footer .copyright .ml-xxl-auto,
    .sectionTitle .ml-xxl-auto,
    header .mx-xxl-auto,
    footer .copyright .mx-xxl-auto,
    .sectionTitle .mx-xxl-auto {
        margin-left: auto !important;
    }
}

header .text-justify, footer .copyright .text-justify, .sectionTitle .text-justify {
    text-align: justify !important;
}

header .text-nowrap, footer .copyright .text-nowrap, .sectionTitle .text-nowrap {
    white-space: nowrap !important;
}

header .text-truncate, footer .copyright .text-truncate, .sectionTitle .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header .text-left, footer .copyright .text-left, .sectionTitle .text-left {
    text-align: left !important;
}

header .text-right, footer .copyright .text-right, .sectionTitle .text-right {
    text-align: right !important;
}

header .text-center, footer .copyright .text-center, .sectionTitle .text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    header .text-sm-left, footer .copyright .text-sm-left, .sectionTitle .text-sm-left {
        text-align: left !important;
    }

    header .text-sm-right, footer .copyright .text-sm-right, .sectionTitle .text-sm-right {
        text-align: right !important;
    }

    header .text-sm-center, footer .copyright .text-sm-center, .sectionTitle .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    header .text-md-left, footer .copyright .text-md-left, .sectionTitle .text-md-left {
        text-align: left !important;
    }

    header .text-md-right, footer .copyright .text-md-right, .sectionTitle .text-md-right {
        text-align: right !important;
    }

    header .text-md-center, footer .copyright .text-md-center, .sectionTitle .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    header .text-lg-left, footer .copyright .text-lg-left, .sectionTitle .text-lg-left {
        text-align: left !important;
    }

    header .text-lg-right, footer .copyright .text-lg-right, .sectionTitle .text-lg-right {
        text-align: right !important;
    }

    header .text-lg-center, footer .copyright .text-lg-center, .sectionTitle .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    header .text-xl-left, footer .copyright .text-xl-left, .sectionTitle .text-xl-left {
        text-align: left !important;
    }

    header .text-xl-right, footer .copyright .text-xl-right, .sectionTitle .text-xl-right {
        text-align: right !important;
    }

    header .text-xl-center, footer .copyright .text-xl-center, .sectionTitle .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    header .text-xxl-left, footer .copyright .text-xxl-left, .sectionTitle .text-xxl-left {
        text-align: left !important;
    }

    header .text-xxl-right, footer .copyright .text-xxl-right, .sectionTitle .text-xxl-right {
        text-align: right !important;
    }

    header .text-xxl-center, footer .copyright .text-xxl-center, .sectionTitle .text-xxl-center {
        text-align: center !important;
    }
}

header .text-lowercase, footer .copyright .text-lowercase, .sectionTitle .text-lowercase {
    text-transform: lowercase !important;
}

header .text-uppercase, footer .copyright .text-uppercase, .sectionTitle .text-uppercase {
    text-transform: uppercase !important;
}

header .text-capitalize, footer .copyright .text-capitalize, .sectionTitle .text-capitalize {
    text-transform: capitalize !important;
}

header .font-weight-light, footer .copyright .font-weight-light, .sectionTitle .font-weight-light {
    font-weight: 300 !important;
}

header .font-weight-normal, footer .copyright .font-weight-normal, .sectionTitle .font-weight-normal {
    font-weight: 400 !important;
}

header .font-weight-bold, footer .copyright .font-weight-bold, .sectionTitle .font-weight-bold {
    font-weight: 700 !important;
}

header .font-italic, footer .copyright .font-italic, .sectionTitle .font-italic {
    font-style: italic !important;
}

header .text-white, footer .copyright .text-white, .sectionTitle .text-white {
    color: #fff !important;
}

header .text-primary, footer .copyright .text-primary, .sectionTitle .text-primary {
    color: #9370DB !important;
}

header a.text-primary:focus,
footer .copyright a.text-primary:focus,
.sectionTitle a.text-primary:focus,
header a.text-primary:hover,
footer .copyright a.text-primary:hover,
.sectionTitle a.text-primary:hover {
    color: #7447d1 !important;
}

header .text-secondary, footer .copyright .text-secondary, .sectionTitle .text-secondary {
    color: #868e96 !important;
}

header a.text-secondary:focus,
footer .copyright a.text-secondary:focus,
.sectionTitle a.text-secondary:focus,
header a.text-secondary:hover,
footer .copyright a.text-secondary:hover,
.sectionTitle a.text-secondary:hover {
    color: #6c757d !important;
}

header .text-success, footer .copyright .text-success, .sectionTitle .text-success {
    color: #28a745 !important;
}

header a.text-success:focus,
footer .copyright a.text-success:focus,
.sectionTitle a.text-success:focus,
header a.text-success:hover,
footer .copyright a.text-success:hover,
.sectionTitle a.text-success:hover {
    color: #1e7e34 !important;
}

header .text-info, footer .copyright .text-info, .sectionTitle .text-info {
    color: #17a2b8 !important;
}

header a.text-info:focus,
footer .copyright a.text-info:focus,
.sectionTitle a.text-info:focus,
header a.text-info:hover,
footer .copyright a.text-info:hover,
.sectionTitle a.text-info:hover {
    color: #117a8b !important;
}

header .text-warning, footer .copyright .text-warning, .sectionTitle .text-warning {
    color: #ffc107 !important;
}

header a.text-warning:focus,
footer .copyright a.text-warning:focus,
.sectionTitle a.text-warning:focus,
header a.text-warning:hover,
footer .copyright a.text-warning:hover,
.sectionTitle a.text-warning:hover {
    color: #d39e00 !important;
}

header .text-danger, footer .copyright .text-danger, .sectionTitle .text-danger {
    color: #dc3545 !important;
}

header a.text-danger:focus,
footer .copyright a.text-danger:focus,
.sectionTitle a.text-danger:focus,
header a.text-danger:hover,
footer .copyright a.text-danger:hover,
.sectionTitle a.text-danger:hover {
    color: #bd2130 !important;
}

header .text-light, footer .copyright .text-light, .sectionTitle .text-light {
    color: #f8f9fa !important;
}

header a.text-light:focus,
footer .copyright a.text-light:focus,
.sectionTitle a.text-light:focus,
header a.text-light:hover,
footer .copyright a.text-light:hover,
.sectionTitle a.text-light:hover {
    color: #dae0e5 !important;
}

header .text-dark, footer .copyright .text-dark, .sectionTitle .text-dark {
    color: #343a40 !important;
}

header a.text-dark:focus,
footer .copyright a.text-dark:focus,
.sectionTitle a.text-dark:focus,
header a.text-dark:hover,
footer .copyright a.text-dark:hover,
.sectionTitle a.text-dark:hover {
    color: #1d2124 !important;
}

header .text-muted, footer .copyright .text-muted, .sectionTitle .text-muted {
    color: #868e96 !important;
}

header .text-hide, footer .copyright .text-hide, .sectionTitle .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

header .visible, footer .copyright .visible, .sectionTitle .visible {
    visibility: visible !important;
}

header .invisible, footer .copyright .invisible, .sectionTitle .invisible {
    visibility: hidden !important;
}</pre></body></html>