/*

Theme: RVL
Product Page: https://www.domiz.com
Author: DM/Z
Author URI: https://www.domiz.com

---
*/

:root {
  --blue: #2684FF;
  --indigo: #6e00ff;
  --purple: #510FA8;
  --pink: #f074ad;
  --red: #FF5630;
  --orange: #FFAB00; 
  --yellow: #ffcc00;
  --green: #36B37E;
  --teal: #00B8D9;
  --cyan: #4bd6e5;
  --white: #FFF;
  --gray: #C0CCDA;
  --gray-dark: #3C4858;
  --primary: #1b264F;
  --secondary: #EFF2F7;
	--light-grey: #f2f2f2;
  --success: #36B37E;
  --info: #0E1326;
  /* --warning: #FFAB00; */
  --warning: #FB7F03;
  --danger: #FF5630;
  --light: #EFF2F7;
  --dark: #273444;
  --neutral: #FFF;
  --white: #FFF;
  --lightblue: #13D0D6;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}



*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/assets/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/assets/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Free';  
    src: url('/assets/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2') format('woff2'),
    	 url('/assets/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf') format('truetype');
    font-display: swap; /* Ensures the icon shows up with a fallback while loading */
}
     
        
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(31, 45, 61, 0);
  scroll-behavior: smooth;
}



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

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #8492A6;
  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;
}

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

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

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #1b264F;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #080b16;
  text-decoration: none;
}

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #8492A6;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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="datetime-local"],
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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

progress {
  vertical-align: baseline;
}

[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-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: 500;
  line-height: 1.3;
  color: #3C4858;
}

h1, .h1 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

h2, .h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

h3, .h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

h4, .h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw) ;
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw) ;
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw) ;
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3;
}



@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.15;
}

@media (max-width: 1200px) {
  .display-5 {
    font-size: calc(1.175rem + 2.7vw);
  }
}

.display-6 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.15;
}

@media (max-width: 1200px) {
  .display-6 {
    font-size: calc(0.875rem + 2.7vw);
  }
}

.gap-0 {
    gap: 0;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.5rem;
}

.gap-6 {
    gap: 2rem;
}

.gap-7 {
    gap: 2.5rem;
}

.gap-8 {
    gap: 3rem;
}

/* Responsive Utilities */
@media (min-width: 576px) {
    .gap-sm-1 {
        gap: 0.25rem;
    }

    .gap-sm-2 {
        gap: 0.5rem;
    }

    .gap-sm-3 {
        gap: 0.75rem;
    }

    .gap-sm-4 {
        gap: 1rem;
    }

    .gap-sm-5 {
        gap: 1.5rem;
    }
}

@media (min-width: 768px) {
    .gap-md-1 {
        gap: 0.25rem;
    }

    .gap-md-2 {
        gap: 0.5rem;
    }

    .gap-md-3 {
        gap: 0.75rem;
    }

    .gap-md-4 {
        gap: 1rem;
    }

    .gap-md-5 {
        gap: 1.5rem;
    }
}

@media (min-width: 992px) {
    .gap-lg-1 {
        gap: 0.25rem;
    }

    .gap-lg-2 {
        gap: 0.5rem;
    }

    .gap-lg-3 {
        gap: 0.75rem;
    }

    .gap-lg-4 {
        gap: 1rem;
    }

    .gap-lg-5 {
        gap: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .gap-xl-1 {
        gap: 0.25rem;
    }

    .gap-xl-2 {
        gap: 0.5rem;
    }

    .gap-xl-3 {
        gap: 0.75rem;
    }

    .gap-xl-4 {
        gap: 1rem;
    }

    .gap-xl-5 {
        gap: 1.5rem;
    }
}


hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #EFF2F7;
}

small,
.small {
  font-size: 1rem;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFF;
  border: 1px solid #E5E9F2;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(31, 45, 61, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #C0CCDA;
}

code {
  font-size: 87.5%;
  color: #f074ad;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFF;
  background-color: #273444;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(31, 45, 61, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #273444;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-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-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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-lg,
.col-lg-auto, .col-xl-1, .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, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #8492A6;
  background-color: transparent;
}

.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #EFF2F7;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #EFF2F7;
}

.table tbody + tbody {
  border-top: 2px solid #EFF2F7;
}

.table-sm th,
.table-sm td {
  padding: 0.5rem;
}

.table-bordered {
  border: 1px solid #EFF2F7;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #EFF2F7;
}

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(250, 251, 254, 0.3);
}

.table-hover tbody tr:hover {
  color: #8492A6;
  background-color: #FAFBFE;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfc2ce;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #888ea3;
}

.table-hover .table-primary:hover {
  background-color: #b1b4c3;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b1b4c3;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fbfbfd;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f7f8fb;
}

.table-hover .table-secondary:hover {
  background-color: #eaeaf5;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #eaeaf5;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c7eadb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #96d7bc;
}

.table-hover .table-success:hover {
  background-color: #b4e3cf;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b4e3cf;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8ebf4;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7adaeb;
}

.table-hover .table-info:hover {
  background-color: #a2e5f1;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a2e5f1;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe7b8;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffd37a;
}

.table-hover .table-warning:hover {
  background-color: #ffde9f;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffde9f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffd0c5;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ffa793;
}

.table-hover .table-danger:hover {
  background-color: #ffbbac;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffbbac;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfbfd;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f7f8fb;
}

.table-hover .table-light:hover {
  background-color: #eaeaf5;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaeaf5;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c3c6cb;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8f959e;
}

.table-hover .table-dark:hover {
  background-color: #b5b9bf;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b5b9bf;
}

.table-neutral,
.table-neutral > th,
.table-neutral > td {
  background-color: white;
}

.table-neutral th,
.table-neutral td,
.table-neutral thead th,
.table-neutral tbody + tbody {
  border-color: white;
}

.table-hover .table-neutral:hover {
  background-color: #f2f2f2;
}

.table-hover .table-neutral:hover > td,
.table-hover .table-neutral:hover > th {
  background-color: #f2f2f2;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #FAFBFE;
}

.table-hover .table-active:hover {
  background-color: #e5eafa;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e5eafa;
}

.table .thead-dark th {
  color: #FFF;
  background-color: #273444;
  border-color: #34455b;
}

.table .thead-light th {
  color: #8492A6;
  background-color: #FAFBFE;
  border-color: #EFF2F7;
}

.table-dark {
  color: #FFF;
  background-color: #273444;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #34455b;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8492A6;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #8492A6;
  background-color: #FFF;
  border-color: rgba(27, 38, 79, 0.5);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(27, 38, 79, 0.1);
}

.form-control::-webkit-input-placeholder {
  color: #C0CCDA;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #C0CCDA;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #C0CCDA;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #C0CCDA;
  opacity: 1;
}

.form-control::placeholder {
  color: #C0CCDA;
  opacity: 1;
}


#esg_form .form-control::-webkit-input-placeholder,
#esg_form .form-control::-moz-placeholder,
#esg_form .form-control:-ms-input-placeholder,
#esg_form .form-control::-ms-input-placeholder,
#esg_form .form-control::placeholder,
#esg_form input::placeholder {
	color:#3C4858;
}


#esg_form input::placeholder {
color:#3C4858;
}








.form-control:disabled, .form-control[readonly] {
  background-color: #EFF2F7;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #8492A6;
  background-color: #FFF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #8492A6;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #8492A6;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #36B37E;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #FFF;
  background-color: rgba(54, 179, 126, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #36B37E;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2336B37E' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.375rem);
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

/* Override green checkmark if input has both :valid and .is-invalid added 7/21/25 */
.was-validated .form-control.is-invalid,
.form-control.is-invalid {
  border-color: rgb(244,78,102); 
  background-image: none !important;
  padding-right: calc(1.5em + 1.5rem); /* match spacing */
}



.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #36B37E;
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #36B37E;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233C4858' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2336B37E' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #FFF no-repeat center right 2.25rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #36B37E;
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #36B37E;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #36B37E;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #36B37E;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #51cb97;
  background: #51cb97 -webkit-gradient(linear, left top, left bottom, from(#6bd2a7), to(#51cb97)) repeat-x;
  background: #51cb97 linear-gradient(180deg, #6bd2a7, #51cb97) repeat-x;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #36B37E;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #36B37E;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #36B37E;
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #FF5630;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #FFF;
  background-color: rgba(255, 86, 48, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #FF5630;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF5630' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF5630' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.375rem);
  background-size: calc(0.5em + 0.5rem) calc(0.5em + 0.5rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #FF5630;
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #FF5630;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233C4858' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF5630' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF5630' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #FFF no-repeat center right 2.25rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #FF5630;
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF5630;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF5630;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #FF5630;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff8063;
  background: #ff8063 -webkit-gradient(linear, left top, left bottom, from(#ff937a), to(#ff8063)) repeat-x;
  background: #ff8063 linear-gradient(180deg, #ff937a, #ff8063) repeat-x;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF5630;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF5630;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FF5630;
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 600;
  color: #8492A6;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-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;
  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 (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #8492A6;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 rgba(21, 29, 60, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(21, 29, 60, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

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

.btn-primary {
  color: #FFF;
  background: #1b264F -webkit-gradient(linear, left top, left bottom, from(#3d4769), to(#1b264F)) repeat-x;
  background: #1b264F linear-gradient(180deg, #3d4769, #1b264F) repeat-x;
  border-color: #1b264F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-primary:hover {
  color: #FFF;
  background: #111832 -webkit-gradient(linear, left top, left bottom, from(#353b51), to(#111832)) repeat-x;
  background: #111832 linear-gradient(180deg, #353b51, #111832) repeat-x;
  border-color: #0e1429;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(27, 38, 79, 0.35);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #FFF;
  background-color: #1b264F;
  border-color: #1b264F;
  background-image: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #0e1429;
  background-image: none;
  border-color: #0b0f1f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(27, 38, 79, 0.35);
}

.btn-secondary {
  color: #273444;
  background: #EFF2F7 -webkit-gradient(linear, left top, left bottom, from(#f1f4f8), to(#EFF2F7)) repeat-x;
  background: #EFF2F7 linear-gradient(180deg, #f1f4f8, #EFF2F7) repeat-x;
  border-color: #EFF2F7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-secondary:hover {
  color: #273444;
  background: #d6ddea -webkit-gradient(linear, left top, left bottom, from(#dce2ed), to(#d6ddea)) repeat-x;
  background: #d6ddea linear-gradient(180deg, #dce2ed, #d6ddea) repeat-x;
  border-color: #cdd6e6;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
  background-image: none;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #273444;
  background-color: #cdd6e6;
  background-image: none;
  border-color: #c5cfe2;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-success {
  color: #FFF;
  background: #36B37E -webkit-gradient(linear, left top, left bottom, from(#54be91), to(#36B37E)) repeat-x;
  background: #36B37E linear-gradient(180deg, #54be91, #36B37E) repeat-x;
  border-color: #36B37E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-success:hover {
  color: #FFF;
  background: #2d9669 -webkit-gradient(linear, left top, left bottom, from(#4da580), to(#2d9669)) repeat-x;
  background: #2d9669 linear-gradient(180deg, #4da580, #2d9669) repeat-x;
  border-color: #2a8c62;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(54, 179, 126, 0.35);
}

.btn-success.disabled, .btn-success:disabled {
  color: #FFF;
  background-color: #36B37E;
  border-color: #36B37E;
  background-image: none;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #2a8c62;
  background-image: none;
  border-color: #27825c;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(54, 179, 126, 0.35);
}

.btn-info {
  color: #FFF;
  background: #00B8D9 -webkit-gradient(linear, left top, left bottom, from(#26c3df), to(#00B8D9)) repeat-x;
  background: #00B8D9 linear-gradient(180deg, #26c3df, #00B8D9) repeat-x;
  border-color: #00B8D9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-info:hover {
  color: #FFF;
  background: #0098b3 -webkit-gradient(linear, left top, left bottom, from(#26a7be), to(#0098b3)) repeat-x;
  background: #0098b3 linear-gradient(180deg, #26a7be, #0098b3) repeat-x;
  border-color: #008da6;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.btn-info.disabled, .btn-info:disabled {
  color: #FFF;
  background-color: #00B8D9;
  border-color: #00B8D9;
  background-image: none;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #008da6;
  background-image: none;
  border-color: #008299;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.btn-warning {
  color: #FFF;
  background: #FFAB00 -webkit-gradient(linear, left top, left bottom, from(#ffb826), to(#FFAB00)) repeat-x;
  background: #FFAB00 linear-gradient(180deg, #ffb826, #FFAB00) repeat-x;
  border-color: #FFAB00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-warning:hover {
  color: #FFF;
  background: #d99100 -webkit-gradient(linear, left top, left bottom, from(#dea226), to(#d99100)) repeat-x;
  background: #d99100 linear-gradient(180deg, #dea226, #d99100) repeat-x;
  border-color: #cc8900;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #FFF;
  background-color: #FFAB00;
  border-color: #FFAB00;
  background-image: none;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #FFF;
  background-color: #cc8900;
  background-image: none;
  border-color: #bf8000;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.btn-danger {
  color: #FFF;
  background: #FF5630 -webkit-gradient(linear, left top, left bottom, from(#ff6f4f), to(#FF5630)) repeat-x;
  background: #FF5630 linear-gradient(180deg, #ff6f4f, #FF5630) repeat-x;
  border-color: #FF5630;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-danger:hover {
  color: #FFF;
  background: #ff370a -webkit-gradient(linear, left top, left bottom, from(#ff552f), to(#ff370a)) repeat-x;
  background: #ff370a linear-gradient(180deg, #ff552f, #ff370a) repeat-x;
  border-color: #fc2e00;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #FFF;
  background-color: #FF5630;
  border-color: #FF5630;
  background-image: none;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #fc2e00;
  background-image: none;
  border-color: #ef2c00;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.btn-light {
  color: #273444;
  background: #EFF2F7 -webkit-gradient(linear, left top, left bottom, from(#f1f4f8), to(#EFF2F7)) repeat-x;
  background: #EFF2F7 linear-gradient(180deg, #f1f4f8, #EFF2F7) repeat-x;
  border-color: #EFF2F7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-light:hover {
  color: #273444;
  background: #d6ddea -webkit-gradient(linear, left top, left bottom, from(#dce2ed), to(#d6ddea)) repeat-x;
  background: #d6ddea linear-gradient(180deg, #dce2ed, #d6ddea) repeat-x;
  border-color: #cdd6e6;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-light.disabled, .btn-light:disabled {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
  background-image: none;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #273444;
  background-color: #cdd6e6;
  background-image: none;
  border-color: #c5cfe2;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-dark {
  color: #FFF;
  background: #273444 -webkit-gradient(linear, left top, left bottom, from(#475260), to(#273444)) repeat-x;
  background: #273444 linear-gradient(180deg, #475260, #273444) repeat-x;
  border-color: #273444;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-dark:hover {
  color: #FFF;
  background: #19212c -webkit-gradient(linear, left top, left bottom, from(#3c434b), to(#19212c)) repeat-x;
  background: #19212c linear-gradient(180deg, #3c434b, #19212c) repeat-x;
  border-color: #141b24;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #FFF;
  background-color: #273444;
  border-color: #273444;
  background-image: none;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: #141b24;
  background-image: none;
  border-color: #10151b;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.btn-neutral {
  color: #273444;
  background: #FFF -webkit-gradient(linear, left top, left bottom, from(white), to(#FFF)) repeat-x;
  background: #FFF linear-gradient(180deg, white, #FFF) repeat-x;
  border-color: #FFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-neutral:hover {
  color: #273444;
  background: #ececec -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ececec)) repeat-x;
  background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x;
  border-color: #e6e5e5;
}

.btn-neutral:focus, .btn-neutral.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-neutral.disabled, .btn-neutral:disabled {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
  background-image: none;
}

.btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active,
.show > .btn-neutral.dropdown-toggle {
  color: #273444;
  background-color: #e6e5e5;
  background-image: none;
  border-color: #dfdfdf;
}

.btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral:not(:disabled):not(.disabled).active:focus,
.show > .btn-neutral.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-white {
  color: #273444;
  background: #FFF -webkit-gradient(linear, left top, left bottom, from(white), to(#FFF)) repeat-x;
  background: #FFF linear-gradient(180deg, white, #FFF) repeat-x;
  border-color: #FFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-white:hover {
  color: #273444;
  background: #ececec -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ececec)) repeat-x;
  background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x;
  border-color: #e6e5e5;
}

.btn-white:focus, .btn-white.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-white.disabled, .btn-white:disabled {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
  background-image: none;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #273444;
  background-color: #e6e5e5;
  background-image: none;
  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: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-outline-primary {
  color: #1b264F;
  border-color: #1b264F;
}

.btn-outline-primary:hover {
  color: #FFF;
  background-color: #1b264F;
  border-color: #1b264F;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(27, 38, 79, 0.35);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1b264F;
  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: #1b264F;
  border-color: #1b264F;
}

.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: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(27, 38, 79, 0.35);
}

.btn-outline-secondary {
  color: #EFF2F7;
  border-color: #EFF2F7;
}

.btn-outline-secondary:hover {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #EFF2F7;
  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: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

.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: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-outline-success {
  color: #36B37E;
  border-color: #36B37E;
}

.btn-outline-success:hover {
  color: #FFF;
  background-color: #36B37E;
  border-color: #36B37E;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(54, 179, 126, 0.35);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #36B37E;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #FFF;
  background-color: #36B37E;
  border-color: #36B37E;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(54, 179, 126, 0.35);
}

.btn-outline-info {
  color: #00B8D9;
  border-color: #00B8D9;
}

.btn-outline-info:hover {
  color: #FFF;
  background-color: #00B8D9;
  border-color: #00B8D9;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00B8D9;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #FFF;
  background-color: #00B8D9;
  border-color: #00B8D9;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.btn-outline-warning {
  color: #FFAB00;
  border-color: #FFAB00;
}

.btn-outline-warning:hover {
  color: #FFF;
  background-color: #FFAB00;
  border-color: #FFAB00;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

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

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

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.btn-outline-danger {
  color: #FF5630;
  border-color: #FF5630;
}

.btn-outline-danger:hover {
  color: #FFF;
  background-color: #FF5630;
  border-color: #FF5630;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.btn-outline-light {
  color: #EFF2F7;
  border-color: #EFF2F7;
}

.btn-outline-light:hover {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #EFF2F7;
  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: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

.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: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-outline-dark {
  color: #273444;
  border-color: #273444;
}

.btn-outline-dark:hover {
  color: #FFF;
  background-color: #273444;
  border-color: #273444;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #273444;
  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: #273444;
  border-color: #273444;
}

.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: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.btn-outline-neutral {
  color: #FFF;
  border-color: #FFF;
}

.btn-outline-neutral:hover {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-outline-neutral:focus, .btn-outline-neutral.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-outline-neutral.disabled, .btn-outline-neutral:disabled {
  color: #FFF;
  background-color: transparent;
}

.btn-outline-neutral:not(:disabled):not(.disabled):active, .btn-outline-neutral:not(:disabled):not(.disabled).active,
.show > .btn-outline-neutral.dropdown-toggle {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-outline-neutral:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-neutral.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-outline-white {
  color: #FFF;
  border-color: #FFF;
}

.btn-outline-white:hover {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.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: #273444;
  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: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-link {
  font-weight: 400;
  color: #1b264F;
  text-decoration: none;
}

.btn-link:hover {
  color: #080b16;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

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

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

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

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

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

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

.fade {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 10.2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
  font-weight: 700;
  content: "\F107";
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 12rem;
  padding: 0.35rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #8492A6;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(31, 45, 61, 0.1);
  border-radius: 0.25rem;
  box-shadow: none;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 10.2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
  font-weight: 700;
  content: "\F106";
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 10.2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
  font-weight: 700;
  content: "\F105";
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 10.2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
  font-weight: 700;
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
  font-weight: 700;
  display: inline-block;
  margin-right: 10.2px;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 256 512' width='12px' height='12px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238492A6' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/%3E%3C/svg%3E");
  content: "\F104";
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #EFF2F7;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #8492A6;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1b264F;
  text-decoration: none;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(transparent)) repeat-x;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.15), transparent) repeat-x;
}

.dropdown-item.active, .dropdown-item:active {
  color: #1b264F;
  text-decoration: none;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(transparent)) repeat-x;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.15), transparent) repeat-x;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #C0CCDA;
  pointer-events: none;
  background-color: transparent;
  background-image: none;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.35rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #C0CCDA;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #8492A6;
}

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

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

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

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

.btn-toolbar {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

.dropdown-toggle-split {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.40625rem;
  padding-left: 1.40625rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

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

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

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

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #C0CCDA;
  text-align: center;
  white-space: nowrap;
  background-color: #FAFBFE;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 2rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1rem 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.25rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.7rem;
  padding-left: 1.75rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFF;
  border-color: #151d3c;
  background: #151d3c -webkit-gradient(linear, left top, left bottom, from(#383f59), to(#151d3c)) repeat-x;
  background: #151d3c linear-gradient(180deg, #383f59, #151d3c) repeat-x;
  box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(27, 38, 79, 0.1);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(27, 38, 79, 0.5);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFF;
  background-color: #445ebf;
  border-color: #445ebf;
  box-shadow: none;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #C0CCDA;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #EFF2F7;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.35rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #E5E9F2;
  border: #EFF2F7 solid 0;
  box-shadow: none;
}

.custom-control-label::after {
  position: absolute;
  top: 0.35rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #151d3c;
  background: #151d3c -webkit-gradient(linear, left top, left bottom, from(#383f59), to(#151d3c)) repeat-x;
  background: #151d3c linear-gradient(180deg, #383f59, #151d3c) repeat-x;
  box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFF' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(27, 38, 79, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(27, 38, 79, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(27, 38, 79, 0.5);
}

.custom-switch {
  padding-left: 3.75rem;
}

.custom-switch .custom-control-label::before {
  left: -3.75rem;
  width: 3rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.35rem + 0);
  left: calc(-3.75rem + 0);
  width: 1.125rem;
  height: 1.125rem;
  background-color: #EFF2F7;
  border-radius: 0.5625rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #E5E9F2;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(27, 38, 79, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 2.25rem 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8492A6;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233C4858' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px;
  background-color: #FFF;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(31, 45, 61, 0.075);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: rgba(27, 38, 79, 0.5);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(31, 45, 61, 0.075), 0 0 20px rgba(27, 38, 79, 0.1);
}

.custom-select:focus::-ms-value {
  color: #8492A6;
  background-color: #FFF;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.25rem;
  background-image: none;
}

.custom-select:disabled {
  color: #C0CCDA;
  background-color: #EFF2F7;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 2rem + 2px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.875rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(27, 38, 79, 0.5);
  box-shadow: 0 0 20px rgba(27, 38, 79, 0.1);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #EFF2F7;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8492A6;
  background-color: #FFF;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.5rem);
  padding: 0.75rem 1.25rem;
  line-height: 1.5;
  color: #8492A6;
  content: "Browse";
  background: #FAFBFE -webkit-gradient(linear, left top, left bottom, from(#fbfcfe), to(#FAFBFE)) repeat-x;
  background: #FAFBFE linear-gradient(180deg, #fbfcfe, #FAFBFE) repeat-x;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 20px rgba(27, 38, 79, 0.1);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 20px rgba(27, 38, 79, 0.1);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 20px rgba(27, 38, 79, 0.1);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background: #151d3c -webkit-gradient(linear, left top, left bottom, from(#383f59), to(#151d3c)) repeat-x;
  background: #151d3c linear-gradient(180deg, #383f59, #151d3c) repeat-x;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background: #445ebf -webkit-gradient(linear, left top, left bottom, from(#6076c9), to(#445ebf)) repeat-x;
  background: #445ebf linear-gradient(180deg, #6076c9, #445ebf) repeat-x;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E5E9F2;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background: #151d3c linear-gradient(180deg, #383f59, #151d3c) repeat-x;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background: #445ebf linear-gradient(180deg, #6076c9, #445ebf) repeat-x;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E5E9F2;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background: #151d3c linear-gradient(180deg, #383f59, #151d3c) repeat-x;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background: #445ebf linear-gradient(180deg, #6076c9, #445ebf) repeat-x;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}

.custom-range::-ms-fill-lower {
  background-color: #E5E9F2;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #E5E9F2;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #D3DCE6;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #D3DCE6;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #D3DCE6;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  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: #C0CCDA;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #E5E9F2;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

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

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #EFF2F7 #EFF2F7 #E5E9F2;
}

.nav-tabs .nav-link.disabled {
  color: #C0CCDA;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #8492A6;
  background-color: #FFF;
  border-color: #E5E9F2 #E5E9F2 #FFF;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #151d3c;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.2875rem;
  padding-bottom: 0.2875rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

.navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
          align-items: center;
}

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

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

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(31, 45, 61, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(31, 45, 61, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(31, 45, 61, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(31, 45, 61, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(31, 45, 61, 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(31, 45, 61, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(31, 45, 61, 0.5);
  border-color: transparent;
}

.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(31, 45, 61, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(31, 45, 61, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(31, 45, 61, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(31, 45, 61, 0.9);
}

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

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #FFF;
}

.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: var(--info);
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.85);
  border-color: transparent;
}

.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.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.85);
}

.navbar-dark .navbar-text a {
  color: #FFF;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFF;
}

.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 1px solid #EFF2F7;
  border-radius: 0.375rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.card-body {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.5rem;
  color: #8492A6;
}

.card-title {
  margin-bottom: 1rem;
}

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.5rem;
}

.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #EFF2F7;
}

.card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

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

.card-footer {
  padding: 1rem 1.5rem;
  background-color: transparent;
  border-top: 1px solid #EFF2F7;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px);
}

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.375rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #E0E6ED;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #C0CCDA;
}

.pagination {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #C0CCDA;
  background-color: #FFF;
  border: 1px solid #E5E9F2;
}

.page-link:hover {
  z-index: 2;
  color: #C0CCDA;
  text-decoration: none;
  background-color: #E5E9F2;
  border-color: #E5E9F2;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 rgba(21, 29, 60, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #FFF;
  background-color: #151d3c;
  border-color: #151d3c;
}

.page-item.disabled .page-link {
  color: #C0CCDA;
  pointer-events: none;
  cursor: auto;
  background-color: #FFF;
  border-color: #E5E9F2;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 80%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-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;
  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 (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

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

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.875em;
  padding-left: 0.875em;
  border-radius: 50rem;
}

.badge-primary {
  color: #FFF;
  background-color: #1b264F;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #FFF;
  background-color: #0e1429;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(27, 38, 79, 0.5);
}

.badge-secondary {
  color: #273444;
  background-color: #EFF2F7;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #273444;
  background-color: #cdd6e6;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(239, 242, 247, 0.5);
}

.badge-success {
  color: #FFF;
  background-color: #36B37E;
}

a.badge-success:hover, a.badge-success:focus {
  color: #FFF;
  background-color: #2a8c62;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.5);
}

.badge-info {
  color: #FFF;
  background-color: #00B8D9;
}

a.badge-info:hover, a.badge-info:focus {
  color: #FFF;
  background-color: #008da6;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 184, 217, 0.5);
}

.badge-warning {
  color: #FFF;
  background-color: #FFAB00;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #FFF;
  background-color: #cc8900;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 171, 0, 0.5);
}

.badge-danger {
  color: #FFF;
  background-color: #FF5630;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #FFF;
  background-color: #fc2e00;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.5);
}

.badge-light {
  color: #273444;
  background-color: #EFF2F7;
}

a.badge-light:hover, a.badge-light:focus {
  color: #273444;
  background-color: #cdd6e6;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(239, 242, 247, 0.5);
}

.badge-dark {
  color: #FFF;
  background-color: #273444;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #FFF;
  background-color: #141b24;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(39, 52, 68, 0.5);
}

.badge-neutral {
  color: #273444;
  background-color: #FFF;
}

a.badge-neutral:hover, a.badge-neutral:focus {
  color: #273444;
  background-color: #e6e5e5;
}

a.badge-neutral:focus, a.badge-neutral.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.badge-white {
  color: #273444;
  background-color: #FFF;
}

a.badge-white:hover, a.badge-white:focus {
  color: #273444;
  background-color: #e6e5e5;
}

a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #EFF2F7;
  border-radius: 0.375rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.875rem 0.875rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.875rem 0.875rem;
  color: inherit;
}

.alert-primary {
  color: #1d2946;
  background: #d1d4dc -webkit-gradient(linear, left top, left bottom, from(#d8dae1), to(#d1d4dc)) repeat-x;
  background: #d1d4dc linear-gradient(180deg, #d8dae1, #d1d4dc) repeat-x;
  border-color: #bfc2ce;
}

.alert-primary hr {
  border-top-color: #b1b4c3;
}

.alert-primary .alert-link {
  color: #0e1422;
}

.alert-secondary {
  color: #8b939e;
  background: #fcfcfd -webkit-gradient(linear, left top, left bottom, from(#fcfcfd), to(#fcfcfd)) repeat-x;
  background: #fcfcfd linear-gradient(180deg, #fcfcfd, #fcfcfd) repeat-x;
  border-color: #fbfbfd;
}

.alert-secondary hr {
  border-top-color: #eaeaf5;
}

.alert-secondary .alert-link {
  color: #707986;
}

.alert-success {
  color: #2b735f;
  background: #d7f0e5 -webkit-gradient(linear, left top, left bottom, from(#ddf2e9), to(#d7f0e5)) repeat-x;
  background: #d7f0e5 linear-gradient(180deg, #ddf2e9, #d7f0e5) repeat-x;
  border-color: #c7eadb;
}

.alert-success hr {
  border-top-color: #b4e3cf;
}

.alert-success .alert-link {
  color: #1d4e40;
}

.alert-info {
  color: #0f758e;
  background: #ccf1f7 -webkit-gradient(linear, left top, left bottom, from(#d4f3f8), to(#ccf1f7)) repeat-x;
  background: #ccf1f7 linear-gradient(180deg, #d4f3f8, #ccf1f7) repeat-x;
  border-color: #b8ebf4;
}

.alert-info hr {
  border-top-color: #a2e5f1;
}

.alert-info .alert-link {
  color: #0a4f60;
}

.alert-warning {
  color: #936f1d;
  background: #ffeecc -webkit-gradient(linear, left top, left bottom, from(#fff1d4), to(#ffeecc)) repeat-x;
  background: #ffeecc linear-gradient(180deg, #fff1d4, #ffeecc) repeat-x;
  border-color: #ffe7b8;
}

.alert-warning hr {
  border-top-color: #ffde9f;
}

.alert-warning .alert-link {
  color: #684f15;
}

.alert-danger {
  color: #934236;
  background: #ffddd6 -webkit-gradient(linear, left top, left bottom, from(#ffe2dc), to(#ffddd6)) repeat-x;
  background: #ffddd6 linear-gradient(180deg, #ffe2dc, #ffddd6) repeat-x;
  border-color: #ffd0c5;
}

.alert-danger hr {
  border-top-color: #ffbbac;
}

.alert-danger .alert-link {
  color: #6e3128;
}

.alert-light {
  color: #8b939e;
  background: #fcfcfd -webkit-gradient(linear, left top, left bottom, from(#fcfcfd), to(#fcfcfd)) repeat-x;
  background: #fcfcfd linear-gradient(180deg, #fcfcfd, #fcfcfd) repeat-x;
  border-color: #fbfbfd;
}

.alert-light hr {
  border-top-color: #eaeaf5;
}

.alert-light .alert-link {
  color: #707986;
}

.alert-dark {
  color: #233141;
  background: #d4d6da -webkit-gradient(linear, left top, left bottom, from(#dadce0), to(#d4d6da)) repeat-x;
  background: #d4d6da linear-gradient(180deg, #dadce0, #d4d6da) repeat-x;
  border-color: #c3c6cb;
}

.alert-dark hr {
  border-top-color: #b5b9bf;
}

.alert-dark .alert-link {
  color: #111820;
}

.alert-neutral {
  color: #939aa2;
  background: white -webkit-gradient(linear, left top, left bottom, from(white), to(white)) repeat-x;
  background: white linear-gradient(180deg, white, white) repeat-x;
  border-color: white;
}

.alert-neutral hr {
  border-top-color: #f2f2f2;
}

.alert-neutral .alert-link {
  color: #78808a;
}

.alert-white {
  color: #939aa2;
  background: white -webkit-gradient(linear, left top, left bottom, from(white), to(white)) repeat-x;
  background: white linear-gradient(180deg, white, white) repeat-x;
  border-color: white;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #78808a;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #EFF2F7;
  border-radius: 50rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(31, 45, 61, 0.1);
}

.progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  background-color: #1b264F;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.5rem 0.5rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #8492A6;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #8492A6;
  text-decoration: none;
  background-color: #FAFBFE;
}

.list-group-item-action:active {
  color: #8492A6;
  background-color: #EFF2F7;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  margin-bottom: -1px;
  background-color: #FFF;
  border: 1px solid #EFF2F7;
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #C0CCDA;
  pointer-events: none;
  background-color: #FFF;
}

.list-group-item.active {
  z-index: 2;
  color: #FFF;
  background-color: #151d3c;
  border-color: #151d3c;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #1d2946;
  background-color: #bfc2ce;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1d2946;
  background-color: #b1b4c3;
}

.list-group-item-primary.list-group-item-action.active {
  color: #FFF;
  background-color: #1d2946;
  border-color: #1d2946;
}

.list-group-item-secondary {
  color: #8b939e;
  background-color: #fbfbfd;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #8b939e;
  background-color: #eaeaf5;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #FFF;
  background-color: #8b939e;
  border-color: #8b939e;
}

.list-group-item-success {
  color: #2b735f;
  background-color: #c7eadb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #2b735f;
  background-color: #b4e3cf;
}

.list-group-item-success.list-group-item-action.active {
  color: #FFF;
  background-color: #2b735f;
  border-color: #2b735f;
}

.list-group-item-info {
  color: #0f758e;
  background-color: #b8ebf4;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0f758e;
  background-color: #a2e5f1;
}

.list-group-item-info.list-group-item-action.active {
  color: #FFF;
  background-color: #0f758e;
  border-color: #0f758e;
}

.list-group-item-warning {
  color: #936f1d;
  background-color: #ffe7b8;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #936f1d;
  background-color: #ffde9f;
}

.list-group-item-warning.list-group-item-action.active {
  color: #FFF;
  background-color: #936f1d;
  border-color: #936f1d;
}

.list-group-item-danger {
  color: #934236;
  background-color: #ffd0c5;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #934236;
  background-color: #ffbbac;
}

.list-group-item-danger.list-group-item-action.active {
  color: #FFF;
  background-color: #934236;
  border-color: #934236;
}

.list-group-item-light {
  color: #8b939e;
  background-color: #fbfbfd;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #8b939e;
  background-color: #eaeaf5;
}

.list-group-item-light.list-group-item-action.active {
  color: #FFF;
  background-color: #8b939e;
  border-color: #8b939e;
}

.list-group-item-dark {
  color: #233141;
  background-color: #c3c6cb;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #233141;
  background-color: #b5b9bf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #FFF;
  background-color: #233141;
  border-color: #233141;
}

.list-group-item-neutral {
  color: #939aa2;
  background-color: white;
}

.list-group-item-neutral.list-group-item-action:hover, .list-group-item-neutral.list-group-item-action:focus {
  color: #939aa2;
  background-color: #f2f2f2;
}

.list-group-item-neutral.list-group-item-action.active {
  color: #FFF;
  background-color: #939aa2;
  border-color: #939aa2;
}

.list-group-item-white {
  color: #939aa2;
  background-color: white;
}

.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #939aa2;
  background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
  color: #FFF;
  background-color: #939aa2;
  border-color: #939aa2;
}

.close {
  float: right;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: none;
  opacity: .5;
}

.close:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(31, 45, 61, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #C0CCDA;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(31, 45, 61, 0.2);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(31, 45, 61, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1F2D3D;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.3;
}

.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 1px solid #EFF2F7;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.modal-header .close {
  padding: 1.25rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.7;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.5rem;
}

.modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1.5rem;
  border-top: 1px solid #EFF2F7;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(31, 45, 61, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  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.875rem;
  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;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #1F2D3D;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #1F2D3D;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #1F2D3D;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #1F2D3D;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFF;
  text-align: center;
  background-color: #1F2D3D;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  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.875rem;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(31, 45, 61, 0.05);
  border-radius: 0.375rem;
  box-shadow: 0px 0.5rem 2rem 0px rgba(31, 45, 61, 0.2);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.375rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: transparent;
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFF;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.375rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: transparent;
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFF;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: transparent;
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFF;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #FFF;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.375rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: transparent;
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFF;
}

.popover-header {
  padding: 0.75rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #3C4858;
  background-color: #FFF;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.75rem 0.75rem;
  color: #8492A6;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #FFF;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}



@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.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;
  background: -webkit-gradient(linear, left top, right top, from(rgba(31, 45, 61, 0.25)), to(rgba(31, 45, 61, 0.001)));
  background: linear-gradient(90deg, rgba(31, 45, 61, 0.25), rgba(31, 45, 61, 0.001));
}

.carousel-control-next {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(31, 45, 61, 0.25)), to(rgba(31, 45, 61, 0.001)));
  background: linear-gradient(270deg, rgba(31, 45, 61, 0.25), rgba(31, 45, 61, 0.001));
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #1b264F !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0e1429 !important;
}

.bg-secondary {
  background-color: #EFF2F7 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #cdd6e6 !important;
}

.bg-light-grey {
  /* background-color: #F2F2F2 !important; */
  background-color: color(display-p3 0.94 0.94 0.94 / 70%);
}

.bg-success {
  background-color: #36B37E !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2a8c62 !important;
}

.bg-info {
  background-color: #00B8D9 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #008da6 !important;
}

.bg-warning {
  background-color: #FFAB00 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc8900 !important;
}

.bg-danger {
  background-color: #FF5630 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #fc2e00 !important;
}

.bg-light {
  background-color: #EFF2F7 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cdd6e6 !important;
}

.bg-dark {
  background-color: #273444 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #141b24 !important;
}

.bg-neutral {
  background-color: #FFF !important;
}

a.bg-neutral:hover, a.bg-neutral:focus,
button.bg-neutral:hover,
button.bg-neutral:focus {
  background-color: #e6e5e5 !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: #e6e5e5 !important;
}

.bg-gradient-primary {
  background: linear-gradient(50deg, #1b264F 0, #201b4f 100%) !important;
}

.bg-gradient-secondary {
  background: linear-gradient(50deg, #EFF2F7 0, #eff0f7 100%) !important;
}

.bg-gradient-success {
  background: linear-gradient(50deg, #36B37E 0, #36b3a4 100%) !important;
}

.bg-gradient-info {
  background: linear-gradient(50deg, #00B8D9 0, #0077d9 100%) !important;
}

.bg-gradient-warning {
  background: linear-gradient(50deg, #FFAB00 0, #fff800 100%) !important;
}

.bg-gradient-danger {
  background: linear-gradient(50deg, #FF5630 0, #ff9430 100%) !important;
}

.bg-gradient-light {
  background: linear-gradient(50deg, #EFF2F7 0, #eff0f7 100%) !important;
}

.bg-gradient-dark {
  background: linear-gradient(50deg, #273444 0, #272b44 100%) !important;
}

.bg-gradient-neutral {
  background: linear-gradient(50deg, #FFF 0, white 100%) !important;
}

.bg-gradient-white {
  background: linear-gradient(50deg, #FFF 0, white 100%) !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-orange {
    background-color: var(--orange) !important;
}

.border {
  border: 1px solid #EFF2F7 !important;
}

.border-2 {
border-width: 2px!important;
}

.border-3 {
border-width: 3px!important;
}

.border-4 {
border-width: 4px!important;
}

.border-top {
  border-top: 1px solid #EFF2F7 !important;
}

.border-right {
  border-right: 1px solid #EFF2F7 !important;
}

.border-bottom {
  border-bottom: 1px solid #EFF2F7 !important;
}

.border-left {
  border-left: 1px solid #EFF2F7 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #1b264F !important;
}

.border-secondary {
  border-color: #EFF2F7 !important;
}

.border-success {
  border-color: #36B37E !important;
}

.border-info {
  border-color: #00B8D9 !important;
}

.border-warning {
  border-color: #FFAB00 !important;
}

.border-danger {
  border-color: #FF5630 !important;
}

.border-light {
  border-color: #EFF2F7 !important;
}

.border-dark {
  border-color: #273444 !important;
}

.border-neutral {
  border-color: #FFF !important;
}

.border-white {
  border-color: #FFF !important;
}

.border-grey {
  border-color: #dbdbdb !important;
}


.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.375rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }  
  #printclientlist .h3 {
	 line-height: 30px;
	 float: left;
	}
	
	#ugyfellista {
		margin-left: 0!important;
		padding-left: 0!important;
		list-style-type: none;
	}
	
	#ugyfellista li.d-print-inline-block:first-child {
	 display: none !important;
	}

	#printheader, #printfooter {
		min-height: 150px !important;
	}

	.clientName p.lead {
		color: var(--primary);
	}
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.08) !important;
}

.shadow {
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08) !important;
}

.shadow-le {
  box-shadow: 0 3px 1.25rem rgba(31, 45, 61, 0.08) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !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;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.min-vh-50 {
  min-height: 50vh !important;
}

.min-vh-60 {
  min-height: 60vh !important;
}


.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !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.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 7.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.mt-9,
.my-9 {
  margin-top: 9rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 9rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 9rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 9rem !important;
}

.m-10 {
  margin: 10.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 10.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 10.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 10.5rem !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.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !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.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-4-5 {
  padding: 2rem !important;
}

.pt-4-5,
.py-4-5 {
  padding-top: 2rem !important;
}

.pr-4-5,
.px-4-5 {
  padding-right: 2rem !important;
}

.pb-4-5,
.py-4-5 {
  padding-bottom: 2rem !important;
}

.pl-4-5,
.px-4-5 {
  padding-left: 2rem !important;
}


.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 7.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7.5rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.pt-9,
.py-9 {
  padding-top: 9rem !important;
}

.pr-9,
.px-9 {
  padding-right: 9rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 9rem !important;
}

.pl-9,
.px-9 {
  padding-left: 9rem !important;
}

.p-10 {
  padding: 10.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 10.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 10.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 10.5rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-n8 {
  margin: -7.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -7.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -7.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -7.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -7.5rem !important;
}

.m-n9 {
  margin: -9rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -9rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -9rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -9rem !important;
}

.m-n10 {
  margin: -10.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -10.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -10.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -10.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -10.5rem !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.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !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.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.5rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .m-sm-10 {
    margin: 10.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10.5rem !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.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !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.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.5rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }
  .p-sm-10 {
    padding: 10.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -7.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9rem !important;
  }
  .m-sm-n10 {
    margin: -10.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10.5rem !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.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !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.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 7.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.5rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }
  .m-md-10 {
    margin: 10.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10.5rem !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.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !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.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 7.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 7.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 7.5rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }
  .p-md-10 {
    padding: 10.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10.5rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -7.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -7.5rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9rem !important;
  }
  .m-md-n10 {
    margin: -10.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10.5rem !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.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !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.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.5rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .m-lg-10 {
    margin: 10.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10.5rem !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.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !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.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -7.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9rem !important;
  }
  .m-lg-n10 {
    margin: -10.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10.5rem !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.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !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.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.5rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .m-xl-10 {
    margin: 10.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10.5rem !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.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !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.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }
  .p-xl-10 {
    padding: 10.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -7.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9rem !important;
  }
  .m-xl-n10 {
    margin: -10.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10.5rem !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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFF !important;
}

.text-primary {
  color: #1b264F !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #080b16 !important;
}

.text-secondary {
  color: #EFF2F7 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #bcc9de !important;
}

.text-success {
  color: #36B37E !important;
}

a.text-success:hover, a.text-success:focus {
  color: #247855 !important;
}

.text-info {
  color: #00B8D9 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #00778d !important;
}

.text-warning {
  color: #FFAB00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #b37800 !important;
}

.text-danger {
  color: #FF5630 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #e32a00 !important;
}

.text-light {
  color: #EFF2F7 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #bcc9de !important;
}

.text-dark {
  color: #273444 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #0b0f13 !important;
}

.text-neutral {
  color: #FFF !important;
}

a.text-neutral:hover, a.text-neutral:focus {
  color: #d9d9d9 !important;
}

.text-white {
  color: #FFF !important;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-orange {
	color: #fb7f03 !important;
	/* color:#F17764 !important; */
}


.text-mid-blue {
	color: #009BCC !important;
}


.text-lightblue {
	color:#13D0D6 !important;
}

.text-body {
  color: #8492A6 !important;
}

.text-muted {
  color: #8492A6 !important;
}

.text-black-50 {
  color: rgba(31, 45, 61, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #D3DCE6;
    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 #1F2D3D;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #FFF !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #E5E9F2 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #EFF2F7;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #EFF2F7;
  }
}

iframe {
  border: 0;
}

figcaption,
figure,
main {
  display: block;
  margin: 0;
}

figure {
  max-width: 100%;
  min-height: 1px;
}

main {
  position: relative;
}

button:focus {
  outline: none;
}

svg {
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

[data-animate-hover] .animate-this {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  [data-animate-hover] .animate-this {
    -webkit-transition: none;
    transition: none;
  }
}

[data-animate-hover="1"]:hover .animate-this {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
}

[data-animate-hover="2"]:hover .animate-this {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 10;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
}

[data-animate-items] .animate-item,
[data-animate-items] .animate-item--visible {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  [data-animate-items] .animate-item,
  [data-animate-items] .animate-item--visible {
    -webkit-transition: none;
    transition: none;
  }
}

[data-animate-items] .animate-item {
  display: none;
  opacity: 0;
  -webkit-animation: hide_item .2s ease forwards;
          animation: hide_item .2s ease forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

[data-animate-items]:hover .animate-item {
  display: block;
  -webkit-animation: show_item .2s ease forwards;
          animation: show_item .2s ease forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

@-webkit-keyframes text_slide {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}

@keyframes text_slide {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}

@-webkit-keyframes show_item {
  from {
    opacity: 0;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes show_item {
  from {
    opacity: 0;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes hide_item {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
}

@keyframes hide_item {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
}

.hover-blurable {
  position: relative;
}

.hover-blurable .blurable-item {
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.hover-blurable .blurable-hidden {
  position: absolute;
  top: calc(50% + 7px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .hover-blurable .blurable-hidden {
    -webkit-transition: none;
    transition: none;
  }
}

.hover-blurable:hover .blurable-item {
  opacity: .8;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.hover-blurable:hover .blurable-hidden {
  opacity: 1;
  top: 50%;
}

.bg-primary-light {
  background-color: #283875 !important;
}

a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: #1b264f !important;
}

.bg-primary-dark {
  background-color: #0e1429 !important;
}

a.bg-primary-dark:hover, a.bg-primary-dark:focus,
button.bg-primary-dark:hover,
button.bg-primary-dark:focus {
  background-color: #010103 !important;
}

.bg-secondary-light {
  background-color: white !important;
}

a.bg-secondary-light:hover, a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  background-color: #e6e5e5 !important;
}

.bg-secondary-dark {
  background-color: #cdd6e6 !important;
}

a.bg-secondary-dark:hover, a.bg-secondary-dark:focus,
button.bg-secondary-dark:hover,
button.bg-secondary-dark:focus {
  background-color: #abbbd5 !important;
}

.bg-success-light {
  background-color: #51cb97 !important;
}

a.bg-success-light:hover, a.bg-success-light:focus,
button.bg-success-light:hover,
button.bg-success-light:focus {
  background-color: #36b37e !important;
}

.bg-success-dark {
  background-color: #2a8c62 !important;
}

a.bg-success-dark:hover, a.bg-success-dark:focus,
button.bg-success-dark:hover,
button.bg-success-dark:focus {
  background-color: #1e6547 !important;
}

.bg-info-light {
  background-color: #0ddaff !important;
}

a.bg-info-light:hover, a.bg-info-light:focus,
button.bg-info-light:hover,
button.bg-info-light:focus {
  background-color: #00b8d9 !important;
}

.bg-info-dark {
  background-color: #008da6 !important;
}

a.bg-info-dark:hover, a.bg-info-dark:focus,
button.bg-info-dark:hover,
button.bg-info-dark:focus {
  background-color: #006273 !important;
}

.bg-warning-light {
  background-color: #ffbc33 !important;
}

a.bg-warning-light:hover, a.bg-warning-light:focus,
button.bg-warning-light:hover,
button.bg-warning-light:focus {
  background-color: #ffab00 !important;
}

.bg-warning-dark {
  background-color: #cc8900 !important;
}

a.bg-warning-dark:hover, a.bg-warning-dark:focus,
button.bg-warning-dark:hover,
button.bg-warning-dark:focus {
  background-color: #996700 !important;
}

.bg-danger-light {
  background-color: #ff8063 !important;
}

a.bg-danger-light:hover, a.bg-danger-light:focus,
button.bg-danger-light:hover,
button.bg-danger-light:focus {
  background-color: #ff5630 !important;
}

.bg-danger-dark {
  background-color: #fc2e00 !important;
}

a.bg-danger-dark:hover, a.bg-danger-dark:focus,
button.bg-danger-dark:hover,
button.bg-danger-dark:focus {
  background-color: #c92500 !important;
}

.bg-light-light {
  background-color: white !important;
}

a.bg-light-light:hover, a.bg-light-light:focus,
button.bg-light-light:hover,
button.bg-light-light:focus {
  background-color: #e6e5e5 !important;
}

.bg-light-dark {
  background-color: #cdd6e6 !important;
}

a.bg-light-dark:hover, a.bg-light-dark:focus,
button.bg-light-dark:hover,
button.bg-light-dark:focus {
  background-color: #abbbd5 !important;
}

.bg-dark-light {
  background-color: #3a4d64 !important;
}

a.bg-dark-light:hover, a.bg-dark-light:focus,
button.bg-dark-light:hover,
button.bg-dark-light:focus {
  background-color: #273444 !important;
}

.bg-dark-dark {
  background-color: #141b24 !important;
}

a.bg-dark-dark:hover, a.bg-dark-dark:focus,
button.bg-dark-dark:hover,
button.bg-dark-dark:focus {
  background-color: #020203 !important;
}

.bg-neutral-light {
  background-color: white !important;
}

a.bg-neutral-light:hover, a.bg-neutral-light:focus,
button.bg-neutral-light:hover,
button.bg-neutral-light:focus {
  background-color: #e6e5e5 !important;
}

.bg-neutral-dark {
  background-color: #e6e5e5 !important;
}

a.bg-neutral-dark:hover, a.bg-neutral-dark:focus,
button.bg-neutral-dark:hover,
button.bg-neutral-dark:focus {
  background-color: #cccccc !important;
}

.bg-white-light {
  background-color: white !important;
}

a.bg-white-light:hover, a.bg-white-light:focus,
button.bg-white-light:hover,
button.bg-white-light:focus {
  background-color: #e6e5e5 !important;
}

.bg-white-dark {
  background-color: #e6e5e5 !important;
}

a.bg-white-dark:hover, a.bg-white-dark:focus,
button.bg-white-dark:hover,
button.bg-white-dark:focus {
  background-color: #cccccc !important;
}

.bg-gradient-primary {
  background: linear-gradient(50deg, #1b264F 0, #201b4f 100%) !important;
}

.bg-gradient-secondary {
  background: linear-gradient(50deg, #EFF2F7 0, #eff0f7 100%) !important;
}

.bg-gradient-success {
  background: linear-gradient(50deg, #36B37E 0, #36b3a4 100%) !important;
}

.bg-gradient-info {
  background: linear-gradient(50deg, #00B8D9 0, #0077d9 100%) !important;
}

.bg-gradient-warning {
  background: linear-gradient(50deg, #FFAB00 0, #fff800 100%) !important;
}

.bg-gradient-danger {
  background: linear-gradient(50deg, #FF5630 0, #ff9430 100%) !important;
}

.bg-gradient-light {
  background: linear-gradient(50deg, #EFF2F7 0, #eff0f7 100%) !important;
}

.bg-gradient-dark {
  background: linear-gradient(50deg, #273444 0, #272b44 100%) !important;
}

.bg-gradient-neutral {
  background: linear-gradient(50deg, #FFF 0, white 100%) !important;
}

.bg-gradient-white {
  background: linear-gradient(50deg, #FFF 0, white 100%) !important;
}

.bg-translucent-primary {
  background-color: rgba(18, 25, 52, 0.6) !important;
}

a.bg-translucent-primary:hover, a.bg-translucent-primary:focus,
button.bg-translucent-primary:hover,
button.bg-translucent-primary:focus {
  background-color: rgba(11, 16, 33, 0.6) !important;
}

.bg-translucent-secondary {
  background-color: rgba(215, 223, 235, 0.6) !important;
}

a.bg-translucent-secondary:hover, a.bg-translucent-secondary:focus,
button.bg-translucent-secondary:hover,
button.bg-translucent-secondary:focus {
  background-color: rgba(198, 209, 227, 0.6) !important;
}

.bg-translucent-success {
  background-color: rgba(46, 152, 107, 0.6) !important;
}

a.bg-translucent-success:hover, a.bg-translucent-success:focus,
button.bg-translucent-success:hover,
button.bg-translucent-success:focus {
  background-color: rgba(40, 132, 93, 0.6) !important;
}

.bg-translucent-info {
  background-color: rgba(0, 154, 181, 0.6) !important;
}

a.bg-translucent-info:hover, a.bg-translucent-info:focus,
button.bg-translucent-info:hover,
button.bg-translucent-info:focus {
  background-color: rgba(0, 132, 156, 0.6) !important;
}

.bg-translucent-warning {
  background-color: rgba(219, 147, 0, 0.6) !important;
}

a.bg-translucent-warning:hover, a.bg-translucent-warning:focus,
button.bg-translucent-warning:hover,
button.bg-translucent-warning:focus {
  background-color: rgba(194, 130, 0, 0.6) !important;
}

.bg-translucent-danger {
  background-color: rgba(255, 57, 12, 0.6) !important;
}

a.bg-translucent-danger:hover, a.bg-translucent-danger:focus,
button.bg-translucent-danger:hover,
button.bg-translucent-danger:focus {
  background-color: rgba(242, 44, 0, 0.6) !important;
}

.bg-translucent-light {
  background-color: rgba(215, 223, 235, 0.6) !important;
}

a.bg-translucent-light:hover, a.bg-translucent-light:focus,
button.bg-translucent-light:hover,
button.bg-translucent-light:focus {
  background-color: rgba(198, 209, 227, 0.6) !important;
}

.bg-translucent-dark {
  background-color: rgba(26, 35, 45, 0.6) !important;
}

a.bg-translucent-dark:hover, a.bg-translucent-dark:focus,
button.bg-translucent-dark:hover,
button.bg-translucent-dark:focus {
  background-color: rgba(17, 22, 29, 0.6) !important;
}

.bg-translucent-neutral {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

a.bg-translucent-neutral:hover, a.bg-translucent-neutral:focus,
button.bg-translucent-neutral:hover,
button.bg-translucent-neutral:focus {
  background-color: rgba(224, 224, 224, 0.6) !important;
}

.bg-translucent-white {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

a.bg-translucent-white:hover, a.bg-translucent-white:focus,
button.bg-translucent-white:hover,
button.bg-translucent-white:focus {
  background-color: rgba(224, 224, 224, 0.6) !important;
}

.bg-section-primary {
  background-color: #FFF !important;
}

.bg-section-secondary {
  background-color: #FAFBFE !important;
}

.bg-section-light {
  background-color: #E0E6ED !important;
}

.bg-section-dark {
  background-color: #1a232d !important;
}

.bg-section-tertiary {
  background-color: #FDA145 !important;
}

.bg-brand-facebook {
  background-color: #3b5999 !important;
}

a.bg-brand-facebook:hover, a.bg-brand-facebook:focus,
button.bg-brand-facebook:hover,
button.bg-brand-facebook:focus {
  background-color: #2d4474 !important;
}

.bg-brand-twitter {
  background-color: #1da1f2 !important;
}

a.bg-brand-twitter:hover, a.bg-brand-twitter:focus,
button.bg-brand-twitter:hover,
button.bg-brand-twitter:focus {
  background-color: #0c85d0 !important;
}

.bg-brand-google-plus {
  background-color: #dd4b39 !important;
}

a.bg-brand-google-plus:hover, a.bg-brand-google-plus:focus,
button.bg-brand-google-plus:hover,
button.bg-brand-google-plus:focus {
  background-color: #c23321 !important;
}

.bg-brand-instagram {
  background-color: #e4405f !important;
}

a.bg-brand-instagram:hover, a.bg-brand-instagram:focus,
button.bg-brand-instagram:hover,
button.bg-brand-instagram:focus {
  background-color: #d31e40 !important;
}

.bg-brand-pinterest {
  background-color: #bd081c !important;
}

a.bg-brand-pinterest:hover, a.bg-brand-pinterest:focus,
button.bg-brand-pinterest:hover,
button.bg-brand-pinterest:focus {
  background-color: #8c0615 !important;
}

.bg-brand-youtube {
  background-color: #cd201f !important;
}

a.bg-brand-youtube:hover, a.bg-brand-youtube:focus,
button.bg-brand-youtube:hover,
button.bg-brand-youtube:focus {
  background-color: #a11918 !important;
}

.bg-brand-slack {
  background-color: #3aaf85 !important;
}

a.bg-brand-slack:hover, a.bg-brand-slack:focus,
button.bg-brand-slack:hover,
button.bg-brand-slack:focus {
  background-color: #2d8968 !important;
}

.bg-brand-dribbble {
  background-color: #ea4c89 !important;
}

a.bg-brand-dribbble:hover, a.bg-brand-dribbble:focus,
button.bg-brand-dribbble:hover,
button.bg-brand-dribbble:focus {
  background-color: #e51e6b !important;
}

.bg-brand-github {
  background-color: #222222 !important;
}

a.bg-brand-github:hover, a.bg-brand-github:focus,
button.bg-brand-github:hover,
button.bg-brand-github:focus {
  background-color: #090909 !important;
}

.bg-brand-vimeo {
  background-color: #04A0F0 !important;
}

a.bg-brand-vimeo:hover, a.bg-brand-vimeo:focus,
button.bg-brand-vimeo:hover,
button.bg-brand-vimeo:focus {
  background-color: #037fbe !important;
}

.bg-gray-100 {
  background-color: #FAFBFE !important;
}

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #d0d9f6 !important;
}

.bg-gray-200 {
  background-color: #EFF2F7 !important;
}

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #cdd6e6 !important;
}

.bg-gray-300 {
  background-color: #E5E9F2 !important;
}

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #c3cce1 !important;
}

.bg-gray-400 {
  background-color: #E0E6ED !important;
}

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #c0ccda !important;
}

.bg-gray-500 {
  background-color: #D3DCE6 !important;
}

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #b2c2d4 !important;
}

.bg-gray-600 {
  background-color: #C0CCDA !important;
}

a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #a0b2c7 !important;
}

.bg-gray-700 {
  background-color: #8492A6 !important;
}

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #68788f !important;
}

.bg-gray-800 {
  background-color: #3C4858 !important;
}

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #272f3a !important;
}

.bg-gray-900 {
  background-color: #273444 !important;
}

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #141b24 !important;
}

.bg-black {
  background-color: #1F2D3D !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: #0e141b !important;
}

.fill-blue {
  fill: #2684FF !important;
}

.stroke-blue {
  stroke: #2684FF !important;
}

.fill-indigo {
  fill: #6e00ff !important;
}

.stroke-indigo {
  stroke: #6e00ff !important;
}

.fill-purple {
  fill: #510FA8 !important;
}

.stroke-purple {
  stroke: #510FA8 !important;
}

.fill-pink {
  fill: #f074ad !important;
}

.stroke-pink {
  stroke: #f074ad !important;
}

.fill-red {
  fill: #FF5630 !important;
}

.stroke-red {
  stroke: #FF5630 !important;
}

.fill-orange {
  fill: #FFAB00 !important;
}

.stroke-orange {
  stroke: #FFAB00 !important;
}

.fill-yellow {
  fill: #ffcc00 !important;
}

.stroke-yellow {
  stroke: #ffcc00 !important;
}

.fill-green {
  fill: #36B37E !important;
}

.stroke-green {
  stroke: #36B37E !important;
}

.fill-teal {
  fill: #00B8D9 !important;
}

.stroke-teal {
  stroke: #00B8D9 !important;
}

.fill-cyan {
  fill: #4bd6e5 !important;
}

.stroke-cyan {
  stroke: #4bd6e5 !important;
}

.fill-white {
  fill: #FFF !important;
}

.stroke-white {
  stroke: #FFF !important;
}

.fill-gray {
  fill: #C0CCDA !important;
}

.stroke-gray {
  stroke: #C0CCDA !important;
}

.fill-gray-dark {
  fill: #3C4858 !important;
}

.stroke-gray-dark {
  stroke: #3C4858 !important;
}

.fill-primary {
  fill: #1b264F !important;
}

.stroke-primary {
  stroke: #1b264F !important;
}

.fill-secondary {
  fill: #EFF2F7 !important;
}

.stroke-secondary {
  stroke: #EFF2F7 !important;
}

.fill-success {
  fill: #36B37E !important;
}

.stroke-success {
  stroke: #36B37E !important;
}

.fill-info {
  fill: #00B8D9 !important;
}

.stroke-info {
  stroke: #00B8D9 !important;
}

.fill-warning {
  fill: #FFAB00 !important;
}

.stroke-warning {
  stroke: #FFAB00 !important;
}

.fill-danger {
  fill: #FF5630 !important;
}

.stroke-danger {
  stroke: #FF5630 !important;
}

.fill-light {
  fill: #EFF2F7 !important;
}

.stroke-light {
  stroke: #EFF2F7 !important;
}

.fill-dark {
  fill: #273444 !important;
}

.stroke-dark {
  stroke: #273444 !important;
}

.fill-neutral {
  fill: #FFF !important;
}

.stroke-neutral {
  stroke: #FFF !important;
}

.fill-white {
  fill: #FFF !important;
}

.stroke-white {
  stroke: #FFF !important;
}

.fill-primary-100 {
  fill: #909fd9 !important;
}

.fill-primary-200 {
  fill: #6a7fcc !important;
}

.fill-primary-300 {
  fill: #445ebf !important;
}

.fill-primary-400 {
  fill: #354b9b !important;
}

.fill-primary-500 {
  fill: #283875 !important;
}

.fill-primary-600 {
  fill: #212f62 !important;
}

.stroke-primary-100 {
  stroke: #909fd9 !important;
}

.stroke-primary-200 {
  stroke: #6a7fcc !important;
}

.stroke-primary-300 {
  stroke: #445ebf !important;
}

.stroke-primary-400 {
  stroke: #354b9b !important;
}

.stroke-primary-500 {
  stroke: #283875 !important;
}

.stroke-primary-600 {
  stroke: #212f62 !important;
}

.fill-section-primary {
  fill: #FFF !important;
}

.stroke-section-primary {
  stroke: #FFF !important;
}

.fill-section-secondary {
  fill: #FAFBFE !important;
}

.stroke-section-secondary {
  stroke: #FAFBFE !important;
}

.fill-section-light {
  fill: #E0E6ED !important;
}

.stroke-section-light {
  stroke: #E0E6ED !important;
}

.fill-section-dark {
  fill: #1a232d !important;
}

.stroke-section-dark {
  stroke: #1a232d !important;
}

.fill-section-tertiary {
  fill: #FDA145 !important;
}

.stroke-section-tertiary {
  stroke: #FDA145 !important;
}

.bg-cover {
  position: relative;
  background-repeat: no-repeat;
}

.bg-absolute-cover {
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.bg-absolute-cover svg {
  height: 1000px;
  pointer-events: none;
}

@media (max-width: 1199.98px) {
  .bg-lg-cover {
    background-image: none !important;
  }
}

@media (max-width: 991.98px) {
  .bg-md-cover {
    background-image: none !important;
  }
}

.bg-size--cover {
  background-size: cover;
}

.bg-size--contain {
  background-size: contain;
}

.bg-text {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 0%;
  white-space: nowrap;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-transform: uppercase;
  font-size: 40rem;
  font-weight: 700;
}

.bg-inner--text {
  height: 1em;
  line-height: 1em;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: 2s 0s;
  transition: 2s 0s;
  display: block;
  -webkit-animation: text_slide 40s linear infinite;
          animation: text_slide 40s linear infinite;
  width: auto;
  max-width: none;
  white-space: nowrap;
  display: inline-block;
}

.bg-noise {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}

@media (max-width: 991.98px) {
  .bg-img-holder {
    background-image: none !important;
  }
  .bg-img-holder img {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .bg-img-holder {
    position: absolute;
    height: 100%;
    min-height: 20rem;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .bg-img-holder img {
    display: none;
  }
}

.img-bg:after {
  position: absolute;
  content: '';
  background: none no-repeat 50%;
  background-image: none;
  background-size: auto auto;
  background-size: contain;
  width: 783px;
  height: 725px;
  left: 31px;
  top: -168px;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='783' height='726' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M606.14 725.179c144.64-.87 225.447-587.194 144.64-694.046-73.915-97.74-579.852 50.733-716.756 222.443-12.763 16.009-22.32 32.22-28.019 48.451-66.83 190.337 442.822 424.098 600.136 423.152z' fill='%23EFF2F7' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.img-bg img {
  position: relative;
  z-index: 2;
}

.border-sm {
  border-width: 2px !important;
}

.border-md {
  border-width: 3px !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-groove {
  border-style: groove !important;
}

.rounded-left-pill {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

.rounded-right-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

.delimiter-top,
.delimiter-bottom {
  position: relative;
  border: 0;
}

.delimiter-top:before {
  content: '';
  display: block;
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(ellipse at center, rgba(222, 228, 239, 0.2) 0, rgba(255, 255, 255, 0) 75%);
}

.delimiter-bottom:after {
  content: '';
  display: block;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(ellipse at center, rgba(222, 228, 239, 0.2) 0, rgba(255, 255, 255, 0) 75%);
}

.delimiter-dark:before, .delimiter-dark:after {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0, rgba(31, 45, 61, 0) 75%);
}

.floating {
  -webkit-animation: floating 3s ease infinite;
          animation: floating 3s ease infinite;
  will-change: transform;
}

.floating:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.floating-lg {
  -webkit-animation: floating-lg 3s ease infinite;
          animation: floating-lg 3s ease infinite;
}

.floating-sm {
  -webkit-animation: floating-sm 3s ease infinite;
          animation: floating-sm 3s ease infinite;
}

@-webkit-keyframes floating-lg {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes floating-lg {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes floating-sm {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes floating-sm {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.floatfix:before, .floatfix:after {
  content: '';
  display: table;
}

.floatfix:after {
  clear: both;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

[class*="alpha"] {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[class*="faded"] {
  position: relative;
}

[class*="faded"]:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30%;
}

.faded-top:after {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
}

.faded-bottom:after {
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
}

[class*='hover-'] {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  [class*='hover-'] {
    -webkit-transition: none;
    transition: none;
  }
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.img-saturate {
  -webkit-filter: saturate(150%);
          filter: saturate(150%);
}

.img-back-shape img {
  background: url(../img/svg/backgrounds/bg-circles-1.svg) no-repeat scroll center center/100% 100% border-box;
}

.opacity-0,
.hover-opacity-0:hover,
.opacity-container:hover .hover-opacity-0 {
  opacity: 0;
}

.opacity-1,
.hover-opacity-1:hover,
.opacity-container:hover .hover-opacity-1 {
  opacity: 0.1;
}

.opacity-2,
.hover-opacity-2:hover,
.opacity-container:hover .hover-opacity-2 {
  opacity: 0.2;
}

.opacity-3,
.hover-opacity-3:hover,
.opacity-container:hover .hover-opacity-3 {
  opacity: 0.3;
}

.opacity-4,
.hover-opacity-4:hover,
.opacity-container:hover .hover-opacity-4 {
  opacity: 0.4;
}

.opacity-5,
.hover-opacity-5:hover,
.opacity-container:hover .hover-opacity-5 {
  opacity: 0.5;
}

.opacity-6,
.hover-opacity-6:hover,
.opacity-container:hover .hover-opacity-6 {
  opacity: 0.6;
}

.opacity-7,
.hover-opacity-7:hover,
.opacity-container:hover .hover-opacity-7 {
  opacity: 0.7;
}

.opacity-8,
.hover-opacity-8:hover,
.opacity-container:hover .hover-opacity-8 {
  opacity: 0.8;
}

.opacity-9,
.hover-opacity-9:hover,
.opacity-container:hover .hover-opacity-9 {
  opacity: 0.9;
}

.opacity-10,
.hover-opacity-10:hover,
.opacity-container:hover .hover-opacity-10 {
  opacity: 1;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1 {
  top: 0.25rem;
}

.right-1 {
  right: 0.25rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.left-1 {
  left: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-2 {
  left: 0.5rem;
}

.top-3 {
  top: 1rem;
}

.right-3 {
  right: 1rem;
}

.bottom-3 {
  bottom: 1rem;
}

.left-3 {
  left: 1rem;
}

.top-4 {
  top: 1.5rem;
}

.right-4 {
  right: 1.5rem;
}

.bottom-4 {
  bottom: 1.5rem;
}

.left-4 {
  left: 1.5rem;
}

.top-5 {
  top: 3rem;
}

.right-5 {
  right: 3rem;
}

.bottom-5 {
  bottom: 3rem;
}

.left-5 {
  left: 3rem;
}

.top-6 {
  top: 4.5rem;
}

.right-6 {
  right: 4.5rem;
}

.bottom-6 {
  bottom: 4.5rem;
}

.left-6 {
  left: 4.5rem;
}

.top-7 {
  top: 6rem;
}

.right-7 {
  right: 6rem;
}

.bottom-7 {
  bottom: 6rem;
}

.left-7 {
  left: 6rem;
}

.top-8 {
  top: 7.5rem;
}

.right-8 {
  right: 7.5rem;
}

.bottom-8 {
  bottom: 7.5rem;
}

.left-8 {
  left: 7.5rem;
}

.top-9 {
  top: 9rem;
}

.right-9 {
  right: 9rem;
}

.bottom-9 {
  bottom: 9rem;
}

.left-9 {
  left: 9rem;
}

.top-10 {
  top: 10.5rem;
}

.right-10 {
  right: 10.5rem;
}

.bottom-10 {
  bottom: 10.5rem;
}

.left-10 {
  left: 10.5rem;
}

.top-n1 {
  top: -0.25rem;
}

.right-n1 {
  right: -0.25rem;
}

.bottom-n1 {
  bottom: -0.25rem;
}

.left-n1 {
  left: -0.25rem;
}

.top-n2 {
  top: -0.5rem;
}

.right-n2 {
  right: -0.5rem;
}

.bottom-n2 {
  bottom: -0.5rem;
}

.left-n2 {
  left: -0.5rem;
}

.top-n3 {
  top: -1rem;
}

.right-n3 {
  right: -1rem;
}

.bottom-n3 {
  bottom: -1rem;
}

.left-n3 {
  left: -1rem;
}

.top-n4 {
  top: -1.5rem;
}

.right-n4 {
  right: -1.5rem;
}

.bottom-n4 {
  bottom: -1.5rem;
}

.left-n4 {
  left: -1.5rem;
}

.top-n5 {
  top: -3rem;
}

.right-n5 {
  right: -3rem;
}

.bottom-n5 {
  bottom: -3rem;
}

.left-n5 {
  left: -3rem;
}

.top-n6 {
  top: -4.5rem;
}

.right-n6 {
  right: -4.5rem;
}

.bottom-n6 {
  bottom: -4.5rem;
}

.left-n6 {
  left: -4.5rem;
}

.top-n7 {
  top: -6rem;
}

.right-n7 {
  right: -6rem;
}

.bottom-n7 {
  bottom: -6rem;
}

.left-n7 {
  left: -6rem;
}

.top-n8 {
  top: -7.5rem;
}

.right-n8 {
  right: -7.5rem;
}

.bottom-n8 {
  bottom: -7.5rem;
}

.left-n8 {
  left: -7.5rem;
}

.top-n9 {
  top: -9rem;
}

.right-n9 {
  right: -9rem;
}

.bottom-n9 {
  bottom: -9rem;
}

.left-n9 {
  left: -9rem;
}

.top-n10 {
  top: -10.5rem;
}

.right-n10 {
  right: -10.5rem;
}

.bottom-n10 {
  bottom: -10.5rem;
}

.left-n10 {
  left: -10.5rem;
}

.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  [data-separator="rounded"][data-separator-orientation="bottom"] {
    border-radius: 0 0 3rem 3rem;
  }
  [data-separator="rounded"][data-separator-orientation="top"] {
    border-radius: 3rem 3rem 0 0;
  }
  [data-separator="rounded-left"][data-separator-orientation="bottom"] {
    border-radius: 0 0 0 3rem;
  }
  [data-separator="rounded-left"][data-separator-orientation="top"] {
    border-radius: 3rem 0 0 0;
  }
  [data-separator="rounded-right"][data-separator-orientation="bottom"] {
    border-radius: 0 0 3rem 0;
  }
  [data-separator="rounded-right"][data-separator-orientation="top"] {
    border-radius: 0 3rem 0 0;
  }
}

@media (min-width: 768px) {
  [data-separator="rounded"][data-separator-orientation="bottom"] {
    border-radius: 0 0 5rem 5rem;
  }
  [data-separator="rounded"][data-separator-orientation="top"] {
    border-radius: 5rem 5rem 0 0;
  }
  [data-separator="rounded-left"][data-separator-orientation="bottom"] {
    border-radius: 0 0 0 5rem;
  }
  [data-separator="rounded-left"][data-separator-orientation="top"] {
    border-radius: 5rem 0 0 0;
  }
  [data-separator="rounded-right"][data-separator-orientation="bottom"] {
    border-radius: 0 0 5rem 0;
  }
  [data-separator="rounded-right"][data-separator-orientation="top"] {
    border-radius: 0 5rem 0 0;
  }
}

[data-separator="rounded-continuous"] {
  position: relative;
  margin-bottom: 5rem;
  border-radius: 0 0 0 5rem;
}

[data-separator="rounded-continuous"]:before, [data-separator="rounded-continuous"]:after {
  content: '';
  position: absolute;
  pointer-events: none;
  left: 0;
  height: 5rem;
}

[data-separator="rounded-continuous"]:before {
  top: 100%;
  width: 100%;
  border-radius: 0 5rem 0 0;
}

[data-separator="rounded-continuous"]:after {
  bottom: 0;
  z-index: -1;
  width: 50%;
}

[data-separator="rounded-continuous"] + section {
  padding-bottom: 5rem;
}

[data-separator-bg="primary"]:before, [data-separator-bg="primary"]:after {
  background: #FFF;
}

[data-separator-bg="secondary"]:before, [data-separator-bg="secondary"]:after {
  background: #FAFBFE;
}

[data-separator-bg="light"]:before, [data-separator-bg="light"]:after {
  background: #E0E6ED;
}

[data-separator-bg="dark"]:before, [data-separator-bg="dark"]:after {
  background: #1a232d;
}

[data-separator-bg="tertiary"]:before, [data-separator-bg="tertiary"]:after {
  background: #FDA145;
}

.shape-container {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 2;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}

.shape-container svg {
  fill: #FFF;
  pointer-events: none;
  vertical-align: baseline;
}

.shape-container[data-shape-position="top"] {
  top: 0;
  bottom: auto;
  margin-top: -1px;
}

.shape-container[data-shape-position="bottom"] {
  top: auto;
  bottom: 0;
  margin-bottom: -1px;
}

.shape-container[data-shape-orientation="inverse"] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.shape-position-top {
  top: 0;
  margin-top: -1px;
}

.shape-position-bottom {
  bottom: 0;
  margin-bottom: -1px;
}

.shape-orientation-inverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ie-shape-wave-1 {
    height: 504px;
  }
  .ie-shape-wave-3 {
    height: 231px;
  }
  .ie-shape-clouds {
    height: 400px;
  }
}

.h-100vh {
  height: 100vh !important;
}

.row-grid + .row-grid {
  margin-top: 3rem;
}

.row-grid > [class*="col-"] + [class*="col-"] {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .row.row-grid > [class*="col-lg-"] + [class*="col-lg-"] {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .row.row-grid > [class*="col-md-"] + [class*="col-md-"] {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .row.row-grid > [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  [class*="mt--"],
  [class*="mr--"],
  [class*="mb--"],
  [class*="ml--"] {
    position: relative;
    z-index: 5;
  }
  .mt--100 {
    margin-top: -100px !important;
  }
  .mr--100 {
    margin-right: -100px !important;
  }
  .mb--100 {
    margin-bottom: -100px !important;
  }
  .ml--100 {
    margin-left: -100px !important;
  }
  .mt--150 {
    margin-top: -150px !important;
  }
  .mb--150 {
    margin-bottom: -150px !important;
  }
  .mt--200 {
    margin-top: -200px !important;
  }
  .mb--200 {
    margin-bottom: -200px !important;
  }
  .mt--300 {
    margin-top: -300px !important;
  }
  .mb--300 {
    margin-bottom: -300px !important;
  }
  .pt-100 {
    padding-top: 100px !important;
  }
  .pb-100 {
    padding-bottom: 100px !important;
  }
  .pt-150 {
    padding-top: 150px !important;
  }
  .pb-150 {
    padding-bottom: 150px !important;
  }
  .pt-200 {
    padding-top: 200px !important;
  }
  .pb-200 {
    padding-bottom: 200px !important;
  }
  .pt-250 {
    padding-top: 250px !important;
  }
  .pb-250 {
    padding-bottom: 250px !important;
  }
  .pt-300 {
    padding-top: 300px !important;
  }
  .pb-300 {
    padding-bottom: 300px !important;
  }
}

[data-negative-margin].is_stuck {
  margin: 0 !important;
}

[class*="shadow"] {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hover-shadow-sm:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.08) !important;
}

.hover-shadow:hover {
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08) !important;
}

.hover-shadow-lg:hover {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}

.shadow-none,
.hover-shadow-none:hover {
  box-shadow: none !important;
}

.shadow-primary-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(27, 38, 79, 0.4) !important;
}

.shadow-primary {
  box-shadow: 0 0.5rem 1rem rgba(27, 38, 79, 0.4) !important;
}

.shadow-primary-lg {
  box-shadow: 0 1rem 3rem rgba(27, 38, 79, 0.4) !important;
}

.shadow-secondary-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-secondary {
  box-shadow: 0 0.5rem 1rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-secondary-lg {
  box-shadow: 0 1rem 3rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-success-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(54, 179, 126, 0.4) !important;
}

.shadow-success {
  box-shadow: 0 0.5rem 1rem rgba(54, 179, 126, 0.4) !important;
}

.shadow-success-lg {
  box-shadow: 0 1rem 3rem rgba(54, 179, 126, 0.4) !important;
}

.shadow-info-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 184, 217, 0.4) !important;
}

.shadow-info {
  box-shadow: 0 0.5rem 1rem rgba(0, 184, 217, 0.4) !important;
}

.shadow-info-lg {
  box-shadow: 0 1rem 3rem rgba(0, 184, 217, 0.4) !important;
}

.shadow-warning-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 171, 0, 0.4) !important;
}

.shadow-warning {
  box-shadow: 0 0.5rem 1rem rgba(255, 171, 0, 0.4) !important;
}

.shadow-warning-lg {
  box-shadow: 0 1rem 3rem rgba(255, 171, 0, 0.4) !important;
}

.shadow-danger-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 86, 48, 0.4) !important;
}

.shadow-danger {
  box-shadow: 0 0.5rem 1rem rgba(255, 86, 48, 0.4) !important;
}

.shadow-danger-lg {
  box-shadow: 0 1rem 3rem rgba(255, 86, 48, 0.4) !important;
}

.shadow-light-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-light {
  box-shadow: 0 0.5rem 1rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-light-lg {
  box-shadow: 0 1rem 3rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-dark-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(39, 52, 68, 0.4) !important;
}

.shadow-dark {
  box-shadow: 0 0.5rem 1rem rgba(39, 52, 68, 0.4) !important;
}

.shadow-dark-lg {
  box-shadow: 0 1rem 3rem rgba(39, 52, 68, 0.4) !important;
}

.shadow-neutral-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.4) !important;
}

.shadow-neutral {
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.4) !important;
}

.shadow-neutral-lg {
  box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.4) !important;
}

.shadow-white-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.4) !important;
}

.shadow-white {
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.4) !important;
}

.shadow-white-lg {
  box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.4) !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.text-underline, .text-hover-underline:hover {
  text-decoration: underline !important;
}



.text-underline--dashed {
  border-bottom: 1px dashed !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

a.text-muted:hover {
  color: #68788f !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-lg {
  font-size: 1.25rem !important;
}

.text-xl {
  font-size: 1.5rem !important;
}

.lh-80 {
  line-height: 0.8 !important;
}


.lh-100 {
  line-height: 1 !important;
}

.lh-110 {
  line-height: 1.1 !important;
}

.lh-120 {
  line-height: 1.2 !important;
}

.lh-130 {
  line-height: 1.3 !important;
}

.lh-140 {
  line-height: 1.4 !important;
}

.lh-150 {
  line-height: 1.5 !important;
}

.lh-160 {
  line-height: 1.6 !important;
}

.lh-170 {
  line-height: 1.7 !important;
}

.lh-180 {
  line-height: 1.8 !important;
}

.ls-1 {
  letter-spacing: .0625rem !important;
}

.ls-15 {
  letter-spacing: .09375rem !important;
}

.ls-2 {
  letter-spacing: 0.125rem !important;
}

.text-limit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.transform-none {
  -webkit-transform: none !important;
          transform: none !important;
}

.translate-y-n3, .hover-translate-y-n3:hover {
  -webkit-transform: translateY(-3px) !important;
          transform: translateY(-3px) !important;
}

.translate-y-n10, .hover-translate-y-n10:hover {
  -webkit-transform: translateY(-10px) !important;
          transform: translateY(-10px) !important;
}

.translate-x-50, .hover-translate-x-50:hover {
  -webkit-transform: translateX(50%) !important;
          transform: translateX(50%) !important;
}

.translate-y-50 {
  -webkit-transform: translateY(50%) !important;
          transform: translateY(50%) !important;
}

.translate-x-100 {
  -webkit-transform: translateX(100%) !important;
          transform: translateX(100%) !important;
}

.translate-y-100 {
  -webkit-transform: translateY(100%) !important;
          transform: translateY(100%) !important;
}

.translate-x-n50 {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-y-n50 {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.translate-x-n100 {
  -webkit-transform: translateX(-100%) !important;
          transform: translateX(-100%) !important;
}

.translate-y-n100 {
  -webkit-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
}

.scale-90 {
  -webkit-transform: scale(0.9) !important;
          transform: scale(0.9) !important;
}

.scale-x-90 {
  -webkit-transform: scaleX(0.9) !important;
          transform: scaleX(0.9) !important;
}

.scale-y-90 {
  -webkit-transform: scaleY(0.9) !important;
          transform: scaleY(0.9) !important;
}

.scale-100 {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.scale-x-100 {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
}

.scale-y-100 {
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}

.scale-110, .hover-scale-110:hover {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}

.scale-x-110, .hover-scale-x-110:hover {
  -webkit-transform: scaleX(1.1) !important;
          transform: scaleX(1.1) !important;
}

.scale-y-110 {
  -webkit-transform: scaleY(1.1) !important;
          transform: scaleY(1.1) !important;
}

.rotate-90, .hover-rotate-90:hover {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.rotate-180, .hover-rotate-180:hover {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.rotate-270, .hover-rotate-270:hover {
  -webkit-transform: rotate(270deg) !important;
          transform: rotate(270deg) !important;
}

.rotate-360, .hover-rotate-360:hover {
  -webkit-transform: rotate(360deg) !important;
          transform: rotate(360deg) !important;
}

.rotate-n90, .hover-rotate-n90:hover {
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
}

.skew-x-5 {
  -webkit-transform: skewX(5deg) !important;
          transform: skewX(5deg) !important;
}

.skew-y-5 {
  -webkit-transform: skewY(5deg) !important;
          transform: skewY(5deg) !important;
}

.skew-x-n10 {
  -webkit-transform: skewX(-10deg) !important;
          transform: skewX(-10deg) !important;
}

.skew-y-n10 {
  -webkit-transform: skewY(-10deg) !important;
          transform: skewY(-10deg) !important;
}

.perspective-left {
  -webkit-transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
          transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
}

.perspective-right {
  -webkit-transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
          transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
}

.transform-origin-t {
  -webkit-transform-origin: 50% 0% !important;
          transform-origin: 50% 0% !important;
}

.transform-origin-r {
  -webkit-transform-origin: 100% 50% !important;
          transform-origin: 100% 50% !important;
}

.transform-origin-b {
  -webkit-transform-origin: 50% 100% !important;
          transform-origin: 50% 100% !important;
}

.transform-origin-l {
  -webkit-transform-origin: 0% 50% !important;
          transform-origin: 0% 50% !important;
}

.zindex-100 {
  z-index: 100 !important;
}

.zindex-101 {
  z-index: 101 !important;
}

.zindex-102 {
  z-index: 102 !important;
}

.action-item {
  display: inline-block;
  font-size: 0.875rem;
  cursor: pointer;
  color: #8492A6;
  background: transparent;
  border: 0;
  padding: .375rem .25rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .action-item {
    -webkit-transition: none;
    transition: none;
  }
}

.action-item:hover {
  color: #a2acbb;
}

.action-item span {
  padding-left: .35rem;
  display: inline-block;
}

.actions-dark .action-item {
  color: rgba(255, 255, 255, 0.7);
}

.actions-dark .action-item:hover {
  color: white;
}

.action-favorite {
  color: #ffcc00;
}

.action-favorite:hover, .action-favorite.active {
  color: #dbaf00;
}

.action-love {
  color: #FF5630;
}

.action-love:hover, .action-love.active {
  color: #ff390c;
}

.action-like {
  color: #2684FF;
}

.action-like:hover, .action-like.active {
  color: #0270ff;
}

.action-item-lg {
  font-size: 1.25rem;
}

.card > .actions {
  position: absolute;
  right: .875rem;
  top: 1rem;
}

.card-stats .actions {
  right: .75rem;
  top: .5rem;
}

.actions-toolbar {
  position: relative;
}

.actions-search {
  display: none;
  opacity: 0;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-color: #EFF2F7;
  z-index: 1;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  border-radius: 0.375rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .actions-search {
    -webkit-transition: none;
    transition: none;
  }
}

.actions-search.show {
  display: -webkit-box;
  display: flex;
  opacity: 1;
}

.alert {
  font-size: 0.875rem;
}

.alert strong {
  font-weight: 600;
}

.alert hr {
  margin: 0.875rem 0;
}

.alert p:last-child {
  margin-bottom: 0;
}

.alert-heading {
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: .15rem;
}

.alert-flush {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.alert-modern {
  display: inline-block;
  padding: .375rem 1rem .375rem .5rem;
  border-radius: 50rem;
}

.alert-modern::after {
  display: inline-block;
  margin-left: 10.2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
  font-weight: 700;
  content: "\F105";
}

.alert-modern:empty::after {
  margin-left: 0;
}

.alert-modern .badge + .alert-content {
  margin-left: .5rem;
}

.alert-dark {
  background-color: #273444;
  color: #FFF;
  border: 0;
}

.alert-dark .alert-link {
  color: #FFF;
}

.alert-dark .close > span:not(.sr-only) {
  color: white;
}

.alert-dark .close:hover > span:not(.sr-only), .alert-dark .close:focus > span:not(.sr-only) {
  color: #FFF;
}

.alert-dark hr {
  border-color: rgba(216, 203, 187, 0.1);
}

[class*="alert-outline-"] {
  border-right: 1px solid;
}

[class*="alert-outline-"] .alert-group-prepend {
  padding-right: 0.875rem;
}

.alert-outline-primary {
  background: transparent;
  color: #1d2946;
  border-color: #bfc2ce;
}

.alert-outline-primary hr {
  border-top-color: #cdd0d9;
}

.alert-outline-primary .alert-link {
  color: #1d2946;
}

.alert-outline-primary .alert-group-prepend {
  border-right: 1px solid #bfc2ce;
}

.alert-outline-secondary {
  background: transparent;
  color: #8b939e;
  border-color: #fbfbfd;
}

.alert-outline-secondary hr {
  border-top-color: white;
}

.alert-outline-secondary .alert-link {
  color: #8b939e;
}

.alert-outline-secondary .alert-group-prepend {
  border-right: 1px solid #fbfbfd;
}

.alert-outline-success {
  background: transparent;
  color: #2b735f;
  border-color: #c7eadb;
}

.alert-outline-success hr {
  border-top-color: #daf1e7;
}

.alert-outline-success .alert-link {
  color: #2b735f;
}

.alert-outline-success .alert-group-prepend {
  border-right: 1px solid #c7eadb;
}

.alert-outline-info {
  background: transparent;
  color: #0f758e;
  border-color: #b8ebf4;
}

.alert-outline-info hr {
  border-top-color: #cef1f7;
}

.alert-outline-info .alert-link {
  color: #0f758e;
}

.alert-outline-info .alert-group-prepend {
  border-right: 1px solid #b8ebf4;
}

.alert-outline-warning {
  background: transparent;
  color: #936f1d;
  border-color: #ffe7b8;
}

.alert-outline-warning hr {
  border-top-color: #fff0d2;
}

.alert-outline-warning .alert-link {
  color: #936f1d;
}

.alert-outline-warning .alert-group-prepend {
  border-right: 1px solid #ffe7b8;
}

.alert-outline-danger {
  background: transparent;
  color: #934236;
  border-color: #ffd0c5;
}

.alert-outline-danger hr {
  border-top-color: #ffe5df;
}

.alert-outline-danger .alert-link {
  color: #934236;
}

.alert-outline-danger .alert-group-prepend {
  border-right: 1px solid #ffd0c5;
}

.alert-outline-light {
  background: transparent;
  color: #8b939e;
  border-color: #fbfbfd;
}

.alert-outline-light hr {
  border-top-color: white;
}

.alert-outline-light .alert-link {
  color: #8b939e;
}

.alert-outline-light .alert-group-prepend {
  border-right: 1px solid #fbfbfd;
}

.alert-outline-dark {
  background: transparent;
  color: #233141;
  border-color: #c3c6cb;
}

.alert-outline-dark hr {
  border-top-color: #d1d3d7;
}

.alert-outline-dark .alert-link {
  color: #233141;
}

.alert-outline-dark .alert-group-prepend {
  border-right: 1px solid #c3c6cb;
}

.alert-outline-neutral {
  background: transparent;
  color: #939aa2;
  border-color: white;
}

.alert-outline-neutral hr {
  border-top-color: white;
}

.alert-outline-neutral .alert-link {
  color: #939aa2;
}

.alert-outline-neutral .alert-group-prepend {
  border-right: 1px solid white;
}

.alert-outline-white {
  background: transparent;
  color: #939aa2;
  border-color: white;
}

.alert-outline-white hr {
  border-top-color: white;
}

.alert-outline-white .alert-link {
  color: #939aa2;
}

.alert-outline-white .alert-group-prepend {
  border-right: 1px solid white;
}

.alert-messages:not(:last-child) {
  margin-bottom: 1.25rem;
}

.alert-notify {
  display: -webkit-box !important;
  display: flex !important;
  max-width: 600px;
  width: calc(100% - 30px);
  padding-right: 80px;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}

.alert-notify:hover {
  z-index: 1081 !important;
}

.alert-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.alert-group .alert-group-prepend {
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  margin-right: .5rem;
}

.alert-group .alert-group-prepend,
.alert-group .alert-content,
.alert-group .alert-action {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.alert-group .alert-action {
  margin-left: auto;
}

.alert-group .btn {
  padding: .25rem .75rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

.alert-group[class*="alert-outline"] .alert-group-prepend {
  margin-right: 0.875rem;
}

.alert-group-icon {
  display: inline-block;
  min-width: 26px;
  text-align: center;
}

.alert-dismissible .alert-group-prepend {
  display: block;
}

.alert-dismissible .close {
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
}

.avatar {
  position: relative;
  color: #FFF;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  height: 50px;
  width: 50px;
  border-radius: 0.25rem;
}

.avatar img {
  width: 100%;
  border-radius: 0.25rem;
}

.avatar.rounded-circle img {
  border-radius: 50%;
}

.avatar span {
  background-color: #1b264F;
}

.avatar + .avatar {
  margin-left: .25rem;
}

.avatar + .avatar-content {
  display: inline-block;
  margin-left: .75rem;
}

.avatar-lg {
  width: 75px;
  height: 75px;
  font-size: 1.25rem;
}

.avatar-sm {
  width: 31.25px;
  height: 31.25px;
  font-size: 0.75rem;
  border-radius: 0.2rem;
}

.avatar-group {
  display: inline-block;
  line-height: 1;
}

.avatar-group .avatar {
  -webkit-transition: margin .15s ease-in-out;
  transition: margin .15s ease-in-out;
  z-index: 1;
}

.avatar-group .avatar:hover {
  z-index: 2;
}

.avatar-group .avatar img {
  border: 2px solid #FFF;
}

.avatar-group .avatar + .avatar {
  margin-left: -1.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -1rem;
}

.avatar-group:hover .avatar {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.avatar-group:hover .avatar-sm {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.hover-avatar-ungroup:hover .avatar:not(:first-child) {
  margin-left: 0;
}

.avatar-parent-child {
  display: inline-block;
  position: relative;
}

.avatar-child {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 2px solid #FFF;
  border-radius: 0.2rem;
}

.avatar.rounded-circle + .avatar-child {
  border-radius: 50%;
}

.avatar + .avatar-child {
  width: 20px;
  height: 20px;
}

.avatar-lg + .avatar-child {
  width: 24px;
  height: 24px;
}

.avatar-sm + .avatar-child {
  width: 16px;
  height: 16px;
}

.avatar + .avatar-badge {
  width: 14px;
  height: 14px;
  right: -6px;
  bottom: 15px;
}

.avatar-lg + .avatar-badge {
  width: 16px;
  height: 16px;
  right: -5px;
  bottom: 20px;
}

.avatar-sm + .badge {
  width: 12px;
  height: 12px;
  right: -6px;
  bottom: 10px;
}

.avatar-connect {
  position: relative;
}

.avatar-connect:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 2px dashed #EFF2F7;
}

.avatar-connect ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.badge {
  display: inline;
  text-transform: none;
}

.badge i {
  margin-right: .5rem;
}

.badge-md {
  padding: .65em 1em;
}

.badge-lg {
  padding: .85em 1.375em;
}

.badge-inline {
  margin-right: .625rem;
}

.badge-inline + span {
  top: 2px;
  position: relative;
}

.badge-inline + span > a {
  text-decoration: underline;
}

.btn .badge:not(:first-child) {
  margin-left: .5rem;
}

.btn .badge:not(:last-child) {
  margin-right: .5rem;
}

.badge-soft-primary {
  color: #1b264F;
  background-color: #d1d4dc;
}

.badge-soft-primary[href]:hover, .badge-soft-primary[href]:focus {
  color: #1b264F;
  text-decoration: none;
  background-color: #c3c6d1;
}

.badge-soft-secondary {
  color: #EFF2F7;
  background-color: #fcfcfd;
}

.badge-soft-secondary[href]:hover, .badge-soft-secondary[href]:focus {
  color: #EFF2F7;
  text-decoration: none;
  background-color: #ededf3;
}

.badge-soft-success {
  color: #36B37E;
  background-color: #d7f0e5;
}

.badge-soft-success[href]:hover, .badge-soft-success[href]:focus {
  color: #36B37E;
  text-decoration: none;
  background-color: #c4e9d9;
}

.badge-soft-info {
  color: #00B8D9;
  background-color: #ccf1f7;
}

.badge-soft-info[href]:hover, .badge-soft-info[href]:focus {
  color: #00B8D9;
  text-decoration: none;
  background-color: #b6ebf4;
}

.badge-soft-warning {
  color: #FFAB00;
  background-color: #ffeecc;
}

.badge-soft-warning[href]:hover, .badge-soft-warning[href]:focus {
  color: #FFAB00;
  text-decoration: none;
  background-color: #ffe6b3;
}

.badge-soft-danger {
  color: #FF5630;
  background-color: #ffddd6;
}

.badge-soft-danger[href]:hover, .badge-soft-danger[href]:focus {
  color: #FF5630;
  text-decoration: none;
  background-color: #ffc8bd;
}

.badge-soft-light {
  color: #EFF2F7;
  background-color: #fcfcfd;
}

.badge-soft-light[href]:hover, .badge-soft-light[href]:focus {
  color: #EFF2F7;
  text-decoration: none;
  background-color: #ededf3;
}

.badge-soft-dark {
  color: #273444;
  background-color: #d4d6da;
}

.badge-soft-dark[href]:hover, .badge-soft-dark[href]:focus {
  color: #273444;
  text-decoration: none;
  background-color: #c6c9ce;
}

.badge-soft-neutral {
  color: #FFF;
  background-color: white;
}

.badge-soft-neutral[href]:hover, .badge-soft-neutral[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #f2f2f2;
}

.badge-soft-white {
  color: #FFF;
  background-color: white;
}

.badge-soft-white[href]:hover, .badge-soft-white[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #f2f2f2;
}

.badge-dot {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: #8492A6;
  font-size: 0.875rem;
}

.badge-dot i {
  display: inline-block;
  vertical-align: middle;
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
  margin-right: .375rem;
}

.badge-dot.badge-md i {
  width: .5rem;
  height: .5rem;
}

.badge-dot.badge-lg i {
  width: .625rem;
  height: .625rem;
}

.badge-circle {
  text-align: center;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding: 0 !important;
  min-width: 1.25rem;
  min-height: 1.25rem;
  font-size: .75rem;
  font-weight: 600;
}

.badge-circle.badge-md {
  width: 1.5rem;
  height: 1.5rem;
}

.badge-circle.badge-lg {
  width: 2rem;
  height: 2rem;
}

.btn .badge-floating {
  position: absolute;
  top: -50%;
  right: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  margin: 0;
  border: 3px solid;
}

.bg-shape-circle {
  display: block;
  border-radius: 50%;
  background-color: rgba(31, 45, 61, 0.05);
  position: absolute;
  margin: auto;
}

.bg-shape-circle-lg {
  width: 800px;
  height: 800px;
}

.breadcrumb {
  /* border: 1px solid #EFF2F7; */
}

.breadcrumb-sm {
  font-size: 0.875rem;
}

.breadcrumb-links {
  border: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-links .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: .3rem;
  height: .6rem;
  margin-right: 0.5rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #E0E6ED;
}

.breadcrumb-dark .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-dark .breadcrumb-item a:hover {
  color: white;
}

.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-light .breadcrumb-item a {
  color: rgba(39, 52, 68, 0.8);
}

.breadcrumb-light .breadcrumb-item a:hover {
  color: #273444;
}

.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(39, 52, 68, 0.8);
}

.btn {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

.btn:not(:last-child) {
  margin-right: .5rem;
}

.btn-group > .btn {
  margin: 0;
}

.btn-neutral {
  background-color: #FFF;
  color: #273444;
  border: 1px solid #EFF2F7;
}

.btn-neutral:hover {
  border-color: #e5eaf2;
  background-color: #f7f7f7;
}

.btn-neutral:not(:disabled):not(.disabled).active {
  border-color: #1b264F;
  color: #1b264F;
  background-color: #FFF;
}

.btn-xl {
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

@media (max-width: 1200px) {
  .btn-xl {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.btn-nobg {
  padding: 0;
  background: transparent !important;
}

.btn-nobg:hover {
  background: transparent !important;
  border-color: transparent !important;
}

.btn-nobg--hover:hover {
  background-color: transparent;
}

.btn-soft-primary {
  color: #1b264F;
  background: #d1d4dc -webkit-gradient(linear, left top, left bottom, from(#d8dae1), to(#d1d4dc)) repeat-x;
  background: #d1d4dc linear-gradient(180deg, #d8dae1, #d1d4dc) repeat-x;
  border-color: #d1d4dc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-primary:hover {
  color: #FFF;
  background: #1b264F -webkit-gradient(linear, left top, left bottom, from(#3d4769), to(#1b264F)) repeat-x;
  background: #1b264F linear-gradient(180deg, #3d4769, #1b264F) repeat-x;
  border-color: #1b264F;
  box-shadow: 0 4px 11px rgba(209, 212, 220, 0.35);
}

.btn-soft-primary:focus, .btn-soft-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(29, 40, 77, 0.5);
}

.btn-soft-primary.disabled, .btn-soft-primary:disabled {
  color: #1b264F;
  background-color: #d1d4dc;
  border-color: #d1d4dc;
  background-image: none;
}

.btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled).active,
.show > .btn-soft-primary.dropdown-toggle {
  color: #FFF;
  background-color: #1b264F;
  background-image: none;
  border-color: #1b264F;
}

.btn-soft-primary:not(:disabled):not(.disabled):active:focus, .btn-soft-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-soft-primary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(29, 40, 77, 0.5);
}

.btn-soft-secondary {
  color: #EFF2F7;
  background: #fcfcfd -webkit-gradient(linear, left top, left bottom, from(#fcfcfd), to(#fcfcfd)) repeat-x;
  background: #fcfcfd linear-gradient(180deg, #fcfcfd, #fcfcfd) repeat-x;
  border-color: #fcfcfd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-secondary:hover {
  color: #273444;
  background: #EFF2F7 -webkit-gradient(linear, left top, left bottom, from(#f1f4f8), to(#EFF2F7)) repeat-x;
  background: #EFF2F7 linear-gradient(180deg, #f1f4f8, #EFF2F7) repeat-x;
  border-color: #EFF2F7;
  box-shadow: 0 4px 11px rgba(252, 252, 253, 0.35);
}

.btn-soft-secondary:focus, .btn-soft-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 214, 220, 0.5);
}

.btn-soft-secondary.disabled, .btn-soft-secondary:disabled {
  color: #EFF2F7;
  background-color: #fcfcfd;
  border-color: #fcfcfd;
  background-image: none;
}

.btn-soft-secondary:not(:disabled):not(.disabled):active, .btn-soft-secondary:not(:disabled):not(.disabled).active,
.show > .btn-soft-secondary.dropdown-toggle {
  color: #273444;
  background-color: #EFF2F7;
  background-image: none;
  border-color: #EFF2F7;
}

.btn-soft-secondary:not(:disabled):not(.disabled):active:focus, .btn-soft-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-soft-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 214, 220, 0.5);
}

.btn-soft-success {
  color: #36B37E;
  background: #d7f0e5 -webkit-gradient(linear, left top, left bottom, from(#ddf2e9), to(#d7f0e5)) repeat-x;
  background: #d7f0e5 linear-gradient(180deg, #ddf2e9, #d7f0e5) repeat-x;
  border-color: #d7f0e5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-success:hover {
  color: #FFF;
  background: #36B37E -webkit-gradient(linear, left top, left bottom, from(#54be91), to(#36B37E)) repeat-x;
  background: #36B37E linear-gradient(180deg, #54be91, #36B37E) repeat-x;
  border-color: #36B37E;
  box-shadow: 0 4px 11px rgba(215, 240, 229, 0.35);
}

.btn-soft-success:focus, .btn-soft-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(52, 160, 117, 0.5);
}

.btn-soft-success.disabled, .btn-soft-success:disabled {
  color: #36B37E;
  background-color: #d7f0e5;
  border-color: #d7f0e5;
  background-image: none;
}

.btn-soft-success:not(:disabled):not(.disabled):active, .btn-soft-success:not(:disabled):not(.disabled).active,
.show > .btn-soft-success.dropdown-toggle {
  color: #FFF;
  background-color: #36B37E;
  background-image: none;
  border-color: #36B37E;
}

.btn-soft-success:not(:disabled):not(.disabled):active:focus, .btn-soft-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-soft-success.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(52, 160, 117, 0.5);
}

.btn-soft-info {
  color: #00B8D9;
  background: #ccf1f7 -webkit-gradient(linear, left top, left bottom, from(#d4f3f8), to(#ccf1f7)) repeat-x;
  background: #ccf1f7 linear-gradient(180deg, #d4f3f8, #ccf1f7) repeat-x;
  border-color: #ccf1f7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-info:hover {
  color: #FFF;
  background: #00B8D9 -webkit-gradient(linear, left top, left bottom, from(#26c3df), to(#00B8D9)) repeat-x;
  background: #00B8D9 linear-gradient(180deg, #26c3df, #00B8D9) repeat-x;
  border-color: #00B8D9;
  box-shadow: 0 4px 11px rgba(204, 241, 247, 0.35);
}

.btn-soft-info:focus, .btn-soft-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(6, 164, 195, 0.5);
}

.btn-soft-info.disabled, .btn-soft-info:disabled {
  color: #00B8D9;
  background-color: #ccf1f7;
  border-color: #ccf1f7;
  background-image: none;
}

.btn-soft-info:not(:disabled):not(.disabled):active, .btn-soft-info:not(:disabled):not(.disabled).active,
.show > .btn-soft-info.dropdown-toggle {
  color: #FFF;
  background-color: #00B8D9;
  background-image: none;
  border-color: #00B8D9;
}

.btn-soft-info:not(:disabled):not(.disabled):active:focus, .btn-soft-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-soft-info.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(6, 164, 195, 0.5);
}

.btn-soft-warning {
  color: #FFAB00;
  background: #ffeecc -webkit-gradient(linear, left top, left bottom, from(#fff1d4), to(#ffeecc)) repeat-x;
  background: #ffeecc linear-gradient(180deg, #fff1d4, #ffeecc) repeat-x;
  border-color: #ffeecc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-warning:hover {
  color: #FFF;
  background: #FFAB00 -webkit-gradient(linear, left top, left bottom, from(#ffb826), to(#FFAB00)) repeat-x;
  background: #FFAB00 linear-gradient(180deg, #ffb826, #FFAB00) repeat-x;
  border-color: #FFAB00;
  box-shadow: 0 4px 11px rgba(255, 238, 204, 0.35);
}

.btn-soft-warning:focus, .btn-soft-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 153, 10, 0.5);
}

.btn-soft-warning.disabled, .btn-soft-warning:disabled {
  color: #FFAB00;
  background-color: #ffeecc;
  border-color: #ffeecc;
  background-image: none;
}

.btn-soft-warning:not(:disabled):not(.disabled):active, .btn-soft-warning:not(:disabled):not(.disabled).active,
.show > .btn-soft-warning.dropdown-toggle {
  color: #FFF;
  background-color: #FFAB00;
  background-image: none;
  border-color: #FFAB00;
}

.btn-soft-warning:not(:disabled):not(.disabled):active:focus, .btn-soft-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-soft-warning.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 153, 10, 0.5);
}

.btn-soft-danger {
  color: #FF5630;
  background: #ffddd6 -webkit-gradient(linear, left top, left bottom, from(#ffe2dc), to(#ffddd6)) repeat-x;
  background: #ffddd6 linear-gradient(180deg, #ffe2dc, #ffddd6) repeat-x;
  border-color: #ffddd6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-danger:hover {
  color: #FFF;
  background: #FF5630 -webkit-gradient(linear, left top, left bottom, from(#ff6f4f), to(#FF5630)) repeat-x;
  background: #FF5630 linear-gradient(180deg, #ff6f4f, #FF5630) repeat-x;
  border-color: #FF5630;
  box-shadow: 0 4px 11px rgba(255, 221, 214, 0.35);
}

.btn-soft-danger:focus, .btn-soft-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 81, 51, 0.5);
}

.btn-soft-danger.disabled, .btn-soft-danger:disabled {
  color: #FF5630;
  background-color: #ffddd6;
  border-color: #ffddd6;
  background-image: none;
}

.btn-soft-danger:not(:disabled):not(.disabled):active, .btn-soft-danger:not(:disabled):not(.disabled).active,
.show > .btn-soft-danger.dropdown-toggle {
  color: #FFF;
  background-color: #FF5630;
  background-image: none;
  border-color: #FF5630;
}

.btn-soft-danger:not(:disabled):not(.disabled):active:focus, .btn-soft-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-soft-danger.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 81, 51, 0.5);
}

.btn-soft-light {
  color: #EFF2F7;
  background: #fcfcfd -webkit-gradient(linear, left top, left bottom, from(#fcfcfd), to(#fcfcfd)) repeat-x;
  background: #fcfcfd linear-gradient(180deg, #fcfcfd, #fcfcfd) repeat-x;
  border-color: #fcfcfd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-light:hover {
  color: #273444;
  background: #EFF2F7 -webkit-gradient(linear, left top, left bottom, from(#f1f4f8), to(#EFF2F7)) repeat-x;
  background: #EFF2F7 linear-gradient(180deg, #f1f4f8, #EFF2F7) repeat-x;
  border-color: #EFF2F7;
  box-shadow: 0 4px 11px rgba(252, 252, 253, 0.35);
}

.btn-soft-light:focus, .btn-soft-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 214, 220, 0.5);
}

.btn-soft-light.disabled, .btn-soft-light:disabled {
  color: #EFF2F7;
  background-color: #fcfcfd;
  border-color: #fcfcfd;
  background-image: none;
}

.btn-soft-light:not(:disabled):not(.disabled):active, .btn-soft-light:not(:disabled):not(.disabled).active,
.show > .btn-soft-light.dropdown-toggle {
  color: #273444;
  background-color: #EFF2F7;
  background-image: none;
  border-color: #EFF2F7;
}

.btn-soft-light:not(:disabled):not(.disabled):active:focus, .btn-soft-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-soft-light.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 214, 220, 0.5);
}

.btn-soft-dark {
  color: #273444;
  background: #d4d6da -webkit-gradient(linear, left top, left bottom, from(#dadce0), to(#d4d6da)) repeat-x;
  background: #d4d6da linear-gradient(180deg, #dadce0, #d4d6da) repeat-x;
  border-color: #d4d6da;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-dark:hover {
  color: #FFF;
  background: #273444 -webkit-gradient(linear, left top, left bottom, from(#475260), to(#273444)) repeat-x;
  background: #273444 linear-gradient(180deg, #475260, #273444) repeat-x;
  border-color: #273444;
  box-shadow: 0 4px 11px rgba(212, 214, 218, 0.35);
}

.btn-soft-dark:focus, .btn-soft-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(39, 52, 68, 0.5);
}

.btn-soft-dark.disabled, .btn-soft-dark:disabled {
  color: #273444;
  background-color: #d4d6da;
  border-color: #d4d6da;
  background-image: none;
}

.btn-soft-dark:not(:disabled):not(.disabled):active, .btn-soft-dark:not(:disabled):not(.disabled).active,
.show > .btn-soft-dark.dropdown-toggle {
  color: #FFF;
  background-color: #273444;
  background-image: none;
  border-color: #273444;
}

.btn-soft-dark:not(:disabled):not(.disabled):active:focus, .btn-soft-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-soft-dark.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(39, 52, 68, 0.5);
}

.btn-soft-neutral {
  color: #FFF;
  background: white -webkit-gradient(linear, left top, left bottom, from(white), to(white)) repeat-x;
  background: white linear-gradient(180deg, white, white) repeat-x;
  border-color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-neutral:hover {
  color: #273444;
  background: #FFF -webkit-gradient(linear, left top, left bottom, from(white), to(#FFF)) repeat-x;
  background: #FFF linear-gradient(180deg, white, #FFF) repeat-x;
  border-color: #FFF;
  box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}

.btn-soft-neutral:focus, .btn-soft-neutral.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 225, 227, 0.5);
}

.btn-soft-neutral.disabled, .btn-soft-neutral:disabled {
  color: #FFF;
  background-color: white;
  border-color: white;
  background-image: none;
}

.btn-soft-neutral:not(:disabled):not(.disabled):active, .btn-soft-neutral:not(:disabled):not(.disabled).active,
.show > .btn-soft-neutral.dropdown-toggle {
  color: #273444;
  background-color: #FFF;
  background-image: none;
  border-color: #FFF;
}

.btn-soft-neutral:not(:disabled):not(.disabled):active:focus, .btn-soft-neutral:not(:disabled):not(.disabled).active:focus,
.show > .btn-soft-neutral.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 225, 227, 0.5);
}

.btn-soft-white {
  color: #FFF;
  background: white -webkit-gradient(linear, left top, left bottom, from(white), to(white)) repeat-x;
  background: white linear-gradient(180deg, white, white) repeat-x;
  border-color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-white:hover {
  color: #273444;
  background: #FFF -webkit-gradient(linear, left top, left bottom, from(white), to(#FFF)) repeat-x;
  background: #FFF linear-gradient(180deg, white, #FFF) repeat-x;
  border-color: #FFF;
  box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}

.btn-soft-white:focus, .btn-soft-white.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 225, 227, 0.5);
}

.btn-soft-white.disabled, .btn-soft-white:disabled {
  color: #FFF;
  background-color: white;
  border-color: white;
  background-image: none;
}

.btn-soft-white:not(:disabled):not(.disabled):active, .btn-soft-white:not(:disabled):not(.disabled).active,
.show > .btn-soft-white.dropdown-toggle {
  color: #273444;
  background-color: #FFF;
  background-image: none;
  border-color: #FFF;
}

.btn-soft-white:not(:disabled):not(.disabled):active:focus, .btn-soft-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-soft-white.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 225, 227, 0.5);
}

.btn-facebook {
  color: #FFF;
  background: #3b5999 -webkit-gradient(linear, left top, left bottom, from(#5872a8), to(#3b5999)) repeat-x;
  background: #3b5999 linear-gradient(180deg, #5872a8, #3b5999) repeat-x;
  border-color: #3b5999;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-facebook:hover {
  color: #FFF;
  background: #30497d -webkit-gradient(linear, left top, left bottom, from(#4f6491), to(#30497d)) repeat-x;
  background: #30497d linear-gradient(180deg, #4f6491, #30497d) repeat-x;
  border-color: #2d4474;
}

.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(59, 89, 153, 0.35);
}

.btn-facebook.disabled, .btn-facebook:disabled {
  color: #FFF;
  background-color: #3b5999;
  border-color: #3b5999;
  background-image: none;
}

.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
  color: #FFF;
  background-color: #2d4474;
  background-image: none;
  border-color: #293e6b;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(59, 89, 153, 0.35);
}

.btn-twitter {
  color: #FFF;
  background: #1da1f2 -webkit-gradient(linear, left top, left bottom, from(#3faff4), to(#1da1f2)) repeat-x;
  background: #1da1f2 linear-gradient(180deg, #3faff4, #1da1f2) repeat-x;
  border-color: #1da1f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-twitter:hover {
  color: #FFF;
  background: #0d8ddc -webkit-gradient(linear, left top, left bottom, from(#319ee1), to(#0d8ddc)) repeat-x;
  background: #0d8ddc linear-gradient(180deg, #319ee1, #0d8ddc) repeat-x;
  border-color: #0c85d0;
}

.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(29, 161, 242, 0.35);
}

.btn-twitter.disabled, .btn-twitter:disabled {
  color: #FFF;
  background-color: #1da1f2;
  border-color: #1da1f2;
  background-image: none;
}

.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.dropdown-toggle {
  color: #FFF;
  background-color: #0c85d0;
  background-image: none;
  border-color: #0b7ec4;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(29, 161, 242, 0.35);
}

.btn-google-plus {
  color: #FFF;
  background: #dd4b39 -webkit-gradient(linear, left top, left bottom, from(#e26657), to(#dd4b39)) repeat-x;
  background: #dd4b39 linear-gradient(180deg, #e26657, #dd4b39) repeat-x;
  border-color: #dd4b39;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-google-plus:hover {
  color: #FFF;
  background: #cd3623 -webkit-gradient(linear, left top, left bottom, from(#d45444), to(#cd3623)) repeat-x;
  background: #cd3623 linear-gradient(180deg, #d45444, #cd3623) repeat-x;
  border-color: #c23321;
}

.btn-google-plus:focus, .btn-google-plus.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(221, 75, 57, 0.35);
}

.btn-google-plus.disabled, .btn-google-plus:disabled {
  color: #FFF;
  background-color: #dd4b39;
  border-color: #dd4b39;
  background-image: none;
}

.btn-google-plus:not(:disabled):not(.disabled):active, .btn-google-plus:not(:disabled):not(.disabled).active,
.show > .btn-google-plus.dropdown-toggle {
  color: #FFF;
  background-color: #c23321;
  background-image: none;
  border-color: #b7301f;
}

.btn-google-plus:not(:disabled):not(.disabled):active:focus, .btn-google-plus:not(:disabled):not(.disabled).active:focus,
.show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(221, 75, 57, 0.35);
}

.btn-instagram {
  color: #FFF;
  background: #e4405f -webkit-gradient(linear, left top, left bottom, from(#e85d77), to(#e4405f)) repeat-x;
  background: #e4405f linear-gradient(180deg, #e85d77, #e4405f) repeat-x;
  border-color: #e4405f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-instagram:hover {
  color: #FFF;
  background: #de1f44 -webkit-gradient(linear, left top, left bottom, from(#e34160), to(#de1f44)) repeat-x;
  background: #de1f44 linear-gradient(180deg, #e34160, #de1f44) repeat-x;
  border-color: #d31e40;
}

.btn-instagram:focus, .btn-instagram.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(228, 64, 95, 0.35);
}

.btn-instagram.disabled, .btn-instagram:disabled {
  color: #FFF;
  background-color: #e4405f;
  border-color: #e4405f;
  background-image: none;
}

.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active,
.show > .btn-instagram.dropdown-toggle {
  color: #FFF;
  background-color: #d31e40;
  background-image: none;
  border-color: #c81c3d;
}

.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus,
.show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(228, 64, 95, 0.35);
}

.btn-pinterest {
  color: #FFF;
  background: #bd081c -webkit-gradient(linear, left top, left bottom, from(#c72d3e), to(#bd081c)) repeat-x;
  background: #bd081c linear-gradient(180deg, #c72d3e, #bd081c) repeat-x;
  border-color: #bd081c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-pinterest:hover {
  color: #FFF;
  background: #980617 -webkit-gradient(linear, left top, left bottom, from(#a82c39), to(#980617)) repeat-x;
  background: #980617 linear-gradient(180deg, #a82c39, #980617) repeat-x;
  border-color: #8c0615;
}

.btn-pinterest:focus, .btn-pinterest.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(189, 8, 28, 0.35);
}

.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #FFF;
  background-color: #bd081c;
  border-color: #bd081c;
  background-image: none;
}

.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active,
.show > .btn-pinterest.dropdown-toggle {
  color: #FFF;
  background-color: #8c0615;
  background-image: none;
  border-color: #800513;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus,
.show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(189, 8, 28, 0.35);
}

.btn-youtube {
  color: #FFF;
  background: #cd201f -webkit-gradient(linear, left top, left bottom, from(#d54141), to(#cd201f)) repeat-x;
  background: #cd201f linear-gradient(180deg, #d54141, #cd201f) repeat-x;
  border-color: #cd201f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-youtube:hover {
  color: #FFF;
  background: #ac1b1a -webkit-gradient(linear, left top, left bottom, from(#b83d3c), to(#ac1b1a)) repeat-x;
  background: #ac1b1a linear-gradient(180deg, #b83d3c, #ac1b1a) repeat-x;
  border-color: #a11918;
}

.btn-youtube:focus, .btn-youtube.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(205, 32, 31, 0.35);
}

.btn-youtube.disabled, .btn-youtube:disabled {
  color: #FFF;
  background-color: #cd201f;
  border-color: #cd201f;
  background-image: none;
}

.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active,
.show > .btn-youtube.dropdown-toggle {
  color: #FFF;
  background-color: #a11918;
  background-image: none;
  border-color: #961717;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus,
.show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(205, 32, 31, 0.35);
}

.btn-slack {
  color: #FFF;
  background: #3aaf85 -webkit-gradient(linear, left top, left bottom, from(#58bb97), to(#3aaf85)) repeat-x;
  background: #3aaf85 linear-gradient(180deg, #58bb97, #3aaf85) repeat-x;
  border-color: #3aaf85;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-slack:hover {
  color: #FFF;
  background: #30926f -webkit-gradient(linear, left top, left bottom, from(#4fa385), to(#30926f)) repeat-x;
  background: #30926f linear-gradient(180deg, #4fa385, #30926f) repeat-x;
  border-color: #2d8968;
}

.btn-slack:focus, .btn-slack.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(58, 175, 133, 0.35);
}

.btn-slack.disabled, .btn-slack:disabled {
  color: #FFF;
  background-color: #3aaf85;
  border-color: #3aaf85;
  background-image: none;
}

.btn-slack:not(:disabled):not(.disabled):active, .btn-slack:not(:disabled):not(.disabled).active,
.show > .btn-slack.dropdown-toggle {
  color: #FFF;
  background-color: #2d8968;
  background-image: none;
  border-color: #2a7f61;
}

.btn-slack:not(:disabled):not(.disabled):active:focus, .btn-slack:not(:disabled):not(.disabled).active:focus,
.show > .btn-slack.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(58, 175, 133, 0.35);
}

.btn-dribbble {
  color: #FFF;
  background: #ea4c89 -webkit-gradient(linear, left top, left bottom, from(#ed679b), to(#ea4c89)) repeat-x;
  background: #ea4c89 linear-gradient(180deg, #ed679b, #ea4c89) repeat-x;
  border-color: #ea4c89;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-dribbble:hover {
  color: #FFF;
  background: #e62a72 -webkit-gradient(linear, left top, left bottom, from(#ea4a88), to(#e62a72)) repeat-x;
  background: #e62a72 linear-gradient(180deg, #ea4a88, #e62a72) repeat-x;
  border-color: #e51e6b;
}

.btn-dribbble:focus, .btn-dribbble.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(234, 76, 137, 0.35);
}

.btn-dribbble.disabled, .btn-dribbble:disabled {
  color: #FFF;
  background-color: #ea4c89;
  border-color: #ea4c89;
  background-image: none;
}

.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active,
.show > .btn-dribbble.dropdown-toggle {
  color: #FFF;
  background-color: #e51e6b;
  background-image: none;
  border-color: #dc1a65;
}

.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus,
.show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(234, 76, 137, 0.35);
}

.btn-github {
  color: #FFF;
  background: #222222 -webkit-gradient(linear, left top, left bottom, from(#434343), to(#222222)) repeat-x;
  background: #222222 linear-gradient(180deg, #434343, #222222) repeat-x;
  border-color: #222222;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-github:hover {
  color: #FFF;
  background: #0f0f0f -webkit-gradient(linear, left top, left bottom, from(#333333), to(#0f0f0f)) repeat-x;
  background: #0f0f0f linear-gradient(180deg, #333333, #0f0f0f) repeat-x;
  border-color: #090909;
}

.btn-github:focus, .btn-github.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(34, 34, 34, 0.35);
}

.btn-github.disabled, .btn-github:disabled {
  color: #FFF;
  background-color: #222222;
  border-color: #222222;
  background-image: none;
}

.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active,
.show > .btn-github.dropdown-toggle {
  color: #FFF;
  background-color: #090909;
  background-image: none;
  border-color: #020202;
}

.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus,
.show > .btn-github.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(34, 34, 34, 0.35);
}

.btn-vimeo {
  color: #FFF;
  background: #04A0F0 -webkit-gradient(linear, left top, left bottom, from(#2aaef2), to(#04A0F0)) repeat-x;
  background: #04A0F0 linear-gradient(180deg, #2aaef2, #04A0F0) repeat-x;
  border-color: #04A0F0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-vimeo:hover {
  color: #FFF;
  background: #0387ca -webkit-gradient(linear, left top, left bottom, from(#2999d2), to(#0387ca)) repeat-x;
  background: #0387ca linear-gradient(180deg, #2999d2, #0387ca) repeat-x;
  border-color: #037fbe;
}

.btn-vimeo:focus, .btn-vimeo.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(4, 160, 240, 0.35);
}

.btn-vimeo.disabled, .btn-vimeo:disabled {
  color: #FFF;
  background-color: #04A0F0;
  border-color: #04A0F0;
  background-image: none;
}

.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active,
.show > .btn-vimeo.dropdown-toggle {
  color: #FFF;
  background-color: #037fbe;
  background-image: none;
  border-color: #0376b1;
}

.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus,
.show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(4, 160, 240, 0.35);
}

.btn svg:not(:first-child),
.btn i:not(:first-child) {
  margin-left: .5rem;
}

.btn svg:not(:last-child),
.btn i:not(:last-child) {
  margin-right: .5rem;
}

.btn-icon .btn-inner--text:not(:first-child) {
  margin-left: .75em;
}

.btn-icon .btn-inner--text:not(:last-child) {
  margin-right: .75em;
}

.btn-icon-only {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0;
}

.btn-icon-only.btn-sm, .btn-group-sm > .btn-icon-only.btn {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.btn-animated {
  position: relative;
  overflow: hidden;
}

.btn-animated .btn-inner--visible {
  position: relative;
}

.btn-animated .btn-inner--hidden {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-animated-x .btn-inner--visible {
  right: 0;
  -webkit-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
}

@media (prefers-reduced-motion: reduce) {
  .btn-animated-x .btn-inner--visible {
    -webkit-transition: none;
    transition: none;
  }
}

.btn-animated-x .btn-inner--hidden {
  right: -100%;
  -webkit-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
}

@media (prefers-reduced-motion: reduce) {
  .btn-animated-x .btn-inner--hidden {
    -webkit-transition: none;
    transition: none;
  }
}

.btn-animated-x:hover .btn-inner--hidden {
  right: 0;
}

.btn-animated-x:hover .btn-inner--visible {
  right: 150%;
}

.btn-animated-y .btn-inner--visible {
  top: 0;
  -webkit-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
}

@media (prefers-reduced-motion: reduce) {
  .btn-animated-y .btn-inner--visible {
    -webkit-transition: none;
    transition: none;
  }
}

.btn-animated-y .btn-inner--hidden {
  left: 0;
  top: -100%;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .btn-animated-y .btn-inner--hidden {
    -webkit-transition: none;
    transition: none;
  }
}

.btn-animated-y:hover .btn-inner--hidden {
  top: 50%;
}

.btn-animated-y:hover .btn-inner--visible {
  top: 100px;
}

.btn-action-label .btn-label:hover {
  background: transparent;
  color: #3C4858;
}

.btn-action-label .btn-secondary:hover {
  color: #1b264F;
}

.btn-icon-label {
  position: relative;
}

.btn-icon-label .btn-inner--icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  height: 100%;
  line-height: 1;
  border-radius: 0;
  text-align: center;
  margin: 0;
  width: 3em;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-label .btn-inner--icon:not(:first-child) {
  right: 0;
  top: 0;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.btn-icon-label .btn-inner--icon:not(:last-child) {
  left: 0;
  top: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.btn-icon-label .btn-inner--icon svg {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-icon-label .btn-inner--text:not(:first-child) {
  padding-left: 3em;
}

.btn-icon-label .btn-inner--text:not(:last-child) {
  padding-right: 3em;
}

.btn-app-store {
  background: black;
  color: white;
  position: relative;
  padding-left: 4.5rem;
  padding-right: 1.5rem;
}

.btn-app-store i, .btn-app-store svg {
  font-size: 2.5rem;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-app-store .btn-inner--text {
  display: block;
  font-size: .75rem;
  line-height: .75rem;
  margin-bottom: .125rem;
}

.btn-app-store .btn-inner--brand {
  display: block;
  text-align: left;
  font-size: 21px;
  line-height: 21px;
}

.btn-app-store:hover {
  background-color: #121934;
  color: #FFF;
}

.btn-group-options .btn {
  min-height: 4.8rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.card {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.card.hover-scale-110:hover {
  z-index: 2;
  border-radius: 0.375rem !important;
}

.card-header {
  border-bottom: 1px solid #EFF2F7;
}

.card-img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  border-radius: 0.375rem;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .card-img-bg {
    -webkit-transition: none;
    transition: none;
  }
}

.card-img-bg ~ .card-body {
  position: relative;
}

.card:hover .card-img-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card .card-image,
.card .animate-this,
.card > a {
  min-height: 1px;
}

.card-group .card .mask {
  border-radius: 0;
}

[data-lg-columns="2"] {
  -webkit-column-count: 2 !important;
     -moz-column-count: 2 !important;
          column-count: 2 !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  [data-lg-columns="3"] {
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  [data-lg-columns="4"] {
    -webkit-column-count: 4 !important;
       -moz-column-count: 4 !important;
            column-count: 4 !important;
  }
}

.card-translucent-dark {
  background: rgba(255, 255, 255, 0.2);
}

.card-translucent-light {
  background: rgba(0, 0, 0, 0.2);
}

.card-comment-box {
  width: 100%;
}

.card-comment-box input,
.card-comment-box textarea {
  font-size: 0.875rem;
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: .3125rem 0;
  margin: 0;
  color: #3C4858;
  outline: none;
  resize: none;
}

.card-comment-box input:focus,
.card-comment-box textarea:focus {
  background: transparent;
  box-shadow: none;
}

.card-profile .card-profile-image {
  width: 7rem;
  height: 7rem;
  border: 0.1875rem solid #FFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.card-profile .card-profile-image:hover {
  -webkit-transform: scale(1.1) translateY(-50%);
          transform: scale(1.1) translateY(-50%);
}

.card-profile .card-body {
  position: relative;
  z-index: 2;
  margin-top: -3.5rem;
}

.card-profile-cover {
  max-height: 300px;
  overflow: hidden;
}

.card-pricing .card-header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.card-pricing .list-unstyled li {
  padding: .5rem 0;
}

.card-pricing.popular {
  z-index: 1;
}

.card-pricing.scale-110 {
  border: 1px solid #EFF2F7 !important;
  border-radius: 0.375rem !important;
}

@media (max-width: 991.98px) {
  .card-pricing.scale-110 {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}

.card-product {
  overflow: hidden;
}

.card-product .card-image {
  padding: 1.5rem;
}

.card-product .card-image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

@media (prefers-reduced-motion: reduce) {
  .card-product .card-image img {
    -webkit-transition: none;
    transition: none;
  }
}

.card-product:hover .card-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-product .card-title {
  font-size: 1rem;
  font-weight: 600;
}

.card-product .card-price {
  font-size: 1rem;
  font-weight: 600;
  display: block;
}

.card-product .product-colors a {
  display: inline-block;
  float: none !important;
  width: 1rem;
  height: 1rem;
  margin-right: 3px;
  margin-bottom: 0;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .card-product .product-colors a {
    -webkit-transition: none;
    transition: none;
  }
}

.card-product .product-colors a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-product .actions {
  opacity: 0;
  width: 80px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.card-product .actions.in {
  opacity: 1;
}

.card-product .actions.animated {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

.card-product .actions .action-item {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.card-browser {
  background-color: #273444;
  position: relative;
}

.card-browser:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(40deg, transparent 0%, #273444 100%);
  content: "";
  border-radius: 6px;
  will-change: transform;
}

.card-browser .card-header {
  position: relative;
  background-color: rgba(58, 77, 100, 0.8);
  border: 0;
}

.card-browser .card-header .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
}

.card-browser .card-body {
  min-height: 300px;
  position: relative;
  overflow-x: hidden;
}

.card-browser .card-body pre {
  color: #FFF;
  margin: 0;
}

.card-overlay .card-img-overlay {
  color: #FFF;
}

.card-overlay .card-footer {
  background-color: #FFF;
  border: 0;
}

.card-hover-overlay {
  overflow: hidden;
}

.card-hover-overlay .card-img-overlay {
  opacity: 0;
  background-color: rgba(39, 52, 68, 0.4);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media (prefers-reduced-motion: reduce) {
  .card-hover-overlay .card-img-overlay {
    -webkit-transition: none;
    transition: none;
  }
}

.card-hover-overlay .card-img-overlay:before, .card-hover-overlay .card-img-overlay:after {
  pointer-events: none;
}

.card-hover-overlay .card-img-overlay .overlay-text,
.card-hover-overlay .card-img-overlay .overlay-actions,
.card-hover-overlay .card-img-overlay .actions .action-item {
  -webkit-transform: translate3d(0, 200%, 0);
          transform: translate3d(0, 200%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

@media (prefers-reduced-motion: reduce) {
  .card-hover-overlay .card-img-overlay .overlay-text,
  .card-hover-overlay .card-img-overlay .overlay-actions,
  .card-hover-overlay .card-img-overlay .actions .action-item {
    -webkit-transition: none;
    transition: none;
  }
}

.card-hover-overlay:hover .card-img-overlay {
  opacity: 1;
}

.card-hover-overlay:hover .card-img-overlay .overlay-text,
.card-hover-overlay:hover .card-img-overlay .overlay-actions,
.card-hover-overlay:hover .card-img-overlay .actions .action-item {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.card-hover-overlay:hover .card-img-overlay .actions .action-item:first-child {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.card-hover-overlay:hover .card-img-overlay .actions .action-item:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.card-hover-overlay:hover .card-img-overlay .actions .action-item:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.accordion .card {
  margin-bottom: 0;
}

.accordion .card-header {
  position: relative;
  cursor: pointer;
}

.accordion .card-header:after {
  content: '+';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.accordion .card-header[aria-expanded="false"]:after {
  content: '+';
}

.accordion .card-header[aria-expanded="true"]:after {
  content: '-';
}

.accordion .card-header[aria-expanded="true"] .heading {
  color: #1b264F;
}

.accordion-spaced .card {
  margin-bottom: 1.5rem;
  border-radius: 0.375rem !important;
}

.client img {
  width: 100%;
  max-width: 6rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.close > span:not(.sr-only) {
  color: rgba(31, 45, 61, 0.5);
}

.close:hover > span:not(.sr-only), .close:focus > span:not(.sr-only) {
  color: rgba(31, 45, 61, 0.8);
}

.collage {
  height: 600px;
}

.collage .bg-img-holder {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.collage .collage-bg {
  z-index: 3;
}

.collage .collage-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.collage .collage-back img {
  max-width: 100%;
}

.collage .collage-front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.collage .collage-front img {
  max-height: 100%;
}

@media (max-width: 991.98px) {
  .collage .collage-front {
    height: 100% !important;
  }
}

.custom-control-label {
  line-height: 1.9;
}

.custom-color {
  list-style: none;
}

.custom-color:after, .custom-color:before {
  content: '';
  display: table;
}

.custom-color:after {
  clear: both;
}

.custom-color label {
  width: 2.25rem;
  height: 2.25rem;
  float: left;
  padding: .375rem;
  margin-bottom: 0;
  margin-right: .375rem;
  display: block;
  text-align: center;
  opacity: .7;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

@media (prefers-reduced-motion: reduce) {
  .custom-color label {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-color label:hover {
  cursor: pointer;
  opacity: 1;
}

.custom-color label i, .custom-color label svg {
  opacity: 0;
  color: rgba(255, 255, 255, 0.7);
}

.custom-color input {
  left: -9999px;
  position: absolute;
}

.custom-color input:checked + label {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.custom-color input:checked + label i, .custom-color input:checked + label svg {
  opacity: 1;
}

.custom-color-sm label {
  width: 1.25rem;
  height: 1.25rem;
}

.checkbox-alphanumeric {
  list-style: none;
}

.checkbox-alphanumeric + .checkbox-alphanumeric {
  margin-left: .25rem;
}

.checkbox-alphanumeric:after, .checkbox-alphanumeric:before {
  content: '';
  display: table;
}

.checkbox-alphanumeric:after {
  clear: both;
}

.checkbox-alphanumeric > :not(:last-child) label {
  margin-right: .375rem;
}

.checkbox-alphanumeric label {
  width: 2.25rem;
  height: 2.25rem;
  float: left;
  padding: .375rem 0;
  margin-bottom: 0;
  display: block;
  color: #C0CCDA;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: center;
  background: transparent;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  background: #E5E9F2;
  border: 0 solid #EFF2F7;
  border-radius: 0.25rem;
}

.checkbox-alphanumeric label img {
  max-width: 100%;
}

.checkbox-alphanumeric label:hover {
  cursor: pointer;
  border-color: #E5E9F2;
}

.checkbox-alphanumeric input {
  left: -9999px;
  position: absolute;
}

.checkbox-alphanumeric input:checked ~ label {
  color: #151d3c;
  border-color: #151d3c;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.checkbox-alphanumeric-sm label {
  width: 1.25rem;
  height: 1.25rem;
}

.custom-input-file {
  width: .1px;
  height: .1px;
  opacity: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom-input-file + label {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: .625rem 1.25rem;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
  color: #8492A6;
  background-color: #FFF;
  outline: none;
  margin: 0;
}

.custom-input-file + label i {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: .5em;
}

.custom-input-file + label:hover,
.custom-input-file.has-focus + label,
.custom-input-file:focus + label {
  background-color: #FFF;
}

.no-js .custom-input-file + label {
  display: none;
}

/* Custom file input -- Style 2 */
.custom-input-file--2 + label {
  color: #FFF;
  border-color: #1b264F;
  background: #1b264F;
}

.custom-input-file--2 + label:hover,
.custom-input-file--2.has-focus + label,
.custom-input-file--2:focus + label {
  color: #FFF;
  border-color: #0e1429;
  background: #0e1429;
}

.custom-input-file-link + label {
  padding: 0;
  border: 0;
  background: transparent;
  color: #1b264F;
  font-size: 0.875rem;
  font-weight: 600;
}

.custom-input-file-link + label:hover,
.custom-input-file-link.has-focus + label,
.custom-input-file-link:focus + label {
  background-color: transparent;
}

.custom-switch {
  min-height: 1.5rem;
}

.custom-switch .custom-control-label::before {
  top: 0;
  height: 1.5rem;
  border-radius: 0.75rem;
}

.custom-switch .custom-control-label::after {
  top: 0.1875rem;
  left: -3.5625rem;
  background-color: #FFF;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFF;
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
}

.divider {
  position: relative;
  border: 0;
  width: 100%;
}

.divider-md {
  width: 60%;
}

.divider-sm {
  width: 40%;
}

.divider-fade:before {
  content: '';
  display: block;
  width: 80%;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: radial-gradient(ellipse at center, #dee4ef 0, rgba(255, 255, 255, 0) 75%);
}

.divider-fade.divider-dark:before {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0, rgba(31, 45, 61, 0) 75%);
}

.divider-icon {
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='none' stroke='%23dee4ef' stroke-width='1' cx='10' cy='10' r='7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.divider-icon:before, .divider-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  width: 100%;
  border-bottom: 1px solid #dee4ef;
}

.divider-icon:before {
  right: calc(50% + (50px / 2));
}

.divider-icon:after {
  left: calc(50% + (50px / 2));
}

.divider-icon-fade:before, .divider-icon-fade:after {
  border: 0;
  height: 1px;
}

.divider-icon-fade:before {
  background: radial-gradient(ellipse at right, #dee4ef 0, rgba(255, 255, 255, 0) 75%);
}

.divider-icon-fade:after {
  background: radial-gradient(ellipse at left, #dee4ef 0, rgba(255, 255, 255, 0) 75%);
}

.divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #dee4ef;
}

.divider-vertical-fade {
  border: 0;
  background: radial-gradient(ellipse at center, #dee4ef 0, rgba(255, 255, 255, 0) 75%);
}

.dropdown,
.dropup,
.dropright,
.dropleft {
  display: inline-block;
}

.dropdown-menu {
  font-size: 0.875rem;
}

.dropdown-menu .dropdown-item > i,
.dropdown-menu .dropdown-item > svg {
  margin-right: 1rem;
  font-size: 1rem;
  vertical-align: -17%;
}

.dropdown-menu .dropdown-item img,
.dropdown-menu .dropdown-item svg {
  width: auto;
  height: 14px;
  margin-right: .5rem;
  position: relative;
  top: -1px;
}

.dropdown-menu .list-group-item .media p {
  color: #8492A6;
  line-height: 1.4;
}

.dropdown-menu .list-group-item .media:hover .heading {
  color: #1b264F;
}

.dropdown-menu-dark {
  background: #282f37;
  border: 0;
}

.dropdown-menu-dark .dropdown-item {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu-dark .dropdown-item:active, .dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
  color: white;
  background: rgba(60, 72, 88, 0.1);
}

.dropdown-menu-dark .dropdown-divider {
  background: rgba(31, 45, 61, 0.2);
}

@media (min-width: 992px) {
  .dropdown-menu-arrow:before {
    content: '';
    background: #FFF;
    box-shadow: none;
    display: block;
    height: 16px;
    width: 16px;
    left: 1.25rem;
    position: absolute;
    bottom: 100%;
    z-index: -5;
    -webkit-transform: rotate(-45deg) translateY(1rem);
            transform: rotate(-45deg) translateY(1rem);
    border-radius: 0.2rem;
    box-shadow: -1px -1px 10px -2px rgba(31, 45, 61, 0.2);
  }
  .dropdown-menu-arrow.dropdown-menu-right:before {
    right: 2.5rem;
    left: auto;
  }
  .dropdown-menu-sm {
    min-width: 10rem !important;
    border: 0.2rem;
  }
  .dropdown-menu-sm.dropdown-menu-arrow:before {
    height: 14px;
    width: 14px;
    left: 10px;
  }
  .dropdown-menu-sm.dropdown-menu-arrow.dropdown-menu-right:before {
    right: 20px;
    left: auto;
  }
  .dropdown-menu-lg {
    min-width: 25rem !important;
    border-radius: 0.25rem;
  }
  .dropdown-menu-xl {
    min-width: 31rem !important;
    border-radius: 0.25rem;
  }

  .dropdown-menu-xxl {
    min-width: 50rem !important;
    border-radius: 0.25rem;
  }

}

@media (min-width: 992px) {
  .dropdown-fluid {
    position: static;
  }
  .dropdown-fluid .dropdown-menu {
    width: calc(100% - 30px);
    max-width: 1200px;
  }
  .dropdown-fluid .dropdown-menu {
    left: 15px;
    right: auto;
  }
  .dropdown-fluid .dropdown-menu-right {
    right: 15px;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-animate > .dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
  }
  .dropdown-animate:not([data-toggle="hover"]) .dropdown-menu.show {
    pointer-events: auto;
    -webkit-animation: show-dropdown .3s ease forwards;
            animation: show-dropdown .3s ease forwards;
  }
  .dropdown-animate:not([data-toggle="hover"]) .dropdown-menu.hide {
    display: block;
    -webkit-animation: hide-dropdown .3s ease backwards;
            animation: hide-dropdown .3s ease backwards;
  }
  .dropdown-animate[data-toggle="hover"] > .dropdown-menu {
    display: block;
    margin: 0;
    -webkit-transform: translateX(0) translateY(-3px) scale(0.97);
            transform: translateX(0) translateY(-3px) scale(0.97);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .dropdown-animate[data-toggle="hover"] > .dropdown-menu {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 992px) {
  .dropdown-animate[data-toggle="hover"]:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    -webkit-transform: translateX(0) translateY(-3px) scale(1);
            transform: translateX(0) translateY(-3px) scale(1);
  }
}

@-webkit-keyframes show-dropdown {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(-3px) scale(0.97);
            transform: translateX(0) translateY(-3px) scale(0.97);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-3px) scale(1);
            transform: translateX(0) translateY(-3px) scale(1);
    opacity: 1;
  }
}

@keyframes show-dropdown {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(-3px) scale(0.97);
            transform: translateX(0) translateY(-3px) scale(0.97);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-3px) scale(1);
            transform: translateX(0) translateY(-3px) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes hide-dropdown {
  from {
    opacity: 1;
    -webkit-transform: translateX(-16px) translateY(-3px) scale(1);
            transform: translateX(-16px) translateY(-3px) scale(1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-16px) translateY(-3px) scale(0.97);
            transform: translateX(-16px) translateY(-3px) scale(0.97);
  }
}

@keyframes hide-dropdown {
  from {
    opacity: 1;
    -webkit-transform: translateX(-16px) translateY(-3px) scale(1);
            transform: translateX(-16px) translateY(-3px) scale(1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-16px) translateY(-3px) scale(0.97);
            transform: translateX(-16px) translateY(-3px) scale(0.97);
  }
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  margin: 0;
  right: auto;
  top: 0;
}

.dropdown-submenu {
  display: block;
  position: relative;
}

.dropdown-submenu > .dropdown-menu::after {
  border: 0 !important;
}

.dropdown-submenu > .dropdown-item::after,
.dropdown-submenu > .list-group-item::after {
  display: inline-block;
  margin-left: 10.2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
  font-weight: 700;
  content: "\F105";
}

.dropdown-submenu > .dropdown-item:empty::after,
.dropdown-submenu > .list-group-item:empty::after {
  margin-left: 0;
}

.dropdown-submenu > .dropdown-item:after,
.dropdown-submenu > .list-group-item:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 1rem;
  margin-left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .dropdown-submenu > .dropdown-item:after,
  .dropdown-submenu > .list-group-item:after {
    -webkit-transition: none;
    transition: none;
  }
}

.dropdown-submenu > .dropdown-item:hover:after,
.dropdown-submenu > .list-group-item:hover:after {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

@media (max-width: 991.98px) {
  .dropdown-submenu .dropdown-menu {
    padding: 0;
    box-shadow: none;
    top: 0;
  }
  .dropdown-submenu .dropdown-item {
    padding-left: 3rem;
  }
}

.dropdown-extend {
  position: static;
}

.dropdown-extend .dropdown-menu {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .dropdown-extend .dropdown-menu {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .dropdown-extend .dropdown-menu {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .dropdown-extend .dropdown-menu {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .dropdown-extend .dropdown-menu {
    max-width: 1140px;
  }
}

.footer {
  background-color: #FFF;
  padding-top: 3rem;
}

.footer .nav-link {
  font-size: 0.875rem;
}

.footer .list-unstyled li a {
  display: inline-block;
  padding: .125rem 0;
}

.footer-light p {
  color: #8492A6;
}

.footer-light .heading {
  color: #3C4858;
}

.footer-light .list-unstyled li a {
  color: #8492A6;
}

.footer-light .list-unstyled li a:hover {
  color: #8492A6;
  text-decoration: underline;
}

.footer-light .copyright a {
  color: #8492A6;
}

.footer-light .copyright a:hover {
  color: #1b264F;
}

.footer-dark p {
  color: rgba(255, 255, 255, 0.8);
}

.footer-dark .heading {
  color: white;
}

.footer-dark .list-unstyled li a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-dark .list-unstyled li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer-dark .copyright a {
  color: rgba(255, 255, 255, 0.9);
}

.footer-dark .copyright a:hover {
  color: white;
}

.footer-dark {
  background-color: #273444;
  color: #D3DCE6;
}

.footer-dark .heading {
  color: #EFF2F7;
}

.footer-dark .nav .nav-item .nav-link,
.footer-dark .list-unstyled li a,
.footer-dark .footer-link {
  color: #D3DCE6;
}

.footer-dark .nav .nav-item .nav-link:hover,
.footer-dark .list-unstyled li a:hover,
.footer-dark .footer-link:hover {
  color: #FFF;
}

.footer-dark hr {
  border-color: rgba(216, 203, 187, 0.1);
}

.footer-rotate {
  max-width: 1990px;
  overflow: hidden;
  margin-top: -26rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26rem;
  position: relative;
  overflow: hidden;
}

.footer-rotate:before {
  content: '';
  background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 2000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF' d='M2000,0V923.45l-195.85-538.1a76.07875,76.07875,0,0,0-58.25-48.89L536.65,123.24a76.12151,76.12151,0,0,0-71.44,26L0,703.65V0Z'/%3E%3C/svg%3E") no-repeat scroll center center/100% 100% border-box;
  right: calc(50% - 1000px);
  display: block;
  min-width: 2000px;
  height: 1000px;
  pointer-events: none;
  position: absolute;
  width: calc(100% + 10px);
  z-index: 10;
  top: 0;
}

.form-control:focus::-webkit-input-placeholder {
  color: #D3DCE6;
}

.form-control:focus::-moz-placeholder {
  color: #D3DCE6;
}

.form-control:focus:-ms-input-placeholder {
  color: #D3DCE6;
}

.form-control:focus::-ms-input-placeholder {
  color: #D3DCE6;
}

.form-control:focus::placeholder {
  color: #D3DCE6;
}

.form-control-muted {
  background-color: #EDF0F5;
  border-color: #EDF0F5;
}

.form-control-muted:focus {
  background-color: #EDF0F5;
}

.form-control-emphasized {
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-control-emphasized:focus {
  background-color: #FFF;
  border-color: transparent;
  box-shadow: 0 0 0 2px #1b264F;
}

.form-control-flush {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  box-shadow: none;
}

.form-control-flush:focus {
  background-color: transparent;
  box-shadow: none;
  border-width: 0;
}

textarea[resize="none"] {
  resize: none !important;
}

textarea[resize="both"] {
  resize: both !important;
}

textarea[resize="vertical"] {
  resize: vertical !important;
}

textarea[resize="horizontal"] {
  resize: horizontal !important;
}

/* new checkboxes added 5/2024 */


.form-check {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .form-check-input {
            height: 40px;
            width: 40px;
            margin-right: 10px;
            position: relative;
            border: 1px solid #ccc;
            appearance: none;
            -webkit-appearance: none;
            outline: none;
            cursor: pointer;
            border-radius: 4px;
        }

        .form-check-input:checked {
            border-color: #36B37E;
            background-color: #36B37E;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 50%;
        }

        .form-check-label {
            font-size: 16px;
            line-height: 1.2;
        }
        
        .invalid-feedback-checkbox {
            display: none;
            color: #FF5630;
            font-size: 14px;
            margin-top: 0.25rem;
        }

        .was-validated .invalid-feedback-checkbox {
            display: block;
        }


.form-control-xl {
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.form-primary .form-control {
  color: #FFF;
  background-color: #0b1021;
  border: 1px solid #0b1021;
}

.form-primary .form-control:focus {
  background-color: #060912;
  border: 1px solid #060912;
}

.form-primary .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-primary .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-primary .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-primary .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-primary .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-danger .form-control {
  color: #FFF;
  background-color: #f22c00;
  border: 1px solid #f22c00;
}

.form-danger .form-control:focus {
  background-color: #dd2900;
  border: 1px solid #dd2900;
}

.form-danger .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-danger .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-danger .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-danger .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-danger .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-control-label {
  color: #3C4858;
  font-size: 0.875rem;
  font-weight: 600;
}

.has-floating-label {
  position: relative;
}

.has-floating-label .control-label {
  font-size: 1rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  padding: 0 0.625rem;
  margin: 0 0.625rem;
  color: #C0CCDA;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.has-floating-label .input-group .control-label {
  left: 2rem;
}

.has-floating-label.focused .control-label {
  padding: 0;
  margin: 0;
  top: -1.25rem;
  left: 0;
  -webkit-transform: translateY(0) scale(0.85);
          transform: translateY(0) scale(0.85);
}

.has-floating-label .control-label-xl {
  font-size: 1.5rem;
  padding: 0 1rem;
  margin: 0 1rem;
}

.has-floating-label .control-label-lg {
  font-size: 1.25rem;
  padding: 0 0.9375rem;
  margin: 0 0.9375rem;
}

.has-floating-label .control-label-sm {
  font-size: 0.875rem;
  padding: 0 0.625rem;
  margin: 0 0.625rem;
}

.form-stacked .form-control {
  position: relative;
  box-sizing: border-box;
}

.form-stacked .form-control:first-of-type {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-stacked .form-control:not(:first-of-type):not(:last-of-type) {
  margin-bottom: -1px;
  border-radius: 0;
}

.form-stacked .form-control:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-stacked .form-control:focus {
  z-index: 2;
}

.frame-laptop {
  position: relative;
}

.frame-laptop .frame-inner {
  overflow: hidden;
  position: absolute;
  width: 78%;
  height: 74%;
  left: 0;
  top: 0;
  background-color: #111;
  margin: 7.5% 11% 0 11%;
  border-radius: .25rem;
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

#header-main + section {
  padding-top: 7rem !important;
}

#header-main + .header-1 {
  padding-top: 14rem !important;
}

@media (min-width: 768px) {
  .header-account-page {
    height: 350px;
  }
}

@media (max-width: 991.98px) {
  .header-account-page {
    padding-top: 9rem;
  }
}

.header-account-page .btn-group-nav {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.icon {
  min-width: 3rem;
  min-height: 3rem;
  line-height: 3rem;
}

.icon i, .icon svg {
  font-size: 2.75rem;
}

.icon img {
  width: 3rem;
  height: 3rem;
}

.icon + .icon-text {
  padding-left: 1rem;
  width: calc(100% - 3rem - 1);
}

.icon-xl {
  min-width: 5rem;
  min-height: 5rem;
  line-height: 5rem;
}

.icon-xl i, .icon-xl svg {
  font-size: 4.75rem;
}

.icon-xl img {
  width: 5rem;
  height: 5rem;
}

.icon-xl + .icon-text {
  width: calc(100% - 5rem - 1);
}

.icon-lg {
  min-width: 4rem;
  min-height: 4rem;
  line-height: 4rem;
}

.icon-lg i, .icon-lg svg {
  font-size: 3.75rem;
}

.icon-lg img {
  width: 4rem;
  height: 4rem;
}

.icon-lg + .icon-text {
  width: calc(100% - 4rem - 1);
}

.icon-sm {
  min-width: 2rem;
  min-height: 2rem;
  line-height: 2rem;
}

.icon-sm i, .icon-sm svg {
  font-size: 1.75rem;
}

.icon-sm img {
  width: 2rem;
  height: 2rem;
}

.icon-sm + .icon-text {
  width: calc(100% - 2rem - 1);
}

.icon-xs {
  min-width: 1rem;
  min-height: 1rem;
  line-height: 1rem;
}

.icon-xs i, .icon-xs svg {
  font-size: 0.75rem;
}

.icon-xs img {
  width: 1rem;
  height: 1rem;
}

.icon-xs + .icon-text {
  width: calc(100% - 1rem - 1);
}

.icon-shape {
  display: inline-block;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0.25rem;
}

.icon-shape i, .icon-shape svg {
  font-size: 1.25rem;
}

.icon-shape.icon-xl i, .icon-shape.icon-xl svg {
  font-size: 2.25rem;
}

.icon-shape.icon-lg i, .icon-shape.icon-lg svg {
  font-size: 1.75rem;
}

.icon-shape.icon-sm i, .icon-shape.icon-sm svg {
  font-size: 1rem;
}

.icon-shape.icon-xs i, .icon-shape.icon-xs svg {
  font-size: .75rem;
}

.icon-primary {
  color: #1b264F;
  background-color: #d1d4dc;
}

.icon-outline-primary {
  color: #080c1b;
  border: 3px solid rgba(40, 56, 117, 0.5);
}

.icon-secondary {
  color: #EFF2F7;
  background-color: #fcfcfd;
}

.icon-outline-secondary {
  color: #bdcbe2;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.icon-success {
  color: #36B37E;
  background-color: #d7f0e5;
}

.icon-outline-success {
  color: #218058;
  border: 3px solid rgba(81, 203, 151, 0.5);
}

.icon-info {
  color: #00B8D9;
  background-color: #ccf1f7;
}

.icon-outline-info {
  color: #007b92;
  border: 3px solid rgba(13, 218, 255, 0.5);
}

.icon-warning {
  color: #FFAB00;
  background-color: #ffeecc;
}

.icon-outline-warning {
  color: #b87b00;
  border: 3px solid rgba(255, 188, 51, 0.5);
}

.icon-danger {
  color: #FF5630;
  background-color: #ffddd6;
}

.icon-outline-danger {
  color: #e82b00;
  border: 3px solid rgba(255, 128, 99, 0.5);
}

.icon-light {
  color: #EFF2F7;
  background-color: #fcfcfd;
}

.icon-outline-light {
  color: #bdcbe2;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.icon-dark {
  color: #273444;
  background-color: #d4d6da;
}

.icon-outline-dark {
  color: #0c1118;
  border: 3px solid rgba(58, 77, 100, 0.5);
}

.icon-neutral {
  color: #FFF;
  background-color: white;
}

.icon-outline-neutral {
  color: #dddada;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.icon-white {
  color: #FFF;
  background-color: white;
}

.icon-outline-white {
  color: #dddada;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.icon-actions > a {
  display: inline-block;
  margin-right: .75rem;
  color: #C0CCDA;
  font-size: .875rem;
}

.icon-actions > a:last-of-type {
  margin-right: 0;
}

.icon-actions > a span {
  margin-left: .1875rem;
  font-weight: 600;
  color: #8492A6;
}

.icon-actions > a:hover span {
  color: #68788f;
}

.icon-actions > a,
.icon-actions > a:hover,
.icon-actions > a.active {
  color: #3C4858;
}

.icon-actions > .favorite:hover,
.icon-actions > .favorite.active {
  color: #ffcc00;
}

.icon-actions > .love:hover,
.icon-actions > .love.active {
  color: #FF5630;
}

.icon-actions > .like:hover,
.icon-actions > .like.active {
  color: #2684FF;
}

.icon-actions-lg a {
  font-size: 1.25rem;
  margin-right: .875rem;
}

.has-floating-items {
  padding-bottom: 18rem !important;
}

.has-floating-items svg {
  height: auto;
}

@media (min-width: 768px) {
  .has-floating-items {
    padding-bottom: 18rem !important;
  }
}

.floating-items {
  position: relative;
  left: 50%;
  margin-left: -570px;
  z-index: 10;
}

.icon-floating {
  position: absolute;
  text-align: center;
  box-shadow: 0 30px 40px 0 rgba(31, 45, 61, 0.1);
  border-radius: 50%;
}

.icon-floating svg {
  width: 50px;
}

.icon-floating span {
  height: 100%;
}

.icon-floating img {
  max-width: 100%;
}

.icon-floating span,
.icon-floating img {
  display: inline-block;
  vertical-align: middle;
}

.icon-floating:nth-child(1) {
  top: 140px;
  left: -60px;
  width: 120px;
  height: 120px;
}

.icon-floating:nth-child(2) {
  top: 200px;
  left: 180px;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.icon-floating:nth-child(3) {
  top: 120px;
  left: 480px;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.icon-floating:nth-child(4) {
  top: 210px;
  left: 680px;
  width: 140px;
  height: 140px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.icon-floating:nth-child(5) {
  top: 100px;
  left: 920px;
  width: 100px;
  height: 100px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.icon-floating:nth-child(6) {
  top: 200px;
  left: 1120px;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.icon-sm svg {
  width: 36px;
}

.icon-lg svg {
  width: 76px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .icon-floating:nth-child(1), .icon-floating:nth-child(6) {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .icon-floating:nth-child(1), .icon-floating:nth-child(2), .icon-floating:nth-child(3) {
    display: none;
  }
  .icon-floating:nth-child(4), .icon-floating:nth-child(5), .icon-floating:nth-child(6) {
    width: 100px;
    height: 100px;
    top: 80px;
  }
  .icon-floating:nth-child(4) {
    left: 300px;
  }
  .icon-floating:nth-child(5) {
    left: 500px;
  }
  .icon-floating:nth-child(6) {
    left: 700px;
  }
  .icon-floating svg {
    width: 40px;
  }
}

@media (max-width: 767.98px) {
  .icon-floating:nth-child(4), .icon-floating:nth-child(5), .icon-floating:nth-child(6) {
    width: 80px;
    height: 80px;
    top: 80px;
  }
  .icon-floating:nth-child(4) {
    left: 400px;
  }
  .icon-floating:nth-child(5) {
    left: 530px;
  }
  .icon-floating:nth-child(6) {
    left: 660px;
  }
}

.floating-color {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 50%;
  -webkit-animation: floating 3s ease infinite;
          animation: floating 3s ease infinite;
}

.floating-color span {
  display: inline-block;
  border-radius: 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

.floating-color:nth-child(1) {
  top: 140px;
  left: -60px;
  width: 120px;
  height: 120px;
}

.floating-color:nth-child(2) {
  top: 200px;
  left: 180px;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.floating-color:nth-child(3) {
  top: 120px;
  left: 480px;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.floating-color:nth-child(4) {
  top: 210px;
  left: 680px;
  width: 140px;
  height: 140px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.floating-color:nth-child(5) {
  top: 100px;
  left: 920px;
  width: 100px;
  height: 100px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.floating-color:nth-child(6) {
  top: 200px;
  left: 1120px;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.input-group-text {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.input-group-flush .form-control,
.input-group-flush .input-group-text {
  border: 0 !important;
}

.focused .input-group {
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(27, 38, 79, 0.1);
}

.focused .input-group .form-control {
  box-shadow: none !important;
}

.focused .input-group-text {
  color: #1b264F;
  background-color: #EFF2F7;
  border-color: rgba(27, 38, 79, 0.5);
}

.input-group-merge .input-group-text {
  color: #C0CCDA;
  background-color: #FFF;
  border: 1px solid #E0E6ED;
}

.input-group-merge .form-control {
  box-shadow: none;
}

.input-group-merge .form-control:not(:first-child):not(.is-valid):not(.is-invalid) {
  border-left: 0;
  padding-left: 0;
}

.input-group-merge .form-control:not(:last-child):not(.is-valid):not(.is-invalid) {
  border-right: 0;
  padding-right: 0;
}

.input-group-merge.rounded-pill .form-control:first-child {
  padding-left: 1.5rem;
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

.input-group-merge.rounded-pill .input-group-append > .btn {
  padding-right: 1.5rem;
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

.focused .input-group-merge .input-group-text {
  background-color: #FFF;
  border-color: rgba(27, 38, 79, 0.5);
}

.list-group {
  list-style-type: none;
}

.list-group-space .list-group-item {
  mardin-bottom: 1.5rem;
  border-radius: 0.25rem;
}

.list-group-img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  vertical-align: top;
  margin: -.1rem 1.2rem 0 -.2rem;
}

.list-group-content {
  -webkit-box-flex: 1;
          flex: 1;
  min-width: 0;
}

.list-group-content p {
  line-height: 1.5;
  margin: .2rem 0 0;
}

.list-group-heading {
  color: #3C4858;
}

.list-group-heading > small {
  float: right;
  color: #D3DCE6;
  font-weight: 500;
}

.list-group-sm .list-group-item {
  padding: .675rem 1.25rem;
  font-size: 0.875rem;
}

.list-icon i, .list-icon svg {
  margin-right: 1rem;
  font-size: 0.875rem;
  position: relative;
}

.list-bullet i, .list-bullet svg {
  margin-right: 1rem;
  font-size: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 2px;
  position: relative;
}

.list-unstyled .list-link {
  display: block;
  color: #8492A6;
  padding-top: .25rem;
  padding-bottom: .25rem;
}




.list-unstyled .list-link:hover {
  color: #1b264F;
}

.list-unstyled .list-link i {
  margin-right: .5rem;
  font-size: .75rem;
}

.map-canvas {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 0.25rem;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .mask {
    -webkit-transition: none;
    transition: none;
  }
}

.mask + .container {
  position: relative;
}

.card .mask {
  border-radius: 0.375rem;
}

.card .hover-mask {
  opacity: 0;
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.card:hover .hover-mask {
  opacity: .4;
}

.mask-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1040;
}

.mask-body-dark {
  background: rgba(31, 45, 61, 0.3);
}

.mask-body-light {
  background: rgba(255, 255, 255, 0.3);
}

.media-comment + .media-comment {
  margin-top: 1.25rem;
}

.media-comment-bubble {
  border-radius: 20px;
  border-top-left-radius: 0;
  position: relative;
  background-color: #f7f7f7;
  padding: 1rem 1.25rem;
}

.media-comment-bubble.left-top:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -16px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 18px solid transparent;
  border-top-color: #f7f7f7;
}

.modal-content {
  border: 0;
  border-radius: 0.25rem;
}

.modal-fluid .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}

.modal-fluid .modal-content {
  border-radius: 0;
}

.modal-primary .modal-title {
  color: #FFF;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-primary .modal-content {
  background-color: #1b264F;
  color: #FFF;
}

.modal-primary .modal-content .heading {
  color: #FFF;
}

.modal-primary .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-secondary .modal-title {
  color: #273444;
}

.modal-secondary .modal-header,
.modal-secondary .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}

.modal-secondary .modal-content {
  background-color: #EFF2F7;
  color: #273444;
}

.modal-secondary .modal-content .heading {
  color: #273444;
}

.modal-secondary .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-success .modal-title {
  color: #FFF;
}

.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-success .modal-content {
  background-color: #36B37E;
  color: #FFF;
}

.modal-success .modal-content .heading {
  color: #FFF;
}

.modal-success .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-info .modal-title {
  color: #FFF;
}

.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-info .modal-content {
  background-color: #00B8D9;
  color: #FFF;
}

.modal-info .modal-content .heading {
  color: #FFF;
}

.modal-info .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-warning .modal-title {
  color: #FFF;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-warning .modal-content {
  background-color: #FFAB00;
  color: #FFF;
}

.modal-warning .modal-content .heading {
  color: #FFF;
}

.modal-warning .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-danger .modal-title {
  color: #FFF;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-danger .modal-content {
  background-color: #FF5630;
  color: #FFF;
}

.modal-danger .modal-content .heading {
  color: #FFF;
}

.modal-danger .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-light .modal-title {
  color: #273444;
}

.modal-light .modal-header,
.modal-light .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}

.modal-light .modal-content {
  background-color: #EFF2F7;
  color: #273444;
}

.modal-light .modal-content .heading {
  color: #273444;
}

.modal-light .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-dark .modal-title {
  color: #FFF;
}

.modal-dark .modal-header,
.modal-dark .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-dark .modal-content {
  background-color: #273444;
  color: #FFF;
}

.modal-dark .modal-content .heading {
  color: #FFF;
}

.modal-dark .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-neutral .modal-title {
  color: #273444;
}

.modal-neutral .modal-header,
.modal-neutral .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}

.modal-neutral .modal-content {
  background-color: #FFF;
  color: #273444;
}

.modal-neutral .modal-content .heading {
  color: #273444;
}

.modal-neutral .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-white .modal-title {
  color: #273444;
}

.modal-white .modal-header,
.modal-white .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}

.modal-white .modal-content {
  background-color: #FFF;
  color: #273444;
}

.modal-white .modal-content .heading {
  color: #273444;
}

.modal-white .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-dialog-vertical {
  height: 100%;
  max-width: 350px;
  margin: 0;
}

.modal-dialog-vertical .modal-content {
  height: inherit;
  border-width: 0 1px 0 0;
  border-radius: 0;
}

.modal-dialog-vertical .modal-header {
  border-radius: inherit;
}

.modal-dialog-vertical .modal-body {
  height: inherit;
  overflow-y: auto;
}

.modal.fade .modal-dialog-vertical {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.modal.show .modal-dialog-vertical {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.modal.fixed-right {
  padding-right: 0 !important;
}

.modal.fixed-right .modal-dialog-vertical {
  margin-left: auto;
}

.modal.fixed-right.fade .modal-dialog-vertical {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.modal.fixed-right.show .modal-dialog-vertical {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav-link {
  color: #8492A6;
}

.nav-link:hover, .nav-link.active {
  color: #1b264F;
}

.nav-pills-icon .nav-link:not(.active) {
  background-color: #EFF2F7;
}

.nav-pills-icon .nav-link:not(:last-child) {
  margin-right: .5rem;
}

@media (min-width: 768px) {
  .nav-pills-circle {
    padding: 0 50px;
  }
  .nav-pills-circle .nav-item {
    min-width: 200px;
    background: transparent;
    border: 0;
    padding: 0;
    position: relative;
  }
  .nav-pills-circle .nav-link {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: #EFF2F7;
    color: #273444;
    z-index: 10;
  }
  .nav-pills-circle.nav-pills-connect .nav-item:not(:last-child)::before {
    content: "";
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    height: 1px;
    width: 50%;
    background: #EFF2F7;
    z-index: 0;
  }
}

.nav-tabs .nav-item .nav-link {
  padding: .75rem 1rem;
  -webkit-transition: color .35s ease, border-color .35s ease;
  transition: color .35s ease, border-color .35s ease;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.nav-tabs .nav-item .nav-link.active {
  color: #1b264F;
  border-color: #1b264F;
}

.nav-tabs .nav-item .nav-link:not(.active) {
  color: #8492A6;
}

.nav-dots {
  top: 50%;
  right: 2rem;
  position: fixed;
  z-index: 200;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-dots .nav-link {
  display: block;
  margin: 5px;
  position: relative;
}

.nav-dots .nav-link:before {
  content: '';
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 6px;
  width: 6px;
  border: 0;
  background: #FFF;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.nav-dots .nav-link:hover:before, .nav-dots .nav-link.active:before {
  height: 12px;
  width: 12px;
}

.navbar {
  position: relative;
  z-index: 101;
}

.navbar .container {
  position: relative;
}

.navbar-nav .nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}

.navbar-nav .nav-link i, .navbar-nav .nav-link svg, .navbar-nav .nav-link img {
  margin-right: .5rem;
}

.navbar-nav .nav-link img {
  width: auto;
  height: 14px;
  margin-right: .5rem;
  position: relative;
  top: -1px;
}

.navbar-text {
  font-size: 0.875rem;
}

.header,
.navbar,
.navbar-top {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .header,
  .navbar,
  .navbar-top {
    -webkit-transition: none;
    transition: none;
  }
}

.border-bottom.navbar-dark {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.border-bottom.navbar-light {
  border-color: rgba(31, 45, 61, 0.04) !important;
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-transparent .navbar-top {
  border: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-transparent .navbar-top:not(.navbar-collapsed) {
  background-color: transparent !important;
}

.header-transparent .navbar:not(.sticky):not(.navbar-collapsed) {
  background-color: transparent !important;
  border: 0;
  box-shadow: none;
}

.header-transparent + main section:first-child:not([data-spotlight]) .container {
  padding-top: 5rem;
}

.header-collapse-show {
  min-height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
}

.navbar-sticky {
  position: -webkit-sticky;
}

.navbar-sticky.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: -100px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  z-index: 1030;
  border-top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-sticky.sticky {
    -webkit-transition: none;
    transition: none;
  }
}

.navbar-top {
  position: relative;
  z-index: 110;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.navbar-top .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.navbar-top .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.navbar-top .navbar-nav .nav-link {
  padding: .5rem .5rem;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm.navbar-collapsed {
    height: 100vh;
    -webkit-box-align: start;
            align-items: start;
    overflow-y: scroll;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: .625rem 0;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu .media svg {
    width: 30px;
  }
  .navbar-expand-sm .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .navbar-expand-sm .navbar-collapse.collapsing,
  .navbar-expand-sm .navbar-collapse.show {
    -webkit-animation: show-navbar-collapse .2s ease forwards;
            animation: show-navbar-collapse .2s ease forwards;
    -webkit-animation-delay: .15s;
            animation-delay: .15s;
  }
  .navbar-expand-sm .navbar-collapse.collapsing-out {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation: none;
            animation: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item {
    margin-right: .5rem;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-link-icon {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md.navbar-collapsed {
    height: 100vh;
    -webkit-box-align: start;
            align-items: start;
    overflow-y: scroll;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: .625rem 0;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .media svg {
    width: 30px;
  }
  .navbar-expand-md .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .navbar-expand-md .navbar-collapse.collapsing,
  .navbar-expand-md .navbar-collapse.show {
    -webkit-animation: show-navbar-collapse .2s ease forwards;
            animation: show-navbar-collapse .2s ease forwards;
    -webkit-animation-delay: .15s;
            animation-delay: .15s;
  }
  .navbar-expand-md .navbar-collapse.collapsing-out {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation: none;
            animation: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item {
    margin-right: .5rem;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0;
  }
  .navbar-expand-md .navbar-nav .nav-link-icon {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg.navbar-collapsed {
    height: 100vh;
    -webkit-box-align: start;
            align-items: start;
    overflow-y: scroll;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: .625rem 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .media svg {
    width: 30px;
  }
  .navbar-expand-lg .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .navbar-expand-lg .navbar-collapse.collapsing,
  .navbar-expand-lg .navbar-collapse.show {
    -webkit-animation: show-navbar-collapse .2s ease forwards;
            animation: show-navbar-collapse .2s ease forwards;
    -webkit-animation-delay: .15s;
            animation-delay: .15s;
  }
  .navbar-expand-lg .navbar-collapse.collapsing-out {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation: none;
            animation: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: .5rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link-icon {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl.navbar-collapsed {
    height: 100vh;
    -webkit-box-align: start;
            align-items: start;
    overflow-y: scroll;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: .625rem 0;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .media svg {
    width: 30px;
  }
  .navbar-expand-xl .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .navbar-expand-xl .navbar-collapse.collapsing,
  .navbar-expand-xl .navbar-collapse.show {
    -webkit-animation: show-navbar-collapse .2s ease forwards;
            animation: show-navbar-collapse .2s ease forwards;
    -webkit-animation-delay: .15s;
            animation-delay: .15s;
  }
  .navbar-expand-xl .navbar-collapse.collapsing-out {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation: none;
            animation: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-item {
    margin-right: .5rem;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-link-icon {
    border-radius: 0;
  }
}

.navbar-expand.navbar-collapsed {
  height: 100vh;
  -webkit-box-align: start;
          align-items: start;
  overflow-y: scroll;
}

.navbar-expand .navbar-nav .nav-link {
  padding: .625rem 0;
}

.navbar-expand .navbar-nav .dropdown-menu {
  box-shadow: none;
  min-width: auto;
}

.navbar-expand .navbar-nav .dropdown-menu .media svg {
  width: 30px;
}

.navbar-expand .navbar-collapse {
  z-index: 1050;
  height: auto !important;
  opacity: 0;
}

.navbar-expand .navbar-collapse.collapsing,
.navbar-expand .navbar-collapse.show {
  -webkit-animation: show-navbar-collapse .2s ease forwards;
          animation: show-navbar-collapse .2s ease forwards;
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}

.navbar-expand .navbar-collapse.collapsing-out {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation: none;
          animation: none;
}

.navbar-expand .navbar-nav .nav-item {
  margin-right: .5rem;
}

.navbar-expand .navbar-nav .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0;
}

.navbar-expand .navbar-nav .nav-link-icon {
  border-radius: 0;
}

@-webkit-keyframes show-navbar-collapse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes show-navbar-collapse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.navbar-vertical {
  padding-top: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  box-shadow: none !important;
}

.navbar-vertical.navbar-light {
  background-color: #FFF;
  border-color: #EFF2F7;
}

.navbar-vertical.navbar-dark {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-vertical .navbar-brand {
  margin-right: 0;
}

.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand > img {
  max-width: 100%;
  max-height: 2rem;
}

@media (min-width: 768px) {
  .navbar-vertical .navbar-collapse {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.navbar-vertical .navbar-nav {
  margin-left: -1rem;
  margin-right: -1rem;
}

.navbar-vertical .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.navbar-vertical .navbar-nav .nav-link.active {
  position: relative;
}

.navbar-vertical .navbar-nav .nav-link > i {
  min-width: 2rem;
  font-size: .9375rem;
  line-height: 1.7rem;
}

.navbar-vertical .navbar-nav .nav-link .dropdown-menu {
  border: none;
}

.navbar-vertical .navbar-nav .nav-link .dropdown-menu .dropdown-menu {
  margin-left: 0.5rem;
}

.navbar-vertical .navbar-nav .nav-sm .nav-link {
  font-size: .8125rem;
}

.navbar-vertical .navbar-nav .nav-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: "\F105";
  margin-left: auto;
  color: #E0E6ED;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]:after {
    -webkit-transition: none;
    transition: none;
  }
}

.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"][aria-expanded="true"]:after {
  color: #1b264F;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 3rem;
}

.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.5rem;
}

.navbar-vertical .navbar-heading {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.navbar-vertical.navbar-expand-xs {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 0;
  overflow-y: auto;
  padding-left: 0;
  padding-right: 0;
}

.navbar-vertical.navbar-expand-xs .navbar-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-vertical.navbar-expand-xs > [class*="container"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-xs > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}

.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  opacity: 1;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}

.navbar-vertical.navbar-expand-xs .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.375rem 1.5rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item {
  margin-top: 2px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
  background: #FAFBFE;
  margin-right: .5rem;
  margin-left: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
}

.navbar-vertical.navbar-expand-xs .lavalamp-object {
  width: calc(100% - 1rem) !important;
  background: #1b264F;
  color: #FFF;
  margin-right: .5rem;
  margin-left: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 3.5rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4.25rem;
}

@media (min-width: 576px) {
  .navbar-vertical.navbar-expand-sm {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-vertical.navbar-expand-sm .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 576px) {
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 1;
  }
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.375rem 1.5rem;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item > .nav-link.active {
    background: #FAFBFE;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-sm .lavalamp-object {
    width: calc(100% - 1rem) !important;
    background: #1b264F;
    color: #FFF;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 3.5rem;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-vertical.navbar-expand-md .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 1;
  }
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.375rem 1.5rem;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item > .nav-link.active {
    background: #FAFBFE;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-md .lavalamp-object {
    width: calc(100% - 1rem) !important;
    background: #1b264F;
    color: #FFF;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 3.5rem;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

@media (min-width: 992px) {
  .navbar-vertical.navbar-expand-lg {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-vertical.navbar-expand-lg .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 1;
  }
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.375rem 1.5rem;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item > .nav-link.active {
    background: #FAFBFE;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-lg .lavalamp-object {
    width: calc(100% - 1rem) !important;
    background: #1b264F;
    color: #FFF;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 3.5rem;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

@media (min-width: 1200px) {
  .navbar-vertical.navbar-expand-xl {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-vertical.navbar-expand-xl .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 1;
  }
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.375rem 1.5rem;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item > .nav-link.active {
    background: #FAFBFE;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-xl .lavalamp-object {
    width: calc(100% - 1rem) !important;
    background: #1b264F;
    color: #FFF;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 3.5rem;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

.navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
  margin-left: 0;
}

.navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
  margin-right: 0;
}

@media (min-width: 576px) {
  .navbar-vertical.navbar-expand-sm.fixed-left + .main-content {
    margin-left: 0;
  }
  .navbar-vertical.navbar-expand-sm.fixed-right + .main-content {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md.fixed-left + .main-content {
    margin-left: 0;
  }
  .navbar-vertical.navbar-expand-md.fixed-right + .main-content {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .navbar-vertical.navbar-expand-lg.fixed-left + .main-content {
    margin-left: 0;
  }
  .navbar-vertical.navbar-expand-lg.fixed-right + .main-content {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-vertical.navbar-expand-xl.fixed-left + .main-content {
    margin-left: 0;
  }
  .navbar-vertical.navbar-expand-xl.fixed-right + .main-content {
    margin-right: 0;
  }
}

.sidenav.fixed-left + .main-content {
  margin-left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .sidenav.fixed-left + .main-content {
    -webkit-transition: none;
    transition: none;
  }
}

.sidenav.fixed-right + .main-content {
  margin-right: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .sidenav.fixed-right + .main-content {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 1200px) {
  .g-sidenav-pinned .sidenav.fixed-left + .main-content {
    margin-left: 250px;
  }
  .g-sidenav-pinned .sidenav.fixed-right + .main-content {
    margin-right: 250px;
  }
}

.sidenav {
  z-index: 1050;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .sidenav {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 1200px) {
  .sidenav:hover {
    max-width: 250px;
  }
  .sidenav .sidenav-toggler {
    padding: 1.5rem;
  }
}

.sidenav .navbar-brand {
  padding: 1.5rem;
  display: none;
}

.sidenav-header {
  height: 78px;
}

.g-sidenav-show .sidenav .navbar-brand,
.g-sidenav-show .sidenav .navbar-heading {
  display: block;
}

.g-sidenav-show .sidenav .nav-item .collapse {
  height: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .g-sidenav-show .sidenav .nav-item .collapse {
    -webkit-transition: none;
    transition: none;
  }
}

.g-sidenav-pinned .sidenav {
  max-width: 250px !important;
}

.g-sidenav-pinned .sidenav .navbar-brand,
.g-sidenav-pinned .sidenav .navbar-heading {
  display: block;
}

.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .navbar-nav > .nav-item > .nav-link:after {
  content: '';
}

.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .nav-item .collapse {
  display: none !important;
}

.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .nav-link-text {
  display: none !important;
}

.g-sidenav-hide .sidenav .navbar-nav > .nav-item > .nav-link:after {
  content: '';
}

.g-sidenav-hide .sidenav .nav-item .collapse {
  display: none !important;
}

.g-sidenav-hide .sidenav .nav-link-text {
  display: none !important;
}

@media (max-width: 1199.98px) {
  .sidenav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sidenav.fixed-left + .main-content {
    margin-left: 0 !important;
  }
  .g-sidenav-pinned .sidenav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.sidenav-toggler {
  border: 0;
  background: transparent;
}

.sidenav-toggler-inner,
.sidenav-toggler-line {
  width: 18px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .sidenav-toggler-inner,
  .sidenav-toggler-line {
    -webkit-transition: none;
    transition: none;
  }
}

.sidenav-toggler-inner {
  position: relative;
}

.sidenav-toggler-inner:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: -11px;
  top: -14px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}

@media (prefers-reduced-motion: reduce) {
  .sidenav-toggler-inner:before {
    -webkit-transition: none;
    transition: none;
  }
}

.sidenav-toggler-line {
  height: 2px;
  background-color: rgba(31, 45, 61, 0.5);
  display: block;
  position: relative;
}

.sidenav-toggler-line:not(:last-child) {
  margin-bottom: 3px;
}

.navbar-dark .sidenav-toggler-line {
  background-color: rgba(255, 255, 255, 0.85);
}

.sidenav-toggler {
  cursor: pointer;
}

.sidenav-toggler.active .sidenav-toggler-inner:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sidenav-toggler.active .sidenav-toggler-line:first-child {
  width: 13px;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.sidenav-toggler.active .sidenav-toggler-line:last-child {
  width: 13px;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.navbar .dropdown-menu {
  min-width: 20rem;
  padding: 1rem 1.5rem;
  background-color: #FFF;
  border: 0 solid rgba(31, 45, 61, 0);
  border-radius: 0.375rem;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
}

.navbar .dropdown-menu .dropdown-menu-links {
  background-color: #fafafa;
}

.navbar .dropdown-menu .dropdown-header {
  color: #4a596d;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 0.5rem 0;
  color: #3C4858;
  font-size: 1rem;
}

.navbar .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus {
  color: #657a95;
  text-decoration: none;
  background: transparent;
}

.navbar .dropdown-menu .dropdown-item.active, .navbar .dropdown-menu .dropdown-item:active {
  color: #657a95;
  text-decoration: none;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(transparent)) repeat-x;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.15), transparent) repeat-x;
}

.navbar .dropdown-menu .list-group > li:first-child .list-group-item {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.navbar .dropdown-menu .list-group > li:last-child .list-group-item {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm .dropdown-toggle:after {
    float: right;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  .navbar-expand-sm .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  .navbar-expand-sm .dropdown-menu .list-group > li .list-group-item {
    border: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .dropdown-menu .list-group > li .list-group-item {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .dropdown-menu .list-group > li .media-body * {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .dropdown-menu .list-group > li .media-body * {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .dropdown-menu .list-group > li:hover .list-group-item {
    z-index: 11;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    background-color: #FAFBFE;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    border-radius: 0.375rem;
  }
  .navbar-expand-sm .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  .navbar-expand-sm .dropdown-submenu .dropdown-menu:before {
    content: '';
    border-left: 1.5rem solid transparent;
    position: absolute;
    left: -1rem;
    top: 0;
    height: 100%;
  }
  .navbar-expand-sm .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  .navbar-expand-sm .dropdown-fluid .dropdown-menu {
    overflow: hidden;
    padding: 0;
    min-width: 1000px;
  }
  .navbar-expand-sm .dropdown-fluid .dropdown-col-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md .dropdown-toggle:after {
    float: right;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  .navbar-expand-md .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  .navbar-expand-md .dropdown-menu .list-group > li .list-group-item {
    border: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .dropdown-menu .list-group > li .list-group-item {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .dropdown-menu .list-group > li .media-body * {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .dropdown-menu .list-group > li .media-body * {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .dropdown-menu .list-group > li:hover .list-group-item {
    z-index: 11;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    background-color: #FAFBFE;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    border-radius: 0.375rem;
  }
  .navbar-expand-md .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  .navbar-expand-md .dropdown-submenu .dropdown-menu:before {
    content: '';
    border-left: 1.5rem solid transparent;
    position: absolute;
    left: -1rem;
    top: 0;
    height: 100%;
  }
  .navbar-expand-md .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  .navbar-expand-md .dropdown-fluid .dropdown-menu {
    overflow: hidden;
    padding: 0;
    min-width: 1000px;
  }
  .navbar-expand-md .dropdown-fluid .dropdown-col-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .dropdown-toggle:after {
    float: right;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  .navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  .navbar-expand-lg .dropdown-menu .list-group > li .list-group-item {
    border: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .dropdown-menu .list-group > li .list-group-item {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu .list-group > li .media-body * {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .dropdown-menu .list-group > li .media-body * {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu .list-group > li:hover .list-group-item {
    z-index: 11;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    background-color: #FAFBFE;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    border-radius: 0.375rem;
  }
  .navbar-expand-lg .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  .navbar-expand-lg .dropdown-submenu .dropdown-menu:before {
    content: '';
    border-left: 1.5rem solid transparent;
    position: absolute;
    left: -1rem;
    top: 0;
    height: 100%;
  }
  .navbar-expand-lg .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  .navbar-expand-lg .dropdown-fluid .dropdown-menu {
    overflow: hidden;
    padding: 0;
    min-width: 1000px;
  }
  .navbar-expand-lg .dropdown-fluid .dropdown-col-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl .dropdown-toggle:after {
    float: right;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  .navbar-expand-xl .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  .navbar-expand-xl .dropdown-menu .list-group > li .list-group-item {
    border: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .dropdown-menu .list-group > li .list-group-item {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .dropdown-menu .list-group > li .media-body * {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .dropdown-menu .list-group > li .media-body * {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .dropdown-menu .list-group > li:hover .list-group-item {
    z-index: 11;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    background-color: #FAFBFE;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    border-radius: 0.375rem;
  }
  .navbar-expand-xl .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  .navbar-expand-xl .dropdown-submenu .dropdown-menu:before {
    content: '';
    border-left: 1.5rem solid transparent;
    position: absolute;
    left: -1rem;
    top: 0;
    height: 100%;
  }
  .navbar-expand-xl .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  .navbar-expand-xl .dropdown-fluid .dropdown-menu {
    overflow: hidden;
    padding: 0;
    min-width: 1000px;
  }
  .navbar-expand-xl .dropdown-fluid .dropdown-col-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
}

.navbar-expand .dropdown-toggle:after {
  float: right;
}

.navbar-expand .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
  margin-left: -1.25rem;
}

.navbar-expand .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
  margin-right: -1.25rem;
}

.navbar-expand .dropdown-menu .list-group > li .list-group-item {
  border: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-expand .dropdown-menu .list-group > li .list-group-item {
    -webkit-transition: none;
    transition: none;
  }
}

.navbar-expand .dropdown-menu .list-group > li .media-body * {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-expand .dropdown-menu .list-group > li .media-body * {
    -webkit-transition: none;
    transition: none;
  }
}

.navbar-expand .dropdown-menu .list-group > li:hover .list-group-item {
  z-index: 11;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #FAFBFE;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
  border-radius: 0.375rem;
}

.navbar-expand .dropdown-submenu .dropdown-menu {
  min-width: 16rem;
  margin-left: 1rem;
}

.navbar-expand .dropdown-submenu .dropdown-menu:before {
  content: '';
  border-left: 1.5rem solid transparent;
  position: absolute;
  left: -1rem;
  top: 0;
  height: 100%;
}

.navbar-expand .dropdown-submenu .dropdown-item:after {
  right: 0;
}

.navbar-expand .dropdown-fluid .dropdown-menu {
  overflow: hidden;
  padding: 0;
  min-width: 1000px;
}

.navbar-expand .dropdown-fluid .dropdown-col-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.navbar-search .input-group {
  border-radius: 2rem;
  border: 0 solid;
  -webkit-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-search .input-group {
    -webkit-transition: none;
    transition: none;
  }
}

.navbar-search .input-group .input-group-text {
  background-color: transparent;
  padding-left: 1rem;
  border: 0;
}

.navbar-search .form-control {
  width: 250px;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-search .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.navbar-search .focused .input-group .form-control {
  width: 380px;
}

.navbar-search .close {
  display: none;
}

.navbar-search-dark .input-group {
  background-color: rgba(31, 45, 61, 0.8);
  border-color: rgba(255, 255, 255, 0.6);
}

.navbar-search-dark .input-group-text {
  color: rgba(255, 255, 255, 0.6);
}

.navbar-search-dark .form-control {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-search-dark .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.navbar-search-dark .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.navbar-search-dark .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.navbar-search-dark .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.navbar-search-dark .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.navbar-search-dark .focused .input-group {
  background-color: rgba(31, 45, 61, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}

.navbar-search-light .input-group {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 0, 0, 0.6);
}

.navbar-search-light .input-group-text {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-search-light .form-control {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-search-light .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-search-light .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-search-light .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-search-light .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-search-light .form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-search-light .focused .input-group {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.9);
}

.pagination {
  margin-bottom: 0;
}

.page-item .page-link,
.page-item > span {
  margin: 0 3px;
  border-radius: 0.2rem;
  text-align: center;
}

.pagination-circle .page-item .page-link,
.pagination-circle .page-item > span {
  border-radius: 50% !important;
  margin: 0 5px;
  display: block;
  width: 36px;
  height: 36px;
}

.pagination-circle.pagination-lg .page-item .page-link,
.pagination-circle.pagination-lg .page-item > span {
  border-radius: 50% !important;
  margin: 0 5px;
  display: block;
  width: 52px;
  height: 52px;
}

.omnisearch {
  width: 100%;
  margin-top: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  background-color: transparent;
  pointer-events: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s;
  transition: opacity 0.15s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.15s;
  transition: transform 0.3s, opacity 0.15s, -webkit-transform 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .omnisearch {
    -webkit-transition: none;
    transition: none;
  }
}

.omnisearch.show {
  opacity: 1;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.omnisearch .container {
  position: relative;
  height: 100%;
}

.omnisearch .omnisearch-form {
  display: block;
  position: relative;
  z-index: 700;
  background: #FFF;
  border-radius: 0.375rem;
  width: 680px;
  margin: auto;
}

.omnisearch .omnisearch-form .input-group-text {
  font-size: 1.25rem;
  background: transparent;
}

.omnisearch .omnisearch-form .form-control {
  display: block;
  height: 68px;
  font-size: 1.25rem;
  color: #454545;
  background-color: transparent;
  background-image: none;
}

.omnisearch .omnisearch-form .form-control::-webkit-input-placeholder {
  color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control::-moz-placeholder {
  color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control:-ms-input-placeholder {
  color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control::-ms-input-placeholder {
  color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control::placeholder {
  color: #C0CCDA;
}

.omnisearch .omnisearch-suggestions {
  width: 680px;
  min-height: 150px;
  padding: 1.5rem;
  background: white;
  margin: auto;
  border-radius: 0.375rem;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

@media (prefers-reduced-motion: reduce) {
  .omnisearch .omnisearch-suggestions {
    -webkit-transition: none;
    transition: none;
  }
}

.omnisearch .omnisearch-suggestions:before {
  background: #FFF;
  box-shadow: none;
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  left: 20px;
  position: absolute;
  bottom: 100%;
  -webkit-transform: rotate(-45deg) translateY(1rem);
          transform: rotate(-45deg) translateY(1rem);
  z-index: -5;
  border-radius: .2rem;
}

.omnisearch .omnisearch-suggestions .heading {
  color: #8492A6;
}

.omnisearch .omnisearch-suggestions .list-link span {
  font-weight: 600;
  color: #3C4858;
}

.omnisearch .omnisearch-suggestions .list-link:hover {
  color: #1b264F;
}

.omnisearch .omnisearch-suggestions .list-link:hover span {
  color: #1b264F;
}

.omnisearch.show .omnisearch-form,
.omnisearch.show .omnisearch-suggestions {
  pointer-events: auto;
}

.omnisearch.show .omnisearch-suggestions {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .omnisearch .omnisearch-form {
    width: 100%;
  }
  .omnisearch .omnisearch-suggestions {
    width: 100%;
  }
}

.omnisearch-open {
  overflow: hidden;
}

.popover {
  border: 0;
}

.popover-header {
  font-weight: 600;
}

.popover-primary {
  background-color: #1b264F;
}

.popover-primary .popover-header {
  background-color: #1b264F;
  color: #FFF;
}

.popover-primary .popover-body {
  color: #FFF;
}

.popover-primary .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-primary.bs-popover-top .arrow::after, .popover-primary.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #1b264F;
}

.popover-primary.bs-popover-right .arrow::after, .popover-primary.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #1b264F;
}

.popover-primary.bs-popover-bottom .arrow::after, .popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #1b264F;
}

.popover-primary.bs-popover-left .arrow::after, .popover-primary.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #1b264F;
}

.popover-secondary {
  background-color: #EFF2F7;
}

.popover-secondary .popover-header {
  background-color: #EFF2F7;
  color: #273444;
}

.popover-secondary .popover-body {
  color: #273444;
}

.popover-secondary .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}

.popover-secondary.bs-popover-top .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #EFF2F7;
}

.popover-secondary.bs-popover-right .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #EFF2F7;
}

.popover-secondary.bs-popover-bottom .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #EFF2F7;
}

.popover-secondary.bs-popover-left .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #EFF2F7;
}

.popover-success {
  background-color: #36B37E;
}

.popover-success .popover-header {
  background-color: #36B37E;
  color: #FFF;
}

.popover-success .popover-body {
  color: #FFF;
}

.popover-success .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-success.bs-popover-top .arrow::after, .popover-success.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #36B37E;
}

.popover-success.bs-popover-right .arrow::after, .popover-success.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #36B37E;
}

.popover-success.bs-popover-bottom .arrow::after, .popover-success.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #36B37E;
}

.popover-success.bs-popover-left .arrow::after, .popover-success.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #36B37E;
}

.popover-info {
  background-color: #00B8D9;
}

.popover-info .popover-header {
  background-color: #00B8D9;
  color: #FFF;
}

.popover-info .popover-body {
  color: #FFF;
}

.popover-info .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-info.bs-popover-top .arrow::after, .popover-info.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #00B8D9;
}

.popover-info.bs-popover-right .arrow::after, .popover-info.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #00B8D9;
}

.popover-info.bs-popover-bottom .arrow::after, .popover-info.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #00B8D9;
}

.popover-info.bs-popover-left .arrow::after, .popover-info.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #00B8D9;
}

.popover-warning {
  background-color: #FFAB00;
}

.popover-warning .popover-header {
  background-color: #FFAB00;
  color: #FFF;
}

.popover-warning .popover-body {
  color: #FFF;
}

.popover-warning .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-warning.bs-popover-top .arrow::after, .popover-warning.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #FFAB00;
}

.popover-warning.bs-popover-right .arrow::after, .popover-warning.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #FFAB00;
}

.popover-warning.bs-popover-bottom .arrow::after, .popover-warning.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #FFAB00;
}

.popover-warning.bs-popover-left .arrow::after, .popover-warning.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #FFAB00;
}

.popover-danger {
  background-color: #FF5630;
}

.popover-danger .popover-header {
  background-color: #FF5630;
  color: #FFF;
}

.popover-danger .popover-body {
  color: #FFF;
}

.popover-danger .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-danger.bs-popover-top .arrow::after, .popover-danger.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #FF5630;
}

.popover-danger.bs-popover-right .arrow::after, .popover-danger.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #FF5630;
}

.popover-danger.bs-popover-bottom .arrow::after, .popover-danger.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #FF5630;
}

.popover-danger.bs-popover-left .arrow::after, .popover-danger.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #FF5630;
}

.popover-light {
  background-color: #EFF2F7;
}

.popover-light .popover-header {
  background-color: #EFF2F7;
  color: #273444;
}

.popover-light .popover-body {
  color: #273444;
}

.popover-light .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}

.popover-light.bs-popover-top .arrow::after, .popover-light.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #EFF2F7;
}

.popover-light.bs-popover-right .arrow::after, .popover-light.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #EFF2F7;
}

.popover-light.bs-popover-bottom .arrow::after, .popover-light.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #EFF2F7;
}

.popover-light.bs-popover-left .arrow::after, .popover-light.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #EFF2F7;
}

.popover-dark {
  background-color: #273444;
}

.popover-dark .popover-header {
  background-color: #273444;
  color: #FFF;
}

.popover-dark .popover-body {
  color: #FFF;
}

.popover-dark .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-dark.bs-popover-top .arrow::after, .popover-dark.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #273444;
}

.popover-dark.bs-popover-right .arrow::after, .popover-dark.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #273444;
}

.popover-dark.bs-popover-bottom .arrow::after, .popover-dark.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #273444;
}

.popover-dark.bs-popover-left .arrow::after, .popover-dark.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #273444;
}

.popover-neutral {
  background-color: #FFF;
}

.popover-neutral .popover-header {
  background-color: #FFF;
  color: #273444;
}

.popover-neutral .popover-body {
  color: #273444;
}

.popover-neutral .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}

.popover-neutral.bs-popover-top .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #FFF;
}

.popover-neutral.bs-popover-right .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #FFF;
}

.popover-neutral.bs-popover-bottom .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #FFF;
}

.popover-neutral.bs-popover-left .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #FFF;
}

.popover-white {
  background-color: #FFF;
}

.popover-white .popover-header {
  background-color: #FFF;
  color: #273444;
}

.popover-white .popover-body {
  color: #273444;
}

.popover-white .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}

.popover-white.bs-popover-top .arrow::after, .popover-white.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #FFF;
}

.popover-white.bs-popover-right .arrow::after, .popover-white.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #FFF;
}

.popover-white.bs-popover-bottom .arrow::after, .popover-white.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #FFF;
}

.popover-white.bs-popover-left .arrow::after, .popover-white.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #FFF;
}

.progress-wrapper {
  position: relative;
  padding-top: 1.5rem;
}

.progress-wrapper .progress {
  margin-bottom: 1rem;
}

.progress-inverse {
  background-color: inverse(#EFF2F7);
}

.progress-heading {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 2px;
  padding: 0;
}

.progress-text {
  margin-bottom: 0;
}

.progress-lg {
  height: 1rem;
}

.progress-md {
  height: .75rem;
}

.progress-sm {
  height: .375rem;
}

.progress-xs {
  height: .125rem;
}

.progress-group {
  position: relative;
}

.progress-prepend-icon {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  top: 50%;
}

.progress-prepend-icon:not(:first-child) {
  right: -17px;
}

.progress-prepend-icon:not(:last-child) {
  left: -17px;
}

.progress-tooltip {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: .25rem .375rem;
  line-height: 1;
  font-size: 0.7rem;
  position: relative;
  bottom: 8px;
  border-radius: 3px;
  margin-left: -15px;
}

.progress-tooltip:after {
  top: 100%;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
}

.progress-label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #3C4858;
}

.progress-percentage {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.static-rating {
  display: inline-block;
}

.static-rating .star {
  color: #E0E6ED;
}

.static-rating .voted {
  color: #ffcc00;
}

.static-rating-sm .star {
  font-size: 0.75rem;
}

.rating {
  display: inline-block;
}

.rating .star {
  font-family: "Font Awesome 5 Solid";
  font-weight: normal;
  font-style: normal;
  float: left;
  padding: 0 1px;
  cursor: pointer;
}

.rating .star:before {
  content: "\F005";
  display: block;
  font-size: 14px;
  color: #E0E6ED;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.rating:hover .star:before {
  color: #E0E6ED;
}

.rating:hover .over:before {
  color: #ffcc00;
}

.rating .voted:before {
  color: #ffcc00;
}

.rating-lg .star:before {
  font-size: 18px;
}

.rating-xl .star:before {
  font-size: 24px;
}

.ribbon {
  position: absolute;
  top: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: .75rem;
  font-weight: 600;
  z-index: 10;
}

.ribbon-left {
  left: 1rem;
}

.ribbon-right {
  right: 1rem;
}

.ribbon-primary {
  color: #FFF;
  background-color: #283875;
}

.ribbon-secondary {
  color: #273444;
  background-color: white;
}

.ribbon-success {
  color: #FFF;
  background-color: #51cb97;
}

.ribbon-info {
  color: #FFF;
  background-color: #0ddaff;
}

.ribbon-warning {
  color: #FFF;
  background-color: #ffbc33;
}

.ribbon-danger {
  color: #FFF;
  background-color: #ff8063;
}

.ribbon-light {
  color: #273444;
  background-color: white;
}

.ribbon-dark {
  color: #FFF;
  background-color: #3a4d64;
}

.ribbon-neutral {
  color: #273444;
  background-color: white;
}

.ribbon-white {
  color: #273444;
  background-color: white;
}

section {
  background-color: #FFF;
}

.slice {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.slice-xl {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.slice-lg {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.slice-md {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.slice-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.slice-np {
  padding-top: 0;
  padding-bottom: 0;
}

.slice:not(.border-top):not(.border-bottom):not(.delimiter-bottom):not([class*="bg-"]):not(.section-rotate) + .slice:not(.border-top):not(.border-bottom):not(.delimiter-top):not([class*="bg-"]) {
  padding-top: 0;
}

.slice-video {
  min-height: 600px;
}

.section-rotate {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background: transparent;
  position: relative;
  z-index: 0;
}

.section-rotate .section-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

@media (min-width: 992px) {
  .section-rotate {
    min-height: 880px;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .section-rotate .section-inner {
    background: inherit;
    overflow: hidden;
  }
  .section-rotate .section-inner + .container {
    position: relative;
    z-index: 0;
  }
  .section-rotate .section-inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .section-rotate {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
  .section-rotate .section-inner {
    top: -40%;
    left: -1rem;
    width: 130%;
    height: 124%;
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
    border-bottom-left-radius: 3rem;
  }
  .section-rotate .section-inner + .container {
    padding-left: 2rem;
  }
  .section-rotate .container {
    position: relative;
  }
}

@media only screen and (min-width: 2000px) {
  .section-rotate .section-inner {
    top: -40%;
    left: -1rem;
    width: 120%;
    height: 118%;
  }
  .section-rotate .container {
    position: relative;
  }
}

.section-half-rounded {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background: transparent;
  position: relative;
  z-index: 0;
}

.section-half-rounded .section-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: -2;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

@media (max-width: 991.98px) {
  .section-half-rounded .section-inner {
    width: 100%;
  }
}

.section-process {
  background: transparent;
}

.section-process-step {
  position: relative;
  padding: 4.5rem 0;
}

.section-process-step:not(:last-child):before {
  content: "";
  display: block;
  width: 360px;
  height: 100px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='355px' height='103px' viewBox='0 0 355 103' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-dasharray='6,12' stroke-linecap='round'%3E%3Cpath stroke='%23EFF2F7' stroke-width='3' transform='translate(173.245679, 51.548257) scale(-1, 1) translate(-173.245679, -51.548257)' d='M-6.75432109,1.54825684 C113.245679,110.326533 233.245679,130.359459 353.245679,61.647035'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: 360px 100px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -80px;
}

@media (max-width: 991.98px) {
  .section-process-step:not(:last-child):before {
    -webkit-transform: rotate(90deg) scale(0.7);
            transform: rotate(90deg) scale(0.7);
    bottom: 20px;
  }
}

.section-process-step:nth-child(even):before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='355px' height='103px' viewBox='0 0 355 103' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-dasharray='6,12' stroke-linecap='round'%3E%3Cpath stroke='%23EFF2F7' stroke-width='3' d='M2.24567891,1.54825684 C122.245679,110.326533 242.245679,130.359459 362.245679,61.647035'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: 360px 100px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

@media (max-width: 991.98px) {
  .section-process-step:nth-child(even):before {
    -webkit-transform: rotate(-90deg) scale(0.7);
            transform: rotate(-90deg) scale(0.7);
    bottom: 20px;
  }
}

.section-floating-icons {
  --icon-size: 5rem;
  --icon-sm-size: 3.75rem;
  --gutter: 7rem;
}

.section-floating-icons .icons-container {
  position: relative;
  max-width: 100%;
  height: 360px;
  margin: 0 auto;
}

.section-floating-icons .icons-container span {
  position: absolute;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #FFF;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}

@media (prefers-reduced-motion: reduce) {
  .section-floating-icons .icons-container span {
    -webkit-transition: none;
    transition: none;
  }
}

.section-floating-icons .icons-container span.icon {
  width: 5rem;
  height: 5rem;
}

.section-floating-icons .icons-container span.icon i {
  font-size: 2.3em;
}

.section-floating-icons .icons-container span.icon-sm {
  width: 3.75rem;
  height: 3.75rem;
}

.section-floating-icons .icons-container span.icon-sm i {
  font-size: 1.5em;
}

.section-floating-icons .icons-container span:nth-child(1) {
  font-size: 42px;
  color: #FFAB00;
  z-index: 2;
}

.section-floating-icons .icons-container span img {
  max-width: 100%;
}

.section-floating-icons .icons-container span {
  opacity: 1;
}

.section-floating-icons .icons-container span:nth-child(1) {
  left: 50%;
  top: 50%;
  font-size: 42px;
  color: #00B8D9;
}

.section-floating-icons .icons-container span:nth-child(2) {
  left: calc(50% + (7rem * 1.7));
  top: 50%;
}

.section-floating-icons .icons-container span:nth-child(3) {
  left: calc(50% + 7rem);
  top: calc(50% + 7rem);
}

.section-floating-icons .icons-container span:nth-child(4) {
  left: calc(50% + 7rem);
  top: calc(50% - 7rem);
}

.section-floating-icons .icons-container span:nth-child(5) {
  left: calc(50% + (7rem * 4));
  top: 50%;
}

.section-floating-icons .icons-container span:nth-child(6) {
  left: calc(50% + (7rem * 2.7));
  top: calc(50% + (7rem * 1.5));
}

.section-floating-icons .icons-container span:nth-child(7) {
  left: calc(50% + (7rem * 2.7));
  top: calc(50% - (7rem * 1.5));
}

.section-floating-icons .icons-container span:nth-child(8) {
  left: calc(50% - (7rem * 1.7));
  top: 50%;
}

.section-floating-icons .icons-container span:nth-child(9) {
  left: calc(50% - 7rem);
  top: calc(50% + 7rem);
}

.section-floating-icons .icons-container span:nth-child(10) {
  left: calc(50% - 7rem);
  top: calc(50% - 7rem);
}

.section-floating-icons .icons-container span:nth-child(11) {
  left: calc(50% - (7rem * 4));
  top: 50%;
}

.section-floating-icons .icons-container span:nth-child(12) {
  left: calc(50% - (7rem * 2.7));
  top: calc(50% + (7rem * 1.5));
}

.section-floating-icons .icons-container span:nth-child(13) {
  left: calc(50% - (7rem * 2.7));
  top: calc(50% - (7rem * 1.5));
}

.sidebar-sticky.is_stuck {
  padding-top: 1.5rem;
}

.spotlight {
  position: relative;
}

.spotlight .container {
  height: 100%;
}

.spotlight .animated {
  opacity: 0;
}

.spotlight .animated.animation-ended {
  opacity: 1;
}

@media (min-width: 768px) {
  .spotlight-overlay-img {
    position: relative;
  }
  .spotlight-overlay-img img {
    position: absolute;
    z-index: 10;
  }
}

.table thead th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #FAFBFE;
  border-bottom-width: 1px;
}

.table th {
  font-weight: 600;
}

.table td .progress {
  height: 3px;
  width: 120px;
  margin: 0;
}

.table td,
.table th {
  font-size: 0.8125rem;
  white-space: nowrap;
}

.table.align-items-center td,
.table.align-items-center th {
  vertical-align: middle;
}

.table.table-dark thead th,
.table .thead-dark th {
  background-color: #2e3e51;
  color: #708cad;
}

.table.table-dark thead th a,
.table .thead-dark th a {
  color: #708cad;
}

.table .thead-light th {
  background-color: #FAFBFE;
  color: #8492A6;
}

.table .thead-light th a {
  color: #8492A6;
}

.table-hover tr {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .table-hover tr {
    -webkit-transition: none;
    transition: none;
  }
}

.table-flush td,
.table-flush th {
  border-left: 0;
  border-right: 0;
}

.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
  border-top: 0;
}

.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
  border-bottom: 0;
}

.card .table {
  margin-bottom: 0;
}

.card .table td,
.card .table th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.table .custom-toggle {
  display: block;
}

.table-flush th, .table-flush td {
  border-left: 0;
  border-right: 0;
}

.table-flush tr:first-child th, .table-flush tr:first-child td {
  border-top: 0;
}

.table-flush tr:last-child th, .table-flush tr:last-child td {
  border-bottom: 0;
}

.table-cards thead th,
.table-cards thead td,
.table-cards tbody th,
.table-cards tbody td {
  border: 0 !important;
  padding: 1rem;
  position: relative;
  background-color: transparent;
}

.table-cards tbody tr:not(.table-divider) {
  border-radius: 0.375rem;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.table-cards tbody tr th {
  border-radius: 0.375rem 0 0 0.375rem;
}

.table-cards tbody tr th:after {
  border-radius: 0.375rem 0 0 0.375rem;
  border-left: 1px solid #EFF2F7;
}

.table-cards tbody tr td:last-child {
  border-radius: 0 0.375rem 0.375rem 0;
}

.table-cards tbody tr td:last-child:after {
  border-radius: 0 0.375rem 0.375rem 0;
  border-right: 1px solid #EFF2F7;
}

.table-cards tbody tr th, .table-cards tbody tr td {
  background-color: #FFF;
}

.table-cards tbody tr th:after, .table-cards tbody tr td:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #EFF2F7;
  border-bottom: 1px solid #EFF2F7;
  left: 0;
  top: 0;
  pointer-events: none;
}

.table-cards tr.table-divider {
  height: 1rem;
}

.table-cards.table-hover tbody > tr:hover th,
.table-cards.table-hover tbody > tr:hover td {
  background-color: #FAFBFE;
}

@media (min-width: 768px) {
  .table-cards.table-scale--hover tr:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.table [data-sort] {
  cursor: pointer;
}

.table .thead-dark [data-sort]::after {
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%23708cad'/></svg>");
  margin-left: .25rem;
}

.table .thead-light [data-sort]::after {
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%238492A6'/></svg>");
  margin-left: .25rem;
}

.timeline {
  position: relative;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1rem;
  height: 100%;
  border-right: 2px solid #EFF2F7;
}

[data-timeline-axis-style="dashed"]:before {
  border-right-style: dashed !important;
}

[data-timeline-axis-style="dotted"]:before {
  border-right-style: dotted !important;
}

.timeline-block {
  position: relative;
  margin: 2em 0;
}

.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-block:first-child {
  margin-top: 0;
}

.timeline-block:last-child {
  margin-bottom: 0;
}

.timeline-step {
  position: absolute;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  left: 0;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #EFF2F7;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 600;
  z-index: 1;
}

.timeline-step svg, .timeline-step i {
  line-height: 1.4;
}

.timeline-step-icon {
  background: #FFF;
  border: 2px solid #EFF2F7;
}

.timeline-step-xs {
  width: 17px;
  height: 17px;
  font-size: .75rem;
}

.timeline-step-sm {
  width: 23px;
  height: 23px;
  font-size: .75rem;
}

.timeline-step-lg {
  width: 47px;
  height: 47px;
  font-size: 1.75rem;
}

.timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  position: relative;
  top: -6px;
}

.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-body {
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .timeline:before {
    left: 50%;
    margin-left: -2px;
  }
  .timeline-step {
    left: 50%;
  }
  .timeline-content {
    width: 38%;
  }
  .timeline-body {
    padding: 1.5rem;
  }
  .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }
  [data-timeline-axis-color="primary"]:before {
    border-color: #1b264F;
  }
  [data-timeline-axis-color="secondary"]:before {
    border-color: #EFF2F7;
  }
  [data-timeline-axis-color="success"]:before {
    border-color: #36B37E;
  }
  [data-timeline-axis-color="info"]:before {
    border-color: #00B8D9;
  }
  [data-timeline-axis-color="warning"]:before {
    border-color: #FFAB00;
  }
  [data-timeline-axis-color="danger"]:before {
    border-color: #FF5630;
  }
  [data-timeline-axis-color="light"]:before {
    border-color: #EFF2F7;
  }
  [data-timeline-axis-color="dark"]:before {
    border-color: #273444;
  }
  [data-timeline-axis-color="neutral"]:before {
    border-color: #FFF;
  }
  [data-timeline-axis-color="white"]:before {
    border-color: #FFF;
  }
}

.timeline-one-side:before {
  left: 1rem;
}

.timeline-one-side .timeline-step {
  left: 1rem;
}

.timeline-one-side .timeline-content {
  width: auto;
}

.timeline-one-side .timeline-block:nth-child(even) .timeline-content {
  float: none;
}

.tongue {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: rotate(180deg) translateX(50%);
          transform: rotate(180deg) translateX(50%);
  width: 138px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #8492A6;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
}

.tongue i {
  -webkit-animation: floating-sm 2s ease infinite;
          animation: floating-sm 2s ease infinite;
}

.tongue:hover i {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.tongue-primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%231b264F' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}

.tongue-primary:hover {
  color: #FFF;
}

.tongue-secondary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23EFF2F7' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #273444;
}

.tongue-secondary:hover {
  color: #273444;
}

.tongue-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%2336B37E' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}

.tongue-success:hover {
  color: #FFF;
}

.tongue-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%2300B8D9' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}

.tongue-info:hover {
  color: #FFF;
}

.tongue-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFAB00' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}

.tongue-warning:hover {
  color: #FFF;
}

.tongue-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FF5630' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}

.tongue-danger:hover {
  color: #FFF;
}

.tongue-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23EFF2F7' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #273444;
}

.tongue-light:hover {
  color: #273444;
}

.tongue-dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23273444' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}

.tongue-dark:hover {
  color: #FFF;
}

.tongue-neutral {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #273444;
}

.tongue-neutral:hover {
  color: #273444;
}

.tongue-white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #273444;
}

.tongue-white:hover {
  color: #273444;
}

.tongue-section-primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #273444;
}

.tongue-section-primary:hover {
  color: #273444;
}

.tongue-section-secondary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FAFBFE' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #273444;
}

.tongue-section-secondary:hover {
  color: #273444;
}

.tongue-section-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23E0E6ED' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #273444;
}

.tongue-section-light:hover {
  color: #273444;
}

.tongue-section-dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%231a232d' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}

.tongue-section-dark:hover {
  color: #FFF;
}

.tongue-section-tertiary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FDA145' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}

.tongue-section-tertiary:hover {
  color: #FFF;
}

.tongue-top {
  top: -1px;
}

.tongue-bottom {
  top: auto;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@keyframes floating-sm {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

h1, h2, h3,
.h1, .h2, .h3 {
  font-weight: 500;
}

h4, h5, h6,
.h4, .h5, .h6 {
  font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: #3C4858;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  color: #1b264F;
}

a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  a {
    -webkit-transition: none;
    transition: none;
  }
}

.fluid-paragraph {
  width: 680px;
  margin: auto;
  padding: 0 1.5rem;
  position: relative;
}

.fluid-paragraph-sm {
  width: 580px;
}

@media (max-width: 767.98px) {
  .fluid-paragraph {
    width: 100%;
  }
}

.link {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .link {
    -webkit-transition: none;
    transition: none;
  }
}

[class*="link-underline-"] {
  padding-bottom: 8px;
  position: relative;
}

[class*="link-underline-"]:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 50rem;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}

@media (prefers-reduced-motion: reduce) {
  [class*="link-underline-"]:after {
    -webkit-transition: none;
    transition: none;
  }
}

[class*="link-underline-"]:hover:after {
  width: calc(100% + 8px);
  left: -4px;
}

.link-underline-primary {
  color: #1b264F;
}

.link-underline-primary:after {
  background-color: #1b264F;
}

.link-underline-primary:hover {
  color: #0e1429;
}

.link-underline-secondary {
  color: #EFF2F7;
}

.link-underline-secondary:after {
  background-color: #EFF2F7;
}

.link-underline-secondary:hover {
  color: #cdd6e6;
}

.link-underline-success {
  color: #36B37E;
}

.link-underline-success:after {
  background-color: #36B37E;
}

.link-underline-success:hover {
  color: #2a8c62;
}

.link-underline-info {
  color: #00B8D9;
}

.link-underline-info:after {
  background-color: #00B8D9;
}

.link-underline-info:hover {
  color: #008da6;
}

.link-underline-warning {
  color: #FFAB00;
}

.link-underline-warning:after {
  background-color: #FFAB00;
}

.link-underline-warning:hover {
  color: #cc8900;
}

.link-underline-danger {
  color: #FF5630;
}

.link-underline-danger:after {
  background-color: #FF5630;
}

.link-underline-danger:hover {
  color: #fc2e00;
}

.link-underline-light {
  color: #EFF2F7;
}

.link-underline-light:after {
  background-color: #EFF2F7;
}

.link-underline-light:hover {
  color: #cdd6e6;
}

.link-underline-dark {
  color: #273444;
}

.link-underline-dark:after {
  background-color: #273444;
}

.link-underline-dark:hover {
  color: #141b24;
}

.link-underline-neutral {
  color: #FFF;
}

.link-underline-neutral:after {
  background-color: #FFF;
}

.link-underline-neutral:hover {
  color: #e6e5e5;
}

.link-underline-white {
  color: #FFF;
}

.link-underline-white:after {
  background-color: #FFF;
}

.link-underline-white:hover {
  color: #e6e5e5;
}

.blockquote .quote {
  position: absolute;
}

.blockquote .quote:before {
  font-family: Arial;
  content: "\201C";
  color: #1b264F;
  font-size: 4em;
  line-height: 1;
}

.blockquote .quote + .quote-text {
  padding-left: 2.25rem;
}

.blockquote footer {
  background: transparent;
}

.blockquote-border-left {
  border-left: 0.5rem solid #1b264F;
}

.blockquote-card {
  padding: 1.2em 30px 1.2em 75px;
  border-left: 0.5rem solid #1b264F;
  position: relative;
}

.blockquote-card:before {
  font-family: Arial;
  content: "\201C";
  color: #1b264F;
  font-size: 4em;
  position: absolute;
  left: .875rem;
  top: -.875rem;
}

.blockquote-card:after {
  content: '';
}

.list-icons li i, .list-icons li svg {
  margin-right: 1rem;
  font-size: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 2px;
  position: relative;
}

article h4:not(:first-child),
article h5:not(:first-child) {
  margin-top: 3rem;
}

article h4, article h5 {
  margin-bottom: 1.5rem;
}

article figure {
  margin: 3rem 0;
}

article h5 + figure {
  margin-top: 0;
}

.customizer {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  width: 300px;
  height: 60px;
  z-index: 100;
}

.customizer .btn-skins {
  background: #6e00ff;
  background: linear-gradient(135deg, #6e00ff 0%, #00b8d9 18%, #00b8d9 18%, #36b37e 37%, #ff5630 50%, #ff5630 65%, #ffab00 83%, #ffab00 100%);
}

.flatpickr-calendar {
  border: 0;
  width: auto;
  margin-top: -2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #FFF;
  box-shadow: none;
  border-radius: 0.25rem;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  display: none;
}

.flatpickr-months {
  background-color: #1b264F;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.flatpickr-months .flatpickr-month {
  height: 60px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #FFF;
  top: 13px;
  -webkit-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

@media (prefers-reduced-motion: reduce) {
  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    -webkit-transition: none;
    transition: none;
  }
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: rgba(255, 255, 255, 0.7);
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #FFF;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #FFF;
}

.flatpickr-months .flatpickr-prev-month {
  margin-left: 15px;
}

.flatpickr-months .flatpickr-next-month {
  margin-right: 15px;
}

.flatpickr-current-month {
  font-size: 1.125rem;
  color: #FFF;
  padding-top: 18px;
}

.flatpickr-current-month span.cur-month:hover {
  background-color: transparent;
}

.flatpickr-current-month .numInputWrapper:hover {
  background-color: transparent;
}

.flatpickr-current-month .numInputWrapper span {
  border: 0;
  right: -5px;
  padding: 0;
}

.flatpickr-current-month .numInputWrapper span:after {
  left: 3px;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.flatpickr-current-month .numInputWrapper span.arrowUp:hover:after {
  border-bottom-color: #FFF;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(255, 255, 255, 0.7);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:hover:after {
  border-top-color: #FFF;
}

span.flatpickr-weekday {
  font-weight: 600;
  color: #C0CCDA;
}

.flatpickr-day {
  font-size: 0.875rem;
  border: 0;
  color: #8492A6;
}

.flatpickr-day.today {
  color: #1b264F !important;
}

.flatpickr-day.today:hover {
  background-color: transparent;
  color: #1b264F;
}

.flatpickr-day:hover {
  background-color: transparent;
  color: #1b264F;
}

.flatpickr-day.selected {
  background-color: rgba(27, 38, 79, 0.8);
  color: #FFF !important;
}

.flatpickr-day.selected:hover {
  background-color: #1b264F;
  color: #FFF;
}

.numInputWrapper span:hover {
  background-color: transparent;
}

.flatpickr-time {
  border-top: 1px solid #EFF2F7;
}

.flatpickr-innerContainer {
  padding: 15px;
}

.dropzone {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.dz-message {
  padding: 5rem 1rem;
  background-color: #FFF;
  border: 1px dashed #E0E6ED;
  border-radius: 0.25rem;
  text-align: center;
  color: #8492A6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-ordinal-group: 0;
          order: -1;
  cursor: pointer;
  z-index: 999;
}

.dz-message:hover {
  border-color: #8492A6;
  color: #8492A6;
}

.dz-drag-hover .dz-message {
  border-color: #1b264F;
  color: #1b264F;
}

.dropzone-multiple .dz-message {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.dropzone-single.dz-max-files-reached .dz-message {
  background-color: rgba(31, 45, 61, 0.9);
  color: white;
  opacity: 0;
}

.dropzone-single.dz-max-files-reached .dz-message:hover {
  opacity: 1;
}

.dz-preview-single {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.25rem;
}

.dz-preview-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.25rem;
}

.dz-preview-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}

.dz-preview-multiple .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

[data-dz-size] strong {
  font-weight: 400;
}

.countdown-item {
  display: inline-block;
}

.countdown-label {
  font-size: 1.2rem;
  padding: 0 10px;
}

.countdown-sm .countdown-digit,
.countdown-sm .countdown-label {
  font-size: 1.4rem;
}

.countdown-sm .countdown-label {
  font-size: 0.875rem;
  padding: 0 10px;
}

[data-countdown-label="hide"] .countdown-label:not(.countdown-days) {
  display: none;
}

[data-countdown-label="show"] .countdown-separator {
  display: none;
}

.countdown-hero .countdown-item {
  margin-right: 10px;
}

.countdown-hero .countdown-item:last-child {
  margin-right: 0;
}

.countdown-hero .countdown-digit {
  display: block;
  padding: 0 1.5rem;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  color: #3C4858;
  cursor: default;
}

.countdown-hero .countdown-label {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 0.875rem;
  text-transform: capitalize;
  font-weight: 600;
}

.countdown-hero .countdown-separator {
  display: none;
}

@media (max-width: 991.98px) {
  .countdown-hero .countdown-digit {
    font-size: 2rem;
  }
}

.countdown-hero-dark .countdown-digit,
.countdown-hero-dark .countdown-label {
  color: #FFF;
}

.countdown-blocks .countdown-item {
  margin-right: 10px;
}

.countdown-blocks .countdown-item:last-child {
  margin-right: 0;
}

.countdown-blocks .countdown-digit {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #1b264F;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  border-radius: 0.25rem;
  cursor: default;
}

.countdown-blocks .countdown-label {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 0.875rem;
  text-transform: capitalize;
  font-weight: 600;
}

.countdown-blocks .countdown-separator {
  display: none;
}

.milestone-count-extra {
  display: none;
}

.counting-finished + .counter-extra {
  display: inline-block;
}

.quick-view-container {
  background: rgba(10, 10, 10, 0.85);
}

.quick-view-content {
  bottom: 0;
  height: calc(100% - 40px);
  left: 0;
  margin: auto;
  max-height: 650px;
  max-width: 980px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 40px);
}

.quick-view-carousel {
  background: #FFF;
  border: 1px solid #EFF2F7;
  border-radius: 0.375rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 57%;
  z-index: 10;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
}

.quick-view-carousel .fancybox-stage {
  bottom: 30px;
}

.quick-view-aside {
  background: #FFF;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  bottom: 2rem;
  color: #8492A6;
  left: auto;
  padding: 3rem 0 2rem 0;
  position: absolute;
  right: 0;
  top: 2rem;
  width: 43%;
}

.quick-view-aside > div {
  height: 100%;
  overflow: auto;
  padding: 0 2rem;
}

.quick-view-close {
  background: #f0f0f0;
  border: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  color: #222;
  cursor: pointer;
  font-family: Arial;
  font-size: 14px;
  height: 44px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -99999px;
  top: 2rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 2.75rem;
}

.quick-view-close:hover {
  background: #e4e4e4;
}

.quick-view-close:before, .quick-view-close:after {
  background-color: #222;
  content: '';
  height: 18px;
  left: 22px;
  position: absolute;
  top: 12px;
  width: 1px;
}

.quick-view-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.quick-view-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.quick-view-bullets {
  bottom: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: center;
  width: 100%;
  z-index: 99999;
}

.quick-view-bullets li {
  display: inline-block;
  vertical-align: top;
}

.quick-view-bullets li a {
  display: block;
  height: 30px;
  position: relative;
  width: 20px;
}

.quick-view-bullets li a span {
  background: #D3DCE6;
  border-radius: 99px;
  height: 10px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
}

.quick-view-bullets li.active a span {
  background: #1b264F;
}

.highlight {
  background-color: #212d3a;
  padding: 1.25rem;
  margin-bottom: 2rem;
  border: 1px solid #EFF2F7;
  border-radius: 0.25rem;
}

.highlight pre {
  margin-bottom: 0;
  padding: 1.25rem;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #DCDCDC;
}

.hljs pre code {
  color: #DCDCDC;
}

.hljs-keyword,
.hljs-literal,
.hljs-symbol,
.hljs-name {
  color: #569CD6;
}

.hljs-link {
  color: #569CD6;
  text-decoration: underline;
}

.hljs-built_in,
.hljs-type {
  color: #4EC9B0;
}

.hljs-number,
.hljs-class {
  color: #B8D7A3;
}

.hljs-string,
.hljs-meta-string {
  color: #D69D85;
}

.hljs-regexp,
.hljs-template-tag {
  color: #9A5334;
}

.hljs-subst,
.hljs-function,
.hljs-title,
.hljs-params,
.hljs-formula {
  color: #DCDCDC;
}

.hljs-comment,
.hljs-quote {
  color: #57A64A;
  font-style: italic;
}

.hljs-doctag {
  color: #608B4E;
}

.hljs-meta,
.hljs-meta-keyword,
.hljs-tag {
  color: #9B9B9B;
}

.hljs-variable,
.hljs-template-variable {
  color: #BD63C5;
}

.hljs-attr,
.hljs-attribute,
.hljs-builtin-name {
  color: #9CDCFE;
}

.hljs-section {
  color: gold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-bullet,
.hljs-selector-tag,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #D7BA7D;
}

.hljs-addition {
  background-color: #144212;
  display: inline-block;
  width: 100%;
}

.hljs-deletion {
  background-color: #600;
  display: inline-block;
  width: 100%;
}

.masonry-filter {
  cursor: pointer;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 0;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 0;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  background: #E5E9F2;
  border-radius: 4px;
  border: 0;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #1b264F;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-target {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background: #E5E9F2;
  margin: 15px 0;
}

.noUi-horizontal {
  height: 0;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -10px;
}

.noUi-vertical {
  width: 0;
}

.noUi-connect {
  background: #1b264F;
  box-shadow: none;
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  top: -7px;
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #1b264F;
  transition: box-shadow 0.2s,-webkit-transform 0.2s;
  -webkit-transition: box-shadow 0.2s,-webkit-transform 0.2s;
  transition: box-shadow 0.2s,transform 0.2s;
  transition: box-shadow 0.2s,transform 0.2s,-webkit-transform 0.2s;
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before,
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  display: none;
}

.noUi-horizontal .noUi-handle.noUi-active,
.noUi-vertical .noUi-handle.noUi-active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.noUi-horizontal .noUi-active,
.noUi-vertical .noUi-active {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.input-slider--cyan .noUi-connect {
  background: #4bd6e5;
}

.input-slider--cyan.noUi-horizontal .noUi-handle,
.input-slider--cyan.noUi-vertical .noUi-handle {
  background-color: #4bd6e5;
}

.input-slider--red .noUi-connect {
  background: #FF5630;
}

.input-slider--red.noUi-horizontal .noUi-handle,
.input-slider--red.noUi-vertical .noUi-handle {
  background-color: #FF5630;
}

.input-slider--green .noUi-connect {
  background: #36B37E;
}

.input-slider--green.noUi-horizontal .noUi-handle,
.input-slider--green.noUi-vertical .noUi-handle {
  background-color: #36B37E;
}

.input-slider--yellow .noUi-connect {
  background: #ffcc00;
}

.input-slider--yellow.noUi-horizontal .noUi-handle,
.input-slider--yellow.noUi-vertical .noUi-handle {
  background-color: #ffcc00;
}

.input-slider--pink .noUi-connect {
  background: #f074ad;
}

.input-slider--pink.noUi-horizontal .noUi-handle,
.input-slider--pink.noUi-vertical .noUi-handle {
  background-color: #f074ad;
}

/* Disabled state */
[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #b2b2b2;
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed;
}

/* Range slider value labels */
.range-slider-value {
  font-size: 0.75rem;
  font-weight: 500;
  background-color: rgba(39, 52, 68, 0.7);
  color: #FFF;
  border-radius: 10px;
  padding: .4em .8em .3em .85em;
}

.range-slider-wrapper .upper-info {
  font-weight: 400;
  margin-bottom: 5px;
}

.input-slider-value-output {
  background: #333;
  color: #fff;
  padding: 4px 8px;
  position: relative;
  top: 12px;
  font-size: 11px;
  border-radius: 2px;
}

.input-slider-value-output:after {
  bottom: 100%;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #333;
  border-width: 4px;
  margin-left: -4px;
}

.input-slider-value-output.left:after {
  left: 10px;
  right: auto;
}

.input-slider-value-output.right:after {
  right: 10px;
  left: auto;
}

.ql-container {
  font-family: "Open Sans", sans-serif;
}

.ql-toolbar {
  position: relative;
  padding: 0.75rem 1.25rem;
  background-color: #FFF;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem 0.25rem 0 0;
  color: #8492A6;
}

.ql-toolbar + .ql-container {
  margin-top: -1px;
}

.ql-toolbar + .ql-container .ql-editor {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ql-editor {
  min-height: 6.8rem;
  display: block;
  width: 100%;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #8492A6;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .ql-editor {
    -webkit-transition: none;
    transition: none;
  }
}

.ql-editor::-ms-expand {
  background-color: transparent;
  border: 0;
}

.ql-editor:focus {
  color: #8492A6;
  background-color: #FFF;
  border-color: rgba(27, 38, 79, 0.5);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(27, 38, 79, 0.1);
}

.ql-editor:focus {
  border-color: #E0E6ED;
}

.ql-hidden {
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.ql-editor.ql-blank::before {
  top: 0.75rem;
  left: 1.25rem;
  font-style: normal;
  color: #C0CCDA;
}

.ql-editor:focus::before {
  display: none;
}

.ql-formats {
  padding-left: .5rem;
  padding-right: .5rem;
}

.ql-formats:first-child {
  padding-left: 0;
}

.ql-formats:last-child {
  padding-right: 0;
}

.ql-toolbar button {
  padding: 0 .25rem;
  background: none;
  border: none;
  color: #8492A6;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ql-toolbar button:hover {
  color: #1b264F;
}

.ql-toolbar button:first-child {
  margin-left: -.25rem;
}

.ql-toolbar .ql-active {
  color: #1b264F;
}

.ql-toolbar button svg {
  height: 1.25rem;
  width: 1.25rem;
}

.ql-toolbar .ql-stroke {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.ql-toolbar .ql-thin {
  stroke-width: 1;
}

.ql-toolbar .ql-fill {
  fill: currentColor;
}

.ql-toolbar input.ql-image {
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.ql-tooltip {
  position: absolute;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  width: 18.5rem;
  background-color: #FFF;
  border: 1px solid rgba(31, 45, 61, 0.05);
  border-radius: 0.375rem;
  padding: 0.75rem 1.25rem;
  margin-top: .6rem;
  box-shadow: 0px 0.5rem 2rem 0px rgba(31, 45, 61, 0.2);
}

.ql-tooltip:before, .ql-tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ql-tooltip:before {
  border-bottom: 0.6rem solid rgba(31, 45, 61, 0.05);
  border-left: .6rem solid transparent;
  border-right: .6rem solid transparent;
}

.ql-tooltip:after {
  border-bottom: 0.5rem solid #FFF;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
}

.ql-container .ql-tooltip:hover {
  display: -webkit-box !important;
  display: flex !important;
}

.ql-tooltip .ql-preview {
  width: 100%;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-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;
  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 (prefers-reduced-motion: reduce) {
  .ql-tooltip .ql-preview {
    -webkit-transition: none;
    transition: none;
  }
}

.ql-tooltip.ql-editing .ql-preview {
  display: none;
}

.ql-tooltip input {
  display: none;
  width: 100%;
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.5;
  border: none;
  color: #8492A6;
}

.ql-tooltip input:focus {
  outline: none;
}

.ql-tooltip.ql-editing input {
  display: block;
}

.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
  margin-left: .25rem;
}

.ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-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;
  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 (prefers-reduced-motion: reduce) {
  .ql-tooltip .ql-action::before,
  .ql-tooltip .ql-remove::before {
    -webkit-transition: none;
    transition: none;
  }
}

.ql-tooltip .ql-action::before:hover, .ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-remove::before:hover,
.ql-tooltip .ql-remove::before:focus {
  text-decoration: none;
}

.ql-tooltip .ql-action::before:focus, .ql-tooltip .ql-action::before.focus,
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove::before.focus {
  outline: 0;
  box-shadow: 0 0 0 rgba(21, 29, 60, 0.25);
}

.ql-tooltip .ql-action::before,
.ql-tooltip.ql-editing .ql-action::before {
  color: #FFF;
  background: #1b264F -webkit-gradient(linear, left top, left bottom, from(#3d4769), to(#1b264F)) repeat-x;
  background: #1b264F linear-gradient(180deg, #3d4769, #1b264F) repeat-x;
  border-color: #1b264F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.ql-tooltip .ql-action::before:hover,
.ql-tooltip.ql-editing .ql-action::before:hover {
  color: #FFF;
  background: #111832 -webkit-gradient(linear, left top, left bottom, from(#353b51), to(#111832)) repeat-x;
  background: #111832 linear-gradient(180deg, #353b51, #111832) repeat-x;
  border-color: #0e1429;
}

.ql-tooltip .ql-action::before:focus, .ql-tooltip .ql-action::before.focus,
.ql-tooltip.ql-editing .ql-action::before:focus,
.ql-tooltip.ql-editing .ql-action::before.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(27, 38, 79, 0.35);
}

.ql-tooltip .ql-action::before.disabled, .ql-tooltip .ql-action::before:disabled,
.ql-tooltip.ql-editing .ql-action::before.disabled,
.ql-tooltip.ql-editing .ql-action::before:disabled {
  color: #FFF;
  background-color: #1b264F;
  border-color: #1b264F;
  background-image: none;
}

.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active, .ql-tooltip .ql-action::before:not(:disabled):not(.disabled).active,
.show > .ql-tooltip .ql-action::before.dropdown-toggle,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled).active,
.show >
.ql-tooltip.ql-editing .ql-action::before.dropdown-toggle {
  color: #FFF;
  background-color: #0e1429;
  background-image: none;
  border-color: #0b0f1f;
}

.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active:focus, .ql-tooltip .ql-action::before:not(:disabled):not(.disabled).active:focus,
.show > .ql-tooltip .ql-action::before.dropdown-toggle:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled).active:focus,
.show >
.ql-tooltip.ql-editing .ql-action::before.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(27, 38, 79, 0.35);
}

.ql-tooltip .ql-action::before {
  content: 'Edit';
}

.ql-tooltip.ql-editing .ql-action::before {
  content: 'Save';
}

.ql-tooltip .ql-remove::before {
  color: #273444;
  background: #FFF -webkit-gradient(linear, left top, left bottom, from(white), to(#FFF)) repeat-x;
  background: #FFF linear-gradient(180deg, white, #FFF) repeat-x;
  border-color: #FFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  content: 'Remove';
  border-color: #E5E9F2;
}

.ql-tooltip .ql-remove::before:hover {
  color: #273444;
  background: #ececec -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ececec)) repeat-x;
  background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x;
  border-color: #e6e5e5;
}

.ql-tooltip .ql-remove::before:focus, .ql-tooltip .ql-remove::before.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.ql-tooltip .ql-remove::before.disabled, .ql-tooltip .ql-remove::before:disabled {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
  background-image: none;
}

.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active, .ql-tooltip .ql-remove::before:not(:disabled):not(.disabled).active,
.show > .ql-tooltip .ql-remove::before.dropdown-toggle {
  color: #273444;
  background-color: #e6e5e5;
  background-image: none;
  border-color: #dfdfdf;
}

.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active:focus, .ql-tooltip .ql-remove::before:not(:disabled):not(.disabled).active:focus,
.show > .ql-tooltip .ql-remove::before.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.ql-tooltip.ql-editing .ql-remove::before {
  display: none;
}

.ql-editor blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.ql-editor img {
  max-width: 100%;
  height: auto;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}

.scroll-element div {
  box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.scrollbar-inner {
  height: 100%;
}

.scrollbar-inner:not(:hover) .scroll-element {
  opacity: 0;
}

.scrollbar-inner .scroll-element {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  margin-right: 2px;
}

.scrollbar-inner .scroll-element .scroll-bar,
.scrollbar-inner .scroll-element .scroll-element_track {
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

.scrollbar-inner .scroll-element .scroll-element_track {
  background-color: transparent;
}

.scrollbar-inner .scroll-element:hover {
  width: 4px;
}

.scrollbar-inner .scroll-element.scroll-y {
  width: 3px;
  right: 0;
}

.scrollbar-inner .scroll-element.scroll-x {
  height: 3px;
  bottom: 0;
}

.select2-selection__arrow {
  display: none;
}

.select2.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #8492A6;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container .select2-selection--single,
  .select2-container--default.select2-container--focus .select2-selection--multiple,
  .select2-container--default .select2-selection--multiple,
  .select2-container--default .select2-search--dropdown .select2-search__field {
    -webkit-transition: none;
    transition: none;
  }
}

.select2-container .select2-selection--single::-ms-expand,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-expand {
  background-color: transparent;
  border: 0;
}

.select2-container .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #8492A6;
  background-color: #FFF;
  border-color: rgba(27, 38, 79, 0.5);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(27, 38, 79, 0.1);
}

.select2-container .select2-selection--single::-webkit-input-placeholder, .select2-container--default.select2-container--focus .select2-selection--multiple::-webkit-input-placeholder, .select2-container--default .select2-selection--multiple::-webkit-input-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
  color: #C0CCDA;
  opacity: 1;
}

.select2-container .select2-selection--single::-moz-placeholder, .select2-container--default.select2-container--focus .select2-selection--multiple::-moz-placeholder, .select2-container--default .select2-selection--multiple::-moz-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
  color: #C0CCDA;
  opacity: 1;
}

.select2-container .select2-selection--single:-ms-input-placeholder, .select2-container--default.select2-container--focus .select2-selection--multiple:-ms-input-placeholder, .select2-container--default .select2-selection--multiple:-ms-input-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  color: #C0CCDA;
  opacity: 1;
}

.select2-container .select2-selection--single::-ms-input-placeholder, .select2-container--default.select2-container--focus .select2-selection--multiple::-ms-input-placeholder, .select2-container--default .select2-selection--multiple::-ms-input-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  color: #C0CCDA;
  opacity: 1;
}

.select2-container .select2-selection--single::placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #C0CCDA;
  opacity: 1;
}

.select2-container .select2-selection--single:disabled, .select2-container .select2-selection--single[readonly],
.select2-container--default.select2-container--focus .select2-selection--multiple:disabled,
.select2-container--default.select2-container--focus .select2-selection--multiple[readonly],
.select2-container--default .select2-selection--multiple:disabled,
.select2-container--default .select2-selection--multiple[readonly],
.select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.select2-container--default .select2-search--dropdown .select2-search__field[readonly] {
  background-color: #EFF2F7;
  opacity: 1;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
}

.select2-dropdown {
  padding: 0.35rem 0;
  background-color: #FFF;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
}

.select2-results__option {
  padding: 0.25rem 1.25rem;
  background-color: #FFF;
  color: #8492A6;
}

.select2-results__option:hover {
  color: #1b264F;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: #1b264F;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #C0CCDA;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  height: auto;
  min-height: calc(1.5em + 1.5rem + 2px);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  margin: 0 0 -.25rem -.25rem;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: -webkit-inline-box;
  display: inline-flex;
  padding: 0 .5rem;
  margin: 0 0 .25rem .25rem;
  background-color: #EFF2F7;
  border: none;
  border-radius: 0.2rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  color: #8492A6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  -webkit-box-ordinal-group: 3;
          order: 2;
  margin-left: .5rem;
  color: #8492A6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #8492A6;
}

.select2-container .select2-search--inline {
  display: none;
}

.select2-selection[aria-expanded="true"] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.select2-search--dropdown {
  padding: 0.25rem 1.25rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-sm + .select2-container .select2-selection--single,
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-sm + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.3125rem;
}

.form-control-lg + .select2-container .select2-selection--single,
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 2rem + 2px);
}

.form-control-lg + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.875rem;
}

.swal2-popup {
  padding: 1.5rem;
}

.swal2-popup .swal2-title {
  font-size: 1.5rem;
}

.swal2-popup .swal2-content {
  font-size: 0.875rem;
}

.swal2-popup .swal2-image {
  max-width: 200px;
}

.swiper-slide .card {
  margin: 0;
}

.swiper-container-vertical {
  width: 100%;
  height: 100%;
}

.swiper-container-vertical .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.swiper-pagination {
  left: 0;
}

.swiper-pagination-bullet {
  width: .65rem;
  height: .65rem;
  margin-right: .45rem;
  opacity: .5;
  background: #D3DCE6;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.swiper-pagination-bullet:hover {
  opacity: 1;
}

.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background: #1b264F;
  opacity: 1;
}

.swiper-button {
  width: auto;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  position: static;
  background: transparent;
  color: #D3DCE6;
  font-size: 24px;
}

.swiper-button:active, .swiper-button:focus, .swiper-button:hover {
  background: transparent;
  color: #1b264F;
  opacity: 1;
}

.swiper-button.swiper-button-next {
  margin-left: 10px;
}

.bootstrap-tagsinput {
  display: block;
  max-width: 100%;
  color: #C0CCDA;
  vertical-align: middle;
  background-color: transparent;
  border: 0 solid transparent;
  border-radius: 0.25rem;
  cursor: default;
}

.bootstrap-tagsinput input {
  display: block;
  border: 0;
  color: #8492A6;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.bootstrap-tagsinput input::-webkit-input-placeholder {
  color: #C0CCDA;
  opacity: 1;
}

.bootstrap-tagsinput input::-moz-placeholder {
  color: #C0CCDA;
  opacity: 1;
}

.bootstrap-tagsinput input:-ms-input-placeholder {
  color: #C0CCDA;
  opacity: 1;
}

.bootstrap-tagsinput input::-ms-input-placeholder {
  color: #C0CCDA;
  opacity: 1;
}

.bootstrap-tagsinput input::placeholder {
  color: #C0CCDA;
  opacity: 1;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput [data-role="remove"] {
  margin-left: 10px;
  cursor: pointer;
  color: #FFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}

.bootstrap-tagsinput [data-role="remove"]:after {
  content: "\D7";
  font-size: 16px;
}

.bootstrap-tagsinput .badge {
  display: inline-block;
  position: relative;
  padding: .625rem .625rem .5rem;
  margin: .125rem;
  border-radius: 0.25rem;
  background: #1b264F;
  color: #FFF;
  line-height: 1.5;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(31, 45, 61, 0.25);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-tagsinput .badge {
    -webkit-transition: none;
    transition: none;
  }
}

.bootstrap-tagsinput .badge:hover {
  padding-right: 1.675rem;
}

.bootstrap-tagsinput .badge:hover [data-role="remove"] {
  opacity: 1;
}

/* 520 */
@font-face {
  font-display: swap;
}

/*  layout */
@media (min-width: 1200px) {
  .container {
    max-width: 1360px;
    /* 1140px */
  }
}

/* text styles */
p {
  font-size: 1.25em;
}

.brand-font {
  font-family: 'Montserrat', sans-serif;
}

.ls-n1 {
  letter-spacing: -0.0625rem !important;
}

.ls-n15 {
  letter-spacing: -0.0975rem !important;
}

.ls-n2 {
  letter-spacing: -0.175rem !important;
}


/* navbar style */
.navbar-expand-lg .navbar-nav li.nav-item:last-child a {
  padding-right: 0;
}

/* carrot down */
.dropdown-toggle::after {
  content: none;
}

.dropdown-toggle i {
  margin-left: 10.5px;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .dropdown-toggle i {
    float: right;
  }
}

/* footer style */
.footer .social .nav-link {
  font-size: 1.375rem;
}

/* services  cards */
.card-product .ribbon {
  width: 3.5rem;
  height: 3.5rem;
}

.card-product .actions {
  top: auto;
  left: auto;
  bottom: 3rem;
  right: 1.5rem;
    min-width: 360px;
  height: 20px;
  opacity: 1;
}

@media (max-width: 991.98px) {
	.card-product .actions {
		 min-width: 300px;
	}		
	
	.card-product-actions button {
		min-width: 300px;
	}
	
	.card-product .actions .btn-icon-label .btn-inner--text:not(:first-child) {
		padding-left: 0;
	    display: block;
	    margin: 0 auto;
   }
   .twoln .btn-inner--text {
	   padding-left: 0!important;
	   padding: 0 15% !important;
	}
		
}

.card-product .actions .btn {
  border: 4px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(50deg, #00B8D9 0, #0077d9 100%);
}

.card-product .actions button img,
.card-product .actions span.btn img {
  height: 49px;
  width: auto;
  margin-left: -29px;
}

.card-product .actions .btn-icon-label .btn-inner--icon {
  background: none;
}

.card-product .actions .btn-icon-label .btn-inner--text:not(:first-child) {
  padding-left: 1.5em;
}

/*
.card-product h3 {
  min-height: 3em;
}*/

.card-product .card-headings {
  min-height: 8.5rem;
}


#rivel-home-page .card-product .card-headings {
  min-height: 5.5rem;
}


.card-product h4 {
	font-size: 1.4rem;
}

.card-product .lead {
	font-size: 1rem;
}

/* quote marks */
.blockquote {
  max-width: 100%;
  position: relative;
}

.blockquote .text {
  margin-bottom: 30px;
  display: block;
  position: relative;
  font-family: serif;
}

.quote-marks {
  left: -60px;
  top: -30px;
  opacity: .2;
}

.quote-marks {
  position: absolute;
  color: #273444;
  z-index: -1;
  opacity: .17;
  font-family: sans-serif;
  font-size: 340px;
  font-weight: 700;
  line-height: 260px;
  height: 110px;
  width: 100px;
}

.quote-marks:before {
  content: open-quote;
}

.quote-marks:after {
  content: close-quote;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.blockquote q:after, .blockquote q:before {
  display: none;
}

.styled-quotation-mark {
  position: absolute;
  font-family: 'Playfair Display', serif;
  color: #EFF2F7;
  font-size: 30em;
  left: 0px;
  top: -30px;
  opacity: .4;
  z-index: 1;
  line-height: .6;
}

/* grid styles */
.grid {
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.grid li {
  float: left;
  position: relative;
  width: 20%;
  padding: 40px;
  text-align: center;
}

.grid.grid-2-columns li, .grid.grid-2-columns figure {
  width: 50%;
}

.grid.grid-3-columns li, .grid.grid-3-columns figure {
  width: 33.333333%;
}

.grid.grid-4-columns li, .grid.grid-4-columns figure {
  width: 25%;
}

.grid.grid-5-columns li, .grid.grid-5-columns figure {
  width: 20%;
}

.grid.grid-6-columns li, .grid.grid-6-columns figure {
  width: 16.6666666%;
}

.grid li:hover {
  cursor: pointer;
  background-color: #f8f8f8;
}

.grid li a, .grid li img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid li a img {
  width: 100%;
}

.grid li:before, .grid li:after {
  content: '';
  position: absolute;
}

.grid li:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #eee;
}

.grid li:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #eee;
}

.dna .grid li {
  padding: 20px;
}

.dna .grid li:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #eee;
  border-image: linear-gradient(0.5turn, rgba(0, 184, 217), rgba(255,0,128), rgba(0, 154, 181, 0.6));
    border-image-slice: 1;
}

.dna .grid li:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #eee;
  border-image: linear-gradient(0.25turn, rgba(0, 184, 217), rgba(255,0,128), rgba(0, 154, 181, 0.6));
    border-image-slice: 1;
}

.dna .grid li:hover {
  background: transparent;
}

.dna .grid li .card-body {
  padding:0;
}

.dna .grid li .card-body p {
  color:#1B264F;
}


.grid.clients-grey {
  border: 1px solid #ddd;
}

.grid.clients-grey li {
  background-color: #eee;
}

.grid.clients-grey li:before {
  border-left: 1px solid #ccc;
}

.grid.clients-grey li:after {
  border-bottom: 1px solid #ccc;
}

.grid.clients-border {
  border-width: 10px;
}

@media (max-width: 991.98px) {
  .breakpoint-md .grid li, body.breakpoint-sm .grid li {
    width: 33.33%;
  }
}

@media (max-width: 767.98px) {
  .breakpoint-xs .grid li {
    width: 50%;
  }
}

.bysector h5 {
  line-height: 1.75rem;
  letter-spacing: -0.8px;
  height: 1.75rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
}

.bysectortwo h4.text {
  line-height: 1.75rem;
  letter-spacing: -0.8px;
  height: 1.75rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
}

.bysector p,
.bysectortwo h4.number {
  font-size: 7.5rem;
  font-weight: 700;
 	color: color(display-p3 0.387 0.834 0.715);
}

.bysector h4 {
  font-size: 6rem;
  font-weight: 800;
  color: #16a085;
}

.bysector h6 {
  font-weight: 100;
  color: #8492A6;
}



/* Team cards, and swipes */
.team-item,
.team-wrap,
.team-content,
.team-content-social {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.team-item {
  position: relative;
  margin: 0 0;
}

.team .team-item {
  border:1px solid rgba(0, 185, 217, 0.2);
}



.team-item img {
  width: 100%;
}

.team-wrap {
  background: rgba(34, 34, 34, 0.4);
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  opacity: 1;
}

.team-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 30px 20px 30px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 1;
}

.team-name {
  font-size: 1.2372em;
  margin-bottom: 0;
}

.team-role {
  font-size: .9372em;
  margin-bottom: 0;
  opacity: 1;
}

.team-name,
.team-role {
  color: #fff;
  line-height: 1.1013em;
}

.team-item:hover {
  opacity: 1;
}

.team-item:hover .team-wrap {
  opacity: 1;
  background: none;
}

.team-item:hover .team-content,
.team-item:hover .team-content-social {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.grid.team-grid li {
  float: none;
  position: static;
  width: auto;
  padding: 0;
  text-align: left;
}

.grid.team-grid li:hover {
  cursor: auto;
  background-color: transparent;
}

.grid.team-grid li:before, .grid.team-grid li:after {
  height: auto; 
  top: auto; 
  left: auto; 
  bottom: auto;
  width: auto; 
  border: none;
  content: none;
}



.team-modal-dialog {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.team-modal-content {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background-color: #ececec !important;
}

.vh-86 {
  height: 86vh !important;
}

.vh-60 {
  height: 60vh !important;
}

.clients div.info {
  border-color: #C0CCDA !important;
}

/* */
/* background gradients */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 0;
  background: rgba(0, 0, 0, 0.59);
  opacity: .9;
}

.bg-overlay[data-style="1"] {
  background: #fff;
}

.bg-overlay[data-style="2"] {
  background: #2250fc;
  opacity: .9;
}

.bg-overlay[data-style="3"] {
  background: linear-gradient(140deg, #7c1bd6 0%, #31049b 100%);
  opacity: .1;
}

.bg-overlay[data-style="4"] {
  background: linear-gradient(140deg, rgba(236, 0, 83, 0.979) 0%, rgba(231, 46, 0, 0.71) 100%);
  opacity: .9;
}

.bg-overlay[data-style="5"] {
  background: radial-gradient(circle at left top, #09c8e6 20%, #2250fc 38%, #5839e4 66%);
  opacity: .9;
}

.bg-overlay[data-style="6"] {
  background: radial-gradient(circle at left top, #FE68BB 38%, #4294FA 66%);
  opacity: .9;
}

.bg-overlay[data-style="7"] {
  background: radial-gradient(circle at right top, #c4d622 20%, #93d839 38%, #4294FA 66%);
  opacity: .9;
}

.bg-overlay[data-style="8"] {
  background: -webkit-gradient(linear, left top, left bottom, from(#e02b20), to(#720462));
  background: linear-gradient(180deg, #e02b20 0%, #720462 100%);
  opacity: .9;
}

.bg-overlay[data-style="9"] {
  background: radial-gradient(circle at center, #00a6c0 0%, #0c71c3 100%);
  opacity: .9;
}

.bg-overlay[data-style="10"] {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, 0.99)));
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.99) 100%);
  opacity: 1;
}

.bg-overlay[data-style="11"] {
  background: -webkit-gradient(linear, left top, right top, from(#0090f0), to(#5d08e6));
  background: linear-gradient(90deg, #0090f0 0%, #5d08e6 100%);
  opacity: .9;
}

.bg-overlay[data-style="12"] {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ba01ff), to(#ff0092));
  background: linear-gradient(to bottom, #ba01ff 0, #ff0092 100%);
  opacity: .8;
}

.bg-overlay[data-style="13"] {
  background: radial-gradient(circle at left top, #09c8e6 38%, #4294FA 66%);
  opacity: .9;
}

.bg-overlay[data-style="14"] {
  background: radial-gradient(circle at left top, #00a6c0 38%, #0c71c3 66%);
  opacity: .9;
}

.bg-overlay[data-style="15"] {
 
  
   background: -webkit-gradient(linear, left top, left bottom, from(#00a6c0), to(#0c71c3));
  background: linear-gradient(155deg, #00a6c0 40%, #0c71c3 100%);
  
  opacity: .5;
}

.bg-overlay ~ .container, .bg-overlay ~ .container-fluid {
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .card.bg-overlay {
    position: relative;
  }
}

/* Button w/SVG style */
.read-more-link {
  text-transform: uppercase;
}

.read-more-link svg {
  margin-left: .8rem;
  width: 30px;
  fill: currentColor;
}

svg, button svg {
  pointer-events: none;
}

/* rotate animation */
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.rotate {
  -webkit-animation: rotation 120s infinite linear;
}

/* trendlign */
.circleCallOut {
  background: linear-gradient(50deg, #00B8D9 0, #0077d9 100%);
  width: 90%;
  height: 90%;
  border-radius: 100%;
  padding: 10px;
}

/* M Added ---------------------------------------------------------- */
.form-control-label {
  font-size: 1.175rem;
}

.cxlignreportrequest .custom-checkbox {
  display: inline-block !important;
  min-width: 120px;
}

.custom-checkbox {
  position: relative;
  display: block;
}

.custom-checkbox input[type="checkbox"] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}

.custom-checkbox label {
  position: relative;
}

.custom-checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 22px;
  height: 22px;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 3px;
  border: 1px solid #1b264F;
}

.custom-checkbox label:after {
  content: '';
  display: block;
  width: 24px;
  height: 8px;
  border-bottom: 3px solid #FDA145;
  border-left: 3px solid #FDA145;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  position: absolute;
  top: 6px;
  left: 6px;
}

.custom-checkbox input[type="checkbox"]:checked ~ label::before {
  color: #151d3c;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFF;
  border-color: #151d3c;
  background: #fff  repeat-x;
  box-shadow: none;
}

.custom-checkbox input[type="checkbox"]:checked ~ label::after {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.custom-checkbox label {
  min-height: 34px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  vertical-align: sub;
}

.custom-checkbox label span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-checkbox input[type="checkbox"]:focus + label::before {
  outline: 0;
}

#particles-dots {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: -1;
}

.particles canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.stepwizard-row.setup-panel {
  display: none;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 50%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

#esg .carousel-control-next,
#esg .carousel-control-prev,
#page-cxlign .carousel-control-next,
#page-cxlign .carousel-control-prev,
#sLign .carousel-control-next,
#sLign .carousel-control-prev,
.trendlign .carousel-control-next,
.trendlign .carousel-control-prev,
.guidelign .carousel-control-next,
.guidelign .carousel-control-prev,
.storylign .carousel-control-next,
.storylign .carousel-control-prev,
.creative-studio .carousel-control-next,
.creative-studio .carousel-control-prev
  {
  background: none !important;
}

.h5.nav-link {
  font-weight: 400;
}

.h5.nav-link.active {
  font-weight: 600;
}

.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display: block;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 10px;
  margin-left: -10px;
  background: rgba(70, 130, 180, 0.8);
  cursor: ew-resize;
}

.handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: '\2194';
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background: #00B8D9;
  /* @orange */
  border: 1px solid #1b264F;
  /* darken(@orange, 5%) */
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #1b264F;
  /* lighten(@orange, 20%)*/
}

.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}

lh-auto {
  line-height: normal;
}

.difference .container [class*="col-"] {
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-top: 0;
}

.difference .container [class*="col-"] {
  border-left: 0;
}

.difference .container [class*="col-"]:last-child {
  border-right: 0;
}

.difference .container .row:last-child [class*="col-"] {
  border-bottom: 0;
}

@media (max-width: 477.98px) {
  .breakpoint-md.difference .container .row:last-child [class*="col-"],
  .breakpoint-xs.difference .container .row:last-child [class*="col-"] {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  }
}

.clientlist .dropdown-menu {
  height: 200px;
  overflow-y: auto;
}

.clientlist .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}

.clientlist .dropdown-menu .dropdown-item:focus, .clientlist .dropdown-menu .dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

.zoom-in {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.cxlignfunnel .funnel-top {
  position: absolute;
  top: -7px;
  left: -120px;
  z-index: 20;
  width: 539px;
  height: 14px;
  background: #1b99e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#003352), to(#1b99e6));
  background: linear-gradient(180deg, #003352 0%, #1b99e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003352",endColorstr="#1b99e6",GradientType=1);
  border-radius: 100%;
}

.cxlignfunnel .funnel-bottom {
  position: absolute;
  bottom: -7px;
  left: 0px;
  z-index: 20;
  width: 300px;
  height: 16px;
  background: #003352;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #005f98), color-stop(70%, #003352));
  background: linear-gradient(180deg, #005f98 30%, #003352 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005f98",endColorstr="#003352",GradientType=1);
  border-radius: 100%;
}

.cxlignfunnel li {
  font-size: 0.956rem;
  line-height: 1.3rem;
  padding-top: .55rem;
  height: 4.3rem;
  width: 300px;
  position: relative;
  background: #ccc;
  color: #ffffff;
  text-align: center;
  font-weight: light;
}

.cxlignfunnel li span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding: 6px 0;
}

.cxlignfunnel li:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0%;
  top: 0;
  margin-left: -10px;
  width: 10px;
  border-top: 4.4rem solid #ccc;
  border-left: 20px solid transparent;
  padding-top: .55rem;
}

.cxlignfunnel li:after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0%;
  top: 0;
  margin-left: 10px;
  width: 10px;
  border-top: 4.4rem solid #ccc;
  border-right: 20px solid transparent;
  padding-top: .55rem;
}

.cxlignfunnel li:nth-child(1) {
  background: #1b99e6;
}

.cxlignfunnel li:nth-child(1):before,
.cxlignfunnel li:nth-child(1):after {
  border-top-color: #1b99e6;
}

.cxlignfunnel li:nth-child(1):before {
  width: 120px;
  margin-left: -120px;
}

.cxlignfunnel li:nth-child(1):after {
  width: 120px;
  margin-right: -120px;
}

.cxlignfunnel li:nth-child(2) {
  background: #148ad3;
}

.cxlignfunnel li:nth-child(2):before,
.cxlignfunnel li:nth-child(2):after {
  border-top-color: #148ad3;
}

.cxlignfunnel li:nth-child(2):before {
  width: 100px;
  margin-left: -100px;
}

.cxlignfunnel li:nth-child(2):after {
  width: 100px;
  margin-right: -100px;
}

.cxlignfunnel li:nth-child(3) {
  background: #117fc3;
}

.cxlignfunnel li:nth-child(3):before,
.cxlignfunnel li:nth-child(3):after {
  border-top-color: #117fc3;
}

.cxlignfunnel li:nth-child(3):before {
  width: 80px;
  margin-left: -80px;
}

.cxlignfunnel li:nth-child(3):after {
  width: 80px;
  margin-right: -80px;
}

.cxlignfunnel li:nth-child(4) {
  background: #0b75b6;
}

.cxlignfunnel li:nth-child(4):before,
.cxlignfunnel li:nth-child(4):after {
  border-top-color: #0b75b6;
}

.cxlignfunnel li:nth-child(4):before {
  width: 60px;
  margin-left: -60px;
}

.cxlignfunnel li:nth-child(4):after {
  width: 60px;
  margin-right: -60px;
}

.cxlignfunnel li:nth-child(5) {
  background: #006bac;
}

.cxlignfunnel li:nth-child(5):before,
.cxlignfunnel li:nth-child(5):after {
  border-top-color: #006bac;
}

.cxlignfunnel li:nth-child(5):before {
  width: 40px;
  margin-left: -40px;
}

.cxlignfunnel li:nth-child(5):after {
  width: 40px;
  margin-right: -40px;
}

.cxlignfunnel li:nth-child(6) {
  background: #005f98;
}

.cxlignfunnel li:nth-child(6):before,
.cxlignfunnel li:nth-child(6):after {
  border-top-color: #005f98;
}

.cxlignfunnel li:nth-child(6):before {
  width: 10px;
  margin-left: -20px;
}

.cxlignfunnel li:nth-child(6):after {
  width: 10px;
  margin-right: -20px;
}

@media (max-width: 477.98px) {
  .cxlignfunnel {
    width: 100%;
    margin: 0;
  }
  .cxlignfunnel li {
    width: 100%;
  }
  .cxlignfunnel li:after,
  .cxlignfunnel li:before {
    display: none;
  }
  .cxlignfunnel .funnel-top,
  .cxlignfunnel .funnel-bottom {
    display: none;
  }
}

#CybotCookiebotDialogDetailFooter,
.CookieDeclarationLastUpdated {
  display: none !important;
}

.CookieDeclarationTypeHeader,
.CookieDeclarationTypeDescription,
.CookieDeclarationTableHeader,
.CookieDeclarationTableCell,
.CookieDeclarationDialogText,
.CookieDeclarationIntro,
.CookieDeclaration p,
.CookieDeclaration {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--primary);
}

.CookieDeclaration a {
	color: var(--info);
}

.CookieDeclarationTableHeader {
  font-weight: 400 !important;
}

#clients .grid li:hover {
  cursor: default;
}

@media (max-width: 991.98px) {
  .breakpoint-md .grid li, body.breakpoint-sm .grid li {
    width: 33.33%;
  }
}

@media (max-width: 767.98px) {
  .breakpoint-xs .grid li {
    width: 100%;
    padding: 40px 10px 40px 10px;
  }
}

@media (max-width: 575px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
}

.testimonials .card,
.testimonials .mask {
  border-radius: 0;
}

/* - -- -- - */
.navbar-brand {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand img {
  height: 30px;
}

/* --- 1110 ---*/


#rivel-home-page .header {
	 position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
   }
   
.hello a.text-white:hover, .hello a.text-white:focus {
    color: #fff!important;
    text-decoration: underline;
}


#rivel-home-page .card-headings h3,
#missing-content .card-headings h3,
#moved-content .card-headings h3 {
	font-size: 1.5em;
}


/* --- 0216 ---*/

.hello {
	position: relative;
}

.hello img.award {
	position: absolute;
	right:15%;
	top:-35px;
	height: 100px;
	width: auto;
	z-index: 1;
}

@media (max-width: 768px) {
	.hello img.award {
		right:10px;
	}
}


/* --- 0504 --- */ 

.display-3 sup, .display-5 sup {
	font-size: 1.5rem;
    font-weight: 200;
    vertical-align: text-top;
    top: 0.75em;
}

.onething div[class^="col"]:first-child {
    margin: 0 auto 3rem;
  
}

.onethingfilter li {
	padding: 0 6px;
    border-radius: 3px;
    cursor: pointer;
  }
  
  #filters .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(31, 45, 61, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

  
	
 .clientfullist .clientName:first-child {
	 display: none;
}

.guidelign .hero p.lead {
	font-size:1.025rem;
	padding-right:5px;
}
 
#casestudies .nav-link {
    color: #6c757d;
    border:1px solid transparent;
    border-left: 4px transparent; /* No border for inactive tabs */
    padding: 10px;
    font-weight: normal;
    transition: all 0.3s ease;
}

#casestudies .nav-link:hover {
 	background-color: #f7f7f7;
	color: #000;
	border: 1px solid #f1f1f1;
	border-left: 4px solid #f1f1f1;
	border-right: 1px solid var(--info);
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	padding-right: -2px;
}

#casestudies .nav-link.active {
 	background-color: #ffffff;
	color: #000;
	border: 1px solid var(--info);
	border-left: 4px solid var(--info);
	border-right: none;
	font-weight: bold;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.trendlign #casestudies .nav-link.active {
	background-color: #EFF2F7;
}

#casestudies .tab-content-container {
	border-left: 1px solid var(--info);
	margin-left: -1px;
	z-index: 1;
}


@media (max-width:768px) {
	#casestudies .tab-content-container {
		border-left:none;
		}
	}


  
.gratitude { 
	display: grid; 
	grid-template-columns: repeat(12, 1fr); 
	grid-template-rows: repeat(12, 1fr); 
	grid-column-gap: 15px;
	grid-row-gap: 15px; 
}

.gratitude div { border-radius: 16px;}

.giving1 { grid-area: 2 / 2 / 8 / 5; } 
.giving2 { grid-area: 4 / 3 / 9 / 7; } 
.giving3 { grid-area: 1 / 7 / 7 / 11; } 
.giving4 { grid-area: 3 / 10 / 6 / 13; } 
.giving5 { grid-area: 7 / 7 / 10 / 11; } 
.giving6 { grid-area: 7 / 11 / 13 / 13; } 
.giving7 { grid-area: 7 / 1 / 14 / 5; } 
.giving8 { grid-area: 9 / 4 / 13 / 8; } 

.charities .card-img {
	width:86%;
	height: auto;
	margin: 30px auto 0;
}


.img-grayscale-1 {
	filter: grayscale(1);
	opacity: 0.5;
	
}

.img-grayscale-1:hover {
	opacity: 1;
	transition: opacity 0.35s ease-out;
	filter: grayscale(0);
	
}
@media (max-width: 991.98px) {
	#esg-lp .logos img {
		max-width:260px;
	}
}


.niri {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.niri a {
	position: absolute;
	top:0;
	right: 160px;
	background: #fff;
	padding: 15px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	-webkit-box-shadow: 0px 5px 10px -2px rgba(27,38,79,0.86); 
	box-shadow: 0px 5px 10px -2px rgba(27,38,79,0.86);
}
	  
.niri a img {
	width:110px;
	height: auto;
}

.niri a img:hover {
	cursor: pointer;
}


@media (min-width: 576px) {
  .niri {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .niri {
    max-width: 720px;
  } 
}

@media (min-width: 992px) {
  .niri {
    max-width: 960px;
  }
  .niri a img {
	width:140px;
	}
}

@media (min-width: 1200px) {
  .niri {
    max-width: 1360px;
    /* 1140px */
  }
}

@media (max-width: 575.98px) {
  .niri a {
	right: 15px;
  }
}

@media (max-width: 767.98px) {
 .niri a {
	right: 15px;
  }
}

@media (max-width: 991.98px) {
  .niri a {
	right: 65px;
  }
}

@media (max-width: 1199.98px) {
  .niri a {
	right: 15px;
  }
}






/* --- new team 2/1/23 --- and 6/19/25 --- */
	

.filters-wrapper {
  overflow-x: visible; 
  -webkit-overflow-scrolling: auto;
  scrollbar-width: none; 
  scroll-snap-type: none;
  position: relative;
}
.filters-wrapper::-webkit-scrollbar {
  display: none; 
}

.filters ul {
  display: flex; 
  flex-wrap: wrap;
  gap: 6px;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  margin: 0;
}

.filters ul li {
  flex: 0 1 auto;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  transition: 0.3s;
  background-color: rgba(247, 247, 247, 0.7);
  border: 2px solid transparent;
  margin-bottom: 8px;
}

.filters-wrapper,
.filters ul,
.filters ul li {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.filters ul li:hover,
.filters ul li.is-checked {
  color: #5CC7F5;
  border: 2px solid #5CC7F5;
}

@media (min-width: 768px) {
  
 .filters-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .filters ul {
    display: flex;
    flex-wrap: nowrap;
   gap: 12px;
  }

  .filters ul li {
        flex: 0 0 auto;
        text-align: center;
       
        cursor: pointer;
        position: relative;
     
        transition: 0.3s;
        background-color: rgba(247, 247, 247, 0.7);
        border-radius:4px;
        padding: 8px 12px;
        scroll-snap-align: start;
        
  }
      
  .filters ul li.is-checked{
      font-weight: 600;
  }

 /*  .filters-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: linear-gradient(to left, white, transparent);
    pointer-events: none;
  } */
}

	.filters ul li:last-child{
	  /* margin-right: 0; */
	}
	
	.quicksearch {
		border: none;
		border-bottom: 1px solid #00B8D9;
		width: 96.4%;
		color:#273444;
		font-weight: 400;
		font-size: 16px;
		padding: 10px 12px 0;
		text-align: center;
	}
	
	input.quicksearch:focus{
    outline: none;
}

	
	.team h5.team-title {
		font-size: 1.1em;
	}

    .team .team-role {
	    font-size: 78%;
	    line-height: 1.7em;
    }
    
    .team-info {
	    display: block;
	    min-height: 4.6em;
    }
    
    .team-info {
	    display: block;
	    min-height: 5em;
    }
    
    
 @media (min-width: 992px) {
	h5.team-title {
		font-size: 1.1em;
	}
	
	
	.team-info {
	    display: block;
	    min-height: 4.6em;
    }
}

    
 @media (max-width: 992px) {

	
	
}


    
	#no-results {
	    padding: 10px 20px;
	    	    display: none;
	}
	

	
	
	.animate-this.img
	{
	  position: relative;
	}
.animate-this.img:before, .animate-this.img:after
	{
	  z-index: -1;
	  position: absolute;
	  content: "";
	  bottom: 17px;
	  left: 10px;
	  width: 50%;
	  top: 80%;
	  max-width:300px;
	  background: #777;
	  -webkit-box-shadow: 0 15px 10px #777;
	  -moz-box-shadow: 0 15px 10px #777;
	  box-shadow: 0 15px 10px #777;
	  -webkit-transform: rotate(-3deg);
	  -moz-transform: rotate(-3deg);
	  -o-transform: rotate(-3deg);
	  -ms-transform: rotate(-3deg);
	  transform: rotate(-3deg);
	}
.animate-this.img:after
	{
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 10px;
	  left: auto;
	}


#esg.whitepaper blockquote {
	border-left: 4px solid;
	border-color:#00B8D9;
	
	
}

#esg.whitepaper p:not(.h2),
#esg.whitepaper p:not(.h2) {
	/* font-size: 1em;
	line-height: 1.44em; */
}

 ul.whitepaper-topics li {
	 margin: 0 auto;
	 display: inline-block;
 }


.nav-link.socialIcon {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
letter-spacing: -0.4px;
padding: 0.5rem 0;
color:#fff !important;
}

.nav-link.socialIcon.inpage {
	color:#1B264F !important;
}

.nav-link.socialIcon .fab.fa-linkedin {
	font-size: 30px;
	
}

.nav-link.socialIcon:hover {
	color:#00B8D9 !important;
}

.nav-link.socialIcon span.small {
	font-size: 0.7em;
	line-height: 0.8em;
	text-align: right;
	display: inline-block;
	margin-right: 6px;
}




.back-to-top-wrapper {
	
 position: fixed;bottom: 80px;right: 10px;z-index: 15;
  pointer-events: none;
}


.back-to-top-link {

	text-align: center;
  pointer-events: all;

  display: inline-block;
  text-decoration: none;
  font-size: 0.76rem;
  line-height: 1rem;
 


  color:#f7f7f7;
  background-color: none;
  transition: transform 80ms ease-in;

  &:hover,
  &:focus {
    transform: scale(1.1);
  }

  &:focus {
    outline: none;
    box-shadow: 0 0 0 3px red;
  }
}

.back-to-top-link i {
	font-size: 1.4rem;
	display: block
}

.back-to-top-link:hover {
	color:#00B8D9;
}


.ourdna .icon {
	width:80px;
	height: 80px;
	text-align: center;
}

.ourdna .shadow {
	box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.15) !important;
}

.ourdna .icon.border {
	border:1px solid rgba(255, 255, 255, 0.45) !important;
}

.ourdna .icon-lg svg {
width: 60px;
margin: 10px 0 0 0;
}


/* venn hover styles */

ul:hover .venn-bit {
  opacity: 0.5;
}
ul:hover .venn-bit:hover {
  opacity: 1;
}

.venn {
  position: relative;
  text-align: center;

}
.venn img {
  display: block;
  width: 30em;
  margin: 0 auto;
}
.venn .venn-bit {
  position: absolute;
  min-width: 15em;
  transition: all 0.25s ease-out;
}
.venn .venn-bit:hover {
  min-width: 21em !important;
}
.venn .venn-bit.grow-left {
  text-align: left;
}
.venn .venn-bit.grow-left h2 {
  padding-right: 1em;
}
.venn .venn-bit.grow-left h2:after {
  right: 0;
  transform: translate(50%, 50%);
}
.venn .venn-bit.grow-right {
  text-align: right;
}
.venn .venn-bit.grow-right h2 {
  padding-left: 1em;
}
.venn .venn-bit.grow-right h2:after {
  left: 0;
  transform: translate(-50%, 50%);
}
.venn .venn-bit h2 {
  position: relative;
  padding: 0 0 0.4em;
  border-bottom: solid 0.2em;
  margin: 0 0 0.4em;
  text-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.1);
}
.venn .venn-bit h2:after {
  position: absolute;
  bottom: -0.1em;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fff;
}
.venn .venn-bit p {
  margin: 0;
  padding: 0;
  text-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.1);
}

.venn .venn-bit.venn-eyes {
  right: 58%;
  top: 24%;
}
.venn .venn-bit.venn-nose {
  left: 37.5%;
  top: 15%;
  min-width: 16em;
}




ul:hover .cute-bit {
  opacity: 0.5;
}
ul:hover .cute-bit:hover {
  opacity: 1;
}

.ancatomy {
  position: relative;
  text-align: center;
  color: #fff;
  max-width: 1140px;margin: 0 auto;
}

.ancatomy ul {
	list-style: none;

}
.ancatomy img {
  display: block;
  width: 30em;
  margin: 0 auto;
}
.ancatomy .cute-bit {
  position: absolute;
  min-width: 28em;
  transition: all 0.25s ease-out;
}
.ancatomy .cute-bit:hover {
  min-width: 31em !important;
}
.ancatomy .cute-bit.grow-left {
  text-align: left;
}
.ancatomy .cute-bit.grow-left h2,
.ancatomy .cute-bit.grow-left h4{
  padding-right: 1em;
}
.ancatomy .cute-bit.grow-left h2:after,
.ancatomy .cute-bit.grow-left h4:after{
  right: 0;
  transform: translate(50%, 50%);
}
.ancatomy .cute-bit.grow-right {
  text-align: right;
}
.ancatomy .cute-bit.grow-right h2,
.ancatomy .cute-bit.grow-right h4{
   padding-left: 1em; 
}
.ancatomy .cute-bit.grow-right h2:after,
.ancatomy .cute-bit.grow-right h4:after{
  left: 0;
  transform: translate(-50%, 50%);
}
.ancatomy .cute-customers h2,
.ancatomy .cute-customers h4{
  position: relative;
  padding: 0 0 0.4em;
  border-bottom: solid #1b264F 0.1em;
  margin: 0 0 0.4em;
  text-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.1);
  font-size: 1.3em;
}

.ancatomy .cute-prospects h2,
.ancatomy .cute-prospects h4{
  position: relative;
  padding: 0 0 0.4em;
  border-bottom: solid #fb7f03 0.1em;
  margin: 0 0 0.4em;
  text-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.1);
  font-size: 1.3em;
}

/* if approved apply this font size above instead */
.ancatomy h4 {
	font-size: 1.625rem !important;
}

.ancatomy .cute-customers h2:after,
.ancatomy .cute-customers h4:after{
  position: absolute;
  bottom: -0.1em;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #1b264F;
}

.ancatomy .cute-prospects h2:after,
.ancatomy .cute-prospects h4:after{
  position: absolute;
  bottom: -0.1em;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #fb7f03;
}

.ancatomy .cute-bit p {
  margin: 0;
  padding: 0;
  text-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.1);
  font-size: 1.1em;
}

.ancatomy .cute-bit.cute-customers {
  right: 65%;
/*  top: 25%;*/
	  top: 15%;
}
.ancatomy .cute-bit.cute-prospects {
  left: 66%;
/*  top: 30%;*/
	  top: 25%;
  min-width: 27.5em;
}

@media (max-width: 1024px) {
  	.ancatomy {
    max-width: 992px;
	}
  	.ancatomy img {
    width: 18em;
	}
	.ancatomy .cute-bit.cute-customers {
    right: 60%;
    top: 21%;
	}
	.ancatomy .cute-bit {
    min-width: 21em;
	}
	.ancatomy .cute-customers h2, .ancatomy .cute-prospects h2,
	.ancatomy .cute-customers h4, .ancatomy .cute-prospects h4{
    font-size: 1em;
	}
  	.ancatomy .cute-bit.cute-prospects {
    left: 61%;
    top: 29%;
    min-width: 21em;
	}
  	
  	.ancatomy .cute-bit p {
    font-size: 0.86em;
	}
  	
  	
}




@media (min-width: 992px) {
  	
	
	#us-map {
		min-width: 900px;
	}
}

.mapFrame {
	
	
	width: 500px;
height: 300px;
}


@media (max-width: 576px) {
  	.mapFrame {
		max-width: 320px;
		height: 240px;
	}
	
}

.swiper.Insights {
	min-width: 320px;
}

.swiper.Insights p.h5 {
	min-height: 2.4em;
}

.swiper a:hover .read-more-link {
	color:#00B8D9;

}

.text-shadow {
	/* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); light */ 
	text-shadow: 1px 2px 5px rgba(15, 15, 15, 0.9);
}

.img-rounded {
	border-radius: 20px;
}

.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
 .benefits .d-flex img {
	 display: block;
      width: 100%;
      height: 240px;
      object-fit: cover;
 }
 
 .btn.grdnt {
	 
	 background-image: radial-gradient(circle at 100% 100%, transparent 2px, #AA00FF 2px, #AA00FF 4px, transparent 4px), linear-gradient(to right, #AA00FF, #0091EA), radial-gradient(circle at 0% 100%, transparent 2px, #0091EA 2px, #0091EA 4px, transparent 4px), linear-gradient(to bottom, #0091EA, #64DD17), radial-gradient(circle at 0% 0%, transparent 2px, #64DD17 2px, #64DD17 4px, transparent 4px), linear-gradient(to left, #64DD17, #FF6D00), radial-gradient(circle at 100% 0%, transparent 2px, #FF6D00 2px, #FF6D00 4px, transparent 4px), linear-gradient(to top, #FF6D00, #AA00FF);
background-position: top left, top center, top right, center right, bottom right, bottom center, bottom left, center left;
background-size: 4px 4px, calc(100% - (2 * 2px)) 2px, 4px 4px, 2px calc(100% - (2 * 2px));
background-repeat: no-repeat;

 }


slice.dna {
	background: url(assets/img/careers/gradientBg.jpg) right center no-repeat;
}

@media (max-width: 576px) {
	.workplaceaward img {
		max-width: 27%;
		margin: 2rem 0;
	}
	
	.dna .grid li {
		padding:10px;
	}

}

.careers-ratings {
    padding: 2rem 0;
    text-align:center
}

.careers-ratings__number {
    font-size: 2rem;
    font-weight: 600;
    color: #339c54;
    margin-right:8px
}

.careers-ratings__rating-title {
    font-weight:700
}


.careers-ratings__star::after {
    content: '';
    background: url("https://www.rivel.com/assets/img/svg/shapes/full-star.svg") top center no-repeat;
    height: 2.625rem;
    width: 2.625rem;
    display: inline-block;
    margin-bottom:-10px
}

.careers-ratings__star.full::after {
    background: url("https://www.rivel.com/assets/img/svg/shapes/full-star.svg") top center no-repeat
}

.careers-ratings__star.empty::after {
    background: url("https://www.rivel.com/assets/img/svg/shapes/zero-star-grayed.svg") top center no-repeat
}

.careers-ratings__star.three-quarter::after {
    background: url("https://www.rivel.com/assets/img/svg/shapes/threequarter-star.svg") top center no-repeat
}

.careers-ratings__star.quarter::after {
    background: url("https://www.rivel.com/assets/img/svg/shapes/quarter-star.svg") top center no-repeat
}

.careers-ratings__star.half::after {
    background: url("https://www.rivel.com/assets/img/svg/shapes/half-star.svg") top center no-repeat
}



.emplquote {
   width: 100%;
   height: 91%;
   display: table;
   border: 5px solid #1b264F;
   padding: 15px;
   position: relative;
}

.emplquote::after,
.emplquote::before {
   content: '';
   position: absolute;
   font-family: 'Font Awesome 5 Free';
   font-size: 40px;
   color: #1b264F;
   background: #fff;
}

.emplquote::after {
   content: '\f10d';
   font-family: 'Font Awesome 5 Free', 'FontAwesome', sans-serif;
    font-weight: 900; /* For solid icons */
   top: 0;
   left: 0;
   transform: translate(-50%, -50%);
   box-shadow: 10px 10px 0 #fff;
}

.emplquote::before {
   content: '\f10e';
   font-family: 'Font Awesome 5 Free', 'FontAwesome', sans-serif;
   font-weight: 900; /* For solid icons */
   bottom: 0;
   right: 0;
   transform: translate(50%, 50%);
   box-shadow: -10px -10px 0 #fff;
}

.emplquote-two {
   width: 100%;
   height: 91%;
   display: table;
	background-color: rgba(0,184,217, .2);
   border: 5px solid #00B8D9;
   padding: 15px;
   position: relative;
}

.emplquote-two::after,
.emplquote-two::before {
   content: '';
   position: absolute;
   font-family: 'Font Awesome 5 Free';
   font-size: 40px;
   color: #00B8D9;
   background: #fff;
}

.emplquote-two::after {
   content: '\f10d';
   font-family: 'Font Awesome 5 Free', 'FontAwesome', sans-serif;
    font-weight: 900; /* For solid icons */
   top: 0;
   left: 0;
   transform: translate(-50%, -50%);
   box-shadow: 10px 10px 0 #fff;
}

.emplquote-two::before {
   content: '\f10e';
   font-family: 'Font Awesome 5 Free', 'FontAwesome', sans-serif;
    font-weight: 900; /* For solid icons */
   bottom: 0;
   right: 0;
   transform: translate(50%, 50%);
   box-shadow: -10px -10px 0 #fff;
}

.modal, .modal-content {
    height: 100%;
    width: 100%;
    background-color: rgba(6,30,41,.95);
}


@media (max-width: 767.98px) {
    .modal-content {
        position: relative; /* to allow absolute positioning of inner elements */
    }
}

ul.checked li:before {
  content: '✓';
  padding-right: 1em;
}

ul.checked li {

list-style-position: outside; 
}

 p.checked {
    margin-left: 20px; 
    padding-left: 10px; 
    position: relative; 
  }


  p.checked i {
    position: absolute; 
    left: -20px; 
    top: 8px; 
  }
  
  /* ----  added 2024 --- */
  
 
/* - events listing - */ 

.event {

}

.event h3 a:hover, .event a:hover {
	cursor: pointer !important;
	color: var(--info);
	
}

.event-date {
    font-weight: bold;
}

.event-type {
    font-style: italic;
}

.event-title {
    color: #333;
}

.event-description {
    color: #666;
}

.card-event_detail-datetime {
	color: var(--primary);
}
 
.eventListing .quicksearch {
	 height: 46px;
padding: 0;
 }
 
.eventListing .search-container{
    position: relative;
    display: inline-block;
}

.clear-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.team-search .clear-icon {
    right: unset;
}

/* Style adjustments for the input field for padding */
.eventListing .quicksearch {
    padding-right: 30px; /* Make room for the clear icon */
}


  

.badge-eventtype {
  background-color: #F2F2F2;
  color: var(--primary);
}

.badge-esg {
  background-color: #CCEDEC;
  color: #163C3C;
}

.badge-ir {
  background-color: #C3CBEA;
  color: #0E1327;
}

.badge-perception {
  background-color: #D4F5FF;
  color: #005B77;
}

.badge-in-person {
  background-color: #F2F2F2;
  color: var(--primary);
}

.badge-in-person[href]:hover, .badge-in-person[href]:focus {
  color: #00B8D9;
  text-decoration: none;
  background-color: #b6ebf4;
}

.badge-virtual {
  color: #FFAB00;
  background-color: #ffeecc;
}

.badge-virtual[href]:hover, .badge-soft-warning[href]:focus {
  color: #FFAB00;
  text-decoration: none;
  background-color: #ffe6b3;
}

.badge-in-hybrid {
  background-color: #F2F2F2;
  color: var(--primary);
}

.badge-in-hybrid[href]:hover, .badge-in-hybrid[href]:focus {
  color: #00B8D9;
  text-decoration: none;
  background-color: #b6ebf4;
}

.badge-geoloc {
  background-color: #E6F5EA; 
  color: #1A3E32; 
}

/*  badge colors: 
	
#F2F2F2 - #7F7F7F
#C3CBEA - #0E1327
#D4F5FF - #005B77
#CCEDEC - #163C3C
#DFF4F3 - #266C6A
#FEE5CC - #7D3F01 

*/

/* - event page - */

 
.eventPage h1 span.eventName, .event h2 {
	
	
}

.eventPage h1 span {
	display: block;
}

.eventstartDate.h3, .eventLocation.h3 {
	line-height: 80%;
}

#hotel-details .btn-hotel {
	background: #FB7F03 linear-gradient(180deg, #FB7F02, #FB7F03) repeat-x;
	border-color: #FB7F03;	
}

#hotel-details .btn-hotel:hover {
  background: #d99100 -webkit-gradient(linear, left top, left bottom, from(#dea226), to(#d99100)) repeat-x;
  background: #d99100 linear-gradient(180deg, #dea226, #d99100) repeat-x;
  border-color: #cc8900;	
}

.eventHeader .btn-lg {
	padding: 1rem 1.375rem;
	box-shadow: 2.984375px 4.0234375px 10px -5px #1f4153;
	transition: all 0.3s ease;
	transform: scale(1);
}

.eventHeader .btn-lg:hover {
	transform: scale(1.05); 
}


/* .event-filters .btn-group > .btn, .event-filters .btn-group-vertical > .btn {
  min-width: 180px; 
} */

/* 
	@media (min-width: 992px) 
  .event-filters .btn-group > .btn, 
  .event-filters .btn-group-vertical > .btn {
    min-width: 180px;
  }
}

@media (max-width: 991px) {
  .event-filters .btn-group > .btn, 
  .event-filters .btn-group-vertical > .btn {
    min-width: auto;
    width: auto; 
  }
}
	
	
	*/


@media (min-width: 768px) { 
    .event-filters .btn-group > .btn, .event-filters .btn-group-vertical > .btn {
        min-width: 180px; 
    }
}

@media (max-width: 767px) { 
    .event-filters .col, .event-filters .col-md-3 {
        flex: 0 0 auto; 
        width: auto; 
        margin-bottom: 10px;
    }
    
    .selected-filter {
	    font-size: 0.86rem;
	    color:var(--info);
	    
    }
    
    .btn.dropdown-toggle#dateFilterButton {
	    padding-left: 1em;
	    padding-right: 1em;
    }
}


 .selected-filter {
	    color:var(--info);
	    font-weight: 500;
	    
    }


.eventTopiclist {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 5px; 
}

.eventTopiclist .grid-item {
    flex: 0 0 48%; /* Adjusts the width of each item to fit 2 in a row */
    text-align: left;
    margin-bottom: 2.5%;
  
}

.eventTopiclist .grid-item h3, 
.eventTopiclist .grid-item .h3 {
	font-size: 1.55rem !important;
}

@media (max-width: 767px) {
	
	.eventTopiclist {
		margin-top: 10%;
	}
	.eventTopiclist .grid-item {
    	flex: 0 0 100%; 
		margin-bottom: 0; 
	}

}


.eventTopiclist .grid-item .card {
    background-color: var(--white);   
}

.eventTopiclist .card-body {
	padding-left: 0;
	padding-right: 0;
	
}


/* .eventTopiclist .grid-item:nth-child(1) .icon { color: #3FB0AC }
.eventTopiclist .grid-item:nth-child(2) .icon { color: #006989 }
.eventTopiclist .grid-item:nth-child(3) .icon { color: #009BCC } 
.eventTopiclist .grid-item:nth-child(4) .icon { color: #5EC6C4 } */ 

/* .eventTopiclist .grid-item .icon { color: #009BCC } */

@keyframes pulseBorderColor {
  0% {
    border-color: #009BCC;
  }
  50% {
    border-color: #00CCFF; /* Lighter shade for the pulse effect */
  }
  100% {
    border-color: #009BCC;
  }
}

@keyframes pulseColor {
  0% {
    color: #009BCC;
  }
  50% {
    color: #00CCFF; /* Lighter shade for the pulse effect */
  }
  100% {
    color: #009BCC;
  }
}


.eventTopiclist .grid-item .icon {
  position: relative;
  display: inline-block;
  font-size: 24px; 
  color: var(--brand-green); 
  background-color: transparent; 
  text-align: center;
   
}

.eventTopiclist .grid-item .icon + .icon-text {
padding-left: 0.5rem;
}



.eventTopiclist .grid-item .icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px); 
  height: calc(100% - 10px); 
  border-radius: 50%;
  border: 2px solid color(display-p3 0.387 0.834 0.715) !important;
  z-index: 0;
  animation: pulseBorderColor 2s infinite;
}

.eventTopiclist .grid-item .icon i.fas {
  position: relative;
  z-index: 1;
  font-size: 24px;
}

.eventTopiclist .grid-item:nth-child(1) .icon:before,
.eventTopiclist .grid-item:nth-child(1) .icon i.fas {
  animation-delay: 0s; /* No delay for the first item */
}

.eventTopiclist .grid-item:nth-child(2) .icon:before,
.eventTopiclist .grid-item:nth-child(2) .icon i.fas {
  animation-delay: 0.5s; /* Starts 0.5 seconds later */
}

.eventTopiclist .grid-item:nth-child(3) .icon:before,
.eventTopiclist .grid-item:nth-child(3) .icon i.fas {
  animation-delay: 1s; /* Starts 1 second later */
}

.eventTopiclist .grid-item:nth-child(4) .icon:before,
.eventTopiclist .grid-item:nth-child(4) .icon i.fas {
  animation-delay: 1.5s; /* Starts 1.5 seconds later */
}



#eventCountdown {
    display: flex;
    justify-content: space-between;     padding: 0;
    margin: 0;
    width: 100%;
}

.time-box {
    width: 23%;
    padding: 10px;
    margin: 0;
    text-align: center;
    color:#FFF;
}

.time {
    
    display: block;
}

.time-box:nth-child(1) { background-color: #006989 } /* Days */
.time-box:nth-child(2) { background-color: #3FB0AC } /* Hours */
.time-box:nth-child(3) { background-color: #009BCC } /* Minutes */
.time-box:nth-child(4) { background-color: #5EC6C4 } /* Seconds */


.eventformContainer {
	
}

#eventformContainer .sg-survey-form {
    font-family: "Open Sans", sans-serif;
}

#eventformContainer .sg-body {
	padding-bottom:0 !important;
}

#eventformContainer .sg-question-set {
	height: auto !important;
}

#eventformContainer .sg-question {
	border-bottom: none !important;
}

#eventformContainer .sg-question-options {
	padding: 0 !important;
}

#eventformContainer .sg-question-set {
    margin-bottom: 1rem;
}

#eventformContainer .sg-question-title {
	padding-bottom: 5%;
	display: none;
}

#eventformContainer #sg_FormFor7854036 .sg-question-title {
	padding-bottom: 5%;
	display: block !important;
}
 

#eventformContainer .sg-input.sg-input-text {
    
    display: block;
	width: 98%;
	height: calc(1.5em + 1.5rem + 2px);
	padding: 0.75rem 1.25rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #8492A6;
	background-color: #FFF;
	background-clip: padding-box;
	border: 1px solid #E0E6ED;
	border-radius: 0.25rem;
	box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#eventformContainer .sg-input.sg-input-text:focus	{
	background-color: #FFF;
	border-color: var(--dark-gray);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(27, 38, 79, 0.1);
}

#eventformContainer .sg-button.sg-next-button {
    display: block;
    width: 86%;
    min-height: 40px;
    height: auto !important;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
    background-color: var(--info);
    border: none;
    border-radius: 0.25rem;
    margin-top: 1.86rem;
    
     padding: 0.65rem 1.25rem !important;
  border-radius: 50px !important;
  border: 2px solid transparent;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transform-origin: center;
    background-color: #02201F;
  color: #fff;
  
}

#eventformContainer .sg-button.sg-next-button:hover {
  transform: scale(0.95);
    
  background-color: #02201F;
  color: #fff;
}

#eventformContainer .sg-footer {
    text-align: center;
}

#eventformContainer .sg-body.sg-int-virtual-page .sg-footer,
#eventformContainer .sg-mobile-optimized .sg-footer {
    position: static; /* Reset position to default */
    background: none; /* Reset background to default */
    box-shadow: none; /* Remove box shadow */
    /* Add any other necessary styling here */
}



#eventformContainer .sg-survey-form label {
	color:var(--gray-dark);
	font-weight:600;
	font-size: 1.175rem;
	display: block;
	text-align: left;
	
}

#eventformContainer .sg-question-set tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align items to the start of the flex container */
    width: 100%; /* Full width for each row */
    margin-bottom: 1rem; /* Space between each row */
}

#eventformContainer .sg-first-cell,
#eventformContainer .sg-last-cell {
    width: 100%; /* Full width for both cells */
    padding: 0; /* Padding for better spacing */
}

#eventformContainer .sg-question-set .sg-table {
    width: 100%; /* Ensuring the table takes full width */
}

#eventformContainer .thankyou .sg-instructions {
	color:var(--primary);
	font-size:1.46rem;
	font-weight: 500;
	text-align: center;
	padding:30px;
	background: #5EC6C4;
}

.sg-question.sg-type-instruction {
	border: none;
}

.sg-question.sg-type-instruction .sg-instructions {
	color:var(--primary);
}

.sg-question-options .sg-list-vertical .sg-input-radio + label {
    /* Example styles */
    font-size: 1rem !important;
    
}

/* Custom Form Styles */

#sg_FormFor7765364 .sg-instructions span {
	color:var(--primary);
	text-align: center;
	display: block;
	font-size: 12px !important;
}




/* Responsive adjustments */
@media (max-width: 768px) {
	
	 #eventformContainer .sg-question-set tr {
        flex-direction: column;
    }
    
    #eventformContainer .sg-input.sg-input-text {
        padding: 0.5rem;
        font-size: 0.875rem;
    }

    #eventformContainer .sg-button.sg-next-button {
        padding: 15px 15px;
		font-size: 1.25em;
		font-weight: 700;
    }
    
    .font-weight-sm-400 {
    	font-weight: 400 !important; /* Adjust to your desired font weight */
  	}
  
  
}


/* alt countdown style */

#eventCountdownALT {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#eventCountdownALT .time-box {
    flex: 1; /* This will make each .time-box flex and distribute the space evenly */
    text-align: center;
    font-size: .7rem;
    color: var(--primary);
    background-color: transparent !important;
    position: relative; /* Needed to position the colons absolutely relative to this container */
    max-width: 100px !important;
	padding: 10px 0px !important;
	margin: 0 10px;
}

#eventCountdownALT .time-box .time {
	font-size: 3.5rem !important;
	font-weight: 300;
}

@media (max-width: 767px) {
	#eventCountdownALT .time-box .time {
		font-size: 3rem !important;
	}
	
	.sg-content { 
		padding: 1.5em 10px 2em !important;
	}
}

#eventCountdownALT .time-box:nth-child(1) { border:1px solid #006989 } /* Days */
#eventCountdownALT .time-box:nth-child(2) { border:1px solid #3FB0AC } /* Hours */
#eventCountdownALT .time-box:nth-child(3) { border:1px solid #009BCC } /* Minutes */
#eventCountdownALT .time-box:nth-child(4) { border:1px solid #5EC6C4 } /* Seconds */




#eventCountdownALT .time-box .time::after {
    content: ":";
    position: absolute;
    right: -15%; /* Adjust this value to move the colon left or right */
    top: 25%;
    font-size: 0.5em;
    line-height: 1;
    color: var(--info);
}

#eventCountdownALT .time-box:last-child .time::after {
    content: none; /* Prevents a colon after the last time span */
}


/* seo updates */

/* Default background image */
#rivel-home-page .hero
{
  background-position: center bottom;
  background-size: cover;
}

/* For viewports up to 480px wide */
@media (max-width: 576px) {
#rivel-home-page .hero {
    background-image: url('/assets/img/backgrounds/rivel_speaker-480w.webp');
  }
}

/* For viewports up to 768px wide */
@media (max-width: 767px) {
#rivel-home-page .hero {
    background-image: url('/assets/img/backgrounds/rivel_speaker-768w.webp');
  }
}

/* For viewports up to 1024px wide */
@media (max-width: 1024px) {
#rivel-home-page .hero {
    background-image: url('/assets/img/backgrounds/rivel_speaker-1024w.webp');
  }
}

/* For viewports wider than 1024px */
@media (min-width: 1025px) {
#rivel-home-page .hero {
    background-image: url('/assets/img/backgrounds/rivel_speaker.webp');
  }
}

.hero-text-container {
    min-height: calc(10rem + 10vw); /* Example; adjust the values based on testing */
}

.workplace-award img {
	max-height: 200px;
}

@media (max-width: 768px) {
	.workplace-award img {
		max-height: 90px;
	}
}


	
/* For viewports up to 480px wide
@media (max-width: 576px) 
#upcoming-events .hero {
    background-image: url('/assets/img/backgrounds/rivel_speaker-480w.webp');
  }
} */

/* For viewports up to 768px wide
@media (max-width: 767px) {
#upcoming-events .hero {
    background-image: url('/assets/img/backgrounds/rivel_speaker-768w.webp');
  }
} */

/* For viewports up to 1024px wide
@media (max-width: 1024px) {
#upcoming-events .hero {
    background-image: url('/assets/img/backgrounds/rivel_speaker-1024w.webp');
  }
} */

/* For viewports wider than 1024px
@media (min-width: 1025px) {
#upcoming-events .hero{
    background-image: url('/assets/img/backgrounds/rivel_speaker.webp');
  }
}	 */

.bg-gradient-events {
	background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(4,0,4,1) 0%, rgba(8,24,68,1) 90% );
}

.hotel-image img {
display: inline-block;
position: relative;
overflow-x: hidden;
overflow-y: hidden;
transition-duration: 400ms;
transition-timing-function: cubic-bezier(0.3, 0, 0.15, 1);
transition-delay: 0s;
transition-behavior: normal;
transition-property: transform;
width: 100%;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
border-bottom-left-radius: 16px;
cursor: pointer;
box-shadow: rgba(24, 24, 24, 0.2) 0px 24px 48px -4px;
}

#past-event-gallery .animate-this.img:before, 
#past-event-gallery .animate-this.img:after {
	display: none;
	visibility: hidden;
}

#past-event-gallery .animate-this {
	box-shadow: none !important;
}

/* .conference event page specific styles */


.conferencetitle {display: none; visibility: hidden; }

.conference .conferencetitle {
	display: block;
	visibility: visible;
}

.conference h2.abouttitle { display: none; visibility: hidden; }
	


#eventPage .grecaptcha-badge {
	display: none;
	visibility: hidden;
}

#eventPage h1.display-4 {
  font-size: 3.25rem;
  }
  
#eventPage h2.abouttitle.display-4 {
	font-size: 3rem;
}


@media (max-width: 1024px) {
	#rivel-home-page .hero-text-container { 
		min-height: 16rem;
	}
}

.slice.speakers {
	border-top:20px solid #fafafa;
	border-bottom:20px solid #fafafa;
}

/* --  new banking research styles -- */

#page-cxlign .h2_alt {
	font-size: 1.8rem;
}

#page-cxlign .hero {
	border-bottom:10px solid #F7B166;
	background: #F9CB9A;
	background-image: url("../img/banking-research/rivel-banking-research-unlock-insights.webp");
	background-size: auto;
	background-position: 100% 103% !important;
	background-repeat: no-repeat;
}

span.section_title_sub {
	display: block;
	font-weight: 400;
	font-size:23px;
	line-height: 31px;
	letter-spacing: normal !important;
}

.testimonial_quote {
	background-image: url(../img/backgrounds/quote-icon.svg);
	background-position: 88% 0px;
	background-repeat: no-repeat;
}

.reports ul { 
	font-size: 1.2rem;
	padding-right:30px;
	font-weight: 500;
}

.reports ul li {
	margin-bottom: 0.6em;
}

.btn-accent-cta {
	
	background: #1b264F;
	color: #fff;
}

.btn-accent-cta:hover {
	background: #ff9900;
	color: #1b264F;
}

p.excerpt {
	font-size: 1rem;
}

.tfb .card {
	border-radius: 12px !important;

}

.tfb .card img {
	  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  max-height: 250px;
 }
 
.tfb .card-body {
	height: auto !important;
	min-height: 350px;
}

.quotes .swiper-slide {
  transition: opacity 1s ease-in-out;
  opacity: 0.6;
}

.quotes .swiper-slide-active {
  opacity: 1;
}

.testimonial_quote,
.bg-testimonial {
	background-color: #fecc9a;
}
	
.testimonial_quote .swiper-slide {
   display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin:auto 0;
}

.testimonial_quote i {
	color:#1b264F;
}

a.cxlign:hover {
	color:#fff !important;
	}
	
	.sample-report { 
		text-align: center;
	}
	
	

@media (max-width: 767px) { 
	.sample-report { 
		text-align: left;
		padding:5% 0 2.5% 0;
	}
	
	.sample-report a img {
		max-width: 60%;
	}
	
}

#eventFilters .filter-box {
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

#eventFilters .filter-box:last-child {
    margin-right: 0; 
}

.lp-navbar, .lp-navbar ul {
	background-color: #fff !important;
}

.lp-navbar ul, .lp-navbar ul li, .lp-navbar ul li a {
	color:#1b264F !important;
}


.gadlp h1 {
	font-size: 2rem !important;
	}
/* Ensure the list stays within the column */
ul.couts {
    list-style-type: none;
    color: #1b264F;
    padding-top: 30px;
    padding-left: 0;
    margin: 0;
    width: 100%; /* Ensures it does not exceed the parent container */
}

/* Make list items a flexbox with two sections: icon + text */
ul.couts li {
    display: flex;
    align-items: flex-start;
    gap: 12px; /* Space between icon and text */
    margin-bottom: 1rem;
    max-width: 100%;
    overflow: hidden;
}

/* Create a separate flex container for icons */
ul.couts .icon-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 36px; /* Fixed width for consistent spacing */
    flex-shrink: 0; /* Prevents it from shrinking */
}

/* Adjust the icon size and position */
ul.couts .icon-wrapper svg {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    margin-top: 5px;
}

/* Text container should fill remaining space */
ul.couts .text-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    white-space: normal;
    word-break: break-word;
}

/* Ensure the bold section is properly styled */
.couts em {
    font-weight: bold;
    font-style: normal;
    display: inline;
    white-space: normal;
}

/* Responsive tweaks */
@media (max-width: 992px) {
    ul.couts li {
        flex-wrap: nowrap;
    }
}

.lpform {
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.12);
}

.lpform input,
.lpform input::placeholder {
	color:#1b264F !important;
	font-size: 0.86rem;
}

/* Adjust the form container */
.lpform {
    display: flex;
    flex-direction: column;
    align-items: center; /* Align content properly */
    justify-content: flex-start; /* Fix invalid property */
    max-height: fit-content; /* Ensure no unnecessary height stretching */
    height: auto !important; /* Prevent forced stretching */
    padding: 2rem;
    width: 100%; /* Ensure it does not shrink too much */
}

/* Ensure the form content does not force unnecessary vertical stretching */
.lpform form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%; /* Ensure it respects container width */
}

/* Remove list styles */
.trustedby {
    display: flex;
    justify-content: space-between; /* Evenly distribute logos */
    align-items: left;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

/* Ensure logos are properly sized */
.trustedby li {
    flex: 1;
    text-align: center;
}

/* Adjust placeholder logo size */
.trustedby img {
    max-width: 100px; /* Adjust width as needed */
    height: auto;
    display: block;
    margin: 0 auto 0 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .trustedby {
        justify-content: center;
        gap: 20px;
    }
}

.lp-testimonials {
	
}
	
.lp-testimonials .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin:auto 0;
}

.lp-testimonials i {
	color:#1b264F;
}


/* Grid container for testimonials */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
    gap: 20px; /* Spacing between cards */
    justify-content: center;
}

/* Testimonial card styling */
.testimonial-card {
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px; /* Equal height */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

/* Quote icon styling */
.testimonial-card i {
    font-size: 24px;
    color: #007bff; /* Primary color */
    margin-bottom: 10px;
}

/* Text formatting */
.testimonial-card p {
    margin-bottom: 10px;
    font-size: 16px;
}

/* Author name */
.testimonial-card .pt-3 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 992px) { /* For tablets */
    .grid-container {
        grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
    }
}

@media (max-width: 768px) { /* For mobile */
    .grid-container {
        grid-template-columns: repeat(1, 1fr); /* 1 card per row */
    }
}

.lp-reports p {
	font-size: 1rem;
}

.lp-reports ul li {
	margin-bottom: 15px;
}


.eventTopiclist {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Ensures 2 columns */
    gap: 20px; /* Adds space between items */
    justify-content: center;
}

.eventTopiclist .grid-item {
    display: flex;
    align-items: stretch; /* Makes sure all items have equal height */
}

.eventTopiclist .card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures uniform height distribution */
    background-color: var(--white);
}

.eventTopiclist .icon-text {
    flex-grow: 1; /* Ensures content expands evenly */
}

.eventTopiclist .grid-item h3 {
    font-size: 1.55rem !important;
}

@media (max-width: 767px) {
    .eventTopiclist {
        grid-template-columns: 1fr; /* Switch to a single column on mobile */
        margin-top: 10%;
    }

    .eventTopiclist .grid-item {
        flex: 0 0 100%;
    }
}



/* added 6/20/25 */

@media (max-width: 991.98px) {
	.slice-lg {
	padding-top: 2.5rem;
	padding-bottom: 4rem;
	}
}

.hero-text-container {
	min-height: 3rem;
}

.font-size-40 {
	font-size: 2.5rem;
}

/* HOME PAGE */

#rivel-home-page .hero {
    background-image: url('/assets/img/redesign/home/hero-homepage.webp');
	background-size: cover;
	background-position: center center;
}

.bg-overlay[data-style="16"] {
  background: linear-gradient(140deg, #019bcd 0%, #26ccff 100%);
  opacity: .9;
}

.hero-gradient {
  position: relative;
  background-image: 
    radial-gradient(37% 46% at 80.9% 47%, color(display-p3 0.099604 0.258263 0.351735 / 66.087%) 0%, rgb(14, 19, 38) 100%),
    url('/assets/img/home/hero-homepage.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}


.bba-hero-gradient {
  position: relative;
  background-image:
    radial-gradient(43% 56% at 80.9% 47%, color(display-p3 0.099604 0.258263 0.351735 / 66.087%) 0%, rgb(14, 19, 38) 100%),
    url('/assets/img/banking-research/banking-brand-consideration-outweighs-awareness-2.webp');
  background-position: bottom right;
  background-size: auto 125%;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (min-width: 1920px) {
  .bba-hero-gradient {
    background-size: auto 125%;
    background-position: right center;
    background-image:
      radial-gradient(36% 56% at 70% 50%, color(display-p3 0.099604 0.258263 0.351735 / 66.087%) 0%, rgb(14, 19, 38) 100%),
      url('/assets/img/banking-research/banking-brand-consideration-outweighs-awareness-2.webp');
  }
}

@media (min-width: 2048px) {
  .bba-hero-gradient {
    background-size: auto 145%;
    background-position: right center;
  }
}

@media (min-width: 2304px) {
  .bba-hero-gradient {
    background-size: auto;
    background-position: center right;
    background-image: radial-gradient(43% 88% at 95% 37%, color(display-p3 0.099604 0.258263 0.351735 / 66.087%) 0%, rgb(14, 19, 38) 100%),
    url('/assets/img/banking-research/banking-brand-consideration-outweighs-awareness-2.webp');
  }
}



.moca-hero-gradient {
  position: relative;
  background-image:
    radial-gradient(43% 56% at 80.9% 47%, color(display-p3 0.099604 0.258263 0.351735 / 66.087%) 0%, rgb(14, 19, 38) 100%),
    url('/assets/img/banking-research/banking-customer-market-opportunity.webp');
  background-position: bottom right;
  background-size: auto 125%;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (min-width: 1920px) {
  .moca-hero-gradient {
    background-size: auto 125%;
    background-position: right center;
    background-image:
      radial-gradient(43% 56% at 70% 50%, color(display-p3 0.099604 0.258263 0.351735 / 66.087%) 0%, rgb(14, 19, 38) 100%),
      url('/assets/img/banking-research/banking-customer-market-opportunity.webp');
  }
}

@media (min-width: 2048px) {
  .moca-hero-gradient {
    background-size: auto 145%;
    background-position: right center;
  }
}

@media (min-width: 2304px) {
  .moca-hero-gradient {
    background-size: auto;
    background-position: center right;
    background-image: radial-gradient(43% 68% at 85% 43%, color(display-p3 0.099604 0.258263 0.351735 / 66.087%) 0%, rgb(14, 19, 38) 100%),
    url('/assets/img/banking-research/banking-customer-market-opportunity.webp');
  }
}



.bt-hero-gradient {
  position: relative;
  background-image:
    radial-gradient(43% 56% at 80.9% 47%, color(display-p3 0.099604 0.258263 0.351735 / 66.087%) 0%, rgb(14, 19, 38) 100%),
    url('/assets/img/banking-research/brand-tracking-hero.jpg');
  background-position: bottom right;
  background-size: auto 125%;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (min-width: 1920px) {
  .bt-hero-gradient {
    background-size: auto 125%;
    background-position: right center;
    background-image:
      radial-gradient(43% 56% at 70% 50%, color(display-p3 0.099604 0.258263 0.351735 / 66.087%) 0%, rgb(14, 19, 38) 100%),
      url('/assets/img/banking-research/brand-tracking-hero.jpg');
  }
}

@media (min-width: 2048px) {
  .bt-hero-gradient {
    background-size: auto 145%;
    background-position: right center;
  }
}

@media (min-width: 2304px) {
  .bt-hero-gradient {
    background-size: auto;
    background-position: center right;
    background-image: radial-gradient(43% 88% at 95% 37%, color(display-p3 0.099604 0.258263 0.351735 / 66.087%) 0%, rgb(14, 19, 38) 100%),
    url('/assets/img/banking-research/brand-tracking-hero.jpg');
  }
}



.rfg-hero-gradient {
  position: relative;
  background-image:
    radial-gradient(38% 56% at 80.9% 47%, color(display-p3 0.099604 0.258263 0.351735 / 66.087%) 0%, rgb(14, 19, 38) 100%),
    url('/assets/img/banking-research/focus-groups-for-financial-institutions_rivel-banking-research.webp');
  background-position: bottom right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (min-width: 1920px) {
  .rfg-hero-gradient {
    background-size: auto 130%;
    background-position: right center;
    background-image:
      radial-gradient(38% 56% at 77% 50%, color(display-p3 0.099604 0.258263 0.351735 / 66.087%) 0%, rgb(14, 19, 38) 100%),
      url('/assets/img/banking-research/focus-groups-for-financial-institutions_rivel-banking-research.webp');
  }
}

@media (min-width: 2048px) {
  .rfg-hero-gradient {
    background-size: auto 145%;
    background-position: right center;
  }
}

@media (min-width: 2304px) {
  .rfg-hero-gradient {
    background-size: auto;
    background-position: center right;
    background-image: radial-gradient(43% 88% at 100% 37%, color(display-p3 0.099604 0.258263 0.351735 / 66.087%) 0%, rgb(14, 19, 38) 100%),
    url('/assets/img/banking-research/focus-groups-for-financial-institutions_rivel-banking-research.webp');
  }
}


.lali-hero-gradient {
  position: relative;
  background-image:
    radial-gradient(43% 56% at 80.9% 47%, color(display-p3 0.099604 0.258263 0.351735 / 16.087%) 0%, rgb(14, 19, 38) 100%),
    url('/assets/img/storylign/dont-let-them-forget-you-as-soon-as-they-leave-the-room_rivel_storylign-2.webp');
  background-position: top right;
  background-size: auto 125%;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (min-width: 1920px) {
  .lali-hero-gradient {
    background-size: auto 125%;
    background-position: right top;
    background-image:
      radial-gradient(30% 74% at 70% 38%,, color(display-p3 0.099604 0.258263 0.351735 / 22.087%) 0%, rgb(14, 19, 38) 100%),
      url('/assets/img/storylign/dont-let-them-forget-you-as-soon-as-they-leave-the-room_rivel_storylign-2.webp');
  }
}

@media (min-width: 2048px) {
  .lali-hero-gradient {
    background-size: auto 140%;
    background-position: right top;
  }
}

@media (min-width: 2304px) {
  .lali-hero-gradient {
    background-size: auto;
    background-position: top right;
    background-image: radial-gradient(35% 88% at 95% 37%, color(display-p3 0.099604 0.258263 0.351735 / 26.087%) 0%, rgb(14, 19, 38) 100%),
    url('/assets/img/storylign/dont-let-them-forget-you-as-soon-as-they-leave-the-room_rivel_storylign-2.webp');
  }
}





.hero-heading span {
  background-image: radial-gradient(
    81% 150% at 11.4% 100%,
    #B0EDEB 40%,
    #0AD8B5 64%,
    #0AD8B5 89%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.trusted-by-scroll-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    color(display-p3 0.003 0.129 0.153) 10%,
    color(display-p3 0.003 0.129 0.153) 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    color(display-p3 0.003 0.129 0.153) 10%,
    color(display-p3 0.003 0.129 0.153) 90%,
    transparent 100%
  );
}

.trusted-by-scroll-list {
  display: inline-flex;
  white-space: nowrap;
  transform: translateX(0);
  will-change: transform;
}

.trusted-by-scroll-list span {
  display: inline-block;
  padding: 0 1.5rem;
  font-weight: 600;
  font-size: 1.15rem;
  color: #fff;
  opacity: 0.85;
}

.we-set-the-standard {
	background-color: color(display-p3 0.387 0.834 0.715 / 12%);
}

.we-set-the-standard p span {
	font-weight: 700;
	font-style: italic;
}

/*    --------------------------------------------------------------------------------------------------------  solutions tab ------------------- */



.bg-teal-green {
	/*background-color:#5bbaa2;*/
	background-color:#5EC6C4;
}

.text-light-blue {
	color:#26CCFF;
}

.text-teal {
	color:#5EC6C4;
}

.text-teal2 {
	color: #3fb0ac;
}

.text-mid-blue {
	color: #009BCC !important;
}

.text-green-blue {
	color: #2b7977 !important;
}

.text-rivel-green {
	color: color(display-p3 0.387 0.834 0.715);
}

.bold-number {
	font-size: 9rem;
	font-weight: 800;
    font-family: "Open Sans", sans-serif;
}

.btn-xl {
	padding: .75em 1.5em .75em 2em;
	font-size: 1.5rem;
}




.tab-pill {
  background: rgba(3, 33, 39, 0.03);
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 60px;
  transition: background-color 0.2s ease, color 0.2s ease;
  color: #003249;
  font-weight: 600;
}

.tab-pill::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.195rem;
  vertical-align: middle;
  background: url('/assets/img/brand/rvl-icon-mc-i.png') no-repeat center/contain;
}


#single-testimonial {
	background-color: color(display-p3 0.94 0.94 0.94 / 70%);
}

#single-testimonial .client-logo {
	max-width: 140px;
}

#single-testimonial .row {
  justify-content: flex-start !important;
}

#testimonial-quote.typing::after {
  content: '';
  animation: blink 0.8s infinite;
}

@keyframes blink {
  0%, 50%, 100% { border-color: transparent; }
  25%, 75% { border-color: #333; }
}

.event-container {
  background-color: color(display-p3 0.387 0.834 0.715 / 12%);
  border-radius: var(--border-radius-default);

/* #B0EDEB */
}

.large_image__container { 
  background-color: color(display-p3 0.932 0.948 0.977 / 100%);
  border-radius: var(--border-radius-default);
  
 }

.connected__container {
margin-top: -1.25rem !important;
padding-top: 3rem !important;
padding-bottom: 2rem !important;
  background-color: #f8fcfa;
border-bottom-left-radius: var(--border-radius-default);
  border-bottom-right-radius: var(--border-radius-default);
}


.event-header, .case-study-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.case-study-header {
  margin-bottom: 1.75rem;
}

.event-header i.event-icon,
.case-study-header i.event-icon {
  flex-shrink: 0;
  font-size: 1.54rem;
	
  padding: 12px 12px;
  text-align: center;
  width: 48px;
  height: 48px;
  color:#fff;
  margin-right: 10px;
  background-color: #2B7977;
  border-radius: 50%;
}

.case-study-header i.event-icon.icon-alt {
  padding-left: 11px;
}

.event-next-title span,
.case-study-description span {
  font-weight: 300;
}

.event-download-link {
  margin-bottom:3.75rem;	
} 

.event-download-link a {
  color: #2B7977;
}


.event-download-link a:hover {
  color: #3C4858;
}

.events-image-wrapper {
  background-color: #fff;
  padding-top: 12px;
  padding-left: 12px; 
  border-radius: 12px 0 20px 0; 
  box-shadow: -6px -0.9px 14px rgba(0, 0, 0, 0.07);
  max-width: 100%;
}
.events-image-wrapper img.events-image {
  width: 100%;
  height: auto;
  max-height: 440px;
  object-fit: cover;
  object-position: top center;
  border-radius: 0 0 20px 0;
}

@media (max-width: 767.98px) {
  .event-header, .case-study-header {
    display: flex;        /* keep it flex if icon + heading should remain side by side */
    align-items: center;
  }
  .event-header i.event-icon, .case-study-header i.event-icon {
    margin-right: 8px;
  }

  .events-image-wrapper {
    width: 100%;
    background: transparent;
    box-shadow: none;
  }
  .events-image-wrapper img.events-image {
    max-height: none;
    width: 100%;
    height: auto;
    border-radius: 0 0 20px 20px;
  }
}


#creative-studio .cs-container {
  background: linear-gradient(rgba(3, 32, 38, 0.65), rgba(3, 32, 38, 0.80)), url('/assets/img/creative-studio/creative-studio-bg.webp');

	background-size: cover;
	background-position: center center;
  border-radius: 1.25rem;

}

#annual-guidelign-conference .cs-container {
  background: linear-gradient(rgba(3, 32, 38, 0.65), rgba(3, 32, 38, 0.80)), url('/assets/img/guidelign/glcon-bg.webp'); 

	background-size: cover;
	background-position: center center;
  border-radius: 1.25rem;

}

@media (min-width: 992px) {
  #creative-studio .cs-container {
  min-height: 500px;
  }
}

@media (max-width: 767.98px) {
  #annual-guidelign-conference .cs-container {
    background:
      linear-gradient(to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 25%,
        #0E1326 25%,
        #0E1326 100%
      ),
      url('/assets/img/guidelign/glcon-bg.jpg');
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Push content to bottom */
    min-height: 500px;
    
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 3rem !important;
    min-height: 75vh;
  }
  
  #creative-studio .cs-container {
    background:
      linear-gradient(to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 25%,
        #0E1326 25%,
        #0E1326 100%
      ),
      url('/assets/img/creative-studio/creative-studio-bg.webp');
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Push content to bottom */
    min-height: 500px;
    
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 3rem !important;
    min-height: 75vh;
  } 
  
  #creative-studio .cs-container .row {
	  margin-block-start: 9rem;
  }
}

img.workiva-partner {
  max-width: 300px;
  margin-bottom: 5%;
}

.case-studies {
  display: flex;
  justify-content: center;
  gap: 30px; 
  
}

.case-study-card {
  background-color: color(display-p3 0.387 0.834 0.715 / 12%);
  background-color: #B0EDEB;
  background-color: rgb(200, 242, 242);
  border-radius: 1.25rem;
  padding: 1.75rem 1.75rem 0 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1; 
  overflow: hidden;
}

#testimonial__card_sm {
  background-color: color(display-p3 0.94 0.94 0.94 / 70%);
  border-radius: var(--border-radius-default);
}



.case-study-container {
  background-color: color(display-p3 0.932 0.948 0.977 / 100%);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1; 
  overflow: hidden;
}

.case-study-card:first-child {
  background-color: color(display-p3 0.932 0.948 0.977 / 100%);
}

.case-study-card:nth-child(2) {
  background-color: color(display-p3 0.932 0.948 0.977 / 100%);
}

.card-image-container {
  width: 100%;
  overflow: hidden;
  margin-top: auto;
  max-height: 300px;
padding-bottom: 0;

  border-radius: 12px 12px 0 0 !important;
  box-shadow: rgba(0, 0, 0, 0.23) 0px -0.6px 1.79px -1.19px, rgba(0, 0, 0, 0.21) 0px -1.81px 5.43px -2.38px, rgba(0, 0, 0, 0.17) 0px -4.79px 14.36px -3.56px, rgba(0, 0, 0, 0.01) 0px -15px 45px -4.75px;
}

.solutions-card .card-image-container {

  padding: 10px 10px 0 10px;
  background-color: #fff;
}

.solutions-card .card-image-container {
	max-height:184px;
	
}

.card-image-container.tall {
  width: 100%;
  overflow: hidden;
  margin-top: auto;
  max-height: 94%;
  padding-bottom: 0px; 
  border-radius: 12px 12px 0 0 !important;
  box-shadow: rgba(0, 0, 0, 0.23) 0px -0.6px 1.79px -1.19px, rgba(0, 0, 0, 0.21) 0px -1.81px 5.43px -2.38px, rgba(0, 0, 0, 0.17) 0px -4.79px 14.36px -3.56px, rgba(0, 0, 0, 0.01) 0px -15px 45px -4.75px;
}



.card-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 12px 12px 0 0 !important;
}

.large_image__container .card-image-container {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-top: auto;
  padding-bottom: 0;
  max-height: none;
  border-radius: 12px!important;
  box-shadow: rgba(0, 0, 0, 0.23) 0px -0.6px 1.79px -1.19px, 
              rgba(0, 0, 0, 0.21) 0px -1.81px 5.43px -2.38px, 
              rgba(0, 0, 0, 0.17) 0px -4.79px 14.36px -3.56px, 
              rgba(0, 0, 0, 0.01) 0px -15px 45px -4.75px;
}

.large_image__container .card-image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

#caseDetails {
  position: relative;
}

#caseDetails::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  border-top: 2px solid #fff;
}


@media (max-width: 768px) {
  .case-studies {
    flex-direction: column;    
    gap: 20px;                 
  }
  .case-study-card {
    padding: 1rem 1rem 0 1rem;    
  }
  .case-study-title {
    font-size: 1.25rem;      
  }
}


#related-articles .card-image-container {
  position: relative;
  overflow: hidden;
}

#related-articles .card-image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
    rgba(14, 19, 38, 0.14) 0%,
    rgba(14, 19, 38, 0.3) 40%,
    rgba(14, 19, 38, 0.44) 75%,
    rgba(14, 19, 38, 0.63) 100%);
  z-index: 2;
  pointer-events: none;
}

#related-articles .card-image-container img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}



.case-study-card.stamp{
  position:relative; background:#eef5ff; border-radius:20px; padding:28px; overflow:visible;
}
.case-study-card.stamp .lemon-stamp{
  position:absolute; right:-28px; top:-28px; width:140px; height:auto;
  transform: rotate(-6deg);
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.18));
}
@media (max-width: 576px){
  .case-study-card.stamp .lemon-stamp{ width:120px; right:-12px; top:-12px; }
}





/* Globally Recognized Box */


.text-global1 {
  color: #63c9c4 !important;
}


.text-global2 {
  color: #26CCFF !important;
}


.text-global3 {
  color: #b1e7e6 !important;
}


.text-global4 {
  color: #9aecff !important;
}


.text-global5 {
  color: #5ebcb6 !important;
}

.text-global6 {
	color:#006989 !important;
}

.difference .container [class*="col-"] {
  border: 2px solid rgba(255, 255, 255, 1);
	border-top: 0;
}

.difference .container [class*="col-"] {
  border-left: 0;
}

.difference .container [class*="col-"]:last-child {
  border-right: 0;
}

.difference .container .row:last-child [class*="col-"],
.difference .container .row:first-child [class*="col-"]{
  border-bottom: 0;
}


@media (max-width: 480px) {

	.difference .container [class*="col-"] {
		border-right: 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.45)  !important;
	
	}
	
}

/* Event Page */

#rivel__events .cal.border {
  border-color: #0AD8B5 !important;
}



/* CREATIVE STUDIO */


.creative-studio .carousel-control-next i,
.creative-studio .carousel-control-prev i,
.storylign .carousel-control-next i,
.storylign .carousel-control-prev i { 
	background-color: #777;
	border-radius: 50%;
	padding: 5px 15px;
	font-size:3em;
}

.clients-logos .logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 2rem;
  align-items: center;
  justify-items: center;
  text-align: center;
  margin: 4rem 0;
}


.client-logo {
filter: grayscale(100%) opacity(0.9); 
  transition: filter 0.3s ease, transform 0.3s ease;
}


.client-logo:hover,
.client-logo:focus {
  filter: none;         
  opacity: 1;
  
} 

.clients-logos .client-logo {
  max-width: 140px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.clients-logos .trusted-by {
  grid-column: 2 / span 2;
  font-size: 1.25rem;
  font-weight: 600;
  
}

.clients-logos .trusted-by h2 {
  color: #0AD8B5;
  color: #0E1326;
}



@media (max-width: 768px) {
  .clients-logos .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .clients-logos .trusted-by {
    grid-column: 1 / -1;    
    margin: 1rem 0;
  }
}

.creative-clients .logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 2rem 3rem;
  align-items: center;
  justify-items: center;
}

.creative-clients .client-logo {
  max-width: 100%;
  max-height: 70px;
  opacity: 0.85;
  filter: grayscale(100%);
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.creative-clients .client-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

@media (min-width: 768px) {
.creative-clients .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
.creative-clients .logo-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}



.work-carousel .card-img-overlay div {
	background: #050e30b4;
}

.work-carousel h3.card-title {
	color:#fff;
}

.studio-help #accordion .indicator {
	transition: transform 0.3s ease;
  }
  
.studio-help #accordion .indicator i {
	font-size: 1rem;
  }

#accordion #headingOne,
#accordion #headingTwo,
#accordion #headingThree {
  padding:2rem 1rem;

}

#accordion #headingOne:hover,
#accordion #headingTwo:hover,
#accordion #headingThree:hover {
  background: color(display-p3 0.932 0.948 0.977 / 100%);
  cursor: pointer;
}

  /* Rotate when the trigger's aria-expanded is true */
  .studio-help a[aria-expanded="true"] .indicator i {
    transform: rotate(180deg);
  }

/* GOVERNANCE PAGE */
/*
.icon-boxes h4 {
	margin-top: -40px;
}*/

.small-box-icon {
	position:absolute;
	left: -20px;
	top: -20px;
}

.small-box-icon img {
	width:70px;
}

/* INVESTOR RELATIONS PAGE */


.pushpin-ico:before {
    content: '';
    display: inline-block;
    height: 1.6rem;
    width: 1.6rem;
    vertical-align: text-top;
    background-image: url("../img/icons/pushpin.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}

/* TRENDLIGN PAGE */

.bullseye-icon {
	position:absolute;
	right: -70px;
	bottom: 80px;
}

.bullseye-icon img {
	width:135px;
}

.list-green-circle,
.list-orange-circle, 
.list-teal-circle,
.list-light-blue-circle,
.list-pushpin{
	position: relative;
}

.list-green-circle i,
.list-orange-circle i,
.list-teal-circle i,
.list-light-blue-circle i {
background-color: #ff9900;
	border-radius: 50%;
	/* padding: 6px; */
margin-right: 10px;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;


}

.list-green-circle div,
.list-orange-circle div,
.list-teal-circle div,
.list-light-blue-circle div,
.list-pushpin div{
	margin-bottom: 1%;
}

.list-teal-circle i {
	background-color:#5EC6C4;
}

.list-light-blue-circle i {
	background-color:#26CCFF;
}

.list-green-circle i {
	background-color: color(display-p3 0.387 0.834 0.715);
}

.icon-text h5 {
	margin-top: 3.25px;
}

.investor-decisions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.5rem;
}

.investor-decision-card {
	flex-direction: column;
	justify-content: space-between;
	border-radius: 12px;
	padding: 1.5rem;
	height: 100%;
}

.investor-decision-card:nth-child(3) { background-color: color(display-p3 0.932 0.948 0.977 / 100%) }
.investor-decision-card { background-color:rgba(247, 247, 247, 1) }
.investor-decision-card:nth-child(2){ background-color:rgba(230, 250, 248, 1) }

.stat-number {
	flex: 1;                       
	display: flex;
	padding: 5rem 0 0 0;
	align-items: flex-end;     
}

.stat-number {
  display: inline-flex;       
  align-items: flex-end;      
}

.stat-number > span {
  font-size: 7rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -5px;
}

.stat-number > span > span {
  font-size: 3.5rem;           
  margin-left: 0.1em;      
}

.investor-decision-description{
	border-top: 0.5px solid rgba(43, 121, 119, 0.561);
	padding: 0.6rem 3rem 0 0;
}

@media (max-width: 767.98px) {

  .stat-number {
    padding-top: 2rem;
  }
  
  .investor-decision-description{
    padding-right: 0;
  }
}

.investor-decision-description p {
	margin: 0;
	line-height: 1.4;
}

.investor-decision-description p span {
  display: block;
  font-weight: 600;
}

.process-simple-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.5rem;
}

.process-step {
	background: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	border-bottom-width: 0px;
	border-color:  #d5d5e8;
	border-left-width: 1px;
	border-right-width: 0px;
	border-style: solid;
	border-top-width: 0px;
	gap:10px;
}

.step-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	padding:0 1.5rem;
}

@media (max-width: 991.98px) {
  .step-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .process-step {
    gap: 0px;
  }
}

.step-desc {
  font-size: 1rem;
  line-height: 1.4;
  flex-grow: 1;
  border-left:1px solid #0E1326;
  padding:0 0 0 1.5rem;
  margin-left:-1px;
}

/* 5. Colour bar at bottom */
.step-bar {
  height: 4px;
  width: 100%;
  border-radius: 2px;
  margin-top: 1rem;
  background: var(--gray-200); /* fallback */
}

/* 6. Colour ramp by step */
.process-step[data-step="1"]  { border-color: #D1F1EF; }
.process-step[data-step="2"]  { border-color: #A3EBDD; }
.process-step[data-step="3"]  { border-color: #75E3CB; }
.process-step[data-step="4"]  { border-color: #47DCC0; }
.process-step[data-step="5"]  { border-color: #19B6AC; }
.process-step[data-step="6"]  { border-color: #19B6AC; }

/* 7. Responsive tweak */
@media (max-width: 576px) {
  .process-simple-grid {
    grid-template-columns: 1fr;
  }
}


/* Modifier: force 1/2/3 columns responsively */
.process-simple-grid--3x2 {
  grid-template-columns: 1fr; /* mobile: single column */
}

@media (min-width: 640px) { /* sm / tablet */
  .process-simple-grid--3x2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) { /* lg / desktop */
  .process-simple-grid--3x2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Optional: equal-height cards */
.process-step { 
  display: flex; 
  flex-direction: column; 
}


  .testimonial-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  /* ensure long words break instead of overflowing */
  .testimonial-slide p {
	overflow-wrap: break-word;
	word-break: break-word;
  }
  
  .testimonial-track {
	display: flex;
	transition: transform 0.6s ease-in-out;
	will-change: transform;
	height: 100%;
	width: 100%;
  }
  
  .testimonial-slide {
	flex: 0 0 100%;
	min-width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0.5;
	transition: opacity 0.3s ease;
  }
  .testimonial-slide.active {
	opacity: 1;
  }
  
  .author {
	margin-top: 1rem;
	font-weight: bold;
	font-size: 0.9rem;
	color: #555;
  }
  
  .testimonial-prev,
.testimonial-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  
  z-index: 10;

  color: #FFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.6;

}



.testimonial-prev:hover, .testimonial-prev:focus,
.testimonial-next:hover, .testimonial-next:focus {
  color: #FFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.testimonial-prev {
  left: 0;
}

.testimonial-next {
  right: 0;
}

.testimonial-prev,
.testimonial-next {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.testimonial-prev {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.testimonial-next {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}






/* GUIDELIGN PAGE */

.join-guidelign img,
.use-storylign img {
	width:50%;
	max-width:150px;
}


/* BANKING RESEARCH */

.tfb .card-body h4,
.Insights h4 {
	font-size: 1.275rem;
}


#perception_score__table {
  color: var(--dark-brand);

}
#perception_score__table th, #perception_score__table td {
  font-size: 1rem;
}

#perception_score__table tr td:last-child {
  background-color: color(display-p3 0.387 0.834 0.715 / 12%);
}

/* storylign page */


.storylign-carousel .card {
	margin-bottom: 0;
}
.storylign-carousel .card-img-overlay div {
	background: #050e30b4;
}

.storylign-carousel h3.card-title {
	color:#fff;
}

.storylign-carousel .card-img {
	min-height: 560px;
}


@media (max-width: 767px) {

.use-storylign .col {
	width: 100% !important;
	padding-right: 15px;
	padding-left: 15px;
}
}

.join-guidelign img ,
.use-storylign img {
	max-width: 80px;
}

#testimonial__card_sm blockquote {
  padding: 1.5rem 0;
  
}

#testimonial__card_sm blockquote:before {
left: 0.875rem;
top: 2.225rem;
}

@media (max-width: 767px) {
	
	#testimonial__card_sm blockquote:before {
		top:1.125rem;
	}
}


/* NAV */

#navbar-main {
	padding-top: 15px;
	padding-bottom: 15px;
}
.logo a span {
	display: block;
	font-family:'Montserrat', sans-serif;
	font-size: 0.875rem;
	color:#26CCFF;
}

#navbar-logo {
	height: 30px;
}

.navbar-nav .nav-link i {
	margin-right: 0;
	margin-left: 4px;
}

.dropdown-menu a {
	color: #0E1326;
	font-weight:600;
	font-size: 1.05rem;
	line-height: 1.54rem;
}

.dropdown-menu a:hover,
.dropdown-menu .sub-items a:hover {
	
	color:#0E1326;
}

.dropdown-menu .sub-items {
	margin-left: 1rem;
}

.dropdown-menu .sub-items .list-group-item {
	padding: 0.5rem 1.25rem;
}

.dropdown-menu .sub-items a {
	color: #0E1326;
	font-weight:600;
	font-size: .95rem;
	line-height: 1.34rem;
}

	
.dropdown-menu a span {
	font-weight:300;
	display: block;
	margin: 0;
	font-size: 1rem;
	}

.nav-item p {
	font-size: 0.92rem;
	font-weight: 400;
	color: var(--primary);
}

.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:#0AD8B5;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color:#0AD8B5;
}

.navbar-expand-lg .dropdown-menu .list-group > li:hover .list-group-item {
	background-color: rgba(10, 216, 181, 0.12);
}

.button {
  padding: 0.65rem 1.25rem !important;
  border-radius: 50px !important;
  border: 2px solid transparent;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transform-origin: center;
}

.filters ul li.button {
  padding: 0.65rem !important
}
 
.button-advisor {
  background-color: color(display-p3 0.387 0.834 0.715);  /* teal-ish */
  color: color(display-p3 0.003 0.129 0.153) !important; /* dark text */ 
}

.navbar-nav .button-advisor {
	padding: 0.55rem 1rem !important;
}

.button-advisor:hover {
  background-color: color(display-p3 0.287 0.734 0.615); /* slightly darker on hover */
  color: #DDF3F2 !important;
  transform: scale(0.95);
}

.button-secondary {
  background-color: transparent;
  color: #5CC7F5;
  border: 2px solid #5CC7F5;
}

.button-secondary:hover {
  background-color: rgba(92, 199, 245, 0.1); /* subtle hover fill */
  color: #5CC7F5;
  transform: scale(0.95);
}

.button-dark {
  background-color: #02201F;
  color: #fff;
}

.button-dark:hover {
  background-color: #032127;
  color: #fff;
  transform: scale(0.95);
}

.button-light {
  background-color: #fff;
  color: #02201F;
}

.button-light:hover {
  background-color: #032127;
  color: #fff;
  transform: scale(0.95);
}

.button-dark-outline {
  background-color: transparent;
  color: #02201F;
  border: 2px solid #02201F;
}

.button-dark-outline:hover {
  background-color: transparent;
  color: #02201F;
  transform: scale(0.95);
}

.button-light-outline {
  background-color: transparent;
  color: #F7F7F7;
  border: 2px solid #F7F7F7;
}

.button-light-outline:hover {
  background-color: transparent;
  color: #F7F7F7;
  transform: scale(0.95);
}

.button-lg {
	padding: 0.95rem 1.45rem !important;
	font-size: 1.25rem;

}


.navbar-dark {
	background-color: #0E1326;
}


@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
	
	padding-bottom: 0.55rem;
	border-radius: 0;
	}
}

@media (max-width: 991.98px) {
  .navbar-nav .button-advisor {
    display: block;
    width: 100%;
    text-align: center;
    margin: 2rem auto 1rem; /* Adds vertical space and centers */
    max-width: 220px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: .925rem 0;
  }

  .navbar-nav .nav-link {
    font-size: 1rem;
  }
  #navbar-main-collapse {
    padding-top: 1.5rem;
     transition: all 0.3s ease;
    
  }

}

.hamburger {
  border: none;
  background: none;
  padding: 0;
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 1001;
  right:1rem;
}
.hamburger-box {
  position: relative;
  display: block;
  width: 30px;
  height: 24px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #00d2b8; /* your green color */
  position: absolute;
  width: 30px;
  height: 3px;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.hamburger-inner {
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  top: 10px;
}

/* Open state toggle via .is-active class */
.hamburger.is-active .hamburger-inner {
  background-color: transparent;
}
.hamburger.is-active .hamburger-inner::before {
  transform: rotate(45deg);
  top: 0;
}
.hamburger.is-active .hamburger-inner::after {
  transform: rotate(-45deg);
  top: 0;
}



/* career values grid */

@media (max-width: 767px) {
	.dna .grid li {
	  width: 100% !important;
	  float: none !important;
	}
  }

  #footerCTA {
    background-color: color(display-p3 0.387 0.834 0.715);
  }




.solutions__form {
/* max-width: 83.33%;  */
display: flex;
gap: 1rem;
overflow-x: auto;
padding:2rem 1.875rem 2.5rem ;
margin: 0 15px;
background: #fff;
border-radius: 20px;
background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(245, 245, 245) 100%);
box-shadow: rgba(0, 0, 0, 0.23) 0px 0.6px 1.79px -1.19px, rgba(0, 0, 0, 0.21) 0px 1.81px 5.43px -2.38px, rgba(0, 0, 0, 0.17) 0px 4.79px 14.36px -3.56px, rgba(0, 0, 0, 0.01) 0px 15px 45px -4.75px;
-webkit-overflow-scrolling: touch;
}

.contact__form {
  max-width: 100%;
}



/* FORM CONTROLS */

#advisor_form .form-control::placeholder, 
#solutions_form .form-control::placeholder,
#creative-studio_form .form-control::placeholder {
  color: #0E1326;   
  opacity: 1;       
}

#advisor_form textarea.form-control::placeholder,
#solutions_form textarea.form-control::placeholder,
#creative-studio_form textarea.form-control::placeholder {
  color: #0E1326;
  opacity: 1;
}

.contact__form .form-control::placeholder,
.contact__form textarea.form-control::placeholder {
  color: #0E1326;
  opacity: 1;
  font-weight: 500;
  font-size: 1.125rem;
}


#advisor_form .mb-3 {
  margin-bottom: 1rem;
}

#advisor_form label,
#solutions_form label,
#creative-studio_form label {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #0E1326;
}

#advisor_form .form-control,
#advisor_form textarea.form-control {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: 1px solid #d1d5db;
  border-radius: var(--input-radius);
  transition: border-color var(--transition-speed), box-shadow var(--transition-speed);
}

#solutions_form .form-control,
#solutions_form textarea.form-control {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
   border: 0.8px solid #0E1326;
  transition: border-color var(--transition-speed), box-shadow var(--transition-speed);
}

#creative-studio_form .form-control,
#creative-studio_form textarea.form-control {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: 1px solid #d1d5db;
  border-radius: var(--input-radius);
  transition: border-color var(--transition-speed), box-shadow var(--transition-speed);
}

.contact__form .form-control,
.contact__form textarea.form-control {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: 1px solid #d1d5db;
  transition: border-color 300ms, box-shadow 300ms;
}

#advisor_form .form-control:focus,
#solutions_form .form-control:focus,
#creative-studio_form .form-control:focus,
.contact__form .form-control:focus {
  outline: none;
  border-color: var(--brand-secondary);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}

/* modern accent‐color for checkboxes */
#advisor_form .form-check-input,
#solutions_form .form-check-input,
#creative-studio_form .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: var(--brand-primary);
  margin-top: 0.125rem;
}

#advisor_form .form-check-label,
#solutions_form .form-check-label,
#creative-studio_form .form-check-label {
  margin-left: 0.5rem;
  font-size: 0.95rem;
  color: #0E1326;
}

/* reduce textarea bounce */
#advisor_form textarea.form-control,
#solutions_form textarea.form-control,
#creative-studio_form textarea.form-control,
.contact__form textarea.form-control  {
  min-height: 4.5rem;
  resize: vertical;
}

#advisor_form .invalid-feedback,
#advisor_form .invalid-feedback-checkbox,
#solutions_form .invalid-feedback,
#solutions_form .invalid-feedback-checkbox,
#creative-studio_form .invalid-feedback,
#creative-studio_form .invalid-feedback-checkbox,
.contact__form .invalid-feedback,
.contact__form .invalid-feedback-checkbox { 
  color: rgb(244,78,102);
  font-size:0.75rem;
}

.invalid-feedback-checkbox {
  display: none;
}

/* TEAM Bios */

.close span.h1 {
  font-size: 2.5rem;
}

/* .contactform.bg-diagonal {
  background: linear-gradient(
    120deg,
    rgba(244, 244, 244, 0.03) 0%,
    rgba(246, 249, 249, 0.03) 50%,
    rgba(0, 181, 122, 0.03) 50%,
    rgba(0, 181, 122, 0.03) 100%
  );
} */

.copyright {
	display:inline-flex;
}
.scorecard-footer-badge {
	display: inline-flex;
	border-left:1px solid rgba(255, 255, 255, 0.8);
	padding-left: 0.75rem;
	margin-left: 0.25rem;
	max-width: 260px;
}

@media (max-width: 767px) {
	.scorecard-footer-badge {
		border: none;
		padding-left: 0.5rem;
		margin-left: 0rem;
		margin-top:0.5rem;
		display: flex;
		width: 70%;
	}
	
	.badge-logo {
		flex-shrink:1;
	}
	
}

.scorecard-footer-badge .badge-link {
  	text-decoration: none;
}

.scorecard-footer-badge .badge-flex {
  	display: flex;
  	align-items: center;
  	gap: 0.25rem;       /* space between grade and logo */
}

.scorecard-footer-badge .badge-grade {
  	flex-shrink: 1;    /* keep SVG at its intrinsic size */
}

.scorecard-footer-badge .badge-logo img {
  	display: block;
  	max-width: 100%;
  	height: auto;
}

.scorecard-footer-badge .badge-grade svg {
	width: auto;
}


.insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.insight-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;

}

.insight-card:hover {
  transform: translateY(-4px);
}

.insight-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio:16/9;
}

.insight-card .text-block {
  padding: 1rem 0;
  flex: 1;
  display: flex;
  align-items: top;
}

.insight-card .title {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1.125rem;
  line-height: 1.4;
}

/* Scrollable container but hide scrollbar visually */
.scrollable-articles {
  max-height: 650px;
  overflow-y: auto;
  padding-right: 1rem; /* prevent content cutoff from hidden scrollbar */
}

/* Hide scrollbar (WebKit & Firefox) */
.scrollable-articles::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.scrollable-articles {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

@media (max-width: 991.98px) {
  .scrollable-articles {
    max-height: none;
    overflow-y: visible;
  }
}

.published-on {
  display: inline-block;
  font-size: 0.875rem;       /* ~14px */
  color: #6c757d;            /* Bootstrap's text-muted gray */
  font-style: italic;
  margin-top: 0.25rem;
}

.scrollable-articles a {
	transition-delay: 0.3;
	
	animation-delay: 0.75s;
animation-duration: 1.2s;
animation-fill-mode: both;
animation-name: scale;
animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
backface-visibility: hidden;
}
.scrollable-articles a:hover {
	background-color: #f8fcfa;
}

#banking-newsletter-list {
  padding-top: 1.5rem;
}

.newsletter-article {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.newsletter-thumb {
  width: 120px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 8px;
  aspect-ratio:16/9;
}

.newsletter-title {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.3;
  color: #003b5c;
  text-decoration: none;
}

.newsletter-title:hover {
  text-decoration: underline;
  color: #005a87;
}

a.sitelink {
	font-weight: 600;
	text-decoration: underline;
}

a.sitelink:hover {
	color: var(--dark-green);
}
