/*! My very own Bootstrap 4 Theme
 *
 *  Built on top of Bootstrap 4 (https://getbootstrap.com)
 *  Built with the Bootstrap Theme Kit by HackerThemes (https://hackerthemes.com)
 */
 textarea,
 select,
 input,
 button {
     outline: none;
 }
 :root {
     --blue: #027bb8;
     --indigo: #027bb8;
     --purple: #2eb4a6;
     --pink: #9b2c92;
     --red: #cf3f54;
     --orange: #ee6a4d;
     --yellow: #f6f7fa;
     --green: #2eb4a6;
     --teal: #2eb4a6;
     --cyan: #13abdb;
     --white: #fff;
     --gray: #809eb4;
     --gray-dark: #4b6473;
     --primary: #13abdb;
     --secondary: #027bb8;
     --success: #2eb4a6;
     --info: #956998;
     --warning: #ee6a4d;
     --danger: #cf3f54;
     --light: #f6f7fa;
     --dark: #4a6275;
     --blue: #027bb8;
     --brightblue: #13abdb;
     --darkblue: #0f2f50;
     --greyblue: #9db9d1;
     --orange: #f06947;
     --teal: #2eb4a6;
     --green: #7cb938;
     --purple: #682872;
     --magenta: #9b2c92;
     --white: #fff;
     --gray-100: #edf0f5;
     --gray-200: #d9e2ed;
     --gray-300: #cfdbe8;
     --gray-400: #bacede;
     --gray-500: #9db9d1;
     --gray-600: #809eb4;
     --gray-700: #617f92;
     --gray-800: #4b6473;
     --gray-900: #293c44;
     --black: #000;
     --breakpoint-xs: 0;
     --breakpoint-sm: 576px;
     --breakpoint-md: 768px;
     --breakpoint-lg: 992px;
     --breakpoint-xl: 1200px;
     --font-family-sans-serif: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
     --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
 }
 *,
 *::before,
 *::after {
     box-sizing: border-box;
 }
 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: transparent;
 }
 @-ms-viewport {
     width: device-width;
 }
 article,
 aside,
 figcaption,
 figure,
 footer,
 header,
 main,
 nav,
 section {
     display: block;
 }
 body {
     margin: 0;
     font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.4;
     color: #293c44;
     text-align: left;
     background-color: #fff;
 }
 [tabindex="-1"]:focus {
     outline: 0 !important;
 }
 hr {
     box-sizing: content-box;
     height: 0;
     overflow: visible;
 }
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     margin-top: 0;
     margin-bottom: 0.5rem;
 }
 p {
     margin-top: 0;
     margin-bottom: 1rem;
 }
 address {
     margin-bottom: 1rem;
     font-style: normal;
     line-height: inherit;
 }
 ol,
 ul,
 dl {
     margin-top: 0;
     margin-bottom: 1rem;
 }
 ol ol,
 ul ul,
 ol ul,
 ul ol {
     margin-bottom: 0;
 }
 dt {
     font-weight: 700;
 }
 blockquote {
     margin: 0 0 1rem;
 }
 b,
 strong {
     font-weight: bolder;
 }
 small {
     font-size: 80%;
 }
 sub,
 sup {
     position: relative;
     font-size: 75%;
     line-height: 0;
     vertical-align: baseline;
 }
 sub {
     bottom: -0.25em;
 }
 sup {
     top: -0.5em;
 }
 a {
     color: #027bb8;
     text-decoration: none;
     background-color: transparent;
     -webkit-text-decoration-skip: objects;
 }
 a:hover {
     color: #01486c;
     text-decoration: underline;
 }
 a:not([href]):not([tabindex]) {
     color: inherit;
     text-decoration: none;
 }
 a:not([href]):not([tabindex]):hover,
 a:not([href]):not([tabindex]):focus {
     color: inherit;
     text-decoration: none;
 }
 a:not([href]):not([tabindex]):focus {
     outline: 0;
 }
 
 code,
 samp {
     font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
     font-size: 1em;
 }
 figure {
     margin: 0 0 1rem;
 }
 img {
     vertical-align: middle;
     border-style: none;
 }
 svg:not(:root) {
     overflow: hidden;
 }
 table {
     border-collapse: collapse;
 }
 caption {
     padding-top: 0.75rem;
     padding-bottom: 0.75rem;
     color: #809eb4;
     text-align: left;
     caption-side: bottom;
 }
 th {
     text-align: inherit;
 }
 label {
     display: inline-block;
     margin-bottom: 0.1rem;
 }
 button {
     border-radius: 0;
 }
 button:focus {
     outline: 1px dotted;
     outline: 5px auto -webkit-focus-ring-color;
 }
 input,
 button,
 select,
 textarea {
     margin: 0;
     font-family: inherit;
     font-size: inherit;
     line-height: inherit;
 }
 button,
 input {
     overflow: visible;
 }
 button,
 select {
     text-transform: none;
 }
 button,
 html [type="button"],
 [type="reset"],
 [type="submit"] {
     -webkit-appearance: button;
 }
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
     padding: 0;
     border-style: none;
 }
 input[type="radio"],
 input[type="checkbox"] {
     box-sizing: border-box;
     padding: 0;
 }
 input[type="date"],
 input[type="time"],
 input[type="month"] {
     -webkit-appearance: listbox;
 }
 textarea {
     overflow: auto;
     resize: vertical;
 }
 fieldset {
     min-width: 0;
     padding: 0;
     margin: 0;
     border: 0;
 }
 legend {
     display: block;
     width: 100%;
     max-width: 100%;
     padding: 0;
     margin-bottom: 0.5rem;
     font-size: 1.5rem;
     line-height: inherit;
     color: inherit;
     white-space: normal;
 }
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
     height: auto;
 }
 [type="search"] {
     outline-offset: -2px;
     -webkit-appearance: none;
 }
 [type="search"]::-webkit-search-cancel-button,
 [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
 }
 ::-webkit-file-upload-button {
     font: inherit;
     -webkit-appearance: button;
 }
 output {
     display: inline-block;
 }
 summary {
     display: list-item;
     cursor: pointer;
 }
 template {
     display: none;
 }
 [hidden] {
     display: none !important;
 }
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 .h1,
 .h2,
 .h3,
 .h4,
 .h5,
 .h6 {
     margin-bottom: 0.5rem;
     font-family: inherit;
     font-weight: 700;
     line-height: 1.2;
     color: inherit;
 }
 h1,
 .h1 {
     font-size: 4rem;
 }
 h2,
 .h2 {
     font-size: 2rem;
 }
 h3,
 .h3 {
     font-size: 1.4rem;
 }
 h4,
 .h4 {
     font-size: 1.1rem;
 }
 h5,
 .h5 {
     font-size: 1rem;
 }
 h6,
 .h6 {
     font-size: 1rem;
 }
 .lead {
     font-size: 1.4rem;
     font-weight: 300;
 }
 .display-1 {
     font-size: 5.6rem;
     font-weight: 300;
     line-height: 1.2;
 }
 .display-2 {
     font-size: 8rem;
     font-weight: 300;
     line-height: 1.2;
 }
 .display-3 {
     font-size: 11.2rem;
     font-weight: 300;
     line-height: 1.2;
 }
 .display-4 {
     font-size: 16rem;
     font-weight: 300;
     line-height: 1.2;
 }
 hr {
     margin-top: 1rem;
     margin-bottom: 1rem;
     border: 0;
     border-top: 1px solid rgba(0, 0, 0, 0.1);
 }
 small,
 .small,
 figcaption {
     font-size: 80%;
     font-weight: 400;
 }
 mark,
 .mark {
     padding: 0.2em;
     background-color: #fcf8e3;
 }
 .list-unstyled {
     padding-left: 0;
     list-style: none;
 }
 .blockquote {
     margin-bottom: 1rem;
     font-size: 1rem;
 }
 .blockquote-footer {
     display: block;
     font-size: 80%;
     color: #809eb4;
 }
 .blockquote-footer::before {
     content: "\2014 \00A0";
 }
 .img-fluid {
     max-width: 100%;
     height: auto;
 }
 .figure {
     display: inline-block;
 }
 code {
     font-size: 87.5%;
     color: #9b2c92;
     word-break: break-word;
 }
 a > code {
     color: inherit;
 }
 .container {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
 }
 @media (min-width: 576px) {
     .container {
         max-width: 540px;
     }
 }
 @media (min-width: 768px) {
     .container {
         max-width: 720px;
     }
 }
 @media (min-width: 992px) {
     .container {
         max-width: 960px;
     }
 }
 @media (min-width: 1200px) {
     .container {
         max-width: 1140px;
     }
 }
 .container-fluid {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
 }
 .row {
     display: flex;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
 }
 .col-1,
 .col-2,
 .col-3,
 .col-4,
 .col-5,
 .col-6,
 .col-7,
 .col-8,
 .col-9,
 .col-10,
 .col-11,
 .col-12,
 .col,
 .col-sm-1,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12,
 .col-md-1,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-lg-1,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12,
 .col-xl-2,
 .col-xl-3,
 .col-xl-4,
 .col-xl-5,
 .col-xl-6,
 .col-xl-7,
 .col-xl-8,
 .col-xl-9,
 .col-xl-10 {
     position: relative;
     width: 100%;
     min-height: 1px;
     padding-right: 15px;
     padding-left: 15px;
 }
 .col {
     flex-basis: 0;
     flex-grow: 1;
     max-width: 100%;
 }
 .col-1 {
     flex: 0 0 8.3333333333%;
     max-width: 8.3333333333%;
 }
 .col-2 {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
 }
 .col-3 {
     flex: 0 0 25%;
     max-width: 25%;
 }
 .col-4 {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
 }
 .col-5 {
     flex: 0 0 41.6666666667%;
     max-width: 41.6666666667%;
 }
 .col-6 {
     flex: 0 0 50%;
     max-width: 50%;
 }
 .col-7 {
     flex: 0 0 58.3333333333%;
     max-width: 58.3333333333%;
 }
 .col-8 {
     flex: 0 0 66.6666666667%;
     max-width: 66.6666666667%;
 }
 .col-9 {
     flex: 0 0 75%;
     max-width: 75%;
 }
 .col-10 {
     flex: 0 0 83.3333333333%;
     max-width: 83.3333333333%;
 }
 .col-11 {
     flex: 0 0 91.6666666667%;
     max-width: 91.6666666667%;
 }
 .col-12 {
     flex: 0 0 100%;
     max-width: 100%;
 }
 .order-first {
     order: -1;
 }
 .order-1 {
     order: 1;
 }
 .order-2 {
     order: 2;
 }
 .order-3 {
     order: 3;
 }
 .order-4 {
     order: 4;
 }
 .order-5 {
     order: 5;
 }
 .order-6 {
     order: 6;
 }
 .order-7 {
     order: 7;
 }
 .order-8 {
     order: 8;
 }
 .offset-2 {
     margin-left: 16.6666666667%;
 }
 @media (min-width: 576px) {
     .col-sm-1 {
         flex: 0 0 8.3333333333%;
         max-width: 8.3333333333%;
     }
     .col-sm-2 {
         flex: 0 0 16.6666666667%;
         max-width: 16.6666666667%;
     }
     .col-sm-3 {
         flex: 0 0 25%;
         max-width: 25%;
     }
     .col-sm-4 {
         flex: 0 0 33.3333333333%;
         max-width: 33.3333333333%;
     }
     .col-sm-5 {
         flex: 0 0 41.6666666667%;
         max-width: 41.6666666667%;
     }
     .col-sm-6 {
         flex: 0 0 50%;
         max-width: 50%;
     }
     .col-sm-7 {
         flex: 0 0 58.3333333333%;
         max-width: 58.3333333333%;
     }
     .col-sm-8 {
         flex: 0 0 66.6666666667%;
         max-width: 66.6666666667%;
     }
     .col-sm-9 {
         flex: 0 0 75%;
         max-width: 75%;
     }
     .col-sm-10 {
         flex: 0 0 83.3333333333%;
         max-width: 83.3333333333%;
     }
     .col-sm-11 {
         flex: 0 0 91.6666666667%;
         max-width: 91.6666666667%;
     }
     .col-sm-12 {
         flex: 0 0 100%;
         max-width: 100%;
     }
 }
 @media (min-width: 768px) {
     .col-md-1 {
         flex: 0 0 8.3333333333%;
         max-width: 8.3333333333%;
     }
     .col-md-2 {
         flex: 0 0 16.6666666667%;
         max-width: 16.6666666667%;
     }
     .col-md-3 {
         flex: 0 0 25%;
         max-width: 25%;
     }
     .col-md-4 {
         flex: 0 0 33.3333333333%;
         max-width: 33.3333333333%;
     }
     .col-md-5 {
         flex: 0 0 41.6666666667%;
         max-width: 41.6666666667%;
     }
     .col-md-6 {
         flex: 0 0 50%;
         max-width: 50%;
     }
     .col-md-7 {
         flex: 0 0 58.3333333333%;
         max-width: 58.3333333333%;
     }
     .col-md-8 {
         flex: 0 0 66.6666666667%;
         max-width: 66.6666666667%;
     }
     .col-md-9 {
         flex: 0 0 75%;
         max-width: 75%;
     }
     .col-md-10 {
         flex: 0 0 83.3333333333%;
         max-width: 83.3333333333%;
     }
     .col-md-11 {
         flex: 0 0 91.6666666667%;
         max-width: 91.6666666667%;
     }
     .col-md-12 {
         flex: 0 0 100%;
         max-width: 100%;
     }
     .order-md-1 {
         order: 1;
     }
     .order-md-2 {
         order: 2;
     }
     .order-md-3 {
         order: 3;
     }
     .offset-md-1 {
         margin-left: 8.3333333333%;
     }
     .offset-md-2 {
         margin-left: 16.6666666667%;
     }
     .offset-md-4 {
         margin-left: 33.3333333333%;
     }
     .offset-md-5 {
         margin-left: 41.6666666667%;
     }
     .offset-md-6 {
         margin-left: 50%;
     }
     .offset-md-7 {
         margin-left: 58.3333333333%;
     }
 }
 @media (min-width: 992px) {
     .col-lg-1 {
         flex: 0 0 8.3333333333%;
         max-width: 8.3333333333%;
     }
     .col-lg-2 {
         flex: 0 0 16.6666666667%;
         max-width: 16.6666666667%;
     }
     .col-lg-3 {
         flex: 0 0 25%;
         max-width: 25%;
     }
     .col-lg-4 {
         flex: 0 0 33.3333333333%;
         max-width: 33.3333333333%;
     }
     .col-lg-5 {
         flex: 0 0 41.6666666667%;
         max-width: 41.6666666667%;
     }
     .col-lg-6 {
         flex: 0 0 50%;
         max-width: 50%;
     }
     .col-lg-7 {
         flex: 0 0 58.3333333333%;
         max-width: 58.3333333333%;
     }
     .col-lg-8 {
         flex: 0 0 66.6666666667%;
         max-width: 66.6666666667%;
     }
     .col-lg-9 {
         flex: 0 0 75%;
         max-width: 75%;
     }
     .col-lg-10 {
         flex: 0 0 83.3333333333%;
         max-width: 83.3333333333%;
     }
     .col-lg-11 {
         flex: 0 0 91.6666666667%;
         max-width: 91.6666666667%;
     }
     .col-lg-12 {
         flex: 0 0 100%;
         max-width: 100%;
     }
     .order-lg-1 {
         order: 1;
     }
     .order-lg-2 {
         order: 2;
     }
     .order-lg-3 {
         order: 3;
     }
     .order-lg-4 {
         order: 4;
     }
     .order-lg-5 {
         order: 5;
     }
     .order-lg-6 {
         order: 6;
     }
     .order-lg-7 {
         order: 7;
     }
     .order-lg-8 {
         order: 8;
     }
     .offset-lg-0 {
         margin-left: 0;
     }
     .offset-lg-1 {
         margin-left: 8.3333333333%;
     }
     .offset-lg-2 {
         margin-left: 16.6666666667%;
     }
     .offset-lg-5 {
         margin-left: 41.6666666667%;
     }
     .offset-lg-6 {
         margin-left: 50%;
     }
     .offset-lg-7 {
         margin-left: 58.3333333333%;
     }
 }
 @media (min-width: 1200px) {
     .col-xl-2 {
         flex: 0 0 16.6666666667%;
         max-width: 16.6666666667%;
     }
     .col-xl-3 {
         flex: 0 0 25%;
         max-width: 25%;
     }
     .col-xl-4 {
         flex: 0 0 33.3333333333%;
         max-width: 33.3333333333%;
     }
     .col-xl-5 {
         flex: 0 0 41.6666666667%;
         max-width: 41.6666666667%;
     }
     .col-xl-6 {
         flex: 0 0 50%;
         max-width: 50%;
     }
     .col-xl-7 {
         flex: 0 0 58.3333333333%;
         max-width: 58.3333333333%;
     }
     .col-xl-8 {
         flex: 0 0 66.6666666667%;
         max-width: 66.6666666667%;
     }
     .col-xl-9 {
         flex: 0 0 75%;
         max-width: 75%;
     }
     .col-xl-10 {
         flex: 0 0 83.3333333333%;
         max-width: 83.3333333333%;
     }
     .offset-xl-1 {
         margin-left: 8.3333333333%;
     }
     .offset-xl-2 {
         margin-left: 16.6666666667%;
     }
     .offset-xl-4 {
         margin-left: 33.3333333333%;
     }
     .offset-xl-5 {
         margin-left: 41.6666666667%;
     }
     .offset-xl-6 {
         margin-left: 50%;
     }
 }
 .table {
     width: 100%;
     max-width: 100%;
     margin-bottom: 1rem;
     background-color: transparent;
 }
 .table th,
 .table td {
     padding: 0.75rem;
     vertical-align: top;
     border-top: 1px solid #cfdbe8;
 }
 .table thead th {
     vertical-align: bottom;
     border-bottom: 2px solid #cfdbe8;
 }
 .table tbody + tbody {
     border-top: 2px solid #cfdbe8;
 }
 .table .table {
     background-color: #fff;
 }
 .table-bordered {
     border: 1px solid #cfdbe8;
 }
 .table-bordered th,
 .table-bordered td {
     border: 1px solid #cfdbe8;
 }
 .table-bordered thead th,
 .table-bordered thead td {
     border-bottom-width: 2px;
 }
 .table-striped tbody tr:nth-of-type(odd) {
     background-color: rgba(0, 0, 0, 0.05);
 }
 .table .thead-dark th {
     color: #fff;
     background-color: #4b6473;
     border-color: #5a788a;
 }
 .table-responsive {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     -ms-overflow-style: -ms-autohiding-scrollbar;
 }
 .table-responsive > .table-bordered {
     border: 0;
 }
 .form-control {
     display: block;
     width: 100%;
     padding: 0.375rem 0.75rem;
     font-size: 1rem;
     line-height: 1.4;
     color: #4b6473;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #0f2f50;
     border-radius: 0px !important;
     transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }
 @media screen and (prefers-reduced-motion: reduce) {
     .form-control {
         transition: none;
     }
 }
 .form-control::-ms-expand {
     background-color: transparent;
     border: 0;
 }
 .form-control:focus {
     color: #4b6473;
     background-color: #fff;
     border-color: #13abdb;
     outline: 0;
     box-shadow: 0 0 0 0rem rgba(19, 171, 219, 0.25);
 }
 .form-control::placeholder {
     color: #9db9d1;
     opacity: 1;
 }
 .form-control:disabled {
     background-color: #d9e2ed;
     opacity: 1;
 }
 select.form-control:not([size]):not([multiple]) {
     height: calc(2.15rem + 2px);
 }
 select.form-control:focus::-ms-value {
     color: #4b6473;
     background-color: #fff;
 }
 .form-control-lg {
     padding: 0.5rem 1rem;
     font-size: 1.4rem;
     line-height: 1.5;
     border-radius: 0.3rem;
 }
 select.form-control-lg:not([size]):not([multiple]) {
     height: calc(3.1rem + 2px);
 }
 .form-group {
     margin-bottom: 1rem;
 }
 .form-inline {
     display: flex;
     flex-flow: row wrap;
     align-items: center;
 }
 @media (min-width: 576px) {
     .form-inline label {
         display: flex;
         align-items: center;
         justify-content: center;
         margin-bottom: 0;
     }
     .form-inline .form-group {
         display: flex;
         flex: 0 0 auto;
         flex-flow: row wrap;
         align-items: center;
         margin-bottom: 0;
     }
     .form-inline .form-control {
         display: inline-block;
         width: auto;
         vertical-align: middle;
     }
     
     .form-inline .custom-select {
         width: auto;
     }
     .form-inline .custom-control {
         align-items: center;
         justify-content: center;
     }
     .form-inline .custom-control-label {
         margin-bottom: 0;
     }
 }
 .btn {
     display: inline-block;
     font-weight: 500;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     user-select: none;
     border: 2px solid transparent;
     padding: 0.375rem 1.4rem;
     font-size: 1rem;
     line-height: 1.4;
     border-radius: 500px;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }
 @media screen and (prefers-reduced-motion: reduce) {
     .btn {
         transition: none;
     }
 }
 .btn:hover,
 .btn:focus {
     text-decoration: none;
 }
 .btn:focus,
 .btn.focus {
     outline: 0;
     box-shadow: 0 0 0 0rem rgba(19, 171, 219, 0.25);
 }
 .btn.disabled,
 .btn:disabled {
     opacity: 0.65;
 }
 .btn:not(:disabled):not(.disabled) {
     cursor: pointer;
 }
 .btn:not(:disabled):not(.disabled):active,
 .btn:not(:disabled):not(.disabled).active {
     background-image: none;
 }
 a.btn.disabled,
 fieldset:disabled a.btn {
     pointer-events: none;
 }
 .btn-primary {
     color: #fff;
     background-color: #13abdb;
     border-color: #13abdb;
 }
 .btn-primary:hover {
     color: #fff;
     background-color: #1090b8;
     border-color: #0f86ac;
 }
 .btn-primary:focus,
 .btn-primary.focus {
     box-shadow: 0 0 0 0rem rgba(19, 171, 219, 0.5);
 }
 .btn-primary.disabled,
 .btn-primary:disabled {
     color: #fff;
     background-color: #13abdb;
     border-color: #13abdb;
 }
 .btn-primary:not(:disabled):not(.disabled):active,
 .btn-primary:not(:disabled):not(.disabled).active,
 .show > .btn-primary.dropdown-toggle {
     color: #fff;
     background-color: #0f86ac;
     border-color: #0e7da0;
 }
 .btn-primary:not(:disabled):not(.disabled):active:focus,
 .btn-primary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-primary.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(19, 171, 219, 0.5);
 }
 .btn-secondary {
     color: #fff;
     background-color: #027bb8;
     border-color: #027bb8;
 }
 .btn-secondary:hover {
     color: #fff;
     background-color: #026292;
     border-color: #015986;
 }
 .btn-secondary:focus,
 .btn-secondary.focus {
     box-shadow: 0 0 0 0rem rgba(2, 123, 184, 0.5);
 }
 .btn-secondary.disabled,
 .btn-secondary:disabled {
     color: #fff;
     background-color: #027bb8;
     border-color: #027bb8;
 }
 .btn-secondary:not(:disabled):not(.disabled):active,
 .btn-secondary:not(:disabled):not(.disabled).active,
 .show > .btn-secondary.dropdown-toggle {
     color: #fff;
     background-color: #015986;
     border-color: #015179;
 }
 .btn-secondary:not(:disabled):not(.disabled):active:focus,
 .btn-secondary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-secondary.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(2, 123, 184, 0.5);
 }
 .btn-success {
     color: #fff;
     background-color: #2eb4a6;
     border-color: #2eb4a6;
 }
 .btn-success:hover {
     color: #fff;
     background-color: #26968a;
     border-color: #248b81;
 }
 .btn-success:focus,
 .btn-success.focus {
     box-shadow: 0 0 0 0rem rgba(46, 180, 166, 0.5);
 }
 .btn-success.disabled,
 .btn-success:disabled {
     color: #fff;
     background-color: #2eb4a6;
     border-color: #2eb4a6;
 }
 .btn-success:not(:disabled):not(.disabled):active,
 .btn-success:not(:disabled):not(.disabled).active,
 .show > .btn-success.dropdown-toggle {
     color: #fff;
     background-color: #248b81;
     border-color: #218177;
 }
 .btn-success:not(:disabled):not(.disabled):active:focus,
 .btn-success:not(:disabled):not(.disabled).active:focus,
 .show > .btn-success.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(46, 180, 166, 0.5);
 }
 .btn-light {
     color: #293c44;
     background-color: #f6f7fa;
     border-color: #f6f7fa;
 }
 .btn-light:hover {
     color: #293c44;
     background-color: #dde1ec;
     border-color: #d5dae8;
 }
 .btn-light:focus,
 .btn-light.focus {
     box-shadow: 0 0 0 0rem rgba(246, 247, 250, 0.5);
 }
 .btn-light.disabled,
 .btn-light:disabled {
     color: #293c44;
     background-color: #f6f7fa;
     border-color: #f6f7fa;
 }
 .btn-light:not(:disabled):not(.disabled):active,
 .btn-light:not(:disabled):not(.disabled).active,
 .show > .btn-light.dropdown-toggle {
     color: #293c44;
     background-color: #d5dae8;
     border-color: #cdd3e3;
 }
 .btn-light:not(:disabled):not(.disabled):active:focus,
 .btn-light:not(:disabled):not(.disabled).active:focus,
 .show > .btn-light.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(246, 247, 250, 0.5);
 }
 .btn-dark {
     color: #fff;
     background-color: #4a6275;
     border-color: #4a6275;
 }
 .btn-dark:hover {
     color: #fff;
     background-color: #3b4e5e;
     border-color: #364856;
 }
 .btn-dark:focus,
 .btn-dark.focus {
     box-shadow: 0 0 0 0rem rgba(74, 98, 117, 0.5);
 }
 .btn-dark.disabled,
 .btn-dark:disabled {
     color: #fff;
     background-color: #4a6275;
     border-color: #4a6275;
 }
 .btn-dark:not(:disabled):not(.disabled):active,
 .btn-dark:not(:disabled):not(.disabled).active,
 .show > .btn-dark.dropdown-toggle {
     color: #fff;
     background-color: #364856;
     border-color: #31414e;
 }
 .btn-dark:not(:disabled):not(.disabled):active:focus,
 .btn-dark:not(:disabled):not(.disabled).active:focus,
 .show > .btn-dark.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(74, 98, 117, 0.5);
 }
 .btn-blue {
     color: #fff;
     background-color: #027bb8;
     border-color: #027bb8;
 }
 .btn-blue:hover {
     color: #fff;
     background-color: #026292;
     border-color: #015986;
 }
 .btn-blue:focus,
 .btn-blue.focus {
     box-shadow: 0 0 0 0rem rgba(2, 123, 184, 0.5);
 }
 .btn-blue.disabled,
 .btn-blue:disabled {
     color: #fff;
     background-color: #027bb8;
     border-color: #027bb8;
 }
 .btn-blue:not(:disabled):not(.disabled):active,
 .btn-blue:not(:disabled):not(.disabled).active,
 .show > .btn-blue.dropdown-toggle {
     color: #fff;
     background-color: #015986;
     border-color: #015179;
 }
 .btn-blue:not(:disabled):not(.disabled):active:focus,
 .btn-blue:not(:disabled):not(.disabled).active:focus,
 .show > .btn-blue.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(2, 123, 184, 0.5);
 }
 .btn-brightblue {
     color: #fff;
     background-color: #13abdb;
     border-color: #13abdb;
 }
 .btn-brightblue:hover {
     color: #fff;
     background-color: #1090b8;
     border-color: #0f86ac;
 }
 .btn-brightblue:focus,
 .btn-brightblue.focus {
     box-shadow: 0 0 0 0rem rgba(19, 171, 219, 0.5);
 }
 .btn-brightblue.disabled,
 .btn-brightblue:disabled {
     color: #fff;
     background-color: #13abdb;
     border-color: #13abdb;
 }
 .btn-brightblue:not(:disabled):not(.disabled):active,
 .btn-brightblue:not(:disabled):not(.disabled).active,
 .show > .btn-brightblue.dropdown-toggle {
     color: #fff;
     background-color: #0f86ac;
     border-color: #0e7da0;
 }
 .btn-brightblue:not(:disabled):not(.disabled):active:focus,
 .btn-brightblue:not(:disabled):not(.disabled).active:focus,
 .show > .btn-brightblue.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(19, 171, 219, 0.5);
 }
 .btn-darkblue {
     color: #fff;
     background-color: #0f2f50;
     border-color: #0f2f50;
 }
 .btn-darkblue:hover {
     color: #fff;
     background-color: #091c30;
     border-color: #071625;
 }
 .btn-darkblue:focus,
 .btn-darkblue.focus {
     box-shadow: 0 0 0 0rem rgba(15, 47, 80, 0.5);
 }
 .btn-darkblue.disabled,
 .btn-darkblue:disabled {
     color: #fff;
     background-color: #0f2f50;
     border-color: #0f2f50;
 }
 .btn-darkblue:not(:disabled):not(.disabled):active,
 .btn-darkblue:not(:disabled):not(.disabled).active,
 .show > .btn-darkblue.dropdown-toggle {
     color: #fff;
     background-color: #071625;
     border-color: #050f1a;
 }
 .btn-darkblue:not(:disabled):not(.disabled):active:focus,
 .btn-darkblue:not(:disabled):not(.disabled).active:focus,
 .show > .btn-darkblue.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(15, 47, 80, 0.5);
 }
 .btn-orange {
     color: #fff;
     background-color: #f06947;
     border-color: #f06947;
 }
 .btn-orange:hover {
     color: #fff;
     background-color: #ed4c24;
     border-color: #ec4318;
 }
 .btn-orange:focus,
 .btn-orange.focus {
     box-shadow: 0 0 0 0rem rgba(240, 105, 71, 0.5);
 }
 .btn-orange.disabled,
 .btn-orange:disabled {
     color: #fff;
     background-color: #f06947;
     border-color: #f06947;
 }
 .btn-orange:not(:disabled):not(.disabled):active,
 .btn-orange:not(:disabled):not(.disabled).active,
 .show > .btn-orange.dropdown-toggle {
     color: #fff;
     background-color: #ec4318;
     border-color: #e53d13;
 }
 .btn-orange:not(:disabled):not(.disabled):active:focus,
 .btn-orange:not(:disabled):not(.disabled).active:focus,
 .show > .btn-orange.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(240, 105, 71, 0.5);
 }
 .btn-teal {
     color: #fff;
     background-color: #2eb4a6;
     border-color: #2eb4a6;
 }
 .btn-teal:hover {
     color: #fff;
     background-color: #26968a;
     border-color: #248b81;
 }
 .btn-teal:focus,
 .btn-teal.focus {
     box-shadow: 0 0 0 0rem rgba(46, 180, 166, 0.5);
 }
 .btn-teal.disabled,
 .btn-teal:disabled {
     color: #fff;
     background-color: #2eb4a6;
     border-color: #2eb4a6;
 }
 .btn-teal:not(:disabled):not(.disabled):active,
 .btn-teal:not(:disabled):not(.disabled).active,
 .show > .btn-teal.dropdown-toggle {
     color: #fff;
     background-color: #248b81;
     border-color: #218177;
 }
 .btn-teal:not(:disabled):not(.disabled):active:focus,
 .btn-teal:not(:disabled):not(.disabled).active:focus,
 .show > .btn-teal.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(46, 180, 166, 0.5);
 }
 .btn-white {
     color: #293c44;
     background-color: #fff;
     border-color: #fff;
 }
 .btn-white:hover {
     color: #293c44;
     background-color: #ececec;
     border-color: #e6e6e6;
 }
 .btn-white:focus,
 .btn-white.focus {
     box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.5);
 }
 .btn-white.disabled,
 .btn-white:disabled {
     color: #293c44;
     background-color: #fff;
     border-color: #fff;
 }
 .btn-white:not(:disabled):not(.disabled):active,
 .btn-white:not(:disabled):not(.disabled).active,
 .show > .btn-white.dropdown-toggle {
     color: #293c44;
     background-color: #e6e6e6;
     border-color: #dfdfdf;
 }
 .btn-white:not(:disabled):not(.disabled):active:focus,
 .btn-white:not(:disabled):not(.disabled).active:focus,
 .show > .btn-white.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.5);
 }
 .btn-gray-400 {
     color: #293c44;
     background-color: #bacede;
     border-color: #bacede;
 }
 .btn-gray-400:hover {
     color: #293c44;
     background-color: #a0bcd2;
     border-color: #98b6ce;
 }
 .btn-gray-400:focus,
 .btn-gray-400.focus {
     box-shadow: 0 0 0 0rem rgba(186, 206, 222, 0.5);
 }
 .btn-gray-400.disabled,
 .btn-gray-400:disabled {
     color: #293c44;
     background-color: #bacede;
     border-color: #bacede;
 }
 .btn-gray-400:not(:disabled):not(.disabled):active,
 .btn-gray-400:not(:disabled):not(.disabled).active,
 .show > .btn-gray-400.dropdown-toggle {
     color: #293c44;
     background-color: #98b6ce;
     border-color: #8fafc9;
 }
 .btn-gray-400:not(:disabled):not(.disabled):active:focus,
 .btn-gray-400:not(:disabled):not(.disabled).active:focus,
 .show > .btn-gray-400.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(186, 206, 222, 0.5);
 }
 .btn-gray-700 {
     color: #fff;
     background-color: #617f92;
     border-color: #617f92;
 }
 .btn-gray-700:hover {
     color: #fff;
     background-color: #526b7b;
     border-color: #4d6473;
 }
 .btn-gray-700:focus,
 .btn-gray-700.focus {
     box-shadow: 0 0 0 0rem rgba(97, 127, 146, 0.5);
 }
 .btn-gray-700.disabled,
 .btn-gray-700:disabled {
     color: #fff;
     background-color: #617f92;
     border-color: #617f92;
 }
 .btn-gray-700:not(:disabled):not(.disabled):active,
 .btn-gray-700:not(:disabled):not(.disabled).active,
 .show > .btn-gray-700.dropdown-toggle {
     color: #fff;
     background-color: #4d6473;
     border-color: #485e6c;
 }
 .btn-gray-700:not(:disabled):not(.disabled):active:focus,
 .btn-gray-700:not(:disabled):not(.disabled).active:focus,
 .show > .btn-gray-700.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(97, 127, 146, 0.5);
 }
 .btn-outline-primary {
     color: #13abdb;
     background-color: transparent;
     background-image: none;
     border-color: #13abdb;
 }
 .btn-outline-primary:hover {
     color: #fff;
     background-color: #13abdb;
     border-color: #13abdb;
 }
 .btn-outline-primary:focus,
 .btn-outline-primary.focus {
     box-shadow: 0 0 0 0rem rgba(19, 171, 219, 0.5);
 }
 .btn-outline-primary.disabled,
 .btn-outline-primary:disabled {
     color: #13abdb;
     background-color: transparent;
 }
 .btn-outline-primary:not(:disabled):not(.disabled):active,
 .btn-outline-primary:not(:disabled):not(.disabled).active,
 .show > .btn-outline-primary.dropdown-toggle {
     color: #fff;
     background-color: #13abdb;
     border-color: #13abdb;
 }
 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-primary.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(19, 171, 219, 0.5);
 }
 .btn-outline-secondary {
     color: #027bb8;
     background-color: transparent;
     background-image: none;
     border-color: #027bb8;
 }
 .btn-outline-secondary:hover {
     color: #fff;
     background-color: #027bb8;
     border-color: #027bb8;
 }
 .btn-outline-secondary:focus,
 .btn-outline-secondary.focus {
     box-shadow: 0 0 0 0rem rgba(2, 123, 184, 0.5);
 }
 .btn-outline-secondary.disabled,
 .btn-outline-secondary:disabled {
     color: #027bb8;
     background-color: transparent;
 }
 .btn-outline-secondary:not(:disabled):not(.disabled):active,
 .btn-outline-secondary:not(:disabled):not(.disabled).active,
 .show > .btn-outline-secondary.dropdown-toggle {
     color: #fff;
     background-color: #027bb8;
     border-color: #027bb8;
 }
 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-secondary.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(2, 123, 184, 0.5);
 }
 .btn-outline-light {
     color: #f6f7fa;
     background-color: transparent;
     background-image: none;
     border-color: #f6f7fa;
 }
 .btn-outline-light:hover {
     color: #293c44;
     background-color: #f6f7fa;
     border-color: #f6f7fa;
 }
 .btn-outline-light:focus,
 .btn-outline-light.focus {
     box-shadow: 0 0 0 0rem rgba(246, 247, 250, 0.5);
 }
 .btn-outline-light.disabled,
 .btn-outline-light:disabled {
     color: #f6f7fa;
     background-color: transparent;
 }
 .btn-outline-light:not(:disabled):not(.disabled):active,
 .btn-outline-light:not(:disabled):not(.disabled).active,
 .show > .btn-outline-light.dropdown-toggle {
     color: #293c44;
     background-color: #f6f7fa;
     border-color: #f6f7fa;
 }
 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-light.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(246, 247, 250, 0.5);
 }
 .btn-outline-dark {
     color: #4a6275;
     background-color: transparent;
     background-image: none;
     border-color: #4a6275;
 }
 .btn-outline-dark:hover {
     color: #fff;
     background-color: #4a6275;
     border-color: #4a6275;
 }
 .btn-outline-dark:focus,
 .btn-outline-dark.focus {
     box-shadow: 0 0 0 0rem rgba(74, 98, 117, 0.5);
 }
 .btn-outline-dark.disabled,
 .btn-outline-dark:disabled {
     color: #4a6275;
     background-color: transparent;
 }
 .btn-outline-dark:not(:disabled):not(.disabled):active,
 .btn-outline-dark:not(:disabled):not(.disabled).active,
 .show > .btn-outline-dark.dropdown-toggle {
     color: #fff;
     background-color: #4a6275;
     border-color: #4a6275;
 }
 .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-dark.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(74, 98, 117, 0.5);
 }
 .btn-outline-blue {
     color: #027bb8;
     background-color: transparent;
     background-image: none;
     border-color: #027bb8;
 }
 .btn-outline-blue:hover {
     color: #fff;
     background-color: #027bb8;
     border-color: #027bb8;
 }
 .btn-outline-blue:focus,
 .btn-outline-blue.focus {
     box-shadow: 0 0 0 0rem rgba(2, 123, 184, 0.5);
 }
 .btn-outline-blue.disabled,
 .btn-outline-blue:disabled {
     color: #027bb8;
     background-color: transparent;
 }
 .btn-outline-blue:not(:disabled):not(.disabled):active,
 .btn-outline-blue:not(:disabled):not(.disabled).active,
 .show > .btn-outline-blue.dropdown-toggle {
     color: #fff;
     background-color: #027bb8;
     border-color: #027bb8;
 }
 .btn-outline-blue:not(:disabled):not(.disabled):active:focus,
 .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-blue.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(2, 123, 184, 0.5);
 }
 .btn-outline-darkblue {
     color: #0f2f50;
     background-color: transparent;
     background-image: none;
     border-color: #0f2f50;
 }
 .btn-outline-darkblue:hover {
     color: #fff;
     background-color: #0f2f50;
     border-color: #0f2f50;
 }
 .btn-outline-darkblue:focus,
 .btn-outline-darkblue.focus {
     box-shadow: 0 0 0 0rem rgba(15, 47, 80, 0.5);
 }
 .btn-outline-darkblue.disabled,
 .btn-outline-darkblue:disabled {
     color: #0f2f50;
     background-color: transparent;
 }
 .btn-outline-darkblue:not(:disabled):not(.disabled):active,
 .btn-outline-darkblue:not(:disabled):not(.disabled).active,
 .show > .btn-outline-darkblue.dropdown-toggle {
     color: #fff;
     background-color: #0f2f50;
     border-color: #0f2f50;
 }
 .btn-outline-darkblue:not(:disabled):not(.disabled):active:focus,
 .btn-outline-darkblue:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-darkblue.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(15, 47, 80, 0.5);
 }
 .btn-outline-orange {
     color: #f06947;
     background-color: transparent;
     background-image: none;
     border-color: #f06947;
 }
 .btn-outline-orange:hover {
     color: #fff;
     background-color: #f06947;
     border-color: #f06947;
 }
 .btn-outline-orange:focus,
 .btn-outline-orange.focus {
     box-shadow: 0 0 0 0rem rgba(240, 105, 71, 0.5);
 }
 .btn-outline-orange.disabled,
 .btn-outline-orange:disabled {
     color: #f06947;
     background-color: transparent;
 }
 .btn-outline-orange:not(:disabled):not(.disabled):active,
 .btn-outline-orange:not(:disabled):not(.disabled).active,
 .show > .btn-outline-orange.dropdown-toggle {
     color: #fff;
     background-color: #f06947;
     border-color: #f06947;
 }
 .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
 .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-orange.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(240, 105, 71, 0.5);
 }
 .btn-outline-teal {
     color: #2eb4a6;
     background-color: transparent;
     background-image: none;
     border-color: #2eb4a6;
 }
 .btn-outline-teal:hover {
     color: #fff;
     background-color: #2eb4a6;
     border-color: #2eb4a6;
 }
 .btn-outline-teal:focus,
 .btn-outline-teal.focus {
     box-shadow: 0 0 0 0rem rgba(46, 180, 166, 0.5);
 }
 .btn-outline-teal.disabled,
 .btn-outline-teal:disabled {
     color: #2eb4a6;
     background-color: transparent;
 }
 .btn-outline-teal:not(:disabled):not(.disabled):active,
 .btn-outline-teal:not(:disabled):not(.disabled).active,
 .show > .btn-outline-teal.dropdown-toggle {
     color: #fff;
     background-color: #2eb4a6;
     border-color: #2eb4a6;
 }
 .btn-outline-teal:not(:disabled):not(.disabled):active:focus,
 .btn-outline-teal:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-teal.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(46, 180, 166, 0.5);
 }
 .btn-outline-white {
     color: #fff;
     background-color: transparent;
     background-image: none;
     border-color: #fff;
 }
 .btn-outline-white:hover {
     color: #293c44;
     background-color: #fff;
     border-color: #fff;
 }
 .btn-outline-white:focus,
 .btn-outline-white.focus {
     box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.5);
 }
 .btn-outline-white.disabled,
 .btn-outline-white:disabled {
     color: #fff;
     background-color: transparent;
 }
 .btn-outline-white:not(:disabled):not(.disabled):active,
 .btn-outline-white:not(:disabled):not(.disabled).active,
 .show > .btn-outline-white.dropdown-toggle {
     color: #293c44;
     background-color: #fff;
     border-color: #fff;
 }
 .btn-outline-white:not(:disabled):not(.disabled):active:focus,
 .btn-outline-white:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-white.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.5);
 }
 .btn-sm,
 .btn-group-sm > .btn {
     padding: 0.125rem 0.5rem;
     font-size: 0.8rem;
     line-height: 1.5;
     border-radius: 0.2rem;
 }
 .fade {
     transition: opacity 0.15s linear;
 }
 @media screen and (prefers-reduced-motion: reduce) {
     .fade {
         transition: none;
     }
 }
 .fade:not(.show) {
     opacity: 0;
 }
 .collapse:not(.show) {
     display: none;
 }
 .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;
 }
 .dropdown-toggle:empty::after {
     margin-left: 0;
 }
 .btn-group {
     position: relative;
     display: inline-flex;
     vertical-align: middle;
 }
 .btn-group > .btn {
     position: relative;
     flex: 0 1 auto;
 }
 .btn-group > .btn:hover {
     z-index: 1;
 }
 .btn-group > .btn:focus,
 .btn-group > .btn:active,
 .btn-group > .btn.active {
     z-index: 1;
 }
 .btn-group .btn + .btn,
 .btn-group .btn + .btn-group,
 .btn-group .btn-group + .btn,
 .btn-group .btn-group + .btn-group {
     margin-left: -2px;
 }
 .btn-group > .btn:first-child {
     margin-left: 0;
 }
 .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
 .btn-group > .btn-group:not(:last-child) > .btn {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
 }
 .btn-group > .btn:not(:first-child),
 .btn-group > .btn-group:not(:first-child) > .btn {
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
 }
 .custom-control {
     position: relative;
     display: block;
     min-height: 1.4rem;
     padding-left: 1.5rem;
 }
 .custom-control-input {
     position: absolute;
     z-index: -1;
     opacity: 0;
 }
 .custom-control-input:checked ~ .custom-control-label::before {
     color: #fff;
     background-color: #13abdb;
 }
 .custom-control-input:focus ~ .custom-control-label::before {
     box-shadow: 0 0 0 1px #fff, 0 0 0 0rem rgba(19, 171, 219, 0.25);
 }
 .custom-control-input:active ~ .custom-control-label::before {
     color: #fff;
     background-color: #a9e5f8;
 }
 .custom-control-input:disabled ~ .custom-control-label {
     color: #809eb4;
 }
 .custom-control-input:disabled ~ .custom-control-label::before {
     background-color: #d9e2ed;
 }
 .custom-control-label {
     position: relative;
     margin-bottom: 0;
 }
 .custom-control-label::before {
     position: absolute;
     top: 0.2rem;
     left: -1.5rem;
     display: block;
     width: 1rem;
     height: 1rem;
     pointer-events: none;
     content: "";
     user-select: none;
     background-color: #cfdbe8;
 }
 .custom-control-label::after {
     position: absolute;
     top: 0.2rem;
     left: -1.5rem;
     display: block;
     width: 1rem;
     height: 1rem;
     content: "";
     background-repeat: no-repeat;
     background-position: center center;
     background-size: 50% 50%;
 }
 .custom-radio .custom-control-label::before {
     border-radius: 50%;
 }
 .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
     background-color: #13abdb;
 }
 .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
     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");
 }
 .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
     background-color: rgba(19, 171, 219, 0.5);
 }
 .custom-select {
     display: inline-block;
     width: 100%;
     height: calc(2.15rem + 2px);
     padding: 0.375rem 1.75rem 0.375rem 0.75rem;
     line-height: 1.4;
     color: #4b6473;
     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='%234B6473' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
     background-size: 8px 10px;
     border: 1px solid #0f2f50;
     border-radius: 6px !important;
     appearance: none;
 }
 .custom-select:focus {
     border-color: #13abdb;
     outline: 0;
     box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(19, 171, 219, 0.5);
 }
 .custom-select:focus::-ms-value {
     color: #4b6473;
     background-color: #fff;
 }
 .custom-select[multiple],
 .custom-select[size]:not([size="1"]) {
     height: auto;
     padding-right: 0.75rem;
     background-image: none;
 }
 .custom-select:disabled {
     color: #809eb4;
     background-color: #d9e2ed;
 }
 .custom-select::-ms-expand {
     opacity: 0;
 }
 .nav {
     display: flex;
     flex-wrap: wrap;
     padding-left: 0;
     margin-bottom: 0;
     list-style: none;
 }
 .nav-link {
     display: block;
     padding: 0.5rem 1rem;
 }
 .nav-link:hover,
 .nav-link:focus {
     text-decoration: none;
 }
 .nav-link.disabled {
     color: #809eb4;
 }
 .nav-pills .nav-link {
     border-radius: 0.3rem;
 }
 .nav-pills .nav-link.active,
 .nav-pills .show > .nav-link {
     color: #fff;
     background-color: #13abdb;
 }
 .tab-content > .tab-pane {
     display: none;
 }
 .tab-content > .active {
     display: block;
 }
 .navbar {
     position: relative;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
     padding: 0.5rem 1rem;
 }
 .navbar > .container,
 .navbar > .container-fluid {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
 }
 .navbar-brand {
     display: inline-block;
     padding-top: 0.22rem;
     padding-bottom: 0.22rem;
     margin-right: 1rem;
     font-size: 1.4rem;
     line-height: inherit;
     white-space: nowrap;
 }
 .navbar-brand:hover,
 .navbar-brand:focus {
     text-decoration: none;
 }
 .navbar-nav {
     display: flex;
     flex-direction: column;
     padding-left: 0;
     margin-bottom: 0;
     list-style: none;
 }
 .navbar-nav .nav-link {
     padding-right: 0;
     padding-left: 0;
 }
 .navbar-collapse {
     flex-basis: 100%;
     flex-grow: 1;
     align-items: center;
 }
 .navbar-toggler {
     padding: 0.25rem 0.75rem;
     font-size: 1.4rem;
     line-height: 1;
     background-color: transparent;
     border: 1px solid transparent;
     border-radius: 500px;
 }
 .navbar-toggler:hover,
 .navbar-toggler:focus {
     text-decoration: none;
 }
 .navbar-toggler:not(:disabled):not(.disabled) {
     cursor: pointer;
 }
 .navbar-toggler-icon {
     display: inline-block;
     width: 1.5em;
     height: 1.5em;
     vertical-align: middle;
     content: "";
     background: no-repeat center center;
     background-size: 100% 100%;
 }
 @media (max-width: 575.98px) {
     .navbar-expand-sm > .container,
     .navbar-expand-sm > .container-fluid {
         padding-right: 0;
         padding-left: 0;
     }
 }
 @media (min-width: 576px) {
     .navbar-expand-sm {
         flex-flow: row nowrap;
         justify-content: flex-start;
     }
     .navbar-expand-sm .navbar-nav {
         flex-direction: row;
     }
     .navbar-expand-sm .navbar-nav .nav-link {
         padding-right: 0.5rem;
         padding-left: 0.5rem;
     }
     .navbar-expand-sm > .container,
     .navbar-expand-sm > .container-fluid {
         flex-wrap: nowrap;
     }
     .navbar-expand-sm .navbar-collapse {
         display: flex !important;
         flex-basis: auto;
     }
     .navbar-expand-sm .navbar-toggler {
         display: none;
     }
 }
 @media (max-width: 767.98px) {
     .navbar-expand-md > .container,
     .navbar-expand-md > .container-fluid {
         padding-right: 0;
         padding-left: 0;
     }
 }
 @media (min-width: 768px) {
     .navbar-expand-md {
         flex-flow: row nowrap;
         justify-content: flex-start;
     }
     .navbar-expand-md .navbar-nav {
         flex-direction: row;
     }
     .navbar-expand-md .navbar-nav .nav-link {
         padding-right: 0.5rem;
         padding-left: 0.5rem;
     }
     .navbar-expand-md > .container,
     .navbar-expand-md > .container-fluid {
         flex-wrap: nowrap;
     }
     .navbar-expand-md .navbar-collapse {
         display: flex !important;
         flex-basis: auto;
     }
     .navbar-expand-md .navbar-toggler {
         display: none;
     }
 }
 @media (max-width: 991.98px) {
     .navbar-expand-lg > .container,
     .navbar-expand-lg > .container-fluid {
         padding-right: 0;
         padding-left: 0;
     }
 }
 @media (min-width: 992px) {
     .navbar-expand-lg {
         flex-flow: row nowrap;
         justify-content: flex-start;
     }
     .navbar-expand-lg .navbar-nav {
         flex-direction: row;
     }
     .navbar-expand-lg .navbar-nav .nav-link {
         padding-right: 0.5rem;
         padding-left: 0.5rem;
     }
     .navbar-expand-lg > .container,
     .navbar-expand-lg > .container-fluid {
         flex-wrap: nowrap;
     }
     .navbar-expand-lg .navbar-collapse {
         display: flex !important;
         flex-basis: auto;
     }
     .navbar-expand-lg .navbar-toggler {
         display: none;
     }
 }
 .navbar-light .navbar-brand {
     color: rgba(0, 0, 0, 0.9);
 }
 .navbar-light .navbar-brand:hover,
 .navbar-light .navbar-brand:focus {
     color: rgba(0, 0, 0, 0.9);
 }
 .navbar-light .navbar-nav .nav-link {
     color: rgba(0, 0, 0, 0.5);
 }
 .navbar-light .navbar-nav .nav-link:hover,
 .navbar-light .navbar-nav .nav-link:focus {
     color: rgba(0, 0, 0, 0.7);
 }
 .navbar-light .navbar-nav .nav-link.disabled {
     color: rgba(0, 0, 0, 0.3);
 }
 .navbar-light .navbar-nav .show > .nav-link,
 .navbar-light .navbar-nav .active > .nav-link,
 .navbar-light .navbar-nav .nav-link.show,
 .navbar-light .navbar-nav .nav-link.active {
     color: rgba(0, 0, 0, 0.9);
 }
 .navbar-light .navbar-toggler {
     color: rgba(0, 0, 0, 0.5);
     border-color: rgba(0, 0, 0, 0.1);
 }
 .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");
 }
 .navbar-dark .navbar-brand {
     color: #fff;
 }
 .navbar-dark .navbar-brand:hover,
 .navbar-dark .navbar-brand:focus {
     color: #fff;
 }
 .navbar-dark .navbar-nav .nav-link {
     color: rgba(255, 255, 255, 0.5);
 }
 .navbar-dark .navbar-nav .nav-link:hover,
 .navbar-dark .navbar-nav .nav-link:focus {
     color: rgba(255, 255, 255, 0.75);
 }
 .navbar-dark .navbar-nav .nav-link.disabled {
     color: rgba(255, 255, 255, 0.25);
 }
 .navbar-dark .navbar-nav .show > .nav-link,
 .navbar-dark .navbar-nav .active > .nav-link,
 .navbar-dark .navbar-nav .nav-link.show,
 .navbar-dark .navbar-nav .nav-link.active {
     color: #fff;
 }
 .navbar-dark .navbar-toggler {
     color: rgba(255, 255, 255, 0.5);
     border-color: rgba(255, 255, 255, 0.1);
 }
 .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");
 }
 .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.3rem;
 }
 .card > hr {
     margin-right: 0;
     margin-left: 0;
 }
 .card-body {
     flex: 1 1 auto;
     padding: 1.25rem;
 }
 .card-title {
     margin-bottom: 0.75rem;
 }
 .card-text:last-child {
     margin-bottom: 0;
 }
 .card-link:hover {
     text-decoration: none;
 }
 .card-link + .card-link {
     margin-left: 1.25rem;
 }
 .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);
 }
 .card-header:first-child {
     border-radius: calc(0.3rem - 1px) calc(0.3rem - 1px) 0 0;
 }
 .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);
 }
 .card-footer:last-child {
     border-radius: 0 0 calc(0.3rem - 1px) calc(0.3rem - 1px);
 }
 .card-img-top {
     width: 100%;
     border-top-left-radius: calc(0.3rem - 1px);
     border-top-right-radius: calc(0.3rem - 1px);
 }
 .breadcrumb {
     display: flex;
     flex-wrap: wrap;
     padding: 0.75rem 1rem;
     margin-bottom: 1rem;
     list-style: none;
     background-color: #d9e2ed;
     border-radius: 0.3rem;
 }
 .badge {
     display: inline-block;
     padding: 0.25em 0.4em;
     font-size: 85%;
     font-weight: 400;
     line-height: 1;
     text-align: center;
     white-space: nowrap;
     vertical-align: baseline;
     border-radius: 0.3rem;
 }
 .badge:empty {
     display: none;
 }
 .btn .badge {
     position: relative;
     top: -1px;
 }
 .badge-success {
     color: #fff;
     background-color: #2eb4a6;
 }
 .badge-success[href]:hover,
 .badge-success[href]:focus {
     color: #fff;
     text-decoration: none;
     background-color: #248b81;
 }
 .badge-teal {
     color: #fff;
     background-color: #2eb4a6;
 }
 .badge-teal[href]:hover,
 .badge-teal[href]:focus {
     color: #fff;
     text-decoration: none;
     background-color: #248b81;
 }
 .badge-white {
     color: #293c44;
     background-color: #fff;
 }
 .badge-white[href]:hover,
 .badge-white[href]:focus {
     color: #293c44;
     text-decoration: none;
     background-color: #e6e6e6;
 }
 .alert {
     position: relative;
     padding: 0.75rem 1.25rem;
     margin-bottom: 1rem;
     border: 1px solid transparent;
     border-radius: 0.3rem;
 }
 .alert-dismissible {
     padding-right: 4rem;
 }
 .alert-dismissible .close {
     position: absolute;
     top: 0;
     right: 0;
     padding: 0.75rem 1.25rem;
     color: inherit;
 }
 .alert-success {
     color: #185e56;
     background-color: #d5f0ed;
     border-color: #c4eae6;
 }
 .alert-success hr {
     border-top-color: #b1e3de;
 }
 .alert-warning {
     color: #7c3728;
     background-color: #fce1db;
     border-color: #fad5cd;
 }
 .alert-warning hr {
     border-top-color: #f8c2b6;
 }
 .alert-danger {
     color: #6c212c;
     background-color: #f5d9dd;
     border-color: #f2c9cf;
 }
 .alert-danger hr {
     border-top-color: #edb4bd;
 }
 .alert-dark {
     color: #26333d;
     background-color: #dbe0e3;
     border-color: #ccd3d8;
 }
 .alert-dark hr {
     border-top-color: #bec7cd;
 }
 .alert-blue {
     color: #014060;
     background-color: #cce5f1;
     border-color: #b8daeb;
 }
 .alert-blue hr {
     border-top-color: #a4d0e5;
 }
 .alert-gray-200 {
     color: #71767b;
     background-color: #f7f9fb;
     border-color: #f4f7fa;
 }
 .alert-gray-200 hr {
     border-top-color: #e2eaf2;
 }
 @keyframes progress-bar-stripes {
     from {
         background-position: 1rem 0;
     }
     to {
         background-position: 0 0;
     }
 }
 .media {
     display: flex;
     align-items: flex-start;
 }
 .list-group {
     display: flex;
     flex-direction: column;
     padding-left: 0;
     margin-bottom: 0;
 }
 .close {
     float: right;
     font-size: 1.5rem;
     font-weight: 700;
     line-height: 1;
     color: #000;
     text-shadow: 0 1px 0 #fff;
     opacity: 0.5;
 }
 .close:hover,
 .close:focus {
     color: #000;
     text-decoration: none;
     opacity: 0.75;
 }
 .close:not(:disabled):not(.disabled) {
     cursor: pointer;
 }
 button.close {
     padding: 0;
     background-color: transparent;
     border: 0;
     -webkit-appearance: none;
 }
 .modal {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1050;
     display: none;
     overflow: hidden;
     outline: 0;
 }
 .modal-dialog {
     position: relative;
     width: auto;
     margin: 0.5rem;
     pointer-events: none;
 }
 .modal.fade .modal-dialog {
     transition: transform 0.3s ease-out;
     transform: translate(0, -25%);
 }
 @media screen and (prefers-reduced-motion: reduce) {
     .modal.fade .modal-dialog {
         transition: none;
     }
 }
 .modal.show .modal-dialog {
     transform: translate(0, 0);
 }
 .modal-dialog-centered {
     display: flex;
     align-items: center;
     min-height: calc(100% - (0.5rem * 2));
 }
 .modal-content {
     position: relative;
     display: flex;
     flex-direction: column;
     width: 100%;
     pointer-events: auto;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, 0.2);
     border-radius: 0.3rem;
     outline: 0;
 }
 .modal-body {
     position: relative;
     flex: 1 1 auto;
     padding: 1rem;
 }
 .modal-footer {
     display: flex;
     align-items: center;
     justify-content: flex-end;
     padding: 1rem;
     border-top: 1px solid #d9e2ed;
 }
 .modal-footer > :not(:first-child) {
     margin-left: 0.25rem;
 }
 .modal-footer > :not(:last-child) {
     margin-right: 0.25rem;
 }
 .font-style-italic{
    font-style: italic;
 }
 @media (min-width: 576px) {
     .modal-dialog {
         max-width: 500px;
         margin: 1.75rem auto;
     }
     .modal-dialog-centered {
         min-height: calc(100% - (1.75rem * 2));
     }
 }
 .tooltip {
     position: absolute;
     z-index: 1070;
     display: block;
     margin: 0;
     font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
     font-style: normal;
     font-weight: 400;
     line-height: 1.4;
     text-align: left;
     text-align: start;
     text-decoration: none;
     text-shadow: none;
     text-transform: none;
     letter-spacing: normal;
     word-break: normal;
     word-spacing: normal;
     white-space: normal;
     line-break: auto;
     font-size: 0.8rem;
     word-wrap: break-word;
     opacity: 0;
 }
 .tooltip.show {
     opacity: 0.9;
 }
 .tooltip .arrow {
     position: absolute;
     display: block;
     width: 0.8rem;
     height: 0.4rem;
 }
 .tooltip .arrow::before {
     position: absolute;
     content: "";
     border-color: transparent;
     border-style: solid;
 }
 .popover {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1060;
     display: block;
     max-width: 276px;
     font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
     font-style: normal;
     font-weight: 400;
     line-height: 1.4;
     text-align: left;
     text-align: start;
     text-decoration: none;
     text-shadow: none;
     text-transform: none;
     letter-spacing: normal;
     word-break: normal;
     word-spacing: normal;
     white-space: normal;
     line-break: auto;
     font-size: 0.8rem;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, 0.2);
     border-radius: 0.3rem;
 }
 .popover .arrow {
     position: absolute;
     display: block;
     width: 1rem;
     height: 0.5rem;
     margin: 0 0.3rem;
 }
 .popover .arrow::before,
 .popover .arrow::after {
     position: absolute;
     display: block;
     content: "";
     border-color: transparent;
     border-style: solid;
 }
 .carousel {
     position: relative;
 }
 .carousel-inner {
     position: relative;
     width: 100%;
     overflow: hidden;
 }
 .carousel-item {
     position: relative;
     display: none;
     align-items: center;
     width: 100%;
     transition: transform 0.6s ease;
     backface-visibility: hidden;
     perspective: 1000px;
 }
 @media screen and (prefers-reduced-motion: reduce) {
     .carousel-item {
         transition: none;
     }
 }
 .carousel-item.active {
     display: block;
 }
 .carousel-fade .carousel-item {
     opacity: 0;
     transition-duration: 0.6s;
     transition-property: opacity;
 }
 .carousel-fade .carousel-item.active {
     opacity: 1;
 }
 
 .carousel-fade .carousel-item.active {
     transform: translateX(0);
 }
 @supports (transform-style: preserve-3d) {
     
     .carousel-fade .carousel-item.active {
         transform: translate3d(0, 0, 0);
     }
 }
 .carousel-control-prev,
 .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;
 }
 .carousel-control-prev:hover,
 .carousel-control-prev:focus,
 .carousel-control-next:hover,
 .carousel-control-next:focus {
     color: #fff;
     text-decoration: none;
     outline: 0;
     opacity: 0.9;
 }
 .carousel-control-prev {
     left: 0;
 }
 .carousel-control-next {
     right: 0;
 }
 .carousel-control-prev-icon,
 .carousel-control-next-icon {
     display: inline-block;
     width: 20px;
     height: 20px;
     background: transparent no-repeat center center;
     background-size: 100% 100%;
 }
 .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");
 }
 .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");
 }
 .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;
 }
 .carousel-indicators li {
     position: relative;
     flex: 0 1 auto;
     width: 30px;
     height: 3px;
     margin-right: 3px;
     margin-left: 3px;
     text-indent: -999px;
     cursor: pointer;
     background-color: rgba(255, 255, 255, 0.5);
 }
 .carousel-indicators li::before {
     position: absolute;
     top: -10px;
     left: 0;
     display: inline-block;
     width: 100%;
     height: 10px;
     content: "";
 }
 .carousel-indicators li::after {
     position: absolute;
     bottom: -10px;
     left: 0;
     display: inline-block;
     width: 100%;
     height: 10px;
     content: "";
 }
 .carousel-indicators .active {
     background-color: #fff;
 }
 .bg-primary {
     background-color: #13abdb !important;
 }
 a.bg-primary:hover,
 a.bg-primary:focus,
 button.bg-primary:hover,
 button.bg-primary:focus {
     background-color: #0f86ac !important;
 }
 .bg-secondary {
     background-color: #027bb8 !important;
 }
 a.bg-secondary:hover,
 a.bg-secondary:focus,
 button.bg-secondary:hover,
 button.bg-secondary:focus {
     background-color: #015986 !important;
 }
 .bg-success {
     background-color: #2eb4a6 !important;
 }
 a.bg-success:hover,
 a.bg-success:focus,
 button.bg-success:hover,
 button.bg-success:focus {
     background-color: #248b81 !important;
 }
 .bg-light {
     background-color: #f6f7fa !important;
 }
 a.bg-light:hover,
 a.bg-light:focus,
 button.bg-light:hover,
 button.bg-light:focus {
     background-color: #d5dae8 !important;
 }
 .bg-dark {
     background-color: #4a6275 !important;
 }
 a.bg-dark:hover,
 a.bg-dark:focus,
 button.bg-dark:hover,
 button.bg-dark:focus {
     background-color: #364856 !important;
 }
 .bg-blue {
     background-color: #027bb8 !important;
 }
 a.bg-blue:hover,
 a.bg-blue:focus,
 button.bg-blue:hover,
 button.bg-blue:focus {
     background-color: #015986 !important;
 }
 .bg-brightblue {
     background-color: #13abdb !important;
 }
 a.bg-brightblue:hover,
 a.bg-brightblue:focus,
 button.bg-brightblue:hover,
 button.bg-brightblue:focus {
     background-color: #0f86ac !important;
 }
 .bg-darkblue {
     background-color: #0f2f50 !important;
 }
 a.bg-darkblue:hover,
 a.bg-darkblue:focus,
 button.bg-darkblue:hover,
 button.bg-darkblue:focus {
     background-color: #071625 !important;
 }
 .bg-orange {
     background-color: #f06947 !important;
 }
 a.bg-orange:hover,
 a.bg-orange:focus,
 button.bg-orange:hover,
 button.bg-orange:focus {
     background-color: #ec4318 !important;
 }
 .bg-teal {
     background-color: #2eb4a6 !important;
 }
 a.bg-teal:hover,
 a.bg-teal:focus,
 button.bg-teal:hover,
 button.bg-teal:focus {
     background-color: #248b81 !important;
 }
 .bg-green {
     background-color: #7cb938 !important;
 }
 a.bg-green:hover,
 a.bg-green:focus,
 button.bg-green:hover,
 button.bg-green:focus {
     background-color: #62922c !important;
 }
 .bg-white {
     background-color: #fff !important;
 }
 a.bg-white:hover,
 a.bg-white:focus,
 button.bg-white:hover,
 button.bg-white:focus {
     background-color: #e6e6e6 !important;
 }
 .bg-gray-100 {
     background-color: #edf0f5 !important;
 }
 a.bg-gray-100:hover,
 a.bg-gray-100:focus,
 button.bg-gray-100:hover,
 button.bg-gray-100:focus {
     background-color: #ccd5e3 !important;
 }
 .bg-gray-200 {
     background-color: #d9e2ed !important;
 }
 a.bg-gray-200:hover,
 a.bg-gray-200:focus,
 button.bg-gray-200:hover,
 button.bg-gray-200:focus {
     background-color: #b6c8dd !important;
 }
 .bg-gray-500 {
     background-color: #9db9d1 !important;
 }
 a.bg-gray-500:hover,
 a.bg-gray-500:focus,
 button.bg-gray-500:hover,
 button.bg-gray-500:focus {
     background-color: #7aa0c1 !important;
 }
 .bg-gray-600 {
     background-color: #809eb4 !important;
 }
 a.bg-gray-600:hover,
 a.bg-gray-600:focus,
 button.bg-gray-600:hover,
 button.bg-gray-600:focus {
     background-color: #6086a1 !important;
 }
 .bg-gray-700 {
     background-color: #617f92 !important;
 }
 a.bg-gray-700:hover,
 a.bg-gray-700:focus,
 button.bg-gray-700:hover,
 button.bg-gray-700:focus {
     background-color: #4d6473 !important;
 }
 .bg-white {
     background-color: #fff !important;
 }
 .bg-purple {
    background-color: #9b2c92 !important;
 }
 .border {
     border: 1px solid #cfdbe8 !important;
 }
 .border-top {
     border-top: 1px solid #cfdbe8 !important;
 }
 .border-right {
     border-right: 1px solid #cfdbe8 !important;
 }
 .border-bottom {
     border-bottom: 1px solid #cfdbe8 !important;
 }
 .border-left {
     border-left: 1px solid #cfdbe8 !important;
 }
 .border-top-0 {
     border-top: 0 !important;
 }
 .border-right-0 {
     border-right: 0 !important;
 }
 .border-left-0 {
     border-left: 0 !important;
 }
 .border-primary {
     border-color: #13abdb !important;
 }
 .border-secondary {
     border-color: #027bb8 !important;
 }
 .border-dark {
     border-color: #4a6275 !important;
 }
 .border-blue {
     border-color: #027bb8 !important;
 }
 .border-darkblue {
     border-color: #0f2f50 !important;
 }
 .border-teal {
     border-color: #2eb4a6 !important;
 }
 .border-white {
     border-color: #fff !important;
 }
 .border-gray-100 {
     border-color: #edf0f5 !important;
 }
 .border-gray-200 {
     border-color: #d9e2ed !important;
 }
 .border-gray-300 {
     border-color: #cfdbe8 !important;
 }
 .border-gray-400 {
     border-color: #bacede !important;
 }
 .border-gray-500 {
     border-color: #9db9d1 !important;
 }
 .border-gray-600 {
     border-color: #809eb4 !important;
 }
 .border-gray-700 {
     border-color: #617f92 !important;
 }
 .border-gray-800 {
     border-color: #4b6473 !important;
 }
 .border-gray-900 {
     border-color: #293c44 !important;
 }
 .border-white {
     border-color: #fff !important;
 }
 .rounded {
     border-radius: 0.3rem !important;
 }
 .rounded-right {
     border-top-right-radius: 0.3rem !important;
     border-bottom-right-radius: 0.3rem !important;
 }
 .rounded-bottom {
     border-bottom-right-radius: 0.3rem !important;
     border-bottom-left-radius: 0.3rem !important;
 }
 .rounded-circle {
     border-radius: 50% !important;
 }
 .rounded-0 {
     border-radius: 0 !important;
 }
 .d-none {
     display: none !important;
 }
 .d-inline-block {
     display: inline-block !important;
 }
 .d-block {
     display: block !important;
 }
 .d-flex {
     display: flex !important;
 }
 @media (min-width: 576px) {
     .d-sm-block {
         display: block !important;
     }
 }
 @media (min-width: 768px) {
     .d-md-none {
         display: none !important;
     }
     .d-md-inline-block {
         display: inline-block !important;
     }
     .d-md-block {
         display: block !important;
     }
     .d-md-flex {
         display: flex !important;
     }
 }
 @media (min-width: 992px) {
     .d-lg-none {
         display: none !important;
     }
     .d-lg-inline-block {
         display: inline-block !important;
     }
     .d-lg-block {
         display: block !important;
     }
     .d-lg-flex {
         display: flex !important;
     }
 }
 @media (min-width: 1200px) {
     .d-xl-none {
         display: none !important;
     }
     .d-xl-block {
         display: block !important;
     }
 }
 @media (min-width: 2160px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-block {
        display: block !important;
    }
}
 .flex-row {
     flex-direction: row !important;
 }
 .flex-column {
     flex-direction: column !important;
 }
 .flex-wrap {
     flex-wrap: wrap !important;
 }
 .flex-nowrap {
     flex-wrap: nowrap !important;
 }
 .justify-content-end {
     justify-content: flex-end !important;
 }
 .justify-content-center {
     justify-content: center !important;
 }
 .justify-content-between {
     justify-content: space-between !important;
 }
 .justify-content-around {
     justify-content: space-around !important;
 }
 .justify-content-evenly {
    justify-content: space-evenly !important;
 }
 .align-items-start {
     align-items: flex-start !important;
 }
 .align-items-end {
     align-items: flex-end !important;
 }
 .align-items-center {
     align-items: center !important;
 }
 .align-items-stretch {
     align-items: stretch !important;
 }
 @media (min-width: 768px) {
     .flex-md-nowrap {
         flex-wrap: nowrap !important;
     }
 }
 @media (min-width: 992px) {
     .flex-lg-nowrap {
         flex-wrap: nowrap !important;
     }
     .align-items-lg-center {
         align-items: center !important;
     }
 }
 .float-left {
     float: left !important;
 }
 .float-right {
     float: right !important;
 }
 @media (min-width: 768px) {
     .float-md-right {
         float: right !important;
     }
 }
 .position-relative {
     position: relative !important;
 }
 .position-absolute {
     position: absolute !important;
 }
 .position-fixed {
     position: fixed !important;
 }
 .sr-only {
     position: absolute;
     width: 1px;
     height: 1px;
     padding: 0;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     white-space: nowrap;
     border: 0;
 }
 .shadow {
     box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
 }
 .w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.5rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.5rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.5rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.5rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.5rem !important;
}
.m-2 {
    margin: 0.7rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.7rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.7rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.7rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.7rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.4rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.4rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.4rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.4rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.4rem !important;
}
.m-5 {
    margin: 2rem !important;
}
.mt-5,
.my-5 {
    margin-top: 2rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 2rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 2rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 2rem !important;
}
.m-6 {
    margin: 2.8rem !important;
}
.mt-6,
.my-6 {
    margin-top: 2.8rem !important;
}
.mr-6,
.mx-6 {
    margin-right: 2.8rem !important;
}
.mb-6,
.my-6 {
    margin-bottom: 2.8rem !important;
}
.ml-6,
.mx-6 {
    margin-left: 2.8rem !important;
}
.m-7 {
    margin: 4rem !important;
}
.mt-7,
.my-7 {
    margin-top: 4rem !important;
}
.mr-7,
.mx-7 {
    margin-right: 4rem !important;
}
.mb-7,
.my-7 {
    margin-bottom: 4rem !important;
}
.ml-7,
.mx-7 {
    margin-left: 4rem !important;
}
.m-8 {
    margin: 5.6rem !important;
}
.mt-8,
.my-8 {
    margin-top: 5.6rem !important;
}
.mr-8,
.mx-8 {
    margin-right: 5.6rem !important;
}
.mb-8,
.my-8 {
    margin-bottom: 5.6rem !important;
}
.ml-8,
.mx-8 {
    margin-left: 5.6rem !important;
}
.m-9 {
    margin: 8rem !important;
}
.mt-9,
.my-9 {
    margin-top: 8rem !important;
}
.mr-9,
.mx-9 {
    margin-right: 8rem !important;
}
.mb-9,
.my-9 {
    margin-bottom: 8rem !important;
}
.ml-9,
.mx-9 {
    margin-left: 8rem !important;
}
.m-10 {
    margin: 10rem !important;
}
.mt-10,
.my-10 {
    margin-top: 10rem !important;
}
.mr-10,
.mx-10 {
    margin-right: 10rem !important;
}
.mb-10,
.my-10 {
    margin-bottom: 10rem !important;
}
.ml-10,
.mx-10 {
    margin-left: 10rem !important;
}
.m-11 {
    margin: 12rem !important;
}
.mt-11,
.my-11 {
    margin-top: 12rem !important;
}
.mr-11,
.mx-11 {
    margin-right: 12rem !important;
}
.mb-11,
.my-11 {
    margin-bottom: 12rem !important;
}
.ml-11,
.mx-11 {
    margin-left: 12rem !important;
}
.m-12 {
    margin: 14rem !important;
}
.mt-12,
.my-12 {
    margin-top: 14rem !important;
}
.mr-12,
.mx-12 {
    margin-right: 14rem !important;
}
.mb-12,
.my-12 {
    margin-bottom: 14rem !important;
}
.ml-12,
.mx-12 {
    margin-left: 14rem !important;
}
.m-13 {
    margin: 16rem !important;
}
.mt-13,
.my-13 {
    margin-top: 16rem !important;
}
.mr-13,
.mx-13 {
    margin-right: 16rem !important;
}
.mb-13,
.my-13 {
    margin-bottom: 16rem !important;
}
.ml-13,
.mx-13 {
    margin-left: 16rem !important;
}
.m-14 {
    margin: 18rem !important;
}
.mt-14,
.my-14 {
    margin-top: 18rem !important;
}
.mr-14,
.mx-14 {
    margin-right: 18rem !important;
}
.mb-14,
.my-14 {
    margin-bottom: 18rem !important;
}
.ml-14,
.mx-14 {
    margin-left: 18rem !important;
}
.m-15 {
    margin: 20rem !important;
}
.mt-15,
.my-15 {
    margin-top: 20rem !important;
}
.mr-15,
.mx-15 {
    margin-right: 20rem !important;
}
.mb-15,
.my-15 {
    margin-bottom: 20rem !important;
}
.ml-15,
.mx-15 {
    margin-left: 20rem !important;
}
.m-16 {
    margin: 22rem !important;
}
.mt-16,
.my-16 {
    margin-top: 22rem !important;
}
.mr-16,
.mx-16 {
    margin-right: 22rem !important;
}
.mb-16,
.my-16 {
    margin-bottom: 22rem !important;
}
.ml-16,
.mx-16 {
    margin-left: 22rem !important;
}
.m-17 {
    margin: 24rem !important;
}
.mt-17,
.my-17 {
    margin-top: 24rem !important;
}
.mr-17,
.mx-17 {
    margin-right: 24rem !important;
}
.mb-17,
.my-17 {
    margin-bottom: 24rem !important;
}
.ml-17,
.mx-17 {
    margin-left: 24rem !important;
}
.m-18 {
    margin: 26rem !important;
}
.mt-18,
.my-18 {
    margin-top: 26rem !important;
}
.mr-18,
.mx-18 {
    margin-right: 26rem !important;
}
.mb-18,
.my-18 {
    margin-bottom: 26rem !important;
}
.ml-18,
.mx-18 {
    margin-left: 26rem !important;
}
.m-19 {
    margin: 28rem !important;
}
.mt-19,
.my-19 {
    margin-top: 28rem !important;
}
.mr-19,
.mx-19 {
    margin-right: 28rem !important;
}
.mb-19,
.my-19 {
    margin-bottom: 28rem !important;
}
.ml-19,
.mx-19 {
    margin-left: 28rem !important;
}
.m-20 {
    margin: 30rem !important;
}
.mt-20,
.my-20 {
    margin-top: 30rem !important;
}
.mr-20,
.mx-20 {
    margin-right: 30rem !important;
}
.mb-20,
.my-20 {
    margin-bottom: 30rem !important;
}
.ml-20,
.mx-20 {
    margin-left: 30rem !important;
}
.m-21 {
    margin: 33rem !important;
}
.mt-21,
.my-21 {
    margin-top: 33rem !important;
}
.mr-21,
.mx-21 {
    margin-right: 33rem !important;
}
.mb-21,
.my-21 {
    margin-bottom: 33rem !important;
}
.ml-21,
.mx-21 {
    margin-left: 33rem !important;
}
.m-22 {
    margin: 36rem !important;
}
.mt-22,
.my-22 {
    margin-top: 36rem !important;
}
.mr-22,
.mx-22 {
    margin-right: 36rem !important;
}
.mb-22,
.my-22 {
    margin-bottom: 36rem !important;
}
.ml-22,
.mx-22 {
    margin-left: 36rem !important;
}
.m-23 {
    margin: 39rem !important;
}
.mt-23,
.my-23 {
    margin-top: 39rem !important;
}
.mr-23,
.mx-23 {
    margin-right: 39rem !important;
}
.mb-23,
.my-23 {
    margin-bottom: 39rem !important;
}
.ml-23,
.mx-23 {
    margin-left: 39rem !important;
}
.m-24 {
    margin: 42rem !important;
}
.mt-24,
.my-24 {
    margin-top: 42rem !important;
}
.mr-24,
.mx-24 {
    margin-right: 42rem !important;
}
.mb-24,
.my-24 {
    margin-bottom: 42rem !important;
}
.ml-24,
.mx-24 {
    margin-left: 42rem !important;
}
.m-25 {
    margin: 46rem !important;
}
.mt-25,
.my-25 {
    margin-top: 46rem !important;
}
.mr-25,
.mx-25 {
    margin-right: 46rem !important;
}
.mb-25,
.my-25 {
    margin-bottom: 46rem !important;
}
.ml-25,
.mx-25 {
    margin-left: 46rem !important;
}
.m-26 {
    margin: 52rem !important;
}
.mt-26,
.my-26 {
    margin-top: 52rem !important;
}
.mr-26,
.mx-26 {
    margin-right: 52rem !important;
}
.mb-26,
.my-26 {
    margin-bottom: 52rem !important;
}
.ml-26,
.mx-26 {
    margin-left: 52rem !important;
}
.m-27 {
    margin: 64rem !important;
}
.mt-27,
.my-27 {
    margin-top: 64rem !important;
}
.mr-27,
.mx-27 {
    margin-right: 64rem !important;
}
.mb-27,
.my-27 {
    margin-bottom: 64rem !important;
}
.ml-27,
.mx-27 {
    margin-left: 64rem !important;
}
.m-28 {
    margin: 70rem !important;
}
.mt-28,
.my-28 {
    margin-top: 70rem !important;
}
.mr-28,
.mx-28 {
    margin-right: 70rem !important;
}
.mb-28,
.my-28 {
    margin-bottom: 70rem !important;
}
.ml-28,
.mx-28 {
    margin-left: 70rem !important;
}
.m-29 {
    margin: 75rem !important;
}
.mt-29,
.my-29 {
    margin-top: 75rem !important;
}
.mr-29,
.mx-29 {
    margin-right: 75rem !important;
}
.mb-29,
.my-29 {
    margin-bottom: 75rem !important;
}
.ml-29,
.mx-29 {
    margin-left: 75rem !important;
}
.m-30 {
    margin: 80rem !important;
}
.mt-30,
.my-30 {
    margin-top: 80rem !important;
}
.mr-30,
.mx-30 {
    margin-right: 80rem !important;
}
.mb-30,
.my-30 {
    margin-bottom: 80rem !important;
}
.ml-30,
.mx-30 {
    margin-left: 80rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.5rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.5rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.5rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.5rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.5rem !important;
}
.p-2 {
    padding: 0.7rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.7rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.7rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.7rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.7rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.4rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.4rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.4rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.4rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.4rem !important;
}
.p-5 {
    padding: 2rem !important;
}
.pt-5,
.py-5 {
    padding-top: 2rem !important;
}
.pr-5,
.px-5 {
    padding-right: 2rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 2rem !important;
}
.pl-5,
.px-5 {
    padding-left: 2rem !important;
}
.p-6 {
    padding: 2.8rem !important;
}
.pt-6,
.py-6 {
    padding-top: 2.8rem !important;
}
.pr-6,
.px-6 {
    padding-right: 2.8rem !important;
}
.pb-6,
.py-6 {
    padding-bottom: 2.8rem !important;
}
.pl-6,
.px-6 {
    padding-left: 2.8rem !important;
}
.p-7 {
    padding: 4rem !important;
}
.pt-7,
.py-7 {
    padding-top: 4rem !important;
}
.pr-7,
.px-7 {
    padding-right: 4rem !important;
}
.pb-7,
.py-7 {
    padding-bottom: 4rem !important;
}
.pl-7,
.px-7 {
    padding-left: 4rem !important;
}
.p-8 {
    padding: 5.6rem !important;
}
.pt-8,
.py-8 {
    padding-top: 5.6rem !important;
}
.pr-8,
.px-8 {
    padding-right: 5.6rem !important;
}
.pb-8,
.py-8 {
    padding-bottom: 5.6rem !important;
}
.pl-8,
.px-8 {
    padding-left: 5.6rem !important;
}
.p-9 {
    padding: 8rem !important;
}
.pt-9,
.py-9 {
    padding-top: 8rem !important;
}
.pr-9,
.px-9 {
    padding-right: 8rem !important;
}
.pb-9,
.py-9 {
    padding-bottom: 8rem !important;
}
.pl-9,
.px-9 {
    padding-left: 8rem !important;
}
.p-10 {
    padding: 10rem !important;
}
.pt-10,
.py-10 {
    padding-top: 10rem !important;
}
.pr-10,
.px-10 {
    padding-right: 10rem !important;
}
.pb-10,
.py-10 {
    padding-bottom: 10rem !important;
}
.pl-10,
.px-10 {
    padding-left: 10rem !important;
}
.p-11 {
    padding: 12rem !important;
}
.pt-11,
.py-11 {
    padding-top: 12rem !important;
}
.pr-11,
.px-11 {
    padding-right: 12rem !important;
}
.pb-11,
.py-11 {
    padding-bottom: 12rem !important;
}
.pl-11,
.px-11 {
    padding-left: 12rem !important;
}
.p-12 {
    padding: 14rem !important;
}
.pt-12,
.py-12 {
    padding-top: 14rem !important;
}
.pr-12,
.px-12 {
    padding-right: 14rem !important;
}
.pb-12,
.py-12 {
    padding-bottom: 14rem !important;
}
.pl-12,
.px-12 {
    padding-left: 14rem !important;
}
.p-13 {
    padding: 16rem !important;
}
.pt-13,
.py-13 {
    padding-top: 16rem !important;
}
.pr-13,
.px-13 {
    padding-right: 16rem !important;
}
.pb-13,
.py-13 {
    padding-bottom: 16rem !important;
}
.pl-13,
.px-13 {
    padding-left: 16rem !important;
}
.p-14 {
    padding: 18rem !important;
}
.pt-14,
.py-14 {
    padding-top: 18rem !important;
}
.pr-14,
.px-14 {
    padding-right: 18rem !important;
}
.pb-14,
.py-14 {
    padding-bottom: 18rem !important;
}
.pl-14,
.px-14 {
    padding-left: 18rem !important;
}
.p-15 {
    padding: 20rem !important;
}
.pt-15,
.py-15 {
    padding-top: 20rem !important;
}
.pr-15,
.px-15 {
    padding-right: 20rem !important;
}
.pb-15,
.py-15 {
    padding-bottom: 20rem !important;
}
.pl-15,
.px-15 {
    padding-left: 20rem !important;
}
.p-16 {
    padding: 22rem !important;
}
.pt-16,
.py-16 {
    padding-top: 22rem !important;
}
.pr-16,
.px-16 {
    padding-right: 22rem !important;
}
.pb-16,
.py-16 {
    padding-bottom: 22rem !important;
}
.pl-16,
.px-16 {
    padding-left: 22rem !important;
}
.p-17 {
    padding: 24rem !important;
}
.pt-17,
.py-17 {
    padding-top: 24rem !important;
}
.pr-17,
.px-17 {
    padding-right: 24rem !important;
}
.pb-17,
.py-17 {
    padding-bottom: 24rem !important;
}
.pl-17,
.px-17 {
    padding-left: 24rem !important;
}
.p-18 {
    padding: 26rem !important;
}
.pt-18,
.py-18 {
    padding-top: 26rem !important;
}
.pr-18,
.px-18 {
    padding-right: 26rem !important;
}
.pb-18,
.py-18 {
    padding-bottom: 26rem !important;
}
.pl-18,
.px-18 {
    padding-left: 26rem !important;
}
.p-19 {
    padding: 28rem !important;
}
.pt-19,
.py-19 {
    padding-top: 28rem !important;
}
.pr-19,
.px-19 {
    padding-right: 28rem !important;
}
.pb-19,
.py-19 {
    padding-bottom: 28rem !important;
}
.pl-19,
.px-19 {
    padding-left: 28rem !important;
}
.p-20 {
    padding: 30rem !important;
}
.pt-20,
.py-20 {
    padding-top: 30rem !important;
}
.pr-20,
.px-20 {
    padding-right: 30rem !important;
}
.pb-20,
.py-20 {
    padding-bottom: 30rem !important;
}
.pl-20,
.px-20 {
    padding-left: 30rem !important;
}
.p-21 {
    padding: 33rem !important;
}
.pt-21,
.py-21 {
    padding-top: 33rem !important;
}
.pr-21,
.px-21 {
    padding-right: 33rem !important;
}
.pb-21,
.py-21 {
    padding-bottom: 33rem !important;
}
.pl-21,
.px-21 {
    padding-left: 33rem !important;
}
.p-22 {
    padding: 36rem !important;
}
.pt-22,
.py-22 {
    padding-top: 36rem !important;
}
.pr-22,
.px-22 {
    padding-right: 36rem !important;
}
.pb-22,
.py-22 {
    padding-bottom: 36rem !important;
}
.pl-22,
.px-22 {
    padding-left: 36rem !important;
}
.p-23 {
    padding: 39rem !important;
}
.pt-23,
.py-23 {
    padding-top: 39rem !important;
}
.pr-23,
.px-23 {
    padding-right: 39rem !important;
}
.pb-23,
.py-23 {
    padding-bottom: 39rem !important;
}
.pl-23,
.px-23 {
    padding-left: 39rem !important;
}
.p-24 {
    padding: 42rem !important;
}
.pt-24,
.py-24 {
    padding-top: 42rem !important;
}
.pr-24,
.px-24 {
    padding-right: 42rem !important;
}
.pb-24,
.py-24 {
    padding-bottom: 42rem !important;
}
.pl-24,
.px-24 {
    padding-left: 42rem !important;
}
.p-25 {
    padding: 46rem !important;
}
.pt-25,
.py-25 {
    padding-top: 46rem !important;
}
.pr-25,
.px-25 {
    padding-right: 46rem !important;
}
.pb-25,
.py-25 {
    padding-bottom: 46rem !important;
}
.pl-25,
.px-25 {
    padding-left: 46rem !important;
}
.p-26 {
    padding: 52rem !important;
}
.pt-26,
.py-26 {
    padding-top: 52rem !important;
}
.pr-26,
.px-26 {
    padding-right: 52rem !important;
}
.pb-26,
.py-26 {
    padding-bottom: 52rem !important;
}
.pl-26,
.px-26 {
    padding-left: 52rem !important;
}
.p-27 {
    padding: 64rem !important;
}
.pt-27,
.py-27 {
    padding-top: 64rem !important;
}
.pr-27,
.px-27 {
    padding-right: 64rem !important;
}
.pb-27,
.py-27 {
    padding-bottom: 64rem !important;
}
.pl-27,
.px-27 {
    padding-left: 64rem !important;
}
.p-28 {
    padding: 70rem !important;
}
.pt-28,
.py-28 {
    padding-top: 70rem !important;
}
.pr-28,
.px-28 {
    padding-right: 70rem !important;
}
.pb-28,
.py-28 {
    padding-bottom: 70rem !important;
}
.pl-28,
.px-28 {
    padding-left: 70rem !important;
}
.p-29 {
    padding: 75rem !important;
}
.pt-29,
.py-29 {
    padding-top: 75rem !important;
}
.pr-29,
.px-29 {
    padding-right: 75rem !important;
}
.pb-29,
.py-29 {
    padding-bottom: 75rem !important;
}
.pl-29,
.px-29 {
    padding-left: 75rem !important;
}
.p-30 {
    padding: 80rem !important;
}
.pt-30,
.py-30 {
    padding-top: 80rem !important;
}
.pr-30,
.px-30 {
    padding-right: 80rem !important;
}
.pb-30,
.py-30 {
    padding-bottom: 80rem !important;
}
.pl-30,
.px-30 {
    padding-left: 80rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.5rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.5rem !important;
    }
    .m-sm-2 {
        margin: 0.7rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.7rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.7rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.7rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.7rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.4rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.4rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.4rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.4rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.4rem !important;
    }
    .m-sm-5 {
        margin: 2rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 2rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 2rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 2rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 2rem !important;
    }
    .m-sm-6 {
        margin: 2.8rem !important;
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 2.8rem !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 2.8rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 2.8rem !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 2.8rem !important;
    }
    .m-sm-7 {
        margin: 4rem !important;
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 4rem !important;
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 4rem !important;
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 4rem !important;
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 4rem !important;
    }
    .m-sm-8 {
        margin: 5.6rem !important;
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 5.6rem !important;
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 5.6rem !important;
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 5.6rem !important;
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 5.6rem !important;
    }
    .m-sm-9 {
        margin: 8rem !important;
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 8rem !important;
    }
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 8rem !important;
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 8rem !important;
    }
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 8rem !important;
    }
    .m-sm-10 {
        margin: 10rem !important;
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 10rem !important;
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 10rem !important;
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 10rem !important;
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 10rem !important;
    }
    .m-sm-11 {
        margin: 12rem !important;
    }
    .mt-sm-11,
    .my-sm-11 {
        margin-top: 12rem !important;
    }
    .mr-sm-11,
    .mx-sm-11 {
        margin-right: 12rem !important;
    }
    .mb-sm-11,
    .my-sm-11 {
        margin-bottom: 12rem !important;
    }
    .ml-sm-11,
    .mx-sm-11 {
        margin-left: 12rem !important;
    }
    .m-sm-12 {
        margin: 14rem !important;
    }
    .mt-sm-12,
    .my-sm-12 {
        margin-top: 14rem !important;
    }
    .mr-sm-12,
    .mx-sm-12 {
        margin-right: 14rem !important;
    }
    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: 14rem !important;
    }
    .ml-sm-12,
    .mx-sm-12 {
        margin-left: 14rem !important;
    }
    .m-sm-13 {
        margin: 16rem !important;
    }
    .mt-sm-13,
    .my-sm-13 {
        margin-top: 16rem !important;
    }
    .mr-sm-13,
    .mx-sm-13 {
        margin-right: 16rem !important;
    }
    .mb-sm-13,
    .my-sm-13 {
        margin-bottom: 16rem !important;
    }
    .ml-sm-13,
    .mx-sm-13 {
        margin-left: 16rem !important;
    }
    .m-sm-14 {
        margin: 18rem !important;
    }
    .mt-sm-14,
    .my-sm-14 {
        margin-top: 18rem !important;
    }
    .mr-sm-14,
    .mx-sm-14 {
        margin-right: 18rem !important;
    }
    .mb-sm-14,
    .my-sm-14 {
        margin-bottom: 18rem !important;
    }
    .ml-sm-14,
    .mx-sm-14 {
        margin-left: 18rem !important;
    }
    .m-sm-15 {
        margin: 20rem !important;
    }
    .mt-sm-15,
    .my-sm-15 {
        margin-top: 20rem !important;
    }
    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 20rem !important;
    }
    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 20rem !important;
    }
    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 20rem !important;
    }
    .m-sm-16 {
        margin: 22rem !important;
    }
    .mt-sm-16,
    .my-sm-16 {
        margin-top: 22rem !important;
    }
    .mr-sm-16,
    .mx-sm-16 {
        margin-right: 22rem !important;
    }
    .mb-sm-16,
    .my-sm-16 {
        margin-bottom: 22rem !important;
    }
    .ml-sm-16,
    .mx-sm-16 {
        margin-left: 22rem !important;
    }
    .m-sm-17 {
        margin: 24rem !important;
    }
    .mt-sm-17,
    .my-sm-17 {
        margin-top: 24rem !important;
    }
    .mr-sm-17,
    .mx-sm-17 {
        margin-right: 24rem !important;
    }
    .mb-sm-17,
    .my-sm-17 {
        margin-bottom: 24rem !important;
    }
    .ml-sm-17,
    .mx-sm-17 {
        margin-left: 24rem !important;
    }
    .m-sm-18 {
        margin: 26rem !important;
    }
    .mt-sm-18,
    .my-sm-18 {
        margin-top: 26rem !important;
    }
    .mr-sm-18,
    .mx-sm-18 {
        margin-right: 26rem !important;
    }
    .mb-sm-18,
    .my-sm-18 {
        margin-bottom: 26rem !important;
    }
    .ml-sm-18,
    .mx-sm-18 {
        margin-left: 26rem !important;
    }
    .m-sm-19 {
        margin: 28rem !important;
    }
    .mt-sm-19,
    .my-sm-19 {
        margin-top: 28rem !important;
    }
    .mr-sm-19,
    .mx-sm-19 {
        margin-right: 28rem !important;
    }
    .mb-sm-19,
    .my-sm-19 {
        margin-bottom: 28rem !important;
    }
    .ml-sm-19,
    .mx-sm-19 {
        margin-left: 28rem !important;
    }
    .m-sm-20 {
        margin: 30rem !important;
    }
    .mt-sm-20,
    .my-sm-20 {
        margin-top: 30rem !important;
    }
    .mr-sm-20,
    .mx-sm-20 {
        margin-right: 30rem !important;
    }
    .mb-sm-20,
    .my-sm-20 {
        margin-bottom: 30rem !important;
    }
    .ml-sm-20,
    .mx-sm-20 {
        margin-left: 30rem !important;
    }
    .m-sm-21 {
        margin: 33rem !important;
    }
    .mt-sm-21,
    .my-sm-21 {
        margin-top: 33rem !important;
    }
    .mr-sm-21,
    .mx-sm-21 {
        margin-right: 33rem !important;
    }
    .mb-sm-21,
    .my-sm-21 {
        margin-bottom: 33rem !important;
    }
    .ml-sm-21,
    .mx-sm-21 {
        margin-left: 33rem !important;
    }
    .m-sm-22 {
        margin: 36rem !important;
    }
    .mt-sm-22,
    .my-sm-22 {
        margin-top: 36rem !important;
    }
    .mr-sm-22,
    .mx-sm-22 {
        margin-right: 36rem !important;
    }
    .mb-sm-22,
    .my-sm-22 {
        margin-bottom: 36rem !important;
    }
    .ml-sm-22,
    .mx-sm-22 {
        margin-left: 36rem !important;
    }
    .m-sm-23 {
        margin: 39rem !important;
    }
    .mt-sm-23,
    .my-sm-23 {
        margin-top: 39rem !important;
    }
    .mr-sm-23,
    .mx-sm-23 {
        margin-right: 39rem !important;
    }
    .mb-sm-23,
    .my-sm-23 {
        margin-bottom: 39rem !important;
    }
    .ml-sm-23,
    .mx-sm-23 {
        margin-left: 39rem !important;
    }
    .m-sm-24 {
        margin: 42rem !important;
    }
    .mt-sm-24,
    .my-sm-24 {
        margin-top: 42rem !important;
    }
    .mr-sm-24,
    .mx-sm-24 {
        margin-right: 42rem !important;
    }
    .mb-sm-24,
    .my-sm-24 {
        margin-bottom: 42rem !important;
    }
    .ml-sm-24,
    .mx-sm-24 {
        margin-left: 42rem !important;
    }
    .m-sm-25 {
        margin: 46rem !important;
    }
    .mt-sm-25,
    .my-sm-25 {
        margin-top: 46rem !important;
    }
    .mr-sm-25,
    .mx-sm-25 {
        margin-right: 46rem !important;
    }
    .mb-sm-25,
    .my-sm-25 {
        margin-bottom: 46rem !important;
    }
    .ml-sm-25,
    .mx-sm-25 {
        margin-left: 46rem !important;
    }
    .m-sm-26 {
        margin: 52rem !important;
    }
    .mt-sm-26,
    .my-sm-26 {
        margin-top: 52rem !important;
    }
    .mr-sm-26,
    .mx-sm-26 {
        margin-right: 52rem !important;
    }
    .mb-sm-26,
    .my-sm-26 {
        margin-bottom: 52rem !important;
    }
    .ml-sm-26,
    .mx-sm-26 {
        margin-left: 52rem !important;
    }
    .m-sm-27 {
        margin: 64rem !important;
    }
    .mt-sm-27,
    .my-sm-27 {
        margin-top: 64rem !important;
    }
    .mr-sm-27,
    .mx-sm-27 {
        margin-right: 64rem !important;
    }
    .mb-sm-27,
    .my-sm-27 {
        margin-bottom: 64rem !important;
    }
    .ml-sm-27,
    .mx-sm-27 {
        margin-left: 64rem !important;
    }
    .m-sm-28 {
        margin: 70rem !important;
    }
    .mt-sm-28,
    .my-sm-28 {
        margin-top: 70rem !important;
    }
    .mr-sm-28,
    .mx-sm-28 {
        margin-right: 70rem !important;
    }
    .mb-sm-28,
    .my-sm-28 {
        margin-bottom: 70rem !important;
    }
    .ml-sm-28,
    .mx-sm-28 {
        margin-left: 70rem !important;
    }
    .m-sm-29 {
        margin: 75rem !important;
    }
    .mt-sm-29,
    .my-sm-29 {
        margin-top: 75rem !important;
    }
    .mr-sm-29,
    .mx-sm-29 {
        margin-right: 75rem !important;
    }
    .mb-sm-29,
    .my-sm-29 {
        margin-bottom: 75rem !important;
    }
    .ml-sm-29,
    .mx-sm-29 {
        margin-left: 75rem !important;
    }
    .m-sm-30 {
        margin: 80rem !important;
    }
    .mt-sm-30,
    .my-sm-30 {
        margin-top: 80rem !important;
    }
    .mr-sm-30,
    .mx-sm-30 {
        margin-right: 80rem !important;
    }
    .mb-sm-30,
    .my-sm-30 {
        margin-bottom: 80rem !important;
    }
    .ml-sm-30,
    .mx-sm-30 {
        margin-left: 80rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.5rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.5rem !important;
    }
    .p-sm-2 {
        padding: 0.7rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.7rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.7rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.7rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.7rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.4rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.4rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.4rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.4rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.4rem !important;
    }
    .p-sm-5 {
        padding: 2rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 2rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2rem !important;
    }
    .p-sm-6 {
        padding: 2.8rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2.8rem !important;
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 2.8rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2.8rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 2.8rem !important;
    }
    .p-sm-7 {
        padding: 4rem !important;
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 4rem !important;
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 4rem !important;
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 4rem !important;
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 4rem !important;
    }
    .p-sm-8 {
        padding: 5.6rem !important;
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 5.6rem !important;
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 5.6rem !important;
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 5.6rem !important;
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 5.6rem !important;
    }
    .p-sm-9 {
        padding: 8rem !important;
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 8rem !important;
    }
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 8rem !important;
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 8rem !important;
    }
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 8rem !important;
    }
    .p-sm-10 {
        padding: 10rem !important;
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 10rem !important;
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 10rem !important;
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 10rem !important;
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 10rem !important;
    }
    .p-sm-11 {
        padding: 12rem !important;
    }
    .pt-sm-11,
    .py-sm-11 {
        padding-top: 12rem !important;
    }
    .pr-sm-11,
    .px-sm-11 {
        padding-right: 12rem !important;
    }
    .pb-sm-11,
    .py-sm-11 {
        padding-bottom: 12rem !important;
    }
    .pl-sm-11,
    .px-sm-11 {
        padding-left: 12rem !important;
    }
    .p-sm-12 {
        padding: 14rem !important;
    }
    .pt-sm-12,
    .py-sm-12 {
        padding-top: 14rem !important;
    }
    .pr-sm-12,
    .px-sm-12 {
        padding-right: 14rem !important;
    }
    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: 14rem !important;
    }
    .pl-sm-12,
    .px-sm-12 {
        padding-left: 14rem !important;
    }
    .p-sm-13 {
        padding: 16rem !important;
    }
    .pt-sm-13,
    .py-sm-13 {
        padding-top: 16rem !important;
    }
    .pr-sm-13,
    .px-sm-13 {
        padding-right: 16rem !important;
    }
    .pb-sm-13,
    .py-sm-13 {
        padding-bottom: 16rem !important;
    }
    .pl-sm-13,
    .px-sm-13 {
        padding-left: 16rem !important;
    }
    .p-sm-14 {
        padding: 18rem !important;
    }
    .pt-sm-14,
    .py-sm-14 {
        padding-top: 18rem !important;
    }
    .pr-sm-14,
    .px-sm-14 {
        padding-right: 18rem !important;
    }
    .pb-sm-14,
    .py-sm-14 {
        padding-bottom: 18rem !important;
    }
    .pl-sm-14,
    .px-sm-14 {
        padding-left: 18rem !important;
    }
    .p-sm-15 {
        padding: 20rem !important;
    }
    .pt-sm-15,
    .py-sm-15 {
        padding-top: 20rem !important;
    }
    .pr-sm-15,
    .px-sm-15 {
        padding-right: 20rem !important;
    }
    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 20rem !important;
    }
    .pl-sm-15,
    .px-sm-15 {
        padding-left: 20rem !important;
    }
    .p-sm-16 {
        padding: 22rem !important;
    }
    .pt-sm-16,
    .py-sm-16 {
        padding-top: 22rem !important;
    }
    .pr-sm-16,
    .px-sm-16 {
        padding-right: 22rem !important;
    }
    .pb-sm-16,
    .py-sm-16 {
        padding-bottom: 22rem !important;
    }
    .pl-sm-16,
    .px-sm-16 {
        padding-left: 22rem !important;
    }
    .p-sm-17 {
        padding: 24rem !important;
    }
    .pt-sm-17,
    .py-sm-17 {
        padding-top: 24rem !important;
    }
    .pr-sm-17,
    .px-sm-17 {
        padding-right: 24rem !important;
    }
    .pb-sm-17,
    .py-sm-17 {
        padding-bottom: 24rem !important;
    }
    .pl-sm-17,
    .px-sm-17 {
        padding-left: 24rem !important;
    }
    .p-sm-18 {
        padding: 26rem !important;
    }
    .pt-sm-18,
    .py-sm-18 {
        padding-top: 26rem !important;
    }
    .pr-sm-18,
    .px-sm-18 {
        padding-right: 26rem !important;
    }
    .pb-sm-18,
    .py-sm-18 {
        padding-bottom: 26rem !important;
    }
    .pl-sm-18,
    .px-sm-18 {
        padding-left: 26rem !important;
    }
    .p-sm-19 {
        padding: 28rem !important;
    }
    .pt-sm-19,
    .py-sm-19 {
        padding-top: 28rem !important;
    }
    .pr-sm-19,
    .px-sm-19 {
        padding-right: 28rem !important;
    }
    .pb-sm-19,
    .py-sm-19 {
        padding-bottom: 28rem !important;
    }
    .pl-sm-19,
    .px-sm-19 {
        padding-left: 28rem !important;
    }
    .p-sm-20 {
        padding: 30rem !important;
    }
    .pt-sm-20,
    .py-sm-20 {
        padding-top: 30rem !important;
    }
    .pr-sm-20,
    .px-sm-20 {
        padding-right: 30rem !important;
    }
    .pb-sm-20,
    .py-sm-20 {
        padding-bottom: 30rem !important;
    }
    .pl-sm-20,
    .px-sm-20 {
        padding-left: 30rem !important;
    }
    .p-sm-21 {
        padding: 33rem !important;
    }
    .pt-sm-21,
    .py-sm-21 {
        padding-top: 33rem !important;
    }
    .pr-sm-21,
    .px-sm-21 {
        padding-right: 33rem !important;
    }
    .pb-sm-21,
    .py-sm-21 {
        padding-bottom: 33rem !important;
    }
    .pl-sm-21,
    .px-sm-21 {
        padding-left: 33rem !important;
    }
    .p-sm-22 {
        padding: 36rem !important;
    }
    .pt-sm-22,
    .py-sm-22 {
        padding-top: 36rem !important;
    }
    .pr-sm-22,
    .px-sm-22 {
        padding-right: 36rem !important;
    }
    .pb-sm-22,
    .py-sm-22 {
        padding-bottom: 36rem !important;
    }
    .pl-sm-22,
    .px-sm-22 {
        padding-left: 36rem !important;
    }
    .p-sm-23 {
        padding: 39rem !important;
    }
    .pt-sm-23,
    .py-sm-23 {
        padding-top: 39rem !important;
    }
    .pr-sm-23,
    .px-sm-23 {
        padding-right: 39rem !important;
    }
    .pb-sm-23,
    .py-sm-23 {
        padding-bottom: 39rem !important;
    }
    .pl-sm-23,
    .px-sm-23 {
        padding-left: 39rem !important;
    }
    .p-sm-24 {
        padding: 42rem !important;
    }
    .pt-sm-24,
    .py-sm-24 {
        padding-top: 42rem !important;
    }
    .pr-sm-24,
    .px-sm-24 {
        padding-right: 42rem !important;
    }
    .pb-sm-24,
    .py-sm-24 {
        padding-bottom: 42rem !important;
    }
    .pl-sm-24,
    .px-sm-24 {
        padding-left: 42rem !important;
    }
    .p-sm-25 {
        padding: 46rem !important;
    }
    .pt-sm-25,
    .py-sm-25 {
        padding-top: 46rem !important;
    }
    .pr-sm-25,
    .px-sm-25 {
        padding-right: 46rem !important;
    }
    .pb-sm-25,
    .py-sm-25 {
        padding-bottom: 46rem !important;
    }
    .pl-sm-25,
    .px-sm-25 {
        padding-left: 46rem !important;
    }
    .p-sm-26 {
        padding: 52rem !important;
    }
    .pt-sm-26,
    .py-sm-26 {
        padding-top: 52rem !important;
    }
    .pr-sm-26,
    .px-sm-26 {
        padding-right: 52rem !important;
    }
    .pb-sm-26,
    .py-sm-26 {
        padding-bottom: 52rem !important;
    }
    .pl-sm-26,
    .px-sm-26 {
        padding-left: 52rem !important;
    }
    .p-sm-27 {
        padding: 64rem !important;
    }
    .pt-sm-27,
    .py-sm-27 {
        padding-top: 64rem !important;
    }
    .pr-sm-27,
    .px-sm-27 {
        padding-right: 64rem !important;
    }
    .pb-sm-27,
    .py-sm-27 {
        padding-bottom: 64rem !important;
    }
    .pl-sm-27,
    .px-sm-27 {
        padding-left: 64rem !important;
    }
    .p-sm-28 {
        padding: 70rem !important;
    }
    .pt-sm-28,
    .py-sm-28 {
        padding-top: 70rem !important;
    }
    .pr-sm-28,
    .px-sm-28 {
        padding-right: 70rem !important;
    }
    .pb-sm-28,
    .py-sm-28 {
        padding-bottom: 70rem !important;
    }
    .pl-sm-28,
    .px-sm-28 {
        padding-left: 70rem !important;
    }
    .p-sm-29 {
        padding: 75rem !important;
    }
    .pt-sm-29,
    .py-sm-29 {
        padding-top: 75rem !important;
    }
    .pr-sm-29,
    .px-sm-29 {
        padding-right: 75rem !important;
    }
    .pb-sm-29,
    .py-sm-29 {
        padding-bottom: 75rem !important;
    }
    .pl-sm-29,
    .px-sm-29 {
        padding-left: 75rem !important;
    }
    .p-sm-30 {
        padding: 80rem !important;
    }
    .pt-sm-30,
    .py-sm-30 {
        padding-top: 80rem !important;
    }
    .pr-sm-30,
    .px-sm-30 {
        padding-right: 80rem !important;
    }
    .pb-sm-30,
    .py-sm-30 {
        padding-bottom: 80rem !important;
    }
    .pl-sm-30,
    .px-sm-30 {
        padding-left: 80rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.5rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.5rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.5rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.5rem !important;
    }
    .m-md-2 {
        margin: 0.7rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.7rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.7rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.7rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.7rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.4rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.4rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.4rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.4rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.4rem !important;
    }
    .m-md-5 {
        margin: 2rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 2rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 2rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 2rem !important;
    }
    .m-md-6 {
        margin: 2.8rem !important;
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 2.8rem !important;
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 2.8rem !important;
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 2.8rem !important;
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 2.8rem !important;
    }
    .m-md-7 {
        margin: 4rem !important;
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 4rem !important;
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 4rem !important;
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 4rem !important;
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 4rem !important;
    }
    .m-md-8 {
        margin: 5.6rem !important;
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 5.6rem !important;
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 5.6rem !important;
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 5.6rem !important;
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 5.6rem !important;
    }
    .m-md-9 {
        margin: 8rem !important;
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 8rem !important;
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 8rem !important;
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 8rem !important;
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 8rem !important;
    }
    .m-md-10 {
        margin: 10rem !important;
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 10rem !important;
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 10rem !important;
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 10rem !important;
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 10rem !important;
    }
    .m-md-11 {
        margin: 12rem !important;
    }
    .mt-md-11,
    .my-md-11 {
        margin-top: 12rem !important;
    }
    .mr-md-11,
    .mx-md-11 {
        margin-right: 12rem !important;
    }
    .mb-md-11,
    .my-md-11 {
        margin-bottom: 12rem !important;
    }
    .ml-md-11,
    .mx-md-11 {
        margin-left: 12rem !important;
    }
    .m-md-12 {
        margin: 14rem !important;
    }
    .mt-md-12,
    .my-md-12 {
        margin-top: 14rem !important;
    }
    .mr-md-12,
    .mx-md-12 {
        margin-right: 14rem !important;
    }
    .mb-md-12,
    .my-md-12 {
        margin-bottom: 14rem !important;
    }
    .ml-md-12,
    .mx-md-12 {
        margin-left: 14rem !important;
    }
    .m-md-13 {
        margin: 16rem !important;
    }
    .mt-md-13,
    .my-md-13 {
        margin-top: 16rem !important;
    }
    .mr-md-13,
    .mx-md-13 {
        margin-right: 16rem !important;
    }
    .mb-md-13,
    .my-md-13 {
        margin-bottom: 16rem !important;
    }
    .ml-md-13,
    .mx-md-13 {
        margin-left: 16rem !important;
    }
    .m-md-14 {
        margin: 18rem !important;
    }
    .mt-md-14,
    .my-md-14 {
        margin-top: 18rem !important;
    }
    .mr-md-14,
    .mx-md-14 {
        margin-right: 18rem !important;
    }
    .mb-md-14,
    .my-md-14 {
        margin-bottom: 18rem !important;
    }
    .ml-md-14,
    .mx-md-14 {
        margin-left: 18rem !important;
    }
    .m-md-15 {
        margin: 20rem !important;
    }
    .mt-md-15,
    .my-md-15 {
        margin-top: 20rem !important;
    }
    .mr-md-15,
    .mx-md-15 {
        margin-right: 20rem !important;
    }
    .mb-md-15,
    .my-md-15 {
        margin-bottom: 20rem !important;
    }
    .ml-md-15,
    .mx-md-15 {
        margin-left: 20rem !important;
    }
    .m-md-16 {
        margin: 22rem !important;
    }
    .mt-md-16,
    .my-md-16 {
        margin-top: 22rem !important;
    }
    .mr-md-16,
    .mx-md-16 {
        margin-right: 22rem !important;
    }
    .mb-md-16,
    .my-md-16 {
        margin-bottom: 22rem !important;
    }
    .ml-md-16,
    .mx-md-16 {
        margin-left: 22rem !important;
    }
    .m-md-17 {
        margin: 24rem !important;
    }
    .mt-md-17,
    .my-md-17 {
        margin-top: 24rem !important;
    }
    .mr-md-17,
    .mx-md-17 {
        margin-right: 24rem !important;
    }
    .mb-md-17,
    .my-md-17 {
        margin-bottom: 24rem !important;
    }
    .ml-md-17,
    .mx-md-17 {
        margin-left: 24rem !important;
    }
    .m-md-18 {
        margin: 26rem !important;
    }
    .mt-md-18,
    .my-md-18 {
        margin-top: 26rem !important;
    }
    .mr-md-18,
    .mx-md-18 {
        margin-right: 26rem !important;
    }
    .mb-md-18,
    .my-md-18 {
        margin-bottom: 26rem !important;
    }
    .ml-md-18,
    .mx-md-18 {
        margin-left: 26rem !important;
    }
    .m-md-19 {
        margin: 28rem !important;
    }
    .mt-md-19,
    .my-md-19 {
        margin-top: 28rem !important;
    }
    .mr-md-19,
    .mx-md-19 {
        margin-right: 28rem !important;
    }
    .mb-md-19,
    .my-md-19 {
        margin-bottom: 28rem !important;
    }
    .ml-md-19,
    .mx-md-19 {
        margin-left: 28rem !important;
    }
    .m-md-20 {
        margin: 30rem !important;
    }
    .mt-md-20,
    .my-md-20 {
        margin-top: 30rem !important;
    }
    .mr-md-20,
    .mx-md-20 {
        margin-right: 30rem !important;
    }
    .mb-md-20,
    .my-md-20 {
        margin-bottom: 30rem !important;
    }
    .ml-md-20,
    .mx-md-20 {
        margin-left: 30rem !important;
    }
    .m-md-21 {
        margin: 33rem !important;
    }
    .mt-md-21,
    .my-md-21 {
        margin-top: 33rem !important;
    }
    .mr-md-21,
    .mx-md-21 {
        margin-right: 33rem !important;
    }
    .mb-md-21,
    .my-md-21 {
        margin-bottom: 33rem !important;
    }
    .ml-md-21,
    .mx-md-21 {
        margin-left: 33rem !important;
    }
    .m-md-22 {
        margin: 36rem !important;
    }
    .mt-md-22,
    .my-md-22 {
        margin-top: 36rem !important;
    }
    .mr-md-22,
    .mx-md-22 {
        margin-right: 36rem !important;
    }
    .mb-md-22,
    .my-md-22 {
        margin-bottom: 36rem !important;
    }
    .ml-md-22,
    .mx-md-22 {
        margin-left: 36rem !important;
    }
    .m-md-23 {
        margin: 39rem !important;
    }
    .mt-md-23,
    .my-md-23 {
        margin-top: 39rem !important;
    }
    .mr-md-23,
    .mx-md-23 {
        margin-right: 39rem !important;
    }
    .mb-md-23,
    .my-md-23 {
        margin-bottom: 39rem !important;
    }
    .ml-md-23,
    .mx-md-23 {
        margin-left: 39rem !important;
    }
    .m-md-24 {
        margin: 42rem !important;
    }
    .mt-md-24,
    .my-md-24 {
        margin-top: 42rem !important;
    }
    .mr-md-24,
    .mx-md-24 {
        margin-right: 42rem !important;
    }
    .mb-md-24,
    .my-md-24 {
        margin-bottom: 42rem !important;
    }
    .ml-md-24,
    .mx-md-24 {
        margin-left: 42rem !important;
    }
    .m-md-25 {
        margin: 46rem !important;
    }
    .mt-md-25,
    .my-md-25 {
        margin-top: 46rem !important;
    }
    .mr-md-25,
    .mx-md-25 {
        margin-right: 46rem !important;
    }
    .mb-md-25,
    .my-md-25 {
        margin-bottom: 46rem !important;
    }
    .ml-md-25,
    .mx-md-25 {
        margin-left: 46rem !important;
    }
    .m-md-26 {
        margin: 52rem !important;
    }
    .mt-md-26,
    .my-md-26 {
        margin-top: 52rem !important;
    }
    .mr-md-26,
    .mx-md-26 {
        margin-right: 52rem !important;
    }
    .mb-md-26,
    .my-md-26 {
        margin-bottom: 52rem !important;
    }
    .ml-md-26,
    .mx-md-26 {
        margin-left: 52rem !important;
    }
    .m-md-27 {
        margin: 64rem !important;
    }
    .mt-md-27,
    .my-md-27 {
        margin-top: 64rem !important;
    }
    .mr-md-27,
    .mx-md-27 {
        margin-right: 64rem !important;
    }
    .mb-md-27,
    .my-md-27 {
        margin-bottom: 64rem !important;
    }
    .ml-md-27,
    .mx-md-27 {
        margin-left: 64rem !important;
    }
    .m-md-28 {
        margin: 70rem !important;
    }
    .mt-md-28,
    .my-md-28 {
        margin-top: 70rem !important;
    }
    .mr-md-28,
    .mx-md-28 {
        margin-right: 70rem !important;
    }
    .mb-md-28,
    .my-md-28 {
        margin-bottom: 70rem !important;
    }
    .ml-md-28,
    .mx-md-28 {
        margin-left: 70rem !important;
    }
    .m-md-29 {
        margin: 75rem !important;
    }
    .mt-md-29,
    .my-md-29 {
        margin-top: 75rem !important;
    }
    .mr-md-29,
    .mx-md-29 {
        margin-right: 75rem !important;
    }
    .mb-md-29,
    .my-md-29 {
        margin-bottom: 75rem !important;
    }
    .ml-md-29,
    .mx-md-29 {
        margin-left: 75rem !important;
    }
    .m-md-30 {
        margin: 80rem !important;
    }
    .mt-md-30,
    .my-md-30 {
        margin-top: 80rem !important;
    }
    .mr-md-30,
    .mx-md-30 {
        margin-right: 80rem !important;
    }
    .mb-md-30,
    .my-md-30 {
        margin-bottom: 80rem !important;
    }
    .ml-md-30,
    .mx-md-30 {
        margin-left: 80rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.5rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.5rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.5rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.5rem !important;
    }
    .p-md-2 {
        padding: 0.7rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.7rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.7rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.7rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.7rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.4rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.4rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.4rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.4rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.4rem !important;
    }
    .p-md-5 {
        padding: 2rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 2rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 2rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 2rem !important;
    }
    .p-md-6 {
        padding: 2.8rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 2.8rem !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 2.8rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2.8rem !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 2.8rem !important;
    }
    .p-md-7 {
        padding: 4rem !important;
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 4rem !important;
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 4rem !important;
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 4rem !important;
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 4rem !important;
    }
    .p-md-8 {
        padding: 5.6rem !important;
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 5.6rem !important;
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 5.6rem !important;
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 5.6rem !important;
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 5.6rem !important;
    }
    .p-md-9 {
        padding: 8rem !important;
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 8rem !important;
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 8rem !important;
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 8rem !important;
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 8rem !important;
    }
    .p-md-10 {
        padding: 10rem !important;
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 10rem !important;
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 10rem !important;
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 10rem !important;
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 10rem !important;
    }
    .p-md-11 {
        padding: 12rem !important;
    }
    .pt-md-11,
    .py-md-11 {
        padding-top: 12rem !important;
    }
    .pr-md-11,
    .px-md-11 {
        padding-right: 12rem !important;
    }
    .pb-md-11,
    .py-md-11 {
        padding-bottom: 12rem !important;
    }
    .pl-md-11,
    .px-md-11 {
        padding-left: 12rem !important;
    }
    .p-md-12 {
        padding: 14rem !important;
    }
    .pt-md-12,
    .py-md-12 {
        padding-top: 14rem !important;
    }
    .pr-md-12,
    .px-md-12 {
        padding-right: 14rem !important;
    }
    .pb-md-12,
    .py-md-12 {
        padding-bottom: 14rem !important;
    }
    .pl-md-12,
    .px-md-12 {
        padding-left: 14rem !important;
    }
    .p-md-13 {
        padding: 16rem !important;
    }
    .pt-md-13,
    .py-md-13 {
        padding-top: 16rem !important;
    }
    .pr-md-13,
    .px-md-13 {
        padding-right: 16rem !important;
    }
    .pb-md-13,
    .py-md-13 {
        padding-bottom: 16rem !important;
    }
    .pl-md-13,
    .px-md-13 {
        padding-left: 16rem !important;
    }
    .p-md-14 {
        padding: 18rem !important;
    }
    .pt-md-14,
    .py-md-14 {
        padding-top: 18rem !important;
    }
    .pr-md-14,
    .px-md-14 {
        padding-right: 18rem !important;
    }
    .pb-md-14,
    .py-md-14 {
        padding-bottom: 18rem !important;
    }
    .pl-md-14,
    .px-md-14 {
        padding-left: 18rem !important;
    }
    .p-md-15 {
        padding: 20rem !important;
    }
    .pt-md-15,
    .py-md-15 {
        padding-top: 20rem !important;
    }
    .pr-md-15,
    .px-md-15 {
        padding-right: 20rem !important;
    }
    .pb-md-15,
    .py-md-15 {
        padding-bottom: 20rem !important;
    }
    .pl-md-15,
    .px-md-15 {
        padding-left: 20rem !important;
    }
    .p-md-16 {
        padding: 22rem !important;
    }
    .pt-md-16,
    .py-md-16 {
        padding-top: 22rem !important;
    }
    .pr-md-16,
    .px-md-16 {
        padding-right: 22rem !important;
    }
    .pb-md-16,
    .py-md-16 {
        padding-bottom: 22rem !important;
    }
    .pl-md-16,
    .px-md-16 {
        padding-left: 22rem !important;
    }
    .p-md-17 {
        padding: 24rem !important;
    }
    .pt-md-17,
    .py-md-17 {
        padding-top: 24rem !important;
    }
    .pr-md-17,
    .px-md-17 {
        padding-right: 24rem !important;
    }
    .pb-md-17,
    .py-md-17 {
        padding-bottom: 24rem !important;
    }
    .pl-md-17,
    .px-md-17 {
        padding-left: 24rem !important;
    }
    .p-md-18 {
        padding: 26rem !important;
    }
    .pt-md-18,
    .py-md-18 {
        padding-top: 26rem !important;
    }
    .pr-md-18,
    .px-md-18 {
        padding-right: 26rem !important;
    }
    .pb-md-18,
    .py-md-18 {
        padding-bottom: 26rem !important;
    }
    .pl-md-18,
    .px-md-18 {
        padding-left: 26rem !important;
    }
    .p-md-19 {
        padding: 28rem !important;
    }
    .pt-md-19,
    .py-md-19 {
        padding-top: 28rem !important;
    }
    .pr-md-19,
    .px-md-19 {
        padding-right: 28rem !important;
    }
    .pb-md-19,
    .py-md-19 {
        padding-bottom: 28rem !important;
    }
    .pl-md-19,
    .px-md-19 {
        padding-left: 28rem !important;
    }
    .p-md-20 {
        padding: 30rem !important;
    }
    .pt-md-20,
    .py-md-20 {
        padding-top: 30rem !important;
    }
    .pr-md-20,
    .px-md-20 {
        padding-right: 30rem !important;
    }
    .pb-md-20,
    .py-md-20 {
        padding-bottom: 30rem !important;
    }
    .pl-md-20,
    .px-md-20 {
        padding-left: 30rem !important;
    }
    .p-md-21 {
        padding: 33rem !important;
    }
    .pt-md-21,
    .py-md-21 {
        padding-top: 33rem !important;
    }
    .pr-md-21,
    .px-md-21 {
        padding-right: 33rem !important;
    }
    .pb-md-21,
    .py-md-21 {
        padding-bottom: 33rem !important;
    }
    .pl-md-21,
    .px-md-21 {
        padding-left: 33rem !important;
    }
    .p-md-22 {
        padding: 36rem !important;
    }
    .pt-md-22,
    .py-md-22 {
        padding-top: 36rem !important;
    }
    .pr-md-22,
    .px-md-22 {
        padding-right: 36rem !important;
    }
    .pb-md-22,
    .py-md-22 {
        padding-bottom: 36rem !important;
    }
    .pl-md-22,
    .px-md-22 {
        padding-left: 36rem !important;
    }
    .p-md-23 {
        padding: 39rem !important;
    }
    .pt-md-23,
    .py-md-23 {
        padding-top: 39rem !important;
    }
    .pr-md-23,
    .px-md-23 {
        padding-right: 39rem !important;
    }
    .pb-md-23,
    .py-md-23 {
        padding-bottom: 39rem !important;
    }
    .pl-md-23,
    .px-md-23 {
        padding-left: 39rem !important;
    }
    .p-md-24 {
        padding: 42rem !important;
    }
    .pt-md-24,
    .py-md-24 {
        padding-top: 42rem !important;
    }
    .pr-md-24,
    .px-md-24 {
        padding-right: 42rem !important;
    }
    .pb-md-24,
    .py-md-24 {
        padding-bottom: 42rem !important;
    }
    .pl-md-24,
    .px-md-24 {
        padding-left: 42rem !important;
    }
    .p-md-25 {
        padding: 46rem !important;
    }
    .pt-md-25,
    .py-md-25 {
        padding-top: 46rem !important;
    }
    .pr-md-25,
    .px-md-25 {
        padding-right: 46rem !important;
    }
    .pb-md-25,
    .py-md-25 {
        padding-bottom: 46rem !important;
    }
    .pl-md-25,
    .px-md-25 {
        padding-left: 46rem !important;
    }
    .p-md-26 {
        padding: 52rem !important;
    }
    .pt-md-26,
    .py-md-26 {
        padding-top: 52rem !important;
    }
    .pr-md-26,
    .px-md-26 {
        padding-right: 52rem !important;
    }
    .pb-md-26,
    .py-md-26 {
        padding-bottom: 52rem !important;
    }
    .pl-md-26,
    .px-md-26 {
        padding-left: 52rem !important;
    }
    .p-md-27 {
        padding: 64rem !important;
    }
    .pt-md-27,
    .py-md-27 {
        padding-top: 64rem !important;
    }
    .pr-md-27,
    .px-md-27 {
        padding-right: 64rem !important;
    }
    .pb-md-27,
    .py-md-27 {
        padding-bottom: 64rem !important;
    }
    .pl-md-27,
    .px-md-27 {
        padding-left: 64rem !important;
    }
    .p-md-28 {
        padding: 70rem !important;
    }
    .pt-md-28,
    .py-md-28 {
        padding-top: 70rem !important;
    }
    .pr-md-28,
    .px-md-28 {
        padding-right: 70rem !important;
    }
    .pb-md-28,
    .py-md-28 {
        padding-bottom: 70rem !important;
    }
    .pl-md-28,
    .px-md-28 {
        padding-left: 70rem !important;
    }
    .p-md-29 {
        padding: 75rem !important;
    }
    .pt-md-29,
    .py-md-29 {
        padding-top: 75rem !important;
    }
    .pr-md-29,
    .px-md-29 {
        padding-right: 75rem !important;
    }
    .pb-md-29,
    .py-md-29 {
        padding-bottom: 75rem !important;
    }
    .pl-md-29,
    .px-md-29 {
        padding-left: 75rem !important;
    }
    .p-md-30 {
        padding: 80rem !important;
    }
    .pt-md-30,
    .py-md-30 {
        padding-top: 80rem !important;
    }
    .pr-md-30,
    .px-md-30 {
        padding-right: 80rem !important;
    }
    .pb-md-30,
    .py-md-30 {
        padding-bottom: 80rem !important;
    }
    .pl-md-30,
    .px-md-30 {
        padding-left: 80rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.5rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.5rem !important;
    }
    .m-lg-2 {
        margin: 0.7rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.7rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.7rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.7rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.7rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.4rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.4rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.4rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.4rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.4rem !important;
    }
    .m-lg-5 {
        margin: 2rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 2rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 2rem !important;
    }
    .m-lg-6 {
        margin: 2.8rem !important;
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2.8rem !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 2.8rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2.8rem !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 2.8rem !important;
    }
    .m-lg-7 {
        margin: 4rem !important;
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 4rem !important;
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 4rem !important;
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 4rem !important;
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 4rem !important;
    }
    .m-lg-8 {
        margin: 5.6rem !important;
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 5.6rem !important;
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 5.6rem !important;
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 5.6rem !important;
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 5.6rem !important;
    }
    .m-lg-9 {
        margin: 8rem !important;
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 8rem !important;
    }
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 8rem !important;
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 8rem !important;
    }
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 8rem !important;
    }
    .m-lg-10 {
        margin: 10rem !important;
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 10rem !important;
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 10rem !important;
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 10rem !important;
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 10rem !important;
    }
    .m-lg-11 {
        margin: 12rem !important;
    }
    .mt-lg-11,
    .my-lg-11 {
        margin-top: 12rem !important;
    }
    .mr-lg-11,
    .mx-lg-11 {
        margin-right: 12rem !important;
    }
    .mb-lg-11,
    .my-lg-11 {
        margin-bottom: 12rem !important;
    }
    .ml-lg-11,
    .mx-lg-11 {
        margin-left: 12rem !important;
    }
    .m-lg-12 {
        margin: 14rem !important;
    }
    .mt-lg-12,
    .my-lg-12 {
        margin-top: 14rem !important;
    }
    .mr-lg-12,
    .mx-lg-12 {
        margin-right: 14rem !important;
    }
    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: 14rem !important;
    }
    .ml-lg-12,
    .mx-lg-12 {
        margin-left: 14rem !important;
    }
    .m-lg-13 {
        margin: 16rem !important;
    }
    .mt-lg-13,
    .my-lg-13 {
        margin-top: 16rem !important;
    }
    .mr-lg-13,
    .mx-lg-13 {
        margin-right: 16rem !important;
    }
    .mb-lg-13,
    .my-lg-13 {
        margin-bottom: 16rem !important;
    }
    .ml-lg-13,
    .mx-lg-13 {
        margin-left: 16rem !important;
    }
    .m-lg-14 {
        margin: 18rem !important;
    }
    .mt-lg-14,
    .my-lg-14 {
        margin-top: 18rem !important;
    }
    .mr-lg-14,
    .mx-lg-14 {
        margin-right: 18rem !important;
    }
    .mb-lg-14,
    .my-lg-14 {
        margin-bottom: 18rem !important;
    }
    .ml-lg-14,
    .mx-lg-14 {
        margin-left: 18rem !important;
    }
    .m-lg-15 {
        margin: 20rem !important;
    }
    .mt-lg-15,
    .my-lg-15 {
        margin-top: 20rem !important;
    }
    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 20rem !important;
    }
    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 20rem !important;
    }
    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 20rem !important;
    }
    .m-lg-16 {
        margin: 22rem !important;
    }
    .mt-lg-16,
    .my-lg-16 {
        margin-top: 22rem !important;
    }
    .mr-lg-16,
    .mx-lg-16 {
        margin-right: 22rem !important;
    }
    .mb-lg-16,
    .my-lg-16 {
        margin-bottom: 22rem !important;
    }
    .ml-lg-16,
    .mx-lg-16 {
        margin-left: 22rem !important;
    }
    .m-lg-17 {
        margin: 24rem !important;
    }
    .mt-lg-17,
    .my-lg-17 {
        margin-top: 24rem !important;
    }
    .mr-lg-17,
    .mx-lg-17 {
        margin-right: 24rem !important;
    }
    .mb-lg-17,
    .my-lg-17 {
        margin-bottom: 24rem !important;
    }
    .ml-lg-17,
    .mx-lg-17 {
        margin-left: 24rem !important;
    }
    .m-lg-18 {
        margin: 26rem !important;
    }
    .mt-lg-18,
    .my-lg-18 {
        margin-top: 26rem !important;
    }
    .mr-lg-18,
    .mx-lg-18 {
        margin-right: 26rem !important;
    }
    .mb-lg-18,
    .my-lg-18 {
        margin-bottom: 26rem !important;
    }
    .ml-lg-18,
    .mx-lg-18 {
        margin-left: 26rem !important;
    }
    .m-lg-19 {
        margin: 28rem !important;
    }
    .mt-lg-19,
    .my-lg-19 {
        margin-top: 28rem !important;
    }
    .mr-lg-19,
    .mx-lg-19 {
        margin-right: 28rem !important;
    }
    .mb-lg-19,
    .my-lg-19 {
        margin-bottom: 28rem !important;
    }
    .ml-lg-19,
    .mx-lg-19 {
        margin-left: 28rem !important;
    }
    .m-lg-20 {
        margin: 30rem !important;
    }
    .mt-lg-20,
    .my-lg-20 {
        margin-top: 30rem !important;
    }
    .mr-lg-20,
    .mx-lg-20 {
        margin-right: 30rem !important;
    }
    .mb-lg-20,
    .my-lg-20 {
        margin-bottom: 30rem !important;
    }
    .ml-lg-20,
    .mx-lg-20 {
        margin-left: 30rem !important;
    }
    .m-lg-21 {
        margin: 33rem !important;
    }
    .mt-lg-21,
    .my-lg-21 {
        margin-top: 33rem !important;
    }
    .mr-lg-21,
    .mx-lg-21 {
        margin-right: 33rem !important;
    }
    .mb-lg-21,
    .my-lg-21 {
        margin-bottom: 33rem !important;
    }
    .ml-lg-21,
    .mx-lg-21 {
        margin-left: 33rem !important;
    }
    .m-lg-22 {
        margin: 36rem !important;
    }
    .mt-lg-22,
    .my-lg-22 {
        margin-top: 36rem !important;
    }
    .mr-lg-22,
    .mx-lg-22 {
        margin-right: 36rem !important;
    }
    .mb-lg-22,
    .my-lg-22 {
        margin-bottom: 36rem !important;
    }
    .ml-lg-22,
    .mx-lg-22 {
        margin-left: 36rem !important;
    }
    .m-lg-23 {
        margin: 39rem !important;
    }
    .mt-lg-23,
    .my-lg-23 {
        margin-top: 39rem !important;
    }
    .mr-lg-23,
    .mx-lg-23 {
        margin-right: 39rem !important;
    }
    .mb-lg-23,
    .my-lg-23 {
        margin-bottom: 39rem !important;
    }
    .ml-lg-23,
    .mx-lg-23 {
        margin-left: 39rem !important;
    }
    .m-lg-24 {
        margin: 42rem !important;
    }
    .mt-lg-24,
    .my-lg-24 {
        margin-top: 42rem !important;
    }
    .mr-lg-24,
    .mx-lg-24 {
        margin-right: 42rem !important;
    }
    .mb-lg-24,
    .my-lg-24 {
        margin-bottom: 42rem !important;
    }
    .ml-lg-24,
    .mx-lg-24 {
        margin-left: 42rem !important;
    }
    .m-lg-25 {
        margin: 46rem !important;
    }
    .mt-lg-25,
    .my-lg-25 {
        margin-top: 46rem !important;
    }
    .mr-lg-25,
    .mx-lg-25 {
        margin-right: 46rem !important;
    }
    .mb-lg-25,
    .my-lg-25 {
        margin-bottom: 46rem !important;
    }
    .ml-lg-25,
    .mx-lg-25 {
        margin-left: 46rem !important;
    }
    .m-lg-26 {
        margin: 52rem !important;
    }
    .mt-lg-26,
    .my-lg-26 {
        margin-top: 52rem !important;
    }
    .mr-lg-26,
    .mx-lg-26 {
        margin-right: 52rem !important;
    }
    .mb-lg-26,
    .my-lg-26 {
        margin-bottom: 52rem !important;
    }
    .ml-lg-26,
    .mx-lg-26 {
        margin-left: 52rem !important;
    }
    .m-lg-27 {
        margin: 64rem !important;
    }
    .mt-lg-27,
    .my-lg-27 {
        margin-top: 64rem !important;
    }
    .mr-lg-27,
    .mx-lg-27 {
        margin-right: 64rem !important;
    }
    .mb-lg-27,
    .my-lg-27 {
        margin-bottom: 64rem !important;
    }
    .ml-lg-27,
    .mx-lg-27 {
        margin-left: 64rem !important;
    }
    .m-lg-28 {
        margin: 70rem !important;
    }
    .mt-lg-28,
    .my-lg-28 {
        margin-top: 70rem !important;
    }
    .mr-lg-28,
    .mx-lg-28 {
        margin-right: 70rem !important;
    }
    .mb-lg-28,
    .my-lg-28 {
        margin-bottom: 70rem !important;
    }
    .ml-lg-28,
    .mx-lg-28 {
        margin-left: 70rem !important;
    }
    .m-lg-29 {
        margin: 75rem !important;
    }
    .mt-lg-29,
    .my-lg-29 {
        margin-top: 75rem !important;
    }
    .mr-lg-29,
    .mx-lg-29 {
        margin-right: 75rem !important;
    }
    .mb-lg-29,
    .my-lg-29 {
        margin-bottom: 75rem !important;
    }
    .ml-lg-29,
    .mx-lg-29 {
        margin-left: 75rem !important;
    }
    .m-lg-30 {
        margin: 80rem !important;
    }
    .mt-lg-30,
    .my-lg-30 {
        margin-top: 80rem !important;
    }
    .mr-lg-30,
    .mx-lg-30 {
        margin-right: 80rem !important;
    }
    .mb-lg-30,
    .my-lg-30 {
        margin-bottom: 80rem !important;
    }
    .ml-lg-30,
    .mx-lg-30 {
        margin-left: 80rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.5rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.5rem !important;
    }
    .p-lg-2 {
        padding: 0.7rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.7rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.7rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.7rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.7rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.4rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.4rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.4rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.4rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.4rem !important;
    }
    .p-lg-5 {
        padding: 2rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 2rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 2rem !important;
    }
    .p-lg-6 {
        padding: 2.8rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 2.8rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 2.8rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2.8rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 2.8rem !important;
    }
    .p-lg-7 {
        padding: 4rem !important;
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 4rem !important;
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 4rem !important;
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 4rem !important;
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 4rem !important;
    }
    .p-lg-8 {
        padding: 5.6rem !important;
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 5.6rem !important;
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 5.6rem !important;
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 5.6rem !important;
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 5.6rem !important;
    }
    .p-lg-9 {
        padding: 8rem !important;
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 8rem !important;
    }
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 8rem !important;
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 8rem !important;
    }
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 8rem !important;
    }
    .p-lg-10 {
        padding: 10rem !important;
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 10rem !important;
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 10rem !important;
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 10rem !important;
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 10rem !important;
    }
    .p-lg-11 {
        padding: 12rem !important;
    }
    .pt-lg-11,
    .py-lg-11 {
        padding-top: 12rem !important;
    }
    .pr-lg-11,
    .px-lg-11 {
        padding-right: 12rem !important;
    }
    .pb-lg-11,
    .py-lg-11 {
        padding-bottom: 12rem !important;
    }
    .pl-lg-11,
    .px-lg-11 {
        padding-left: 12rem !important;
    }
    .p-lg-12 {
        padding: 14rem !important;
    }
    .pt-lg-12,
    .py-lg-12 {
        padding-top: 14rem !important;
    }
    .pr-lg-12,
    .px-lg-12 {
        padding-right: 14rem !important;
    }
    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: 14rem !important;
    }
    .pl-lg-12,
    .px-lg-12 {
        padding-left: 14rem !important;
    }
    .p-lg-13 {
        padding: 16rem !important;
    }
    .pt-lg-13,
    .py-lg-13 {
        padding-top: 16rem !important;
    }
    .pr-lg-13,
    .px-lg-13 {
        padding-right: 16rem !important;
    }
    .pb-lg-13,
    .py-lg-13 {
        padding-bottom: 16rem !important;
    }
    .pl-lg-13,
    .px-lg-13 {
        padding-left: 16rem !important;
    }
    .p-lg-14 {
        padding: 18rem !important;
    }
    .pt-lg-14,
    .py-lg-14 {
        padding-top: 18rem !important;
    }
    .pr-lg-14,
    .px-lg-14 {
        padding-right: 18rem !important;
    }
    .pb-lg-14,
    .py-lg-14 {
        padding-bottom: 18rem !important;
    }
    .pl-lg-14,
    .px-lg-14 {
        padding-left: 18rem !important;
    }
    .p-lg-15 {
        padding: 20rem !important;
    }
    .pt-lg-15,
    .py-lg-15 {
        padding-top: 20rem !important;
    }
    .pr-lg-15,
    .px-lg-15 {
        padding-right: 20rem !important;
    }
    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 20rem !important;
    }
    .pl-lg-15,
    .px-lg-15 {
        padding-left: 20rem !important;
    }
    .p-lg-16 {
        padding: 22rem !important;
    }
    .pt-lg-16,
    .py-lg-16 {
        padding-top: 22rem !important;
    }
    .pr-lg-16,
    .px-lg-16 {
        padding-right: 22rem !important;
    }
    .pb-lg-16,
    .py-lg-16 {
        padding-bottom: 22rem !important;
    }
    .pl-lg-16,
    .px-lg-16 {
        padding-left: 22rem !important;
    }
    .p-lg-17 {
        padding: 24rem !important;
    }
    .pt-lg-17,
    .py-lg-17 {
        padding-top: 24rem !important;
    }
    .pr-lg-17,
    .px-lg-17 {
        padding-right: 24rem !important;
    }
    .pb-lg-17,
    .py-lg-17 {
        padding-bottom: 24rem !important;
    }
    .pl-lg-17,
    .px-lg-17 {
        padding-left: 24rem !important;
    }
    .p-lg-18 {
        padding: 26rem !important;
    }
    .pt-lg-18,
    .py-lg-18 {
        padding-top: 26rem !important;
    }
    .pr-lg-18,
    .px-lg-18 {
        padding-right: 26rem !important;
    }
    .pb-lg-18,
    .py-lg-18 {
        padding-bottom: 26rem !important;
    }
    .pl-lg-18,
    .px-lg-18 {
        padding-left: 26rem !important;
    }
    .p-lg-19 {
        padding: 28rem !important;
    }
    .pt-lg-19,
    .py-lg-19 {
        padding-top: 28rem !important;
    }
    .pr-lg-19,
    .px-lg-19 {
        padding-right: 28rem !important;
    }
    .pb-lg-19,
    .py-lg-19 {
        padding-bottom: 28rem !important;
    }
    .pl-lg-19,
    .px-lg-19 {
        padding-left: 28rem !important;
    }
    .p-lg-20 {
        padding: 30rem !important;
    }
    .pt-lg-20,
    .py-lg-20 {
        padding-top: 30rem !important;
    }
    .pr-lg-20,
    .px-lg-20 {
        padding-right: 30rem !important;
    }
    .pb-lg-20,
    .py-lg-20 {
        padding-bottom: 30rem !important;
    }
    .pl-lg-20,
    .px-lg-20 {
        padding-left: 30rem !important;
    }
    .p-lg-21 {
        padding: 33rem !important;
    }
    .pt-lg-21,
    .py-lg-21 {
        padding-top: 33rem !important;
    }
    .pr-lg-21,
    .px-lg-21 {
        padding-right: 33rem !important;
    }
    .pb-lg-21,
    .py-lg-21 {
        padding-bottom: 33rem !important;
    }
    .pl-lg-21,
    .px-lg-21 {
        padding-left: 33rem !important;
    }
    .p-lg-22 {
        padding: 36rem !important;
    }
    .pt-lg-22,
    .py-lg-22 {
        padding-top: 36rem !important;
    }
    .pr-lg-22,
    .px-lg-22 {
        padding-right: 36rem !important;
    }
    .pb-lg-22,
    .py-lg-22 {
        padding-bottom: 36rem !important;
    }
    .pl-lg-22,
    .px-lg-22 {
        padding-left: 36rem !important;
    }
    .p-lg-23 {
        padding: 39rem !important;
    }
    .pt-lg-23,
    .py-lg-23 {
        padding-top: 39rem !important;
    }
    .pr-lg-23,
    .px-lg-23 {
        padding-right: 39rem !important;
    }
    .pb-lg-23,
    .py-lg-23 {
        padding-bottom: 39rem !important;
    }
    .pl-lg-23,
    .px-lg-23 {
        padding-left: 39rem !important;
    }
    .p-lg-24 {
        padding: 42rem !important;
    }
    .pt-lg-24,
    .py-lg-24 {
        padding-top: 42rem !important;
    }
    .pr-lg-24,
    .px-lg-24 {
        padding-right: 42rem !important;
    }
    .pb-lg-24,
    .py-lg-24 {
        padding-bottom: 42rem !important;
    }
    .pl-lg-24,
    .px-lg-24 {
        padding-left: 42rem !important;
    }
    .p-lg-25 {
        padding: 46rem !important;
    }
    .pt-lg-25,
    .py-lg-25 {
        padding-top: 46rem !important;
    }
    .pr-lg-25,
    .px-lg-25 {
        padding-right: 46rem !important;
    }
    .pb-lg-25,
    .py-lg-25 {
        padding-bottom: 46rem !important;
    }
    .pl-lg-25,
    .px-lg-25 {
        padding-left: 46rem !important;
    }
    .p-lg-26 {
        padding: 52rem !important;
    }
    .pt-lg-26,
    .py-lg-26 {
        padding-top: 52rem !important;
    }
    .pr-lg-26,
    .px-lg-26 {
        padding-right: 52rem !important;
    }
    .pb-lg-26,
    .py-lg-26 {
        padding-bottom: 52rem !important;
    }
    .pl-lg-26,
    .px-lg-26 {
        padding-left: 52rem !important;
    }
    .p-lg-27 {
        padding: 64rem !important;
    }
    .pt-lg-27,
    .py-lg-27 {
        padding-top: 64rem !important;
    }
    .pr-lg-27,
    .px-lg-27 {
        padding-right: 64rem !important;
    }
    .pb-lg-27,
    .py-lg-27 {
        padding-bottom: 64rem !important;
    }
    .pl-lg-27,
    .px-lg-27 {
        padding-left: 64rem !important;
    }
    .p-lg-28 {
        padding: 70rem !important;
    }
    .pt-lg-28,
    .py-lg-28 {
        padding-top: 70rem !important;
    }
    .pr-lg-28,
    .px-lg-28 {
        padding-right: 70rem !important;
    }
    .pb-lg-28,
    .py-lg-28 {
        padding-bottom: 70rem !important;
    }
    .pl-lg-28,
    .px-lg-28 {
        padding-left: 70rem !important;
    }
    .p-lg-29 {
        padding: 75rem !important;
    }
    .pt-lg-29,
    .py-lg-29 {
        padding-top: 75rem !important;
    }
    .pr-lg-29,
    .px-lg-29 {
        padding-right: 75rem !important;
    }
    .pb-lg-29,
    .py-lg-29 {
        padding-bottom: 75rem !important;
    }
    .pl-lg-29,
    .px-lg-29 {
        padding-left: 75rem !important;
    }
    .p-lg-30 {
        padding: 80rem !important;
    }
    .pt-lg-30,
    .py-lg-30 {
        padding-top: 80rem !important;
    }
    .pr-lg-30,
    .px-lg-30 {
        padding-right: 80rem !important;
    }
    .pb-lg-30,
    .py-lg-30 {
        padding-bottom: 80rem !important;
    }
    .pl-lg-30,
    .px-lg-30 {
        padding-left: 80rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.5rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.5rem !important;
    }
    .m-xl-2 {
        margin: 0.7rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.7rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.7rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.7rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.7rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.4rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.4rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.4rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.4rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.4rem !important;
    }
    .m-xl-5 {
        margin: 2rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 2rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 2rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 2rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 2rem !important;
    }
    .m-xl-6 {
        margin: 2.8rem !important;
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2.8rem !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 2.8rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2.8rem !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 2.8rem !important;
    }
    .m-xl-7 {
        margin: 4rem !important;
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 4rem !important;
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 4rem !important;
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 4rem !important;
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 4rem !important;
    }
    .m-xl-8 {
        margin: 5.6rem !important;
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 5.6rem !important;
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 5.6rem !important;
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 5.6rem !important;
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 5.6rem !important;
    }
    .m-xl-9 {
        margin: 8rem !important;
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 8rem !important;
    }
    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 8rem !important;
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 8rem !important;
    }
    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 8rem !important;
    }
    .m-xl-10 {
        margin: 10rem !important;
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 10rem !important;
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 10rem !important;
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 10rem !important;
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 10rem !important;
    }
    .m-xl-11 {
        margin: 12rem !important;
    }
    .mt-xl-11,
    .my-xl-11 {
        margin-top: 12rem !important;
    }
    .mr-xl-11,
    .mx-xl-11 {
        margin-right: 12rem !important;
    }
    .mb-xl-11,
    .my-xl-11 {
        margin-bottom: 12rem !important;
    }
    .ml-xl-11,
    .mx-xl-11 {
        margin-left: 12rem !important;
    }
    .m-xl-12 {
        margin: 14rem !important;
    }
    .mt-xl-12,
    .my-xl-12 {
        margin-top: 14rem !important;
    }
    .mr-xl-12,
    .mx-xl-12 {
        margin-right: 14rem !important;
    }
    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: 14rem !important;
    }
    .ml-xl-12,
    .mx-xl-12 {
        margin-left: 14rem !important;
    }
    .m-xl-13 {
        margin: 16rem !important;
    }
    .mt-xl-13,
    .my-xl-13 {
        margin-top: 16rem !important;
    }
    .mr-xl-13,
    .mx-xl-13 {
        margin-right: 16rem !important;
    }
    .mb-xl-13,
    .my-xl-13 {
        margin-bottom: 16rem !important;
    }
    .ml-xl-13,
    .mx-xl-13 {
        margin-left: 16rem !important;
    }
    .m-xl-14 {
        margin: 18rem !important;
    }
    .mt-xl-14,
    .my-xl-14 {
        margin-top: 18rem !important;
    }
    .mr-xl-14,
    .mx-xl-14 {
        margin-right: 18rem !important;
    }
    .mb-xl-14,
    .my-xl-14 {
        margin-bottom: 18rem !important;
    }
    .ml-xl-14,
    .mx-xl-14 {
        margin-left: 18rem !important;
    }
    .m-xl-15 {
        margin: 20rem !important;
    }
    .mt-xl-15,
    .my-xl-15 {
        margin-top: 20rem !important;
    }
    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 20rem !important;
    }
    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 20rem !important;
    }
    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 20rem !important;
    }
    .m-xl-16 {
        margin: 22rem !important;
    }
    .mt-xl-16,
    .my-xl-16 {
        margin-top: 22rem !important;
    }
    .mr-xl-16,
    .mx-xl-16 {
        margin-right: 22rem !important;
    }
    .mb-xl-16,
    .my-xl-16 {
        margin-bottom: 22rem !important;
    }
    .ml-xl-16,
    .mx-xl-16 {
        margin-left: 22rem !important;
    }
    .m-xl-17 {
        margin: 24rem !important;
    }
    .mt-xl-17,
    .my-xl-17 {
        margin-top: 24rem !important;
    }
    .mr-xl-17,
    .mx-xl-17 {
        margin-right: 24rem !important;
    }
    .mb-xl-17,
    .my-xl-17 {
        margin-bottom: 24rem !important;
    }
    .ml-xl-17,
    .mx-xl-17 {
        margin-left: 24rem !important;
    }
    .m-xl-18 {
        margin: 26rem !important;
    }
    .mt-xl-18,
    .my-xl-18 {
        margin-top: 26rem !important;
    }
    .mr-xl-18,
    .mx-xl-18 {
        margin-right: 26rem !important;
    }
    .mb-xl-18,
    .my-xl-18 {
        margin-bottom: 26rem !important;
    }
    .ml-xl-18,
    .mx-xl-18 {
        margin-left: 26rem !important;
    }
    .m-xl-19 {
        margin: 28rem !important;
    }
    .mt-xl-19,
    .my-xl-19 {
        margin-top: 28rem !important;
    }
    .mr-xl-19,
    .mx-xl-19 {
        margin-right: 28rem !important;
    }
    .mb-xl-19,
    .my-xl-19 {
        margin-bottom: 28rem !important;
    }
    .ml-xl-19,
    .mx-xl-19 {
        margin-left: 28rem !important;
    }
    .m-xl-20 {
        margin: 30rem !important;
    }
    .mt-xl-20,
    .my-xl-20 {
        margin-top: 30rem !important;
    }
    .mr-xl-20,
    .mx-xl-20 {
        margin-right: 30rem !important;
    }
    .mb-xl-20,
    .my-xl-20 {
        margin-bottom: 30rem !important;
    }
    .ml-xl-20,
    .mx-xl-20 {
        margin-left: 30rem !important;
    }
    .m-xl-21 {
        margin: 33rem !important;
    }
    .mt-xl-21,
    .my-xl-21 {
        margin-top: 33rem !important;
    }
    .mr-xl-21,
    .mx-xl-21 {
        margin-right: 33rem !important;
    }
    .mb-xl-21,
    .my-xl-21 {
        margin-bottom: 33rem !important;
    }
    .ml-xl-21,
    .mx-xl-21 {
        margin-left: 33rem !important;
    }
    .m-xl-22 {
        margin: 36rem !important;
    }
    .mt-xl-22,
    .my-xl-22 {
        margin-top: 36rem !important;
    }
    .mr-xl-22,
    .mx-xl-22 {
        margin-right: 36rem !important;
    }
    .mb-xl-22,
    .my-xl-22 {
        margin-bottom: 36rem !important;
    }
    .ml-xl-22,
    .mx-xl-22 {
        margin-left: 36rem !important;
    }
    .m-xl-23 {
        margin: 39rem !important;
    }
    .mt-xl-23,
    .my-xl-23 {
        margin-top: 39rem !important;
    }
    .mr-xl-23,
    .mx-xl-23 {
        margin-right: 39rem !important;
    }
    .mb-xl-23,
    .my-xl-23 {
        margin-bottom: 39rem !important;
    }
    .ml-xl-23,
    .mx-xl-23 {
        margin-left: 39rem !important;
    }
    .m-xl-24 {
        margin: 42rem !important;
    }
    .mt-xl-24,
    .my-xl-24 {
        margin-top: 42rem !important;
    }
    .mr-xl-24,
    .mx-xl-24 {
        margin-right: 42rem !important;
    }
    .mb-xl-24,
    .my-xl-24 {
        margin-bottom: 42rem !important;
    }
    .ml-xl-24,
    .mx-xl-24 {
        margin-left: 42rem !important;
    }
    .m-xl-25 {
        margin: 46rem !important;
    }
    .mt-xl-25,
    .my-xl-25 {
        margin-top: 46rem !important;
    }
    .mr-xl-25,
    .mx-xl-25 {
        margin-right: 46rem !important;
    }
    .mb-xl-25,
    .my-xl-25 {
        margin-bottom: 46rem !important;
    }
    .ml-xl-25,
    .mx-xl-25 {
        margin-left: 46rem !important;
    }
    .m-xl-26 {
        margin: 52rem !important;
    }
    .mt-xl-26,
    .my-xl-26 {
        margin-top: 52rem !important;
    }
    .mr-xl-26,
    .mx-xl-26 {
        margin-right: 52rem !important;
    }
    .mb-xl-26,
    .my-xl-26 {
        margin-bottom: 52rem !important;
    }
    .ml-xl-26,
    .mx-xl-26 {
        margin-left: 52rem !important;
    }
    .m-xl-27 {
        margin: 64rem !important;
    }
    .mt-xl-27,
    .my-xl-27 {
        margin-top: 64rem !important;
    }
    .mr-xl-27,
    .mx-xl-27 {
        margin-right: 64rem !important;
    }
    .mb-xl-27,
    .my-xl-27 {
        margin-bottom: 64rem !important;
    }
    .ml-xl-27,
    .mx-xl-27 {
        margin-left: 64rem !important;
    }
    .m-xl-28 {
        margin: 70rem !important;
    }
    .mt-xl-28,
    .my-xl-28 {
        margin-top: 70rem !important;
    }
    .mr-xl-28,
    .mx-xl-28 {
        margin-right: 70rem !important;
    }
    .mb-xl-28,
    .my-xl-28 {
        margin-bottom: 70rem !important;
    }
    .ml-xl-28,
    .mx-xl-28 {
        margin-left: 70rem !important;
    }
    .m-xl-29 {
        margin: 75rem !important;
    }
    .mt-xl-29,
    .my-xl-29 {
        margin-top: 75rem !important;
    }
    .mr-xl-29,
    .mx-xl-29 {
        margin-right: 75rem !important;
    }
    .mb-xl-29,
    .my-xl-29 {
        margin-bottom: 75rem !important;
    }
    .ml-xl-29,
    .mx-xl-29 {
        margin-left: 75rem !important;
    }
    .m-xl-30 {
        margin: 80rem !important;
    }
    .mt-xl-30,
    .my-xl-30 {
        margin-top: 80rem !important;
    }
    .mr-xl-30,
    .mx-xl-30 {
        margin-right: 80rem !important;
    }
    .mb-xl-30,
    .my-xl-30 {
        margin-bottom: 80rem !important;
    }
    .ml-xl-30,
    .mx-xl-30 {
        margin-left: 80rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.5rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.5rem !important;
    }
    .p-xl-2 {
        padding: 0.7rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.7rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.7rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.7rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.7rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.4rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.4rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.4rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.4rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.4rem !important;
    }
    .p-xl-5 {
        padding: 2rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 2rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 2rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 2rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 2rem !important;
    }
    .p-xl-6 {
        padding: 2.8rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2.8rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 2.8rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2.8rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 2.8rem !important;
    }
    .p-xl-7 {
        padding: 4rem !important;
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 4rem !important;
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 4rem !important;
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 4rem !important;
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 4rem !important;
    }
    .p-xl-8 {
        padding: 5.6rem !important;
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 5.6rem !important;
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 5.6rem !important;
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 5.6rem !important;
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 5.6rem !important;
    }
    .p-xl-9 {
        padding: 8rem !important;
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 8rem !important;
    }
    .pr-xl-9,
    .px-xl-9 {
        padding-right: 8rem !important;
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 8rem !important;
    }
    .pl-xl-9,
    .px-xl-9 {
        padding-left: 8rem !important;
    }
    .p-xl-10 {
        padding: 10rem !important;
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 10rem !important;
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 10rem !important;
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 10rem !important;
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 10rem !important;
    }
    .p-xl-11 {
        padding: 12rem !important;
    }
    .pt-xl-11,
    .py-xl-11 {
        padding-top: 12rem !important;
    }
    .pr-xl-11,
    .px-xl-11 {
        padding-right: 12rem !important;
    }
    .pb-xl-11,
    .py-xl-11 {
        padding-bottom: 12rem !important;
    }
    .pl-xl-11,
    .px-xl-11 {
        padding-left: 12rem !important;
    }
    .p-xl-12 {
        padding: 14rem !important;
    }
    .pt-xl-12,
    .py-xl-12 {
        padding-top: 14rem !important;
    }
    .pr-xl-12,
    .px-xl-12 {
        padding-right: 14rem !important;
    }
    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: 14rem !important;
    }
    .pl-xl-12,
    .px-xl-12 {
        padding-left: 14rem !important;
    }
    .p-xl-13 {
        padding: 16rem !important;
    }
    .pt-xl-13,
    .py-xl-13 {
        padding-top: 16rem !important;
    }
    .pr-xl-13,
    .px-xl-13 {
        padding-right: 16rem !important;
    }
    .pb-xl-13,
    .py-xl-13 {
        padding-bottom: 16rem !important;
    }
    .pl-xl-13,
    .px-xl-13 {
        padding-left: 16rem !important;
    }
    .p-xl-14 {
        padding: 18rem !important;
    }
    .pt-xl-14,
    .py-xl-14 {
        padding-top: 18rem !important;
    }
    .pr-xl-14,
    .px-xl-14 {
        padding-right: 18rem !important;
    }
    .pb-xl-14,
    .py-xl-14 {
        padding-bottom: 18rem !important;
    }
    .pl-xl-14,
    .px-xl-14 {
        padding-left: 18rem !important;
    }
    .p-xl-15 {
        padding: 20rem !important;
    }
    .pt-xl-15,
    .py-xl-15 {
        padding-top: 20rem !important;
    }
    .pr-xl-15,
    .px-xl-15 {
        padding-right: 20rem !important;
    }
    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 20rem !important;
    }
    .pl-xl-15,
    .px-xl-15 {
        padding-left: 20rem !important;
    }
    .p-xl-16 {
        padding: 22rem !important;
    }
    .pt-xl-16,
    .py-xl-16 {
        padding-top: 22rem !important;
    }
    .pr-xl-16,
    .px-xl-16 {
        padding-right: 22rem !important;
    }
    .pb-xl-16,
    .py-xl-16 {
        padding-bottom: 22rem !important;
    }
    .pl-xl-16,
    .px-xl-16 {
        padding-left: 22rem !important;
    }
    .p-xl-17 {
        padding: 24rem !important;
    }
    .pt-xl-17,
    .py-xl-17 {
        padding-top: 24rem !important;
    }
    .pr-xl-17,
    .px-xl-17 {
        padding-right: 24rem !important;
    }
    .pb-xl-17,
    .py-xl-17 {
        padding-bottom: 24rem !important;
    }
    .pl-xl-17,
    .px-xl-17 {
        padding-left: 24rem !important;
    }
    .p-xl-18 {
        padding: 26rem !important;
    }
    .pt-xl-18,
    .py-xl-18 {
        padding-top: 26rem !important;
    }
    .pr-xl-18,
    .px-xl-18 {
        padding-right: 26rem !important;
    }
    .pb-xl-18,
    .py-xl-18 {
        padding-bottom: 26rem !important;
    }
    .pl-xl-18,
    .px-xl-18 {
        padding-left: 26rem !important;
    }
    .p-xl-19 {
        padding: 28rem !important;
    }
    .pt-xl-19,
    .py-xl-19 {
        padding-top: 28rem !important;
    }
    .pr-xl-19,
    .px-xl-19 {
        padding-right: 28rem !important;
    }
    .pb-xl-19,
    .py-xl-19 {
        padding-bottom: 28rem !important;
    }
    .pl-xl-19,
    .px-xl-19 {
        padding-left: 28rem !important;
    }
    .p-xl-20 {
        padding: 30rem !important;
    }
    .pt-xl-20,
    .py-xl-20 {
        padding-top: 30rem !important;
    }
    .pr-xl-20,
    .px-xl-20 {
        padding-right: 30rem !important;
    }
    .pb-xl-20,
    .py-xl-20 {
        padding-bottom: 30rem !important;
    }
    .pl-xl-20,
    .px-xl-20 {
        padding-left: 30rem !important;
    }
    .p-xl-21 {
        padding: 33rem !important;
    }
    .pt-xl-21,
    .py-xl-21 {
        padding-top: 33rem !important;
    }
    .pr-xl-21,
    .px-xl-21 {
        padding-right: 33rem !important;
    }
    .pb-xl-21,
    .py-xl-21 {
        padding-bottom: 33rem !important;
    }
    .pl-xl-21,
    .px-xl-21 {
        padding-left: 33rem !important;
    }
    .p-xl-22 {
        padding: 36rem !important;
    }
    .pt-xl-22,
    .py-xl-22 {
        padding-top: 36rem !important;
    }
    .pr-xl-22,
    .px-xl-22 {
        padding-right: 36rem !important;
    }
    .pb-xl-22,
    .py-xl-22 {
        padding-bottom: 36rem !important;
    }
    .pl-xl-22,
    .px-xl-22 {
        padding-left: 36rem !important;
    }
    .p-xl-23 {
        padding: 39rem !important;
    }
    .pt-xl-23,
    .py-xl-23 {
        padding-top: 39rem !important;
    }
    .pr-xl-23,
    .px-xl-23 {
        padding-right: 39rem !important;
    }
    .pb-xl-23,
    .py-xl-23 {
        padding-bottom: 39rem !important;
    }
    .pl-xl-23,
    .px-xl-23 {
        padding-left: 39rem !important;
    }
    .p-xl-24 {
        padding: 42rem !important;
    }
    .pt-xl-24,
    .py-xl-24 {
        padding-top: 42rem !important;
    }
    .pr-xl-24,
    .px-xl-24 {
        padding-right: 42rem !important;
    }
    .pb-xl-24,
    .py-xl-24 {
        padding-bottom: 42rem !important;
    }
    .pl-xl-24,
    .px-xl-24 {
        padding-left: 42rem !important;
    }
    .p-xl-25 {
        padding: 46rem !important;
    }
    .pt-xl-25,
    .py-xl-25 {
        padding-top: 46rem !important;
    }
    .pr-xl-25,
    .px-xl-25 {
        padding-right: 46rem !important;
    }
    .pb-xl-25,
    .py-xl-25 {
        padding-bottom: 46rem !important;
    }
    .pl-xl-25,
    .px-xl-25 {
        padding-left: 46rem !important;
    }
    .p-xl-26 {
        padding: 52rem !important;
    }
    .pt-xl-26,
    .py-xl-26 {
        padding-top: 52rem !important;
    }
    .pr-xl-26,
    .px-xl-26 {
        padding-right: 52rem !important;
    }
    .pb-xl-26,
    .py-xl-26 {
        padding-bottom: 52rem !important;
    }
    .pl-xl-26,
    .px-xl-26 {
        padding-left: 52rem !important;
    }
    .p-xl-27 {
        padding: 64rem !important;
    }
    .pt-xl-27,
    .py-xl-27 {
        padding-top: 64rem !important;
    }
    .pr-xl-27,
    .px-xl-27 {
        padding-right: 64rem !important;
    }
    .pb-xl-27,
    .py-xl-27 {
        padding-bottom: 64rem !important;
    }
    .pl-xl-27,
    .px-xl-27 {
        padding-left: 64rem !important;
    }
    .p-xl-28 {
        padding: 70rem !important;
    }
    .pt-xl-28,
    .py-xl-28 {
        padding-top: 70rem !important;
    }
    .pr-xl-28,
    .px-xl-28 {
        padding-right: 70rem !important;
    }
    .pb-xl-28,
    .py-xl-28 {
        padding-bottom: 70rem !important;
    }
    .pl-xl-28,
    .px-xl-28 {
        padding-left: 70rem !important;
    }
    .p-xl-29 {
        padding: 75rem !important;
    }
    .pt-xl-29,
    .py-xl-29 {
        padding-top: 75rem !important;
    }
    .pr-xl-29,
    .px-xl-29 {
        padding-right: 75rem !important;
    }
    .pb-xl-29,
    .py-xl-29 {
        padding-bottom: 75rem !important;
    }
    .pl-xl-29,
    .px-xl-29 {
        padding-left: 75rem !important;
    }
    .p-xl-30 {
        padding: 80rem !important;
    }
    .pt-xl-30,
    .py-xl-30 {
        padding-top: 80rem !important;
    }
    .pr-xl-30,
    .px-xl-30 {
        padding-right: 80rem !important;
    }
    .pb-xl-30,
    .py-xl-30 {
        padding-bottom: 80rem !important;
    }
    .pl-xl-30,
    .px-xl-30 {
        padding-left: 80rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
 .text-nowrap {
     white-space: nowrap !important;
 }
 .text-left {
     text-align: left !important;
 }
 .text-right {
     text-align: right !important;
 }
 .text-center {
     text-align: center !important;
 }
 @media (min-width: 576px) {
     .text-sm-left {
         text-align: left !important;
     }
 }
 @media (min-width: 768px) {
     .text-md-left {
         text-align: left !important;
     }
     .text-md-center {
         text-align: center !important;
     }
 }
 @media (min-width: 992px) {
     .text-lg-left {
         text-align: left !important;
     }
     .text-lg-center {
         text-align: center !important;
     }
 }
 @media (min-width: 1200px) {
     .text-xl-left {
         text-align: left !important;
     }
 }
 .font-weight-light {
     font-weight: 300 !important;
 }
 .font-weight-normal {
     font-weight: 400 !important;
 }
 .font-weight-bold {
     font-weight: 700 !important;
 }
 .text-white {
     color: #fff !important;
 }
 .text-primary {
     color: #13abdb !important;
 }
 a.text-primary:hover,
 a.text-primary:focus {
     color: #0f86ac !important;
 }
 .text-success {
     color: #2eb4a6 !important;
 }
 a.text-success:hover,
 a.text-success:focus {
     color: #248b81 !important;
 }
 .text-warning {
     color: #ee6a4d !important;
 }
 a.text-warning:hover,
 a.text-warning:focus {
     color: #ea431e !important;
 }
 .text-dark {
     color: #4a6275 !important;
 }
 a.text-dark:hover,
 a.text-dark:focus {
     color: #364856 !important;
 }
 .text-blue {
     color: #027bb8 !important;
 }
 a.text-blue:hover,
 a.text-blue:focus {
     color: #015986 !important;
 }
 .text-brightblue {
     color: #13abdb !important;
 }
 a.text-brightblue:hover,
 a.text-brightblue:focus {
     color: #0f86ac !important;
 }
 .text-darkblue {
     color: #0f2f50 !important;
 }
 a.text-darkblue:hover,
 a.text-darkblue:focus {
     color: #071625 !important;
 }
 .text-teal {
     color: #2eb4a6 !important;
 }
 a.text-teal:hover,
 a.text-teal:focus {
     color: #248b81 !important;
 }
 .text-white {
     color: #fff !important;
 }
 a.text-white:hover,
 a.text-white:focus {
     color: #e6e6e6 !important;
 }
 .text-gray-600 {
     color: #809eb4 !important;
 }
 a.text-gray-600:hover,
 a.text-gray-600:focus {
     color: #6086a1 !important;
 }
 .text-gray-700 {
     color: #617f92 !important;
 }
 a.text-gray-700:hover,
 a.text-gray-700:focus {
     color: #4d6473 !important;
 }
 .text-gray-800 {
     color: #4b6473 !important;
 }
 a.text-gray-800:hover,
 a.text-gray-800:focus {
     color: #374954 !important;
 }
 .text-gray-900 {
     color: #293c44 !important;
 }
 a.text-gray-900:hover,
 a.text-gray-900:focus {
     color: #162024 !important;
 }
 .text-black {
     color: #000 !important;
 }
 a.text-black:hover,
 a.text-black:focus {
     color: #000 !important;
 }
 .visible {
     visibility: visible !important;
 }
 @media print {
     *,
     *::before,
     *::after {
         text-shadow: none !important;
         box-shadow: none !important;
     }
     a:not(.btn) {
         text-decoration: underline;
     }
     
     blockquote {
         border: 1px solid #9db9d1;
         page-break-inside: avoid;
     }
     thead {
         display: table-header-group;
     }
     tr,
     img {
         page-break-inside: avoid;
     }
     p,
     h2,
     h3 {
         orphans: 3;
         widows: 3;
     }
     h2,
     h3 {
         page-break-after: avoid;
     }
     @page {
         size: a3;
     }
     body {
         min-width: 992px !important;
     }
     .container {
         min-width: 992px !important;
     }
     .navbar {
         display: none;
     }
     .badge {
         border: 1px solid #000;
     }
     .table {
         border-collapse: collapse !important;
     }
     .table td,
     .table th {
         background-color: #fff !important;
     }
     .table-bordered th,
     .table-bordered td {
         border: 1px solid #cfdbe8 !important;
     }
     .table .thead-dark th {
         color: inherit;
         border-color: #cfdbe8;
     }
 }
 .btn-group > .btn {
     border-radius: 4px;
 }
 .btn-sm,
 .btn-group-sm > .btn {
     font-size: 0.8rem;
 }
 .btn:disabled {
     color: rgba(255, 255, 255, 0.7) !important;
 }
 .btn-primary:disabled {
     color: rgba(255, 255, 255, 0.7) !important;
 }
 .btn-secondary:disabled {
     color: rgba(255, 255, 255, 0.7) !important;
 }
 .btn-success:disabled {
     color: rgba(255, 255, 255, 0.7) !important;
 }
 .btn-light:disabled {
     color: rgba(255, 255, 255, 0.7) !important;
 }
 .btn-dark:disabled {
     color: rgba(255, 255, 255, 0.7) !important;
 }
 .btn-blue:disabled {
     color: rgba(255, 255, 255, 0.7) !important;
 }
 .btn-brightblue:disabled {
     color: rgba(255, 255, 255, 0.7) !important;
 }
 .btn-darkblue:disabled {
     color: rgba(255, 255, 255, 0.7) !important;
 }
 .btn-orange:disabled {
     color: rgba(255, 255, 255, 0.7) !important;
 }
 .btn-teal:disabled {
     color: rgba(255, 255, 255, 0.7) !important;
 }
 .btn-white:disabled {
     color: rgba(255, 255, 255, 0.7) !important;
 }
 .btn-gray-400:disabled {
     color: rgba(255, 255, 255, 0.7) !important;
 }
 .btn-gray-700:disabled {
     color: rgba(255, 255, 255, 0.7) !important;
 }
 .btn-outline-primary {
     border-color: #13abdb !important;
 }
 .btn-outline-secondary {
     border-color: #027bb8 !important;
 }
 .btn-outline-light {
     border-color: #f6f7fa !important;
 }
 .btn-outline-dark {
     border-color: #4a6275 !important;
 }
 .btn-outline-blue {
     border-color: #027bb8 !important;
 }
 .btn-outline-darkblue {
     border-color: #0f2f50 !important;
 }
 .btn-outline-orange {
     border-color: #f06947 !important;
 }
 .btn-outline-teal {
     border-color: #2eb4a6 !important;
 }
 .btn-outline-white {
     border-color: #fff !important;
 }
 #quote-link.active {
     color: #fff !important;
 }
 .plus,
 .x {
     width: 1.4rem;
     height: 1.4rem;
     line-height: 1.4rem;
     text-align: center;
     border-radius: 1000px;
     font-size: 1.4rem;
     color: #fff;
     font-weight: 300;
     vertical-align: middle;
 }
 .plus:hover,
 .x:hover {
     text-decoration: none;
 }
 .x {
     line-height: 1.2rem;
 }
 .no-underline,
 a.no-underline {
     text-decoration: none !important;
 }
 .no-underline:hover,
 a.no-underline:hover {
     text-decoration: none !important;
 }
 .dropdown-toggle {
     padding-right: 1rem;
 }
 h2 {
     color: #027bb8;
 }
 sub {
     font-size: 70%;
     padding: 0;
     line-height: 90%;
     vertical-align: text-bottom;
 }
 sup {
     font-size: 65%;
     padding: 0;
 }
 .display-1 sup,
 .display-2 sup,
 .display-3 sup,
 .display-4 sup {
     font-size: 0.25em;
     position: relative;
     top: -2.3em;
 }
 h1 sup,
 .h1 sup,
 .h1-size sup {
     font-size: 0.3em;
     position: relative;
     top: -1.8em;
 }
 h2 sup,
 .h2 sup,
 .h2-size sup {
     font-size: 0.4em;
     top: -1.3em;
 }
 .display-1 .tm,
 .display-2 .tm,
 .display-3 .tm,
 .display-4 .tm {
     font-size: 0.4em;
     position: relative;
     top: -1.05em;
     font-weight: 300;
 }
 h1 .tm,
 .h1 .tm,
 .h1-size .tm {
     font-size: 0.5em;
     position: relative;
     top: -0.72em;
     font-weight: 300;
 }
 h2 .tm,
 .h2 .tm,
 .h2-size .tm {
     font-size: 0.75em;
     position: relative;
     top: -0.31em;
     font-weight: 300;
 }
 .smaller-headings h1 .tm {
     font-size: 0.75em;
     position: relative;
     top: -0.31em;
     font-weight: 300;
 }
 .smaller-headings h2 .tm {
     font-size: 0.85em;
     position: relative;
     top: -0.31em;
     font-weight: 300;
 }
 .smaller-headings h1 sup,
 .smaller-headings .h1 sup,
 .smaller-headings .h1-size sup {
     font-size: 0.35em;
     position: relative;
     top: -1.2em;
 }
 .smaller-headings h2 sup,
 .smaller-headings .h2 sup,
 .smaller-headings .h2-size sup {
     font-size: 0.4em;
     top: -1.3em;
 }
 h1:first-child,
 h2:first-child,
 h3:first-child,
 h4:first-child,
 h5:first-child,
 h6:first-child,
 p:first-child,
 h1.mt-0,
 h2.mt-0,
 h3.mt-0,
 h4.mt-0,
 h5.mt-0,
 h6.mt-0,
 p.mt-0,
 .h1:first-child,
 .h2:first-child,
 .h3:first-child,
 .h4:first-child,
 .h5:first-child,
 .h6:first-child,
 .h1.mt-0,
 .h2.mt-0,
 .h3.mt-0,
 .h4.mt-0,
 .h5.mt-0,
 .h6.mt-0 {
     margin-top: 0rem;
 }
 h1 {
     margin-top: 2.8rem;
     margin-bottom: 1rem;
 }
 h2,
 h3 {
     margin-top: 2rem;
     margin-bottom: 1rem;
 }
 h4,
 h5,
 h6 {
     margin-top: 1.4rem;
     margin-bottom: 1rem;
 }
 p {
     margin-top: 1rem;
     margin-bottom: 1rem;
 }
 li {
     margin-top: 0.5rem;
     margin-bottom: 0.5rem;
 }
 ol,
 ul,
 dl {
     margin-top: 1rem;
     margin-bottom: 1rem;
     padding-left: 1.4rem;
 }
 lh {
     padding-left: 0;
     margin-left: -1.4rem;
 }
 ul.list-group {
     margin-top: 0;
 }
 ol li {
     padding-left: 0.4rem;
 }
 ul.anchor-links {
     list-style: none;
     position: relative;
     padding-left: 0;
 }
 ul.anchor-links li {
     display: inline;
     position: relative;
     padding-left: 0.5rem;
     margin-right: 1rem;
 }
 ul.anchor-links li a {
     text-decoration: none;
 }
 ul.anchor-links li:before {
     content: "";
     position: absolute;
     display: inline;
     left: 0;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 3.5px 0 3.5px 4px;
     border-color: transparent transparent transparent #fff;
 }
 h1:last-child,
 h2:last-child,
 h3:last-child,
 h3:last-child,
 h5:last-child,
 h6:last-child,
 p:last-child,
 ol:last-child,
 ul:last-child,
 dl:last-child {
     margin-bottom: 0rem;
 }
 a {
     font-weight: 500;
 }
 a.text-white {
     font-weight: 400;
     text-decoration: underline;
 }
 figure {
     width: 100%;
     margin-bottom: 0;
 }
 @media (max-width: 991.98px) {
     .display-1,
     .display-2,
     .display-3,
     .display-4 {
         font-size: 2.441rem;
     }
     h1,
     .h1 {
         font-size: 2.441rem !important;
         margin-top: 1.953rem !important;
         margin-bottom: 1rem !important;
     }
     h2,
     .h2 {
         font-size: 1.953rem !important;
         margin-top: 1.563rem !important;
         margin-bottom: 1rem !important;
     }
     h3,
     .h3 {
         font-size: 1.563rem !important;
         margin-top: 1.563rem !important;
         margin-bottom: 1rem !important;
     }
     h4,
     .h4 {
         font-size: 1.25rem !important;
         margin-top: 1.25rem !important;
         margin-bottom: 1rem !important;
     }
     h5,
     h6,
     .h5,
     .h6 {
         margin-top: 1.25rem !important;
         margin-bottom: 1rem !important;
     }
     .h1-size {
         font-size: 2.441rem !important;
     }
     .h2-size {
         font-size: 1.953rem !important;
     }
     .h3-size {
         font-size: 1.563rem !important;
     }
     .h4-size {
         font-size: 1.25rem !important;
     }
     h1:first-child,
     h2:first-child,
     h3:first-child,
     h4:first-child,
     h5:first-child,
     h6:first-child,
     p:first-child,
     h1.mt-0,
     h2.mt-0,
     h3.mt-0,
     h4.mt-0,
     h5.mt-0,
     h6.mt-0,
     p.mt-0,
     .h1:first-child,
     .h2:first-child,
     .h3:first-child,
     .h4:first-child,
     .h5:first-child,
     .h6:first-child,
     .h1.mt-0,
     .h2.mt-0,
     .h3.mt-0,
     .h4.mt-0,
     .h5.mt-0,
     .h6.mt-0 {
         margin-top: 0rem !important;
     }
 }
 .smaller-headings h1,
 .smaller-headings .h1 {
     font-size: 2.441rem;
     margin-top: 1.953rem;
     margin-bottom: 1rem;
 }
 .smaller-headings h2,
 .smaller-headings .h2 {
     font-size: 1.953rem;
     margin-top: 1.563rem;
     margin-bottom: 1rem;
 }
 .smaller-headings h3,
 .smaller-headings .h3 {
     font-size: 1.563rem;
     margin-top: 1.563rem;
     margin-bottom: 1rem;
 }
 .smaller-headings h4,
 .smaller-headings .h4 {
     font-size: 1.25rem;
     margin-top: 1.25rem;
     margin-bottom: 1rem;
 }
 .smaller-headings h5,
 .smaller-headings .h5,
 .smaller-headings h6,
 .smaller-headings .h6 {
     margin-top: 1.25rem;
     margin-bottom: 1rem;
 }
 .smaller-headings h1:first-child,
 .smaller-headings h2:first-child,
 .smaller-headings h3:first-child,
 .smaller-headings h4:first-child,
 .smaller-headings h5:first-child,
 .smaller-headings h6:first-child,
 .smaller-headings p:first-child,
 .smaller-headings h1.mt-0,
 .smaller-headings h2.mt-0,
 .smaller-headings h3.mt-0,
 .smaller-headings h4.mt-0,
 .smaller-headings h5.mt-0,
 .smaller-headings h6.mt-0,
 .smaller-headings p.mt-0,
 .smaller-headings .h1:first-child,
 .smaller-headings .h2:first-child,
 .smaller-headings .h3:first-child,
 .smaller-headings .h4:first-child,
 .smaller-headings .h5:first-child,
 .smaller-headings .h6:first-child,
 .smaller-headings .h1.mt-0,
 .smaller-headings .h2.mt-0,
 .smaller-headings .h3.mt-0,
 .smaller-headings .h4.mt-0,
 .smaller-headings .h5.mt-0,
 .smaller-headings .h6.mt-0 {
     margin-top: 0rem !important;
 }
 blockquote.blockquote,
 blockquote {
     border-top: 2px solid #027bb8;
     padding: 2rem 2rem 0 2rem;
     position: relative;
     margin-top: 2rem;
 }
 blockquote.blockquote:before,
 blockquote:before {
     border-radius: 500px;
     width: 40px;
     height: 40px;
     background: #027bb8 url("/bio/images/icons/whitequote.png") 45% center no-repeat;
     background-size: 60%;
     color: #fff;
     position: absolute;
     left: 50%;
     top: 0;
     transform: translate(-50%, -50%);
     content: "";
 }
 .blockquote-footer,
 blockquote > footer {
     color: #617f92;
     font-weight: 300;
     position: relative;
     padding-left: 1rem !important;
 }
 .blockquote-footer:before,
 blockquote > footer:before {
     position: absolute;
     left: 0;
     top: 0;
 }
 .h1-size {
     font-size: 4rem;
 }
 .h2-size {
     font-size: 2rem;
 }
 .h3-size {
     font-size: 1.4rem;
 }
 .h4-size {
     font-size: 1.1rem;
 }
 .h5-size {
     font-size: 1rem;
 }
 
 p.text-white,
 li.text-white {
     font-weight: 300;
 }
 
 h1.text-white,
 h2.text-white,
 .h1.text-white,
 .h2.text-white {
     font-weight: 500;
 }
 
 h3.text-white,
 h4.text-white,
 h5.text-white,
 h6.text-white,
 .h3.text-white,
 .h4.text-white,
 .h5.text-white,
 .h6.text-white {
     font-weight: 400;
 }
 .text-white p,
 .text-white li {
     font-weight: 300;
 }
 .text-white h1,
 .text-white h2,
 .text-white .h1,
 .text-white .h2 {
     font-weight: 500;
 }
 .text-white h3,
 .text-white h4,
 .text-white h5,
 .text-white h6,
 .text-white .h3,
 .text-white .h4,
 .text-white .h5,
 .text-white .h6 {
     font-weight: 400;
 }
 .mt--1percent {
     margin-top: -1% !important;
 }
 .mt--4percent {
     margin-top: -4% !important;
 }
 .ml-5percent {
     margin-left: 5% !important;
 }
 
 .my-7percent {
     margin-top: 7% !important;
 }
 
 .my-7percent {
     margin-bottom: 7% !important;
 }
 .ml-9percent {
     margin-left: 9% !important;
 }
 .ml-10percent {
     margin-left: 10% !important;
 }
 .mt--10percent {
     margin-top: -10% !important;
 }
 .mb--10percent {
     margin-bottom: -10% !important;
 }
 .ml--10percent {
     margin-left: -10% !important;
 }
 .mt-20percent {
     margin-top: 20% !important;
 }
 .ml-25percent {
     margin-left: 25% !important;
 }
 .mt-30percent {
     margin-top: 30% !important;
 }
 .ml--50percent {
     margin-left: -50% !important;
 }
 .mt-55percent {
     margin-top: 55% !important;
 }
 .mt-65percent {
     margin-top: 65% !important;
 }
 .mb-80percent {
     margin-bottom: 80% !important;
 }
 .ml-xs-0 {
     margin-left: 0 !important;
 }
 @media (min-width: 576px) {
     .mt-sm--1percent {
         margin-top: -1% !important;
     }
     .mt-sm--2percent {
         margin-top: -2% !important;
     }
     .ml-sm-5percent {
         margin-left: 5% !important;
     }
     .ml-sm-25percent {
         margin-left: 25% !important;
     }
     .ml-sm-35percent {
         margin-left: 35% !important;
     }
     .mt-sm-0 {
         margin-top: 0 !important;
     }
     
     .mx-sm-0 {
         margin-right: 0 !important;
     }
     .mb-sm-0 {
         margin-bottom: 0 !important;
     }
     .ml-sm-0,
     .mx-sm-0 {
         margin-left: 0 !important;
     }
 }
 @media (min-width: 768px) {
     .ml-md-5percent {
         margin-left: 5% !important;
     }
     .ml-md-7percent {
         margin-left: 7% !important;
     }
     .mb-md--20percent {
         margin-bottom: -20% !important;
     }
     .ml-md-25percent {
         margin-left: 25% !important;
     }
     .ml-md--25percent {
         margin-left: -25% !important;
     }
     .ml-md-35percent {
         margin-left: 35% !important;
     }
     .mt-md--40percent {
         margin-top: -40% !important;
     }
     .mt-md--50percent {
         margin-top: -50% !important;
     }
     .ml-md-55percent {
         margin-left: 55% !important;
     }
     .ml-md-70percent {
         margin-left: 70% !important;
     }
     .mt-md-0,
     .my-md-0 {
         margin-top: 0 !important;
     }
     .mr-md-0,
     .mx-md-0 {
         margin-right: 0 !important;
     }
     .mb-md-0,
     .my-md-0 {
         margin-bottom: 0 !important;
     }
     .ml-md-0,
     .mx-md-0 {
         margin-left: 0 !important;
     }
 }
 @media (min-width: 992px) {
     .ml-lg-2percent {
         margin-left: 2% !important;
     }
     .ml-lg-7percent {
         margin-left: 7% !important;
     }
     .ml-lg--8percent {
         margin-left: -8% !important;
     }
     .ml-lg--10percent {
         margin-left: -10% !important;
     }
     .ml-lg-20percent {
         margin-left: 20% !important;
     }
     .ml-lg-30percent {
         margin-left: 30% !important;
     }
     .mt-lg--40percent {
         margin-top: -40% !important;
     }
     .mt-lg--50percent {
         margin-top: -50% !important;
     }
     .mt-lg-0,
     .my-lg-0 {
         margin-top: 0 !important;
     }
     
     .mx-lg-0 {
         margin-right: 0 !important;
     }
     .mb-lg-0,
     .my-lg-0 {
         margin-bottom: 0 !important;
     }
     .ml-lg-0,
     .mx-lg-0 {
         margin-left: 0 !important;
     }
 }
 @media (min-width: 1200px) {
     .ml-xl-5percent {
         margin-left: 5% !important;
     }
     .ml-xl--10percent {
         margin-left: -10% !important;
     }
     .ml-xl-25percent {
         margin-left: 25% !important;
     }
     .ml-xl-30percent {
         margin-left: 30% !important;
     }
     .mt-xl-0 {
         margin-top: 0 !important;
     }
     .mr-xl-0 {
         margin-right: 0 !important;
     }
     .mb-xl-0 {
         margin-bottom: 0 !important;
     }
     .ml-xl-0 {
         margin-left: 0 !important;
     }
 }
 .mt--1 {
     margin-top: -0.5rem !important;
 }
 .mr--1 {
     margin-right: -0.5rem !important;
 }
 .mb--1 {
     margin-bottom: -0.5rem !important;
 }
 .ml--1 {
     margin-left: -0.5rem !important;
 }
 .mb--2 {
     margin-bottom: -0.7rem !important;
 }
 .ml--2 {
     margin-left: -0.7rem !important;
 }
 .mt--3 {
     margin-top: -1rem !important;
 }
 .mr--3 {
     margin-right: -1rem !important;
 }
 .mb--3 {
     margin-bottom: -1rem !important;
 }
 .mt--4 {
     margin-top: -1.4rem !important;
 }
 .mb--4 {
     margin-bottom: -1.4rem !important;
 }
 .ml--4 {
     margin-left: -1.4rem !important;
 }
 .mt--5 {
     margin-top: -2rem !important;
 }
 .mb--6 {
     margin-bottom: -2.8rem !important;
 }
 .mt--7 {
     margin-top: -4rem !important;
 }
 .mr--7 {
     margin-right: -4rem !important;
 }
 .mt--8 {
     margin-top: -5.6rem !important;
 }
 .mt--10,
 .my--10 {
     margin-top: -10rem !important;
 }
 
 .my--10 {
     margin-bottom: -10rem !important;
 }
 .mt--30 {
     margin-top: -80rem !important;
 }
 @media (min-width: 576px) {
     .mr-sm--4 {
         margin-right: -1.4rem !important;
     }
     .mb-sm--4 {
         margin-bottom: -1.4rem !important;
     }
     .mt-sm--6 {
         margin-top: -2.8rem !important;
     }
     .mt-sm--7 {
         margin-top: -4rem !important;
     }
 }
 @media (min-width: 768px) {
     .mt-md--0 {
         margin-top: 0 !important;
     }
     .mt-md--1 {
         margin-top: -0.5rem !important;
     }
     .mr-md--3 {
         margin-right: -1rem !important;
     }
     .mb-md--3 {
         margin-bottom: -1rem !important;
     }
     .ml-md--5 {
         margin-left: -2rem !important;
     }
     .mt-md--6 {
         margin-top: -2.8rem !important;
     }
     .ml-md--6 {
         margin-left: -2.8rem !important;
     }
     .mt-md--7 {
         margin-top: -4rem !important;
     }
     .mb-md--7 {
         margin-bottom: -4rem !important;
     }
     .ml-md--7 {
         margin-left: -4rem !important;
     }
     .mt-md--11 {
         margin-top: -12rem !important;
     }
 }
 @media (min-width: 992px) {
     .mt-lg--0 {
         margin-top: 0 !important;
     }
     .ml-lg--0 {
         margin-left: 0 !important;
     }
     .mt-lg--1 {
         margin-top: -0.5rem !important;
     }
     .mr-lg--2 {
         margin-right: -0.7rem !important;
     }
     .mt-lg--3 {
         margin-top: -1rem !important;
     }
     .ml-lg--3 {
         margin-left: -1rem !important;
     }
     .mt-lg--4 {
         margin-top: -1.4rem !important;
     }
     .mt-lg--5 {
         margin-top: -2rem !important;
     }
     .ml-lg--5 {
         margin-left: -2rem !important;
     }
     .mr-lg--6 {
         margin-right: -2.8rem !important;
     }
     .mt-lg--7 {
         margin-top: -4rem !important;
     }
     .mr-lg--7 {
         margin-right: -4rem !important;
     }
     .ml-lg--7 {
         margin-left: -4rem !important;
     }
     .mt-lg--8 {
         margin-top: -5.6rem !important;
     }
     .mr-lg--8 {
         margin-right: -5.6rem !important;
     }
     .mb-lg--8 {
         margin-bottom: -5.6rem !important;
     }
     .ml-lg--8 {
         margin-left: -5.6rem !important;
     }
     .mb-lg--11 {
         margin-bottom: -12rem !important;
     }
 }
 @media (min-width: 1200px) {
     .mt-xl--0 {
         margin-top: 0 !important;
     }
     .mr-xl--0 {
         margin-right: 0 !important;
     }
     .mr-xl--5 {
         margin-right: -2rem !important;
     }
     .mt-xl--7 {
         margin-top: -4rem !important;
     }
     .mt-xl--8 {
         margin-top: -5.6rem !important;
     }
     .ml-xl--8 {
         margin-left: -5.6rem !important;
     }
     .mt-xl--9 {
         margin-top: -8rem !important;
     }
     .mt-xl--13 {
         margin-top: -16rem !important;
     }
 }
 .mt--1 {
     margin-top: -0.5rem !important;
 }
 .mr--1 {
     margin-right: -0.5rem !important;
 }
 .mb--1 {
     margin-bottom: -0.5rem !important;
 }
 .ml--1 {
     margin-left: -0.5rem !important;
 }
 .mb--2 {
     margin-bottom: -0.7rem !important;
 }
 .ml--2 {
     margin-left: -0.7rem !important;
 }
 .mt--3 {
     margin-top: -1rem !important;
 }
 .mr--3 {
     margin-right: -1rem !important;
 }
 .mb--3 {
     margin-bottom: -1rem !important;
 }
 .mt--4 {
     margin-top: -1.4rem !important;
 }
 .mb--4 {
     margin-bottom: -1.4rem !important;
 }
 .ml--4 {
     margin-left: -1.4rem !important;
 }
 .mt--5 {
     margin-top: -2rem !important;
 }
 .mb--6 {
     margin-bottom: -2.8rem !important;
 }
 .mt--7 {
     margin-top: -4rem !important;
 }
 .mr--7 {
     margin-right: -4rem !important;
 }
 .mt--8 {
     margin-top: -5.6rem !important;
 }
 .mt--10,
 .my--10 {
     margin-top: -10rem !important;
 }
 
 .my--10 {
     margin-bottom: -10rem !important;
 }
 .mt--30 {
     margin-top: -80rem !important;
 }
 @media (min-width: 576px) {
     .mr-sm--4 {
         margin-right: -1.4rem !important;
     }
     .mb-sm--4 {
         margin-bottom: -1.4rem !important;
     }
     .mt-sm--6 {
         margin-top: -2.8rem !important;
     }
     .mt-sm--7 {
         margin-top: -4rem !important;
     }
 }
 @media (min-width: 768px) {
     .mt-md--0 {
         margin-top: 0 !important;
     }
     .mt-md--1 {
         margin-top: -0.5rem !important;
     }
     .mr-md--3 {
         margin-right: -1rem !important;
     }
     .mb-md--3 {
         margin-bottom: -1rem !important;
     }
     .ml-md--5 {
         margin-left: -2rem !important;
     }
     .mt-md--6 {
         margin-top: -2.8rem !important;
     }
     .ml-md--6 {
         margin-left: -2.8rem !important;
     }
     .mt-md--7 {
         margin-top: -4rem !important;
     }
     .mb-md--7 {
         margin-bottom: -4rem !important;
     }
     .ml-md--7 {
         margin-left: -4rem !important;
     }
     .mt-md--11 {
         margin-top: -12rem !important;
     }
 }
 @media (min-width: 992px) {
     .mt-lg--0 {
         margin-top: 0 !important;
     }
     .ml-lg--0 {
         margin-left: 0 !important;
     }
     .mt-lg--1 {
         margin-top: -0.5rem !important;
     }
     .mr-lg--2 {
         margin-right: -0.7rem !important;
     }
     .mt-lg--3 {
         margin-top: -1rem !important;
     }
     .ml-lg--3 {
         margin-left: -1rem !important;
     }
     .mt-lg--4 {
         margin-top: -1.4rem !important;
     }
     .mt-lg--5 {
         margin-top: -2rem !important;
     }
     .ml-lg--5 {
         margin-left: -2rem !important;
     }
     .mr-lg--6 {
         margin-right: -2.8rem !important;
     }
     .mt-lg--7 {
         margin-top: -4rem !important;
     }
     .mr-lg--7 {
         margin-right: -4rem !important;
     }
     .ml-lg--7 {
         margin-left: -4rem !important;
     }
     .mt-lg--8 {
         margin-top: -5.6rem !important;
     }
     .mr-lg--8 {
         margin-right: -5.6rem !important;
     }
     .mb-lg--8 {
         margin-bottom: -5.6rem !important;
     }
     .ml-lg--8 {
         margin-left: -5.6rem !important;
     }
     .mb-lg--11 {
         margin-bottom: -12rem !important;
     }
 }
 @media (min-width: 1200px) {
     .mt-xl--0 {
         margin-top: 0 !important;
     }
     .mr-xl--0 {
         margin-right: 0 !important;
     }
     .mr-xl--5 {
         margin-right: -2rem !important;
     }
     .mt-xl--7 {
         margin-top: -4rem !important;
     }
     .mt-xl--8 {
         margin-top: -5.6rem !important;
     }
     .ml-xl--8 {
         margin-left: -5.6rem !important;
     }
     .mt-xl--9 {
         margin-top: -8rem !important;
     }
     .mt-xl--13 {
         margin-top: -16rem !important;
     }
 }
 .pb-7percent {
     padding-bottom: 7% !important;
 }
 
 .py-11percent {
     padding-top: 11% !important;
 }
 
 .py-11percent {
     padding-bottom: 11% !important;
 }
 .pl-14percent {
     padding-left: 14% !important;
 }
 .pl-15percent {
     padding-left: 15% !important;
 }
 .pl-16percent {
     padding-left: 16% !important;
 }
 .pt-30percent {
     padding-top: 30% !important;
 }
 .pt-40percent {
     padding-top: 40% !important;
 }
 .pt-50percent {
     padding-top: 50% !important;
 }
 .pt-60percent {
     padding-top: 60% !important;
 }
 .pb-60percent {
     padding-bottom: 60% !important;
 }
 .pt-70percent {
     padding-top: 70% !important;
 }
 .pb-90percent {
     padding-bottom: 90% !important;
 }
 @media (min-width: 768px) {
     .pb-md-35percent {
         padding-bottom: 35% !important;
     }
     .pt-md-40percent {
         padding-top: 40% !important;
     }
 }
 @media (min-width: 992px) {
     .pt-lg-30percent {
         padding-top: 30% !important;
     }
     .pt-lg-40percent {
         padding-top: 40% !important;
     }
     .pt-lg-50percent {
         padding-top: 50% !important;
     }
 }
 @media (min-width: 1200px) {
     .pb-xl-25percent {
         padding-bottom: 25% !important;
     }
 }
 .btn-group > .btn-outline-secondary:hover {
     background-color: #cfdbe8;
     color: #01486c;
 }
 select.custom-select {
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
 }
 .form-control.small,
 figcaption.form-control {
     font-size: 80%;
 }
 label {
     color: #617f92;
     font-size: 0.9rem;
 }
 label.custom-control-label {
     color: #000;
     font-size: 1rem;
 }
 label.custom-control-label:before {
     border: 1px solid #9db9d1;
     top: 0.13rem;
 }
 label.custom-control-label:after {
     top: 0.13rem;
 }
 .custom-control-input:checked ~ .custom-control-label:before {
     border: none;
 }
 .custom-control-input:disabled ~ .custom-control-label {
     color: #9db9d1;
 }
 .custom-control-input:disabled ~ .custom-control-label:before {
     background-color: #edf0f5;
     border: 1px solid #d9e2ed;
 }
 .badge {
     margin-right: 0.25em;
     vertical-align: top;
 }
 .table {
     margin: 0;
 }
 .text-primary h2 {
     color: #13abdb !important;
 }
 .text-success h2 {
     color: #2eb4a6 !important;
 }
 .text-warning h2 {
     color: #ee6a4d !important;
 }
 .text-dark h2 {
     color: #4a6275 !important;
 }
 .text-blue h2 {
     color: #027bb8 !important;
 }
 .text-brightblue h2 {
     color: #13abdb !important;
 }
 .text-darkblue h2 {
     color: #0f2f50 !important;
 }
 .text-teal h2 {
     color: #2eb4a6 !important;
 }
 .text-white h2 {
     color: #fff !important;
 }
 .text-gray-600 h2 {
     color: #809eb4 !important;
 }
 .text-gray-700 h2 {
     color: #617f92 !important;
 }
 .text-gray-800 h2 {
     color: #4b6473 !important;
 }
 .text-gray-900 h2 {
     color: #293c44 !important;
 }
 .text-black h2 {
     color: #000 !important;
 }
 @media (min-width: 576px) {
     .text-primary h2 {
         color: #13abdb !important;
     }
     .text-success h2 {
         color: #2eb4a6 !important;
     }
     .text-warning h2 {
         color: #ee6a4d !important;
     }
     .text-dark h2 {
         color: #4a6275 !important;
     }
     .text-blue h2 {
         color: #027bb8 !important;
     }
     .text-brightblue h2 {
         color: #13abdb !important;
     }
     .text-darkblue h2 {
         color: #0f2f50 !important;
     }
     .text-teal h2 {
         color: #2eb4a6 !important;
     }
     .text-white h2 {
         color: #fff !important;
     }
     .text-gray-600 h2 {
         color: #809eb4 !important;
     }
     .text-gray-700 h2 {
         color: #617f92 !important;
     }
     .text-gray-800 h2 {
         color: #4b6473 !important;
     }
     .text-gray-900 h2 {
         color: #293c44 !important;
     }
     .text-black h2 {
         color: #000 !important;
     }
 }
 @media (min-width: 768px) {
     .text-primary h2 {
         color: #13abdb !important;
     }
     .text-success h2 {
         color: #2eb4a6 !important;
     }
     .text-warning h2 {
         color: #ee6a4d !important;
     }
     .text-dark h2 {
         color: #4a6275 !important;
     }
     .text-blue h2 {
         color: #027bb8 !important;
     }
     .text-brightblue h2 {
         color: #13abdb !important;
     }
     .text-darkblue h2 {
         color: #0f2f50 !important;
     }
     .text-teal h2 {
         color: #2eb4a6 !important;
     }
     .text-white h2 {
         color: #fff !important;
     }
     .text-gray-600 h2 {
         color: #809eb4 !important;
     }
     .text-gray-700 h2 {
         color: #617f92 !important;
     }
     .text-gray-800 h2 {
         color: #4b6473 !important;
     }
     .text-gray-900 h2 {
         color: #293c44 !important;
     }
     .text-black h2 {
         color: #000 !important;
     }
 }
 @media (min-width: 992px) {
     .text-primary h2 {
         color: #13abdb !important;
     }
     .text-success h2 {
         color: #2eb4a6 !important;
     }
     .text-warning h2 {
         color: #ee6a4d !important;
     }
     .text-dark h2 {
         color: #4a6275 !important;
     }
     .text-blue h2 {
         color: #027bb8 !important;
     }
     .text-brightblue h2 {
         color: #13abdb !important;
     }
     .text-darkblue h2 {
         color: #0f2f50 !important;
     }
     .text-teal h2 {
         color: #2eb4a6 !important;
     }
     .text-white h2 {
         color: #fff !important;
     }
     .text-gray-600 h2 {
         color: #809eb4 !important;
     }
     .text-gray-700 h2 {
         color: #617f92 !important;
     }
     .text-gray-800 h2 {
         color: #4b6473 !important;
     }
     .text-gray-900 h2 {
         color: #293c44 !important;
     }
     .text-black h2 {
         color: #000 !important;
     }
 }
 @media (min-width: 1200px) {
     .text-primary h2 {
         color: #13abdb !important;
     }
     .text-success h2 {
         color: #2eb4a6 !important;
     }
     .text-warning h2 {
         color: #ee6a4d !important;
     }
     .text-dark h2 {
         color: #4a6275 !important;
     }
     .text-blue h2 {
         color: #027bb8 !important;
     }
     .text-brightblue h2 {
         color: #13abdb !important;
     }
     .text-darkblue h2 {
         color: #0f2f50 !important;
     }
     .text-teal h2 {
         color: #2eb4a6 !important;
     }
     .text-white h2 {
         color: #fff !important;
     }
     .text-gray-600 h2 {
         color: #809eb4 !important;
     }
     .text-gray-700 h2 {
         color: #617f92 !important;
     }
     .text-gray-800 h2 {
         color: #4b6473 !important;
     }
     .text-gray-900 h2 {
         color: #293c44 !important;
     }
     .text-black h2 {
         color: #000 !important;
     }
 }
 .text-shadow-1 {
     text-shadow: 0 0.125rem 0.5rem #000, 0 0 0.5rem #000;
 }
 .text-shadow-2 {
     text-shadow: 0 0.25rem 1rem #000, 0 0 1rem #000;
 }
 .text-shadow-4 {
     text-shadow: 0 0.5rem 2rem #000, 0 0 4rem #000, 0 0 4rem #000;
 }
 .text-glow-1 {
     text-shadow: 0 0.125rem 0.5rem #fff, 0 0 0.5rem #fff;
 }
 .text-glow-2 {
     text-shadow: 0 0.25rem 1rem #fff, 0 0 1rem #fff;
 }
 @media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
}
 @media (min-width: 768px) {
     .text-md-glow-none {
         text-shadow: none !important;
     }
     .d-md-none {
         display: none !important;
     }
 }
 @media (min-width: 992px) {
     .d-lg-none {
         display: none !important;
     }
 }
 @media (min-width: 1200px) {
     .d-xl-none {
         display: none !important;
     }
 }
 .bg-cover {
     background-size: cover;
 }
 .bg-pos-0 {
     background-position: 0% 50% !important;
 }
 .bg-pos-25 {
     background-position: 25% 50% !important;
 }
 .bg-pos-30 {
     background-position: 30% 50% !important;
 }
 .bg-pos-35 {
     background-position: 35% 50% !important;
 }
 .bg-pos-40 {
     background-position: 40% 50% !important;
 }
 .bg-pos-50 {
     background-position: 50% 50% !important;
 }
 .bg-pos-55 {
     background-position: 55% 50% !important;
 }
 .bg-pos-60 {
     background-position: 60% 50% !important;
 }
 .bg-pos-70 {
     background-position: 70% 50% !important;
 }
 .bg-pos-75 {
     background-position: 75% 50% !important;
 }
 .bg-pos-80 {
     background-position: 80% 50% !important;
 }
 .bg-pos-90 {
     background-position: 90% 50% !important;
 }
 .bg-pos-100 {
     background-position: 100% 50% !important;
 }
 .bg-pos-75-top {
     background-position: 75% top !important;
 }
 .bg-pos-0-bottom {
     background-position: 0% bottom !important;
 }
 .bg-pos-25-bottom {
     background-position: 25% bottom !important;
 }
 .bg-pos-50-bottom {
     background-position: 50% bottom !important;
 }
 .bg-pos-65-bottom {
     background-position: 65% bottom !important;
 }
 .bg-pos-100-bottom {
     background-position: 100% bottom !important;
 }
 @media (min-width: 576px) {
     .bg-sm-pos-20 {
         background-position: 20% 50% !important;
     }
 }
 @media (min-width: 768px) {
     .bg-md-pos-40 {
         background-position: 40% 50% !important;
     }
     .bg-md-pos-50 {
         background-position: 50% 50% !important;
     }
     .bg-md-pos-65 {
         background-position: 65% 50% !important;
     }
     .bg-md-pos-70 {
         background-position: 70% 50% !important;
     }
     .bg-md-pos-45-bottom {
         background-position: 45% bottom !important;
     }
     .bg-md-pos-60-bottom {
         background-position: 60% bottom !important;
     }
     .bg-md-pos-75-bottom {
         background-position: 75% bottom !important;
     }
 }
 @media (min-width: 992px) {
     .bg-lg-pos-50 {
         background-position: 50% 50% !important;
     }
     .bg-lg-pos-25-bottom {
         background-position: 25% bottom !important;
     }
     .bg-lg-pos-100-bottom {
         background-position: 100% bottom !important;
     }
 }
 @media (min-width: 1200px) {
     .bg-xl-pos-50 {
         background-position: 50% 50% !important;
     }
 }
 @media (min-width: 576px) {
     .bg-sm-none {
         background: none !important;
     }
 }
 @media (min-width: 768px) {
     .bg-md-none {
         background: none !important;
     }
 }
 @media (min-width: 992px) {
     .bg-lg-none {
         background: none !important;
     }
 }
 @media (max-width: 767.98px) {
     .bg-sm-dn-none {
         background: none !important;
     }
 }
 .bg-black {
    background-color: #000 !important;
 }
 .bg-black-a20 {
     background-color: rgba(0, 0, 0, 0.2);
 }
 .bg-black-a30 {
     background-color: rgba(0, 0, 0, 0.3);
 }
 .bg-black-a40 {
     background-color: rgba(0, 0, 0, 0.4);
 }
 .bg-black-a50 {
     background-color: rgba(0, 0, 0, 0.5);
 }
 .bg-white-a60 {
     background-color: rgba(255, 255, 255, 0.6);
 }
 .bg-white-a70 {
     background-color: rgba(255, 255, 255, 0.7);
 }
 .bg-black-a70 {
     background-color: rgba(0, 0, 0, 0.7);
 }
 .bg-white-a80 {
     background-color: rgba(255, 255, 255, 0.8);
 }
 .bg-white-a90 {
     background-color: rgba(255, 255, 255, 0.9);
 }
 .bg-white-a93 {
     background-color: rgba(255, 255, 255, 0.93);
 }
 .bg-white-a94 {
     background-color: rgba(255, 255, 255, 0.94);
 }
 .bg-white-a95 {
     background-color: rgba(255, 255, 255, 0.95);
 }
 .bg-white-a97 {
     background-color: rgba(255, 255, 255, 0.97);
 }
 .bg-white-a98 {
     background-color: rgba(255, 255, 255, 0.98);
 }
 .bg-gray-100 {
    background-color: #edf0f5 !important;
}
a.bg-gray-100:hover,
a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
    background-color: #ccd5e3 !important;
}
.bg-gray-200 {
    background-color: #d9e2ed !important;
}
a.bg-gray-200:hover,
a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
    background-color: #b6c8dd !important;
}
.bg-gray-300 {
    background-color: #cfdbe8 !important;
}
a.bg-gray-300:hover,
a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
    background-color: #adc1d7 !important;
}
.bg-gray-400 {
    background-color: #bacede !important;
}
a.bg-gray-400:hover,
a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
    background-color: #98b6ce !important;
}
.bg-gray-500 {
    background-color: #9db9d1 !important;
}
a.bg-gray-500:hover,
a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
    background-color: #7aa0c1 !important;
}
.bg-gray-600 {
    background-color: #809eb4 !important;
}
a.bg-gray-600:hover,
a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
    background-color: #6086a1 !important;
}
.bg-gray-700 {
    background-color: #617f92 !important;
}
a.bg-gray-700:hover,
a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
    background-color: #4d6473 !important;
}
.bg-gray-800 {
    background-color: #4b6473 !important;
}
a.bg-gray-800:hover,
a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
    background-color: #374954 !important;
}
.bg-gray-900 {
    background-color: #293c44 !important;
}
a.bg-gray-900:hover,
a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
    background-color: #162024 !important;
}
 .w-3 {
     width: 3% !important;
 }
 .w-7 {
     width: 7% !important;
 }
 .w-15 {
     width: 15% !important;
 }
 .w-20 {
     width: 20% !important;
 }
 .w-24 {
     width: 24% !important;
 }
 .w-25 {
     width: 25% !important;
 }
 .w-34 {
     width: 34% !important;
 }
 .w-35 {
     width: 35% !important;
 }
 .w-40 {
     width: 40% !important;
 }
 .w-43 {
     width: 43% !important;
 }
 .w-45 {
     width: 45% !important;
 }
 .w-49 {
     width: 49% !important;
 }
 .w-50 {
     width: 50% !important;
 }
 .w-54 {
     width: 54% !important;
 }
 .w-55 {
     width: 55% !important;
 }
 .w-60 {
     width: 60% !important;
 }
 .w-70 {
     width: 70% !important;
 }
 .w-75 {
     width: 75% !important;
 }
 .w-80 {
     width: 80% !important;
 }
 .w-85 {
     width: 85% !important;
 }
 .w-87 {
     width: 87% !important;
 }
 .w-90 {
     width: 90% !important;
 }
 .w-93 {
     width: 93% !important;
 }
 .w-95 {
     width: 95% !important;
 }
 .w-97 {
     width: 97% !important;
 }
 .w-98 {
     width: 98% !important;
 }
 .w-100 {
     width: 100% !important;
 }
 .w-110 {
     width: 110% !important;
 }
 .w-120 {
     width: 120% !important;
 }
 .w-130 {
     width: 130% !important;
 }
 .w-150 {
     width: 150% !important;
 }
 .w-200 {
     width: 200% !important;
 }
 .wpx-30 {
     width: 30px !important;
 }
 .wpx-100 {
     width: 100px !important;
 }
 .wpx-130 {
     width: 130px !important;
 }
 .wpx-150 {
     width: 150px !important;
 }
 @media (min-width: 576px) {
     .wpx-sm-60 {
         width: 60px !important;
     }
 }
 @media (min-width: 768px) {
     .wpx-md-200 {
         width: 200px !important;
     }
     .wpx-md-300 {
         width: 300px !important;
     }
 }
 @media (min-width: 576px) {
     .w-sm-35 {
         width: 35% !important;
     }
     .w-sm-60 {
         width: 60% !important;
     }
     .w-sm-90 {
         width: 90% !important;
     }
     .w-sm-100 {
         width: 100% !important;
     }
     .w-sm-auto {
         width: auto !important;
     }
 }
 @media (min-width: 768px) {
     .w-md-10 {
         width: 10% !important;
     }
     .w-md-17 {
         width: 17% !important;
     }
     .w-md-50 {
         width: 50% !important;
     }
     .w-md-52 {
         width: 52% !important;
     }
     .w-md-55 {
         width: 55% !important;
     }
     .w-md-60 {
         width: 60% !important;
     }
     .w-md-68 {
         width: 68% !important;
     }
     .w-md-70 {
         width: 70% !important;
     }
     .w-md-75 {
         width: 75% !important;
     }
     .w-md-80 {
         width: 80% !important;
     }
     .w-md-85 {
         width: 85% !important;
     }
     .w-md-90 {
         width: 90% !important;
     }
     .w-md-100 {
         width: 100% !important;
     }
     .w-md-103 {
         width: 103% !important;
     }
     .w-md-120 {
         width: 120% !important;
     }
     .w-md-150 {
         width: 150% !important;
     }
     .w-md-200 {
         width: 200% !important;
     }
     .w-md-auto {
         width: auto !important;
     }
 }
 @media (min-width: 992px) {
     .w-lg-3 {
         width: 3% !important;
     }
     .w-lg-25 {
         width: 25% !important;
     }
     .w-lg-45 {
         width: 45% !important;
     }
     .w-lg-47 {
         width: 47% !important;
     }
     .w-lg-50 {
         width: 50% !important;
     }
     .w-lg-65 {
         width: 65% !important;
     }
     .w-lg-70 {
         width: 70% !important;
     }
     .w-lg-75 {
         width: 75% !important;
     }
     .w-lg-80 {
         width: 80% !important;
     }
     .w-lg-90 {
         width: 90% !important;
     }
     .w-lg-95 {
         width: 95% !important;
     }
     .w-lg-96 {
         width: 96% !important;
     }
     .w-lg-100 {
         width: 100% !important;
     }
     .w-lg-105 {
         width: 105% !important;
     }
     .w-lg-110 {
         width: 110% !important;
     }
     .w-lg-116 {
         width: 116% !important;
     }
     .w-lg-120 {
         width: 120% !important;
     }
     .w-lg-166 {
         width: 166% !important;
     }
     .w-lg-200 {
         width: 200% !important;
     }
 }
 @media (min-width: 1200px) {
     .w-xl-60 {
         width: 60% !important;
     }
     .w-xl-70 {
         width: 70% !important;
     }
     .w-xl-80 {
         width: 80% !important;
     }
     .w-xl-95 {
         width: 95% !important;
     }
     .w-xl-110 {
         width: 110% !important;
     }
     .w-xl-140 {
         width: 140% !important;
     }
     .w-xl-200 {
         width: 200% !important;
     }
 }
 .z-1 {
     z-index: 1;
 }
 .z-2 {
     z-index: 2;
 }
 .z-3 {
     z-index: 3;
 }
 .z-5 {
     z-index: 5;
 }
 .z-9 {
     z-index: 9;
 }
 .z-dropdown {
     z-index: 1000;
 }
 .z-sticky {
     z-index: 1020;
 }
 .z-fixed {
     z-index: 1030;
 }
 .overflow-hidden {
     overflow: hidden;
 }
 .form-control.main-search,
 .form-control.main-search::placeholder {
     color: #0f2f50;
     opacity: 1;
 }
 body {
     background: #edf0f5;
 }
 footer img.email-icon {
     width: 21px;
     height: 21px;
 }
 footer img.yt-icon {
     width: 22px;
 }
 footer img.fb-icon {
     width: 18px;
 }
 footer img.rss-icon {
     width: 18px;
 }

 footer img.linkedin-icon {
    width: 22px;
 }
 footer img.x-icon {
    width: 22px;
 }
 footer img.yt-icon {
     width: 22px;
 }
 footer img.fb-icon {
     width: 22px;
 }

 footer img.email-icon {
     width: 21px;
     height: 21px;
 }

 footer .flag {
     width: 32px !important;
     height: 32px !important;
     overflow: hidden;
     flex-basis: 32px;
     flex-shrink: 0;
 }
 footer .flag img {
     height: 32px !important;
     width: auto !important;
     top: 0;
     left: 0;
     margin-left: 50%;
     margin-top: 50%;
     transform: translate(-50%, -50%);
 }
 .mwpx-300 {
     max-width: 300px;
 }
 .mwpx-400 {
     max-width: 400px;
 }
 .mwpx-500 {
     max-width: 500px;
 }
 .mwpx-1200 {
     max-width: 1200px;
 }
 .mwpx-1600 {
     max-width: 1600px;
 }
 .mwpx-1800 {
     max-width: 1800px;
 }
 .mwpx-xs-500 {
     max-width: 500px;
 }
 .mwpx-xs-550 {
     max-width: 550px;
 }
 @media (min-width: 576px) {
     .mwpx-sm-400 {
         max-width: 400px;
     }
 }
 @media (min-width: 768px) {
     .mwpx-md-600 {
         max-width: 600px;
     }
     .mwpx-md-700 {
         max-width: 700px;
     }
 }
 @media (min-width: 992px) {
     .mwpx-lg-750 {
         max-width: 750px;
     }
     .mwpx-lg-950 {
         max-width: 950px;
     }
 }
 @media (min-width: 1200px) {
     .mwpx-xl-600 {
         max-width: 600px;
     }
     .mwpx-xl-950 {
         max-width: 950px;
     }
 }
 .angle-top {
     position: absolute;
     width: 100%;
     display: block;
     top: 0px;
     height: 300px;
     margin-top: -300px;
     left: auto;
     right: 0;
     -webkit-transform: skewY(-3deg);
     transform: skewY(-3deg);
     -webkit-transform-origin: right;
     transform-origin: right;
 }
 .angle-bottom {
     position: absolute;
     width: 100%;
     display: block;
     top: auto;
     bottom: 0px;
     height: 300px;
     margin-bottom: -300px;
     left: auto;
     right: 0;
     -webkit-transform: skewY(3deg);
     transform: skewY(3deg);
     -webkit-transform-origin: right;
     transform-origin: right;
 }
 .angle-bottom.angle-right-sm {
     height: 300px;
     margin-bottom: -300px;
     -webkit-transform: skewY(3deg);
     transform: skewY(3deg);
     left: auto;
     right: 0;
     -webkit-transform-origin: right;
     transform-origin: right;
 }
 .angle-bottom.angle-left-sm {
     height: 300px;
     margin-bottom: -300px;
     -webkit-transform: skewY(-3deg);
     transform: skewY(-3deg);
     left: 0;
     -webkit-transform-origin: left;
     transform-origin: left;
 }
 .angle-bottom.angle-left-md {
     height: 400px;
     margin-bottom: -400px;
     -webkit-transform: skewY(-7deg);
     transform: skewY(-7deg);
     left: 0;
     -webkit-transform-origin: left;
     transform-origin: left;
 }
 .angle-top.angle-right-sm {
     height: 300px;
     margin-top: -300px;
     -webkit-transform: skewY(-3deg);
     transform: skewY(-3deg);
     left: auto;
     right: 0;
     -webkit-transform-origin: right;
     transform-origin: right;
 }
 .angle-top.angle-left-sm {
     height: 300px;
     margin-top: -300px;
     -webkit-transform: skewY(3deg);
     transform: skewY(3deg);
     left: 0;
     -webkit-transform-origin: left;
     transform-origin: left;
 }
 .angle-top.angle-left-md {
     height: 400px;
     margin-top: -400px;
     -webkit-transform: skewY(7deg);
     transform: skewY(7deg);
     left: 0;
     -webkit-transform-origin: left;
     transform-origin: left;
 }
 .navbar-nav.product-nav {
     flex-direction: row;
     overflow: visible;
     height: auto;
     flex-wrap: wrap;
 }
 @media (min-width: 768px) {
     .navbar-nav.product-nav {
         flex-direction: row;
         overflow: auto;
     }
 }
 .product-nav .nav-link.btn-outline-dark {
     border: 1px solid rgba(0, 0, 0, 0.5);
     color: rgba(0, 0, 0, 0.5);
 }
 .product-nav .nav-link.btn-outline-dark:hover {
     background: rgba(0, 0, 0, 0.5);
     border: 1px solid transparent;
     color: #fff !important;
 }
 .product-nav .nav-link.btn-dark {
     color: #fff !important;
 }
 @media (max-width: 768px) {
     .product-nav .nav-link {
         padding: 0 1rem 0 0;
         white-space: nowrap;
     }
     #product-nav .container {
         width: 100%;
         padding: 0.25rem 0.8rem;
     }
 }
 .nav-link.btn-sm,
 .btn-group-sm > .nav-link.btn {
     padding: 0.3rem;
     border-width: 1px;
     border-radius: 50px;
     margin-top: -0.15rem;
     margin-bottom: -0.15rem;
 }
 ul.resource-list {
     list-style: none;
     padding: 0;
 }
 ul.resource-list li {
     padding-left: 1.7rem;
     position: relative;
     margin: 0.5rem 0 1rem;
 }
 ul.resource-list li:before {
     background-size: 100% auto;
     background-repeat: no-repeat;
     width: 1rem;
     height: 1.5rem;
     left: 0rem;
     top: 0rem;
     display: block;
     position: absolute;
     content: "";
 }
 ul.resource-list li.doc-li:before {
     background-image: url("/bio/images/icons/doc-icon.png");
 }
 ul.resource-list li.video-li:before {
     background-image: url("/bio/images/icons/vid-icon.png");
     background-position: 0px 1px;
     width: 1.2rem;
 }
 .overflow-scroll {
     overflow: scroll;
     height: 25rem;
 }
 .position-absolute.left {
     left: 0;
     right: auto;
 }
 .position-absolute.right {
     left: auto;
     right: 0;
 }
 .position-absolute.top {
     top: 0;
     bottom: auto;
 }
 .position-absolute.bottom {
     top: auto;
     bottom: 0;
 }
 .position-absolute.h-center {
     left: 50%;
     transform: translateX(-50%);
 }
 .position-absolute.hv-center {
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }
 @media (min-width: 768px) {
     .position-md-absolute {
         position: absolute !important;
     }
     .position-md-absolute.left {
         left: 0;
         right: auto;
     }
     .position-md-absolute.right {
         left: auto;
         right: 0;
     }
     .position-md-absolute.top {
         top: 0;
         bottom: auto;
     }
     .position-md-absolute.bottom {
         top: auto;
         bottom: 0;
     }
     .position-md-absolute.h-center {
         left: 50%;
         transform: translateX(-50%);
     }
     .position-md-absolute.hv-center {
         left: 50%;
         top: 50%;
         transform: translate(-50%, -50%);
     }
 }
 @media (min-width: 992px) {
     .position-lg-absolute {
         position: absolute !important;
     }
     .position-lg-absolute.left {
         left: 0;
         right: auto;
     }
     .position-lg-absolute.right {
         left: auto;
         right: 0;
     }
     .position-lg-absolute.top {
         top: 0;
         bottom: auto;
     }
     .position-lg-absolute.bottom {
         top: auto;
         bottom: 0;
     }
     .position-lg-absolute.h-center {
         left: 50%;
         transform: translateX(-50%);
     }
     .position-lg-absolute.hv-center {
         left: 50%;
         top: 50%;
         transform: translate(-50%, -50%);
     }
 }
 .ui-slider-horizontal {
     margin-top: 26px;
     height: 8px;
     width: 90%;
     left: 5%;
     box-shadow: inset 0 4px 15px #617f92;
     border: 0;
     position: relative;
     border-radius: 15px;
     box-sizing: border-box;
 }
 .ui-slider-horizontal .ui-slider-handle {
     width: 40px;
     height: 40px;
     border: 1px solid #809eb4;
     border-radius: 50%;
     background: #fff;
     top: -16px;
     margin-left: -20px;
     box-sizing: border-box;
     box-shadow: inset 0 0 10px #d9e2ed;
     display: block;
     position: absolute;
 }
 .ui-slider-horizontal .ui-slider-handle:focus {
     outline: none !important;
 }
 .ui-slider-horizontal .ui-slider-handle:hover {
     box-shadow: inset 0 0px 20px #bacede;
 }
 .ui-slider-horizontal .ui-slider-handle:active {
     box-shadow: inset 0 10px 40px #fff;
     background: #bacede;
     border: 1px solid #617f92;
 }
 .navbar-nav.product-nav {
     margin-top: 0;
     padding-top: 2px;
     padding-bottom: 2px;
 }
 .navbar-nav.product-nav li.nav-item a.nav-link {
     padding-left: 0.7rem !important;
     padding-right: 0.7rem !important;
 }
 .navbar-nav.product-nav li.nav-item {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
 }
 @media (min-width: 576px) {
     @supports (position: sticky) {
         .sticky-nav {
             position: sticky;
             top: 0;
             z-index: 1020;
         }
     }
 }
 @media (max-width: 576px) {
     .container {
         width: 90%;
     }
 }
 .close {
     right: 0;
     top: 0;
     position: absolute !important;
 }
 .navbar-nav.list-block li.nav-item {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 .navbar-nav.list-block li.nav-item:hover a {
     background-color: #f7f8fb;
     text-decoration: none;
     font-weight: 600;
 }
 .navbar-nav.list-block li.nav-item:hover ul.d-none {
     display: block !important;
     position: absolute;
     top: 0;
     left: 100%;
     width: 100%;
 }
 .navbar-nav.list-block li.nav-item:hover ul.d-none li a {
     background-color: transparent !important;
     padding: 0.6rem 1.5rem;
     font-weight: 400;
 }
 .navbar-nav.list-block li.nav-item:hover ul.d-none li a:hover {
     background-color: #f7f8fb !important;
     text-decoration: none;
     font-weight: 600;
 }
 .navbar-nav.list-block a {
     display: block;
     width: 100%;
     box-sizing: border-box;
     padding: 0.6rem 0.5rem;
 }
 .read-close a,
 .read-close-remote a {
     margin-right: 1px;
 }
 .caret {
     width: 0.7em;
     height: 1em;
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Ctitle%3Etriangle right%3C/title%3E%3Cg class='nc-icon-wrapper' fill='%23000000'%3E%3Cpath fill='%23027BB8' d='M14,7.999c0-0.326-0.159-0.632-0.427-0.819l-10-7C3.269-0.034,2.869-0.058,2.538,0.112 C2.207,0.285,2,0.626,2,0.999v14.001c0,0.373,0.207,0.715,0.538,0.887c0.331,0.17,0.73,0.146,1.035-0.068l10-7 C13.841,8.633,14,8.327,14,8.001C14,8,14,8,14,7.999C14,8,14,8,14,7.999z'/%3E%3C/g%3E%3C/svg%3E");
     background-repeat: no-repeat;
     background-size: 100% auto;
     background-position: 0 80%;
     display: inline-block;
 }
 .caret-left {
     transform: rotate(180deg);
     background-position: 0 20%;
 }
 .caret-blue {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Ctitle%3Etriangle right%3C/title%3E%3Cg class='nc-icon-wrapper' fill='%23000000'%3E%3Cpath fill='%23027BB8' d='M14,7.999c0-0.326-0.159-0.632-0.427-0.819l-10-7C3.269-0.034,2.869-0.058,2.538,0.112 C2.207,0.285,2,0.626,2,0.999v14.001c0,0.373,0.207,0.715,0.538,0.887c0.331,0.17,0.73,0.146,1.035-0.068l10-7 C13.841,8.633,14,8.327,14,8.001C14,8,14,8,14,7.999C14,8,14,8,14,7.999z'/%3E%3C/g%3E%3C/svg%3E");
 }
 .caret-orange {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Ctitle%3Etriangle right%3C/title%3E%3Cg class='nc-icon-wrapper' fill='%23000000'%3E%3Cpath fill='%23EE6A4D' d='M14,7.999c0-0.326-0.159-0.632-0.427-0.819l-10-7C3.269-0.034,2.869-0.058,2.538,0.112 C2.207,0.285,2,0.626,2,0.999v14.001c0,0.373,0.207,0.715,0.538,0.887c0.331,0.17,0.73,0.146,1.035-0.068l10-7 C13.841,8.633,14,8.327,14,8.001C14,8,14,8,14,7.999C14,8,14,8,14,7.999z'/%3E%3C/g%3E%3C/svg%3E");
 }
 .caret-teal {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Ctitle%3Etriangle right%3C/title%3E%3Cg class='nc-icon-wrapper' fill='%23000000'%3E%3Cpath fill='%232EB4A6' d='M14,7.999c0-0.326-0.159-0.632-0.427-0.819l-10-7C3.269-0.034,2.869-0.058,2.538,0.112 C2.207,0.285,2,0.626,2,0.999v14.001c0,0.373,0.207,0.715,0.538,0.887c0.331,0.17,0.73,0.146,1.035-0.068l10-7 C13.841,8.633,14,8.327,14,8.001C14,8,14,8,14,7.999C14,8,14,8,14,7.999z'/%3E%3C/g%3E%3C/svg%3E");
 }
 .caret-white {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Ctitle%3Etriangle right%3C/title%3E%3Cg class='nc-icon-wrapper' fill='%23000000'%3E%3Cpath fill='%23FFFFFF' d='M14,7.999c0-0.326-0.159-0.632-0.427-0.819l-10-7C3.269-0.034,2.869-0.058,2.538,0.112 C2.207,0.285,2,0.626,2,0.999v14.001c0,0.373,0.207,0.715,0.538,0.887c0.331,0.17,0.73,0.146,1.035-0.068l10-7 C13.841,8.633,14,8.327,14,8.001C14,8,14,8,14,7.999C14,8,14,8,14,7.999z'/%3E%3C/g%3E%3C/svg%3E");
 }
 .badge {
     white-space: normal !important;
     line-height: 1.2;
 }
 .card {
     overflow: hidden;
 }
 .card-img-top {
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
 }
 .card-title {
     margin: 0 !important;
 }
 @media (min-width: 576px) {
     ul.columns,
     .columns {
         column-count: 2;
         column-gap: 2rem;
     }
     ul.columns.gutter-0,
     .columns.gutter-0 {
         column-gap: 0 !important;
     }
     ul.columns li {
         margin: 0;
         -webkit-column-break-inside: avoid;
         page-break-inside: avoid;
         break-inside: avoid;
         padding-bottom: 0.5rem;
     }
 }
 .carousel-dark .carousel-control-prev-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234A6275' 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");
 }
 .carousel-dark .carousel-control-next-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234A6275' 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");
 }
 .carousel-dark .carousel-indicators li {
     background-color: #4a6275;
     opacity: 0.5;
 }
 .carousel-dark .carousel-indicators li.active {
     background-color: #4a6275;
     opacity: 1;
 }
 .navbar-brand {
     margin: 0;
 }
 .img-sys-nav-padding {
     padding-top: 3.3rem;
 }
 .nav-item a {
     font-weight: 400;
 }
 .main-menu li.nav-item {
     margin: 0.5rem 0rem;
 }
 .products-nav {
     top: 0 !important;
 }
 .position-top {
     top: 0;
 }
 .position-bottom {
     bottom: 0;
 }
 .position-left {
     left: 0;
 }
 .position-right {
     right: 0;
 }
 .clx-ad {
     height: 500px;
     background: #2d2a2a;
 }
 .line-height-1 {
     line-height: 1em !important;
 }
 .navbar .close.nav-close {
     position: absolute;
     right: auto;
     left: 1rem;
     top: 1rem;
 }
 .close.cart-close,
 .close.search-close,
 .close.account-close {
     position: absolute;
     left: auto;
     right: 1rem;
     top: 0.75rem;
     font-weight: 300;
     opacity: 1 !important;
     font-size: 2rem;
 }
 .navbar-dark .navbar-toggler {
     font-size: 0.95rem;
     line-height: 0.5rem;
     font-weight: 500;
     color: #fff;
     padding: 0;
     border: none;
     margin: 0;
     border-radius: 0;
     display: block;
 }
 .navbar-dark .navbar-toggler-icon {
     background-image: url("/bio/images/icons/whiteburger.png");
     background-size: 19px auto;
     padding: 0;
     margin: 0 0.25rem 0 0;
 }
 .navbar-dark .navbar-toggler-icon-x {
     background-image: url("/bio/images/icons/x.png");
     background-size: 19px auto;
 }
 .navbar {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
 }
 .cart-toggler,
 .search-toggler,
 .account-toggler {
     background: none;
     width: 25px;
     height: 29px;
     border: none;
     padding: 0;
     margin: 0 0.375rem;
     position: relative;
 }
 .cart-toggler-icon,
 .search-toggler-icon,
 .account-toggler-icon {
     background-color: none;
     background-image: url("/bio/images/icons/cart.png");
     background-size: 25px auto;
     width: 25px;
     height: 25px;
     display: block;
     margin: 0.1rem 0 0 0;
     padding: 0;
 }
 .account-collapse {
     left: 0;
     top: 0;
 }
 .search-collapse {
     top: 0;
     left: 0;
 }
 .search-toggler-icon {
     background-image: url("/bio/images/icons/mag.png");
 }
 .cart-icon,
 .account-icon {
     width: 25px;
     height: 25px;
     left: 1rem;
     top: 1rem;
 }
 .ccount {
     position: absolute;
     display: block;
     top: -4px;
     left: -5px;
     color: #077fb4;
     font-size: 10px;
     line-height: 1;
     font-weight: bold;
     background: #fff;
     border: 2px solid #077fb4;
     padding-top: 3px;
     padding-right: 0.5px;
     text-align: center;
     width: 18px;
     height: 18px;
     border-radius: 500px;
 }
 .search-icon {
     width: 27px;
     height: 28px;
 }
 .account-toggler-icon {
     background-image: url("/bio/images/icons/account.png");
 }
 .border-none {
     border: 0px solid transparent !important;
 }
 .transition-none {
     transition: none !important;
 }
 .transparent-nav .navbar {
     background: none !important;
     margin-bottom: -3.5rem;
 }
 .logo {
     width: 100px;
     display: block;
 }
 .icon-nav {
     height: 28px;
 }
 .thumb {
     width: auto;
     height: auto;
     max-width: 50px;
     max-height: 50px;
 }
 .r-thumb {
     max-height: 40px;
 }
 .bg-dib-btn {
     background-image: url("/bio/images/backgrounds/bg-dib.jpg");
     position: relative;
     overflow: hidden;
 }
 .bg-opd-btn {
     background-image: url("/bio/images/backgrounds/bg-pds.jpg");
     position: relative;
     overflow: hidden;
 }
 .list-block .bg-dib-btn:hover {
     background-color: none !important;
     background-image: url("/bio/images/backgrounds/bg-dib.jpg") !important;
     background-size: cover !important;
 }
 .list-block .bg-opd-btn:hover {
     background-color: none !important;
     background-image: url("/bio/images/backgrounds/bg-pds.jpg") !important;
     background-size: cover !important;
 }
 .list-block .bg-opd-btn span,
 .list-block .bg-dib-btn span {
     position: relative;
     z-index: 100;
 }
 .navbar-collapse {
     left: 0;
     top: 0;
 }
 @media (min-width: 576px) {
     .account-collapse {
         left: auto;
         right: 6rem;
     }
 }
 @media (min-width: 768px) {
     .clx-ad-img {
         position: absolute;
         bottom: 30%;
         right: -15%;
         width: 105%;
     }
 }
 @media (min-width: 992px) {
     .clx-ad-img {
         bottom: 28%;
     }
 }
 @media (min-width: 1200px) {
     .clx-ad-img {
         bottom: 25%;
     }
 }
 .faq-indent {
     text-indent: -1em;
     padding-left: 1em;
 }
 .hairspace {
     font-size: 0.01px !important;
 }
 @media (max-width: 575.9px) {
     .no-sm-bg {
         background: none !important;
     }
 }
 .nav-link.btn-sm,
 .btn-group-sm > .nav-link.btn {
     padding-top: 0px !important;
     padding-bottom: 0px !important;
     line-height: 16px !important;
 }
 code {
     color: #617f92 !important;
     font-weight: 600 !important;
     font-size: 100% !important;
 }
 
 .move-left-0 {
    transform: translate(0%, 0%);
}

.move-left-5 {
    transform: translate(-5%, 0%);
}

.move-left-10 {
    transform: translate(-10%, 0%);
}

.move-left-15 {
    transform: translate(-15%, 0%);
}

.move-left-20 {
    transform: translate(-20%, 0%);
}

.move-left-25 {
    transform: translate(-25%, 0%);
}

.move-left-30 {
    transform: translate(-30%, 0%);
}

.move-left-35 {
    transform: translate(-35%, 0%);
}

.move-left-40 {
    transform: translate(-40%, 0%);
}

.move-left-45 {
    transform: translate(-45%, 0%);
}

.move-left-50 {
    transform: translate(-50%, 0%);
}

.move-left-55 {
    transform: translate(-55%, 0%);
}

.move-left-60 {
    transform: translate(-60%, 0%);
}

.move-left-65 {
    transform: translate(-65%, 0%);
}

.move-left-70 {
    transform: translate(-70%, 0%);
}

.move-left-75 {
    transform: translate(-75%, 0%);
}

.move-left-80 {
    transform: translate(-80%, 0%);
}

.move-left-85 {
    transform: translate(-85%, 0%);
}

.move-left-90 {
    transform: translate(-90%, 0%);
}

.move-left-95 {
    transform: translate(-95%, 0%);
}

.move-left-100 {
    transform: translate(-100%, 0%);
}

.move-left-105 {
    transform: translate(-105%, 0%);
}

.move-left-110 {
    transform: translate(-110%, 0%);
}

.move-left-115 {
    transform: translate(-115%, 0%);
}

.move-left-120 {
    transform: translate(-120%, 0%);
}

.move-left-125 {
    transform: translate(-125%, 0%);
}

.move-left-130 {
    transform: translate(-130%, 0%);
}

.move-left-135 {
    transform: translate(-135%, 0%);
}

.move-left-140 {
    transform: translate(-140%, 0%);
}

.move-left-145 {
    transform: translate(-145%, 0%);
}

.move-left-150 {
    transform: translate(-150%, 0%);
}
