<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Import required scss */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 19, ../bootstrap/scss/_reboot.scss */

:root {
  --primary_bg: #121212;
  --secondary_bg: #1d1e1f;
  --third_bg: #222225;
  --primary_txt: #b1b1b3;
  --secondary_txt: #d8e4f1;
  --txt_white: #ffffff;
  --theme_txt_clr: #ed1b24;
  --new_primary: #EFEFEF;
  --new_secondary: #DCDCDC;
  --new_background: #363636;

  --loan_primary: #ED1C24;
  --loan_secondary: #DA2128;
  --loan_card_heading: #505050;
  --loan_badge: #414141;
  --loan_cardbg: #ffffff;
  --loan_cardiconbg: #F7F7F7;
  --loan_heading: #373737;
  --loan_txt_clr_primary: #4D4D4F;
  --loan_txt_clr_secondary: #3E3E3E;
  --loan_banner_bg: linear-gradient(90deg, rgba(212, 0, 0, 0.45) 30.94%, rgba(255, 123, 123, 0.22) 100.19%);

  --loan_calc_text: #44475B;
  --loan_calc_text_secondary: #323232;
  --loan_calc_border: #ECEDEF;
  --loan_card_desc: #4D4D4F;
  --loan_stepper_bg: #D9D9D9;
  --loan_faq_bdr: rgba(0, 0, 0, 0.3);
  --loan_accordion_icon: #2D2D2D;

  --loan_card_subheading: #656565;
  --loan_black: #000000;
  --loan_white: #ffffff;
  --loan_background_grey: #FFFFFF;
  --loan_background_black: #FFFFFF;
  --loan_calc_bg: #F9F9F9;
  --loan_calc_bg2: #F4F4F4;
  --loan_calc_heading: #44475B;
  --loan_calc_icon: #4B4B4B;
  --loan_amt_bg: #FFFFFF;
  --table_clr: #000;

  /* retirement microsite variables */
  --rt_primary: #DA2128;
  --rt_secondary: #F3F2EE;
  --rt_black: #000000;
  --rt_white: #ffffff;
  --rt_txt_clr_primary: #EBEBEB;
  --rt_txt_clr_secondary: #E6E6E6;
  --rt_txt_clr_third: #151414;
  --rt_txt_clr_fourth: #969696;
  --rt_txt_clr_five: #2B2B2b;
  --rt_txt_clr_six: #323232;
  --rt_txt_clr_seven: #373737;
  --rt_txt_clr_eight: #515151;
  --rt_txt_clr_nine: #767676;
  --rt_form_placeholder: #979797;
  --rt_bdr_clr: #ECECEC;
  --rt_sub_txt_clr: #EA7462;
  --rt_footer_clr: #F7F7F7;
  --rt_error: #ED1C24;
}

:root {
  --primary: #DA2128;
  --secondary: #F3F2EE;
  --black: #000000;
  --white: #ffffff;
  --txt_clr_primary: #EBEBEB;
  --txt_clr_secondary: #E6E6E6;
  --txt_clr_third: #151414;
  --txt_clr_fourth: #969696;
  --txt_clr_five: #2B2B2b;
  --txt_clr_six: #323232;
  --txt_clr_seven: #373737;
  --txt_clr_eight: #515151;
  --txt_clr_nine: #767676;
  --form_placeholder: #979797;
  --bdr_clr: #ECECEC;
  --sub_txt_clr: #EA7462;
  --footer_clr: #F7F7F7;
  --error: #ED1C24;
}

html[mode="dark"] {
  --loan_primary: #ED1C24;
  --loan_secondary: #DA2128;
  --loan_card_heading: #D9D9D9;
  --loan_badge: #414141;
  --loan_cardbg: #1D1E1F;
  --loan_cardiconbg: #2D2D2D;
  --loan_heading: #EAEAEA;
  --loan_txt_clr_primary: #4D4D4F;
  --loan_txt_clr_secondary: #B1B1B1;
  --loan_banner_bg: linear-gradient(90deg, #690A0A 30.94%, #4c2828 100.19%);

  --loan_calc_text: #44475B;
  --loan_calc_text_secondary: #323232;
  --loan_calc_border: #363636;
  --loan_card_desc: #EAEAEA;
  --loan_stepper_bg: #313131;
  --loan_faq_bdr: #6c6c6c30;
  --loan_accordion_icon: #505050;

  --loan_card_subheading: #656565;
  --loan_black: #000000;
  --loan_white: #ffffff;
  --loan_background_grey: #2F2F2F;
  --loan_background_black: #121212;
  --loan_calc_bg: #1D1E1F;
  --loan_calc_bg2: #363636;
  --loan_calc_heading: #EAEAEA;
  --loan_calc_icon: #B3B3B3;
  --loan_amt_bg: #2D2D2D;
  --table_clr: #FFF;
}

.asterisk {
  font-size: 12px;
  padding: 3px;
}

.pointer {
  cursor: pointer;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

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

/* line 25, ../bootstrap/scss/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 35, ../bootstrap/scss/_reboot.scss */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 46, ../bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  -webkit-transition: background-color800ms ease;
  transition: background-color800ms ease;
}

/* line 66, ../bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, ../bootstrap/scss/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, ../bootstrap/scss/_reboot.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, ../bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, ../bootstrap/scss/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 123, ../bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, ../bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, ../bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, ../bootstrap/scss/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, ../bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, ../bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, ../bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, ../bootstrap/scss/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, ../bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, ../bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, ../bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, ../bootstrap/scss/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 202, ../bootstrap/scss/_reboot.scss */
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, ../bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, ../bootstrap/scss/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 239, ../bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 249, ../bootstrap/scss/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 254, ../bootstrap/scss/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 266, ../bootstrap/scss/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 270, ../bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 278, ../bootstrap/scss/_reboot.scss */
th {
  text-align: inherit;
}

/* line 289, ../bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 298, ../bootstrap/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 307, ../bootstrap/scss/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 312, ../bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 323, ../bootstrap/scss/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 328, ../bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 336, ../bootstrap/scss/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 344, ../bootstrap/scss/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 357, ../bootstrap/scss/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 364, ../bootstrap/scss/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 372, ../bootstrap/scss/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 379, ../bootstrap/scss/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 391, ../bootstrap/scss/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 397, ../bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 412, ../bootstrap/scss/_reboot.scss */
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;
}

/* line 424, ../bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 429, ../bootstrap/scss/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 434, ../bootstrap/scss/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 447, ../bootstrap/scss/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 456, ../bootstrap/scss/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 465, ../bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 469, ../bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 474, ../bootstrap/scss/_reboot.scss */
template {
  display: none;
}

/* line 480, ../bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../bootstrap/scss/_type.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 16, ../bootstrap/scss/_type.scss */
h1,
.h1 {
  font-size: 2.5rem;
}

/* line 17, ../bootstrap/scss/_type.scss */
h2,
.h2 {
  font-size: 2rem;
}

/* line 18, ../bootstrap/scss/_type.scss */
h3,
.h3 {
  font-size: 1.75rem;
}

/* line 19, ../bootstrap/scss/_type.scss */
h4,
.h4 {
  font-size: 1.5rem;
}

/* line 20, ../bootstrap/scss/_type.scss */
h5,
.h5 {
  font-size: 1.25rem;
}

/* line 21, ../bootstrap/scss/_type.scss */
h6,
.h6 {
  font-size: 1rem;
}

/* line 23, ../bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, ../bootstrap/scss/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, ../bootstrap/scss/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, ../bootstrap/scss/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, ../bootstrap/scss/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, ../bootstrap/scss/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, ../bootstrap/scss/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, ../bootstrap/scss/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, ../bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, ../bootstrap/scss/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, ../bootstrap/scss/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 122, ../bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, ../bootstrap/scss/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, ../bootstrap/scss/_code.scss */
a&gt;code {
  color: inherit;
}

/* line 14, ../bootstrap/scss/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, ../bootstrap/scss/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, ../bootstrap/scss/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, ../bootstrap/scss/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../bootstrap/scss/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, ../bootstrap/scss/_grid.scss */
.container,
.section-menu {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  /* line 7, ../bootstrap/scss/_grid.scss */
  .container,
  .section-menu {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  /* line 7, ../bootstrap/scss/_grid.scss */
  .container,
  .section-menu {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  /* line 7, ../bootstrap/scss/_grid.scss */
  .container,
  .section-menu {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  /* line 7, ../bootstrap/scss/_grid.scss */
  .container,
  .section-menu {
    max-width: 1140px;
  }
}

/* line 13, ../bootstrap/scss/_grid.scss */
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  /* line 24, ../bootstrap/scss/_grid.scss */
  .container,
  .section-menu,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  /* line 24, ../bootstrap/scss/_grid.scss */
  .container,
  .section-menu,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  /* line 24, ../bootstrap/scss/_grid.scss */
  .container,
  .section-menu,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  /* line 24, ../bootstrap/scss/_grid.scss */
  .container,
  .section-menu,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

/* line 45, ../bootstrap/scss/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 51, ../bootstrap/scss/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 55, ../bootstrap/scss/_grid.scss */
.no-gutters&gt;.col,
.no-gutters&gt;[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, ../bootstrap/scss/mixins/_grid-framework.scss */
.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;
}

/* line 31, ../bootstrap/scss/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, ../bootstrap/scss/mixins/_grid.scss */
.row-cols-1&gt;* {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, ../bootstrap/scss/mixins/_grid.scss */
.row-cols-2&gt;* {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, ../bootstrap/scss/mixins/_grid.scss */
.row-cols-3&gt;* {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 65, ../bootstrap/scss/mixins/_grid.scss */
.row-cols-4&gt;* {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, ../bootstrap/scss/mixins/_grid.scss */
.row-cols-5&gt;* {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, ../bootstrap/scss/mixins/_grid.scss */
.row-cols-6&gt;* {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 43, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 53, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 55, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {

  /* line 31, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-1&gt;* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-2&gt;* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-3&gt;* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-4&gt;* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-5&gt;* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-6&gt;* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 53, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }

  /* line 55, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {

  /* line 31, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-1&gt;* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-2&gt;* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-3&gt;* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-4&gt;* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-5&gt;* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-6&gt;* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 53, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }

  /* line 55, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {

  /* line 31, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-1&gt;* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-2&gt;* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-3&gt;* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-4&gt;* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-5&gt;* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-6&gt;* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 53, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }

  /* line 55, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {

  /* line 31, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-1&gt;* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-2&gt;* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-3&gt;* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-4&gt;* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-5&gt;* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, ../bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-6&gt;* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 48, ../bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 53, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }

  /* line 55, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }

  /* line 58, ../bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 64, ../bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 5, ../bootstrap/scss/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 11, ../bootstrap/scss/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, ../bootstrap/scss/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, ../bootstrap/scss/_tables.scss */
.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, ../bootstrap/scss/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, ../bootstrap/scss/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, ../bootstrap/scss/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, ../bootstrap/scss/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, ../bootstrap/scss/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0;
}

/* line 75, ../bootstrap/scss/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../bootstrap/scss/mixins/_table-row.scss */
.table-primary,
.table-primary&gt;th,
.table-primary&gt;td {
  background-color: #b8daff;
}

/* line 14, ../bootstrap/scss/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #7abaff;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 32, ../bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-primary:hover&gt;td,
.table-hover .table-primary:hover&gt;th {
  background-color: #9fcdff;
}

/* line 7, ../bootstrap/scss/mixins/_table-row.scss */
.table-secondary,
.table-secondary&gt;th,
.table-secondary&gt;td {
  background-color: #d6d8db;
}

/* line 14, ../bootstrap/scss/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #b3b7bb;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 32, ../bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-secondary:hover&gt;td,
.table-hover .table-secondary:hover&gt;th {
  background-color: #c8cbcf;
}

/* line 7, ../bootstrap/scss/mixins/_table-row.scss */
.table-success,
.table-success&gt;th,
.table-success&gt;td {
  background-color: #c3e6cb;
}

/* line 14, ../bootstrap/scss/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #8fd19e;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, ../bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-success:hover&gt;td,
.table-hover .table-success:hover&gt;th {
  background-color: #b1dfbb;
}

/* line 7, ../bootstrap/scss/mixins/_table-row.scss */
.table-info,
.table-info&gt;th,
.table-info&gt;td {
  background-color: #bee5eb;
}

/* line 14, ../bootstrap/scss/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #86cfda;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, ../bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-info:hover&gt;td,
.table-hover .table-info:hover&gt;th {
  background-color: #abdde5;
}

/* line 7, ../bootstrap/scss/mixins/_table-row.scss */
.table-warning,
.table-warning&gt;th,
.table-warning&gt;td {
  background-color: #ffeeba;
}

/* line 14, ../bootstrap/scss/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #ffdf7e;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, ../bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-warning:hover&gt;td,
.table-hover .table-warning:hover&gt;th {
  background-color: #ffe8a1;
}

/* line 7, ../bootstrap/scss/mixins/_table-row.scss */
.table-danger,
.table-danger&gt;th,
.table-danger&gt;td {
  background-color: #f5c6cb;
}

/* line 14, ../bootstrap/scss/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #ed969e;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, ../bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-danger:hover&gt;td,
.table-hover .table-danger:hover&gt;th {
  background-color: #f1b0b7;
}

/* line 7, ../bootstrap/scss/mixins/_table-row.scss */
.table-light,
.table-light&gt;th,
.table-light&gt;td {
  background-color: #fdfdfe;
}

/* line 14, ../bootstrap/scss/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #fbfcfc;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, ../bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-light:hover&gt;td,
.table-hover .table-light:hover&gt;th {
  background-color: #ececf6;
}

/* line 7, ../bootstrap/scss/mixins/_table-row.scss */
.table-dark,
.table-dark&gt;th,
.table-dark&gt;td {
  background-color: #c6c8ca;
}

/* line 14, ../bootstrap/scss/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #95999c;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, ../bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-dark:hover&gt;td,
.table-hover .table-dark:hover&gt;th {
  background-color: #b9bbbe;
}

/* line 7, ../bootstrap/scss/mixins/_table-row.scss */
.table-active,
.table-active&gt;th,
.table-active&gt;td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, ../bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-active:hover&gt;td,
.table-hover .table-active:hover&gt;th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, ../bootstrap/scss/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, ../bootstrap/scss/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, ../bootstrap/scss/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, ../bootstrap/scss/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, ../bootstrap/scss/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, ../bootstrap/scss/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {

  /* line 171, ../bootstrap/scss/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, ../bootstrap/scss/_tables.scss */
  .table-responsive-sm&gt;.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {

  /* line 171, ../bootstrap/scss/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, ../bootstrap/scss/_tables.scss */
  .table-responsive-md&gt;.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {

  /* line 171, ../bootstrap/scss/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, ../bootstrap/scss/_tables.scss */
  .table-responsive-lg&gt;.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {

  /* line 171, ../bootstrap/scss/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, ../bootstrap/scss/_tables.scss */
  .table-responsive-xl&gt;.table-bordered {
    border: 0;
  }
}

/* line 171, ../bootstrap/scss/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, ../bootstrap/scss/_tables.scss */
.table-responsive&gt;.table-bordered {
  border: 0;
}

/* line 7, ../bootstrap/scss/_forms.scss */
.form-control,
select:disabled {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  /* line 7, ../bootstrap/scss/_forms.scss */
  .form-control,
  select:disabled {
    transition: none;
  }
}

/* line 28, ../bootstrap/scss/_forms.scss */
.form-control::-ms-expand,
select:disabled::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 34, ../bootstrap/scss/_forms.scss */
.form-control:-moz-focusring,
select:-moz-focusring:disabled {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 14, ../bootstrap/scss/mixins/_forms.scss */
.form-control:focus,
select:focus:disabled {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 43, ../bootstrap/scss/_forms.scss */
.form-control::placeholder,
select:disabled::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 54, ../bootstrap/scss/_forms.scss */
.form-control:disabled,
select:disabled,
.form-control[readonly],
select[readonly]:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 63, ../bootstrap/scss/_forms.scss */
select.form-control:focus::-ms-value,
select:disabled:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 75, ../bootstrap/scss/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 88, ../bootstrap/scss/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 96, ../bootstrap/scss/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 103, ../bootstrap/scss/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 116, ../bootstrap/scss/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 128, ../bootstrap/scss/_forms.scss */
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 143, ../bootstrap/scss/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 151, ../bootstrap/scss/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 161, ../bootstrap/scss/_forms.scss */
select.form-control[size],
select[size]:disabled,
select.form-control[multiple],
select[multiple]:disabled {
  height: auto;
}

/* line 167, ../bootstrap/scss/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 176, ../bootstrap/scss/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 180, ../bootstrap/scss/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 190, ../bootstrap/scss/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 196, ../bootstrap/scss/_forms.scss */
.form-row&gt;.col,
.form-row&gt;[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 208, ../bootstrap/scss/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 214, ../bootstrap/scss/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 220, ../bootstrap/scss/_forms.scss */
.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #6c757d;
}

/* line 226, ../bootstrap/scss/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 230, ../bootstrap/scss/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 237, ../bootstrap/scss/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 45, ../bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 53, ../bootstrap/scss/mixins/_forms.scss */
.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.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 69, ../bootstrap/scss/mixins/_forms.scss */
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}

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

/* line 87, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus,
.was-validated select:valid:focus:disabled,
.form-control.is-valid:focus,
select.is-valid:focus:disabled {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 33, ../bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 113, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 122, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #28a745;
}

/* line 126, ../bootstrap/scss/mixins/_forms.scss */
.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;
}

/* line 135, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
  color: #28a745;
}

/* line 138, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  border-color: #28a745;
}

/* line 144, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 151, ../bootstrap/scss/mixins/_forms.scss */
.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.2rem rgba(40, 167, 69, 0.25);
}

/* line 155, ../bootstrap/scss/mixins/_forms.scss */
.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: #28a745;
}

/* line 165, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #28a745;
}

/* line 170, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 45, ../bootstrap/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 53, ../bootstrap/scss/mixins/_forms.scss */
.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.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 69, ../bootstrap/scss/mixins/_forms.scss */
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

/* line 33, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid,
.was-validated select:invalid:disabled,
.form-control.is-invalid,
select.is-invalid:disabled {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 87, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus,
.was-validated select:invalid:focus:disabled,
.form-control.is-invalid:focus,
select.is-invalid:focus:disabled {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 33, ../bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 113, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 122, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #dc3545;
}

/* line 126, ../bootstrap/scss/mixins/_forms.scss */
.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;
}

/* line 135, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
  color: #dc3545;
}

/* line 138, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #dc3545;
}

/* line 144, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 151, ../bootstrap/scss/mixins/_forms.scss */
.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.2rem rgba(220, 53, 69, 0.25);
}

/* line 155, ../bootstrap/scss/mixins/_forms.scss */
.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: #dc3545;
}

/* line 165, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #dc3545;
}

/* line 170, ../bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 266, ../bootstrap/scss/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 274, ../bootstrap/scss/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {

  /* line 280, ../bootstrap/scss/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  /* line 288, ../bootstrap/scss/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  /* line 297, ../bootstrap/scss/_forms.scss */
  .form-inline .form-control,
  .form-inline select:disabled {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 304, ../bootstrap/scss/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  /* line 308, ../bootstrap/scss/_forms.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  /* line 315, ../bootstrap/scss/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  /* line 322, ../bootstrap/scss/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  /* line 330, ../bootstrap/scss/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  /* line 334, ../bootstrap/scss/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, ../bootstrap/scss/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  /* line 7, ../bootstrap/scss/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 27, ../bootstrap/scss/_buttons.scss */
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 34, ../bootstrap/scss/_buttons.scss */
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

/* line 51, ../bootstrap/scss/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 62, ../bootstrap/scss/_buttons.scss */
.btn-primary {
  color: #fff !important;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 18, ../bootstrap/scss/mixins/_buttons.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 32, ../bootstrap/scss/mixins/_buttons.scss */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 43, ../bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show&gt;.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 53, ../bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 62, ../bootstrap/scss/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 18, ../bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 32, ../bootstrap/scss/mixins/_buttons.scss */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 43, ../bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show&gt;.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 53, ../bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 62, ../bootstrap/scss/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, ../bootstrap/scss/mixins/_buttons.scss */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 32, ../bootstrap/scss/mixins/_buttons.scss */
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 43, ../bootstrap/scss/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show&gt;.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 53, ../bootstrap/scss/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 62, ../bootstrap/scss/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, ../bootstrap/scss/mixins/_buttons.scss */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 32, ../bootstrap/scss/mixins/_buttons.scss */
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 43, ../bootstrap/scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show&gt;.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 53, ../bootstrap/scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 62, ../bootstrap/scss/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, ../bootstrap/scss/mixins/_buttons.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 32, ../bootstrap/scss/mixins/_buttons.scss */
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 43, ../bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show&gt;.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 53, ../bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 62, ../bootstrap/scss/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, ../bootstrap/scss/mixins/_buttons.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 32, ../bootstrap/scss/mixins/_buttons.scss */
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 43, ../bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show&gt;.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 53, ../bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 62, ../bootstrap/scss/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, ../bootstrap/scss/mixins/_buttons.scss */
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 32, ../bootstrap/scss/mixins/_buttons.scss */
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, ../bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show&gt;.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 53, ../bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 62, ../bootstrap/scss/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, ../bootstrap/scss/mixins/_buttons.scss */
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 32, ../bootstrap/scss/mixins/_buttons.scss */
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 43, ../bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show&gt;.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 53, ../bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 68, ../bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 74, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 79, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 85, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show&gt;.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 92, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 68, ../bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 74, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 79, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 85, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show&gt;.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 92, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 68, ../bootstrap/scss/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 74, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 79, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 85, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show&gt;.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 92, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 68, ../bootstrap/scss/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 74, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 79, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 85, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show&gt;.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 92, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 68, ../bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 74, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 79, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 85, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show&gt;.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 92, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 68, ../bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 74, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 79, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 85, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show&gt;.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 92, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 68, ../bootstrap/scss/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 74, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 79, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 85, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show&gt;.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 68, ../bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 74, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 79, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 85, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show&gt;.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 92, ../bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 79, ../bootstrap/scss/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 89, ../bootstrap/scss/_buttons.scss */
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 95, ../bootstrap/scss/_buttons.scss */
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 109, ../bootstrap/scss/_buttons.scss */
.btn-lg,
.btn-group-lg&gt;.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 113, ../bootstrap/scss/_buttons.scss */
.btn-sm,
.btn-group-sm&gt;.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 122, ../bootstrap/scss/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 127, ../bootstrap/scss/_buttons.scss */
.btn-block+.btn-block {
  margin-top: 0.5rem;
}

/* line 136, ../bootstrap/scss/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, ../bootstrap/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {

  /* line 1, ../bootstrap/scss/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../bootstrap/scss/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, ../bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, ../bootstrap/scss/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {

  /* line 15, ../bootstrap/scss/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, ../bootstrap/scss/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, ../bootstrap/scss/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, ../bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, ../bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, ../bootstrap/scss/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 42, ../bootstrap/scss/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, ../bootstrap/scss/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {

  /* line 42, ../bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  /* line 47, ../bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {

  /* line 42, ../bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  /* line 47, ../bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {

  /* line 42, ../bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  /* line 47, ../bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {

  /* line 42, ../bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  /* line 47, ../bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, ../bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, ../bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, ../bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, ../bootstrap/scss/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, ../bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, ../bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, ../bootstrap/scss/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, ../bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, ../bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, ../bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, ../bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, ../bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, ../bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, ../bootstrap/scss/_dropdown.scss */
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, ../bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, ../bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 153, ../bootstrap/scss/_dropdown.scss */
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 160, ../bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 172, ../bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 177, ../bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 187, ../bootstrap/scss/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, ../bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, ../bootstrap/scss/_button-group.scss */
.btn-group&gt;.btn,
.btn-group-vertical&gt;.btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.btn-group&gt;.btn:hover,
.btn-group-vertical&gt;.btn:hover {
  z-index: 1;
}

/* line 19, ../bootstrap/scss/_button-group.scss */
.btn-group&gt;.btn:focus,
.btn-group&gt;.btn:active,
.btn-group&gt;.btn.active,
.btn-group-vertical&gt;.btn:focus,
.btn-group-vertical&gt;.btn:active,
.btn-group-vertical&gt;.btn.active {
  z-index: 1;
}

/* line 28, ../bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, ../bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, ../bootstrap/scss/_button-group.scss */
.btn-group&gt;.btn:not(:first-child),
.btn-group&gt;.btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, ../bootstrap/scss/_button-group.scss */
.btn-group&gt;.btn:not(:last-child):not(.dropdown-toggle),
.btn-group&gt;.btn-group:not(:last-child)&gt;.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, ../bootstrap/scss/_button-group.scss */
.btn-group&gt;.btn:not(:first-child),
.btn-group&gt;.btn-group:not(:first-child)&gt;.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../bootstrap/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, ../bootstrap/scss/_button-group.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, ../bootstrap/scss/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, ../bootstrap/scss/_button-group.scss */
.btn-sm+.dropdown-toggle-split,
.btn-group-sm&gt;.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, ../bootstrap/scss/_button-group.scss */
.btn-lg+.dropdown-toggle-split,
.btn-group-lg&gt;.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, ../bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, ../bootstrap/scss/_button-group.scss */
.btn-group-vertical&gt;.btn,
.btn-group-vertical&gt;.btn-group {
  width: 100%;
}

/* line 121, ../bootstrap/scss/_button-group.scss */
.btn-group-vertical&gt;.btn:not(:first-child),
.btn-group-vertical&gt;.btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, ../bootstrap/scss/_button-group.scss */
.btn-group-vertical&gt;.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical&gt;.btn-group:not(:last-child)&gt;.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, ../bootstrap/scss/_button-group.scss */
.btn-group-vertical&gt;.btn:not(:first-child),
.btn-group-vertical&gt;.btn-group:not(:first-child)&gt;.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, ../bootstrap/scss/_button-group.scss */
.btn-group-toggle&gt;.btn,
.btn-group-toggle&gt;.btn-group&gt;.btn {
  margin-bottom: 0;
}

/* line 156, ../bootstrap/scss/_button-group.scss */
.btn-group-toggle&gt;.btn input[type="radio"],
.btn-group-toggle&gt;.btn input[type="checkbox"],
.btn-group-toggle&gt;.btn-group&gt;.btn input[type="radio"],
.btn-group-toggle&gt;.btn-group&gt;.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../bootstrap/scss/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, ../bootstrap/scss/_input-group.scss */
.input-group&gt;.form-control,
.input-group&gt;select:disabled,
.input-group&gt;.form-control-plaintext,
.input-group&gt;.custom-select,
.input-group&gt;.custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 23, ../bootstrap/scss/_input-group.scss */
.input-group&gt;.form-control+.form-control,
.input-group&gt;select:disabled+.form-control,
.input-group&gt;.form-control+select:disabled,
.input-group&gt;select:disabled+select:disabled,
.input-group&gt;.form-control+.custom-select,
.input-group&gt;select:disabled+.custom-select,
.input-group&gt;.form-control+.custom-file,
.input-group&gt;select:disabled+.custom-file,
.input-group&gt;.form-control-plaintext+.form-control,
.input-group&gt;.form-control-plaintext+select:disabled,
.input-group&gt;.form-control-plaintext+.custom-select,
.input-group&gt;.form-control-plaintext+.custom-file,
.input-group&gt;.custom-select+.form-control,
.input-group&gt;.custom-select+select:disabled,
.input-group&gt;.custom-select+.custom-select,
.input-group&gt;.custom-select+.custom-file,
.input-group&gt;.custom-file+.form-control,
.input-group&gt;.custom-file+select:disabled,
.input-group&gt;.custom-file+.custom-select,
.input-group&gt;.custom-file+.custom-file {
  margin-left: -1px;
}

/* line 31, ../bootstrap/scss/_input-group.scss */
.input-group&gt;.form-control:focus,
.input-group&gt;select:focus:disabled,
.input-group&gt;.custom-select:focus,
.input-group&gt;.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}

/* line 38, ../bootstrap/scss/_input-group.scss */
.input-group&gt;.custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 44, ../bootstrap/scss/_input-group.scss */
.input-group&gt;.form-control:not(:last-child),
.input-group&gt;select:not(:last-child):disabled,
.input-group&gt;.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 45, ../bootstrap/scss/_input-group.scss */
.input-group&gt;.form-control:not(:first-child),
.input-group&gt;select:not(:first-child):disabled,
.input-group&gt;.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, ../bootstrap/scss/_input-group.scss */
.input-group&gt;.custom-file {
  display: flex;
  align-items: center;
}

/* line 54, ../bootstrap/scss/_input-group.scss */
.input-group&gt;.custom-file:not(:last-child) .custom-file-label,
.input-group&gt;.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, ../bootstrap/scss/_input-group.scss */
.input-group&gt;.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 67, ../bootstrap/scss/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 74, ../bootstrap/scss/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 78, ../bootstrap/scss/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 83, ../bootstrap/scss/_input-group.scss */
.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;
}

/* line 91, ../bootstrap/scss/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 92, ../bootstrap/scss/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 100, ../bootstrap/scss/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 116, ../bootstrap/scss/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 128, ../bootstrap/scss/_input-group.scss */
.input-group-lg&gt;.form-control:not(textarea),
.input-group-lg&gt;select:not(textarea):disabled,
.input-group-lg&gt;.custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 133, ../bootstrap/scss/_input-group.scss */
.input-group-lg&gt;.form-control,
.input-group-lg&gt;select:disabled,
.input-group-lg&gt;.custom-select,
.input-group-lg&gt;.input-group-prepend&gt;.input-group-text,
.input-group-lg&gt;.input-group-append&gt;.input-group-text,
.input-group-lg&gt;.input-group-prepend&gt;.btn,
.input-group-lg&gt;.input-group-append&gt;.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 145, ../bootstrap/scss/_input-group.scss */
.input-group-sm&gt;.form-control:not(textarea),
.input-group-sm&gt;select:not(textarea):disabled,
.input-group-sm&gt;.custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 150, ../bootstrap/scss/_input-group.scss */
.input-group-sm&gt;.form-control,
.input-group-sm&gt;select:disabled,
.input-group-sm&gt;.custom-select,
.input-group-sm&gt;.input-group-prepend&gt;.input-group-text,
.input-group-sm&gt;.input-group-append&gt;.input-group-text,
.input-group-sm&gt;.input-group-prepend&gt;.btn,
.input-group-sm&gt;.input-group-append&gt;.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 162, ../bootstrap/scss/_input-group.scss */
.input-group-lg&gt;.custom-select,
.input-group-sm&gt;.custom-select {
  padding-right: 1.75rem;
}

/* line 175, ../bootstrap/scss/_input-group.scss */
.input-group&gt;.input-group-prepend&gt;.btn,
.input-group&gt;.input-group-prepend&gt;.input-group-text,
.input-group&gt;.input-group-append:not(:last-child)&gt;.btn,
.input-group&gt;.input-group-append:not(:last-child)&gt;.input-group-text,
.input-group&gt;.input-group-append:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle),
.input-group&gt;.input-group-append:last-child&gt;.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 184, ../bootstrap/scss/_input-group.scss */
.input-group&gt;.input-group-append&gt;.btn,
.input-group&gt;.input-group-append&gt;.input-group-text,
.input-group&gt;.input-group-prepend:not(:first-child)&gt;.btn,
.input-group&gt;.input-group-prepend:not(:first-child)&gt;.input-group-text,
.input-group&gt;.input-group-prepend:first-child&gt;.btn:not(:first-child),
.input-group&gt;.input-group-prepend:first-child&gt;.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, ../bootstrap/scss/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, ../bootstrap/scss/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, ../bootstrap/scss/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 30, ../bootstrap/scss/_custom-forms.scss */
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 37, ../bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 46, ../bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80bdff;
}

/* line 50, ../bootstrap/scss/_custom-forms.scss */
.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 60, ../bootstrap/scss/_custom-forms.scss */
.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

/* line 63, ../bootstrap/scss/_custom-forms.scss */
.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

/* line 74, ../bootstrap/scss/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 82, ../bootstrap/scss/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 97, ../bootstrap/scss/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 115, ../bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 120, ../bootstrap/scss/_custom-forms.scss */
.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 126, ../bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 131, ../bootstrap/scss/_custom-forms.scss */
.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' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 137, ../bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 140, ../bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 151, ../bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 157, ../bootstrap/scss/_custom-forms.scss */
.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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 163, ../bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 174, ../bootstrap/scss/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 178, ../bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 186, ../bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
}

@media (prefers-reduced-motion: reduce) {

  /* line 186, ../bootstrap/scss/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 199, ../bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 206, ../bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 219, ../bootstrap/scss/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

/* line 236, ../bootstrap/scss/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 245, ../bootstrap/scss/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 256, ../bootstrap/scss/_custom-forms.scss */
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 263, ../bootstrap/scss/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 269, ../bootstrap/scss/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 274, ../bootstrap/scss/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 280, ../bootstrap/scss/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 288, ../bootstrap/scss/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 301, ../bootstrap/scss/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 309, ../bootstrap/scss/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 317, ../bootstrap/scss/_custom-forms.scss */
.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 323, ../bootstrap/scss/_custom-forms.scss */
.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}

/* line 329, ../bootstrap/scss/_custom-forms.scss */
.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

/* line 334, ../bootstrap/scss/_custom-forms.scss */
.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 339, ../bootstrap/scss/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 356, ../bootstrap/scss/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 380, ../bootstrap/scss/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 387, ../bootstrap/scss/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 392, ../bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 393, ../bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 394, ../bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 397, ../bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 401, ../bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  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) {

  /* line 401, ../bootstrap/scss/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 412, ../bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 417, ../bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 428, ../bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  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) {

  /* line 428, ../bootstrap/scss/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 438, ../bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 443, ../bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 454, ../bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  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) {

  /* line 454, ../bootstrap/scss/_custom-forms.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 467, ../bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 472, ../bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 483, ../bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 488, ../bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 495, ../bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 499, ../bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 503, ../bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 507, ../bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 511, ../bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 517, ../bootstrap/scss/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  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) {

  /* line 517, ../bootstrap/scss/_custom-forms.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/* line 6, ../bootstrap/scss/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

/* line 23, ../bootstrap/scss/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 34, ../bootstrap/scss/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 37, ../bootstrap/scss/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, ../bootstrap/scss/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 49, ../bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, ../bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 63, ../bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, ../bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 81, ../bootstrap/scss/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 94, ../bootstrap/scss/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 101, ../bootstrap/scss/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 114, ../bootstrap/scss/_nav.scss */
.tab-content&gt;.tab-pane {
  display: none;
}

/* line 117, ../bootstrap/scss/_nav.scss */
.tab-content&gt;.active {
  display: block;
}

/* line 18, ../bootstrap/scss/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, ../bootstrap/scss/_navbar.scss */
.navbar .container,
.navbar .section-menu,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, ../bootstrap/scss/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 71, ../bootstrap/scss/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, ../bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, ../bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, ../bootstrap/scss/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, ../bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, ../bootstrap/scss/_navbar.scss */
.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;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, ../bootstrap/scss/_navbar.scss */
.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) {

  /* line 152, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-sm&gt;.container,
  .navbar-expand-sm&gt;.section-menu,
  .navbar-expand-sm&gt;.container-fluid,
  .navbar-expand-sm&gt;.container-sm,
  .navbar-expand-sm&gt;.container-md,
  .navbar-expand-sm&gt;.container-lg,
  .navbar-expand-sm&gt;.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {

  /* line 150, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 173, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  /* line 176, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 180, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 187, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-sm&gt;.container,
  .navbar-expand-sm&gt;.section-menu,
  .navbar-expand-sm&gt;.container-fluid,
  .navbar-expand-sm&gt;.container-sm,
  .navbar-expand-sm&gt;.container-md,
  .navbar-expand-sm&gt;.container-lg,
  .navbar-expand-sm&gt;.container-xl {
    flex-wrap: nowrap;
  }

  /* line 202, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 209, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {

  /* line 152, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-md&gt;.container,
  .navbar-expand-md&gt;.section-menu,
  .navbar-expand-md&gt;.container-fluid,
  .navbar-expand-md&gt;.container-sm,
  .navbar-expand-md&gt;.container-md,
  .navbar-expand-md&gt;.container-lg,
  .navbar-expand-md&gt;.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {

  /* line 150, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 173, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  /* line 176, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 180, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 187, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-md&gt;.container,
  .navbar-expand-md&gt;.section-menu,
  .navbar-expand-md&gt;.container-fluid,
  .navbar-expand-md&gt;.container-sm,
  .navbar-expand-md&gt;.container-md,
  .navbar-expand-md&gt;.container-lg,
  .navbar-expand-md&gt;.container-xl {
    flex-wrap: nowrap;
  }

  /* line 202, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 209, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {

  /* line 152, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-lg&gt;.container,
  .navbar-expand-lg&gt;.section-menu,
  .navbar-expand-lg&gt;.container-fluid,
  .navbar-expand-lg&gt;.container-sm,
  .navbar-expand-lg&gt;.container-md,
  .navbar-expand-lg&gt;.container-lg,
  .navbar-expand-lg&gt;.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {

  /* line 150, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 173, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  /* line 176, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 180, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 187, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-lg&gt;.container,
  .navbar-expand-lg&gt;.section-menu,
  .navbar-expand-lg&gt;.container-fluid,
  .navbar-expand-lg&gt;.container-sm,
  .navbar-expand-lg&gt;.container-md,
  .navbar-expand-lg&gt;.container-lg,
  .navbar-expand-lg&gt;.container-xl {
    flex-wrap: nowrap;
  }

  /* line 202, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 209, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {

  /* line 152, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-xl&gt;.container,
  .navbar-expand-xl&gt;.section-menu,
  .navbar-expand-xl&gt;.container-fluid,
  .navbar-expand-xl&gt;.container-sm,
  .navbar-expand-xl&gt;.container-md,
  .navbar-expand-xl&gt;.container-lg,
  .navbar-expand-xl&gt;.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {

  /* line 150, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 173, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  /* line 176, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 180, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 187, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-xl&gt;.container,
  .navbar-expand-xl&gt;.section-menu,
  .navbar-expand-xl&gt;.container-fluid,
  .navbar-expand-xl&gt;.container-sm,
  .navbar-expand-xl&gt;.container-md,
  .navbar-expand-xl&gt;.container-lg,
  .navbar-expand-xl&gt;.container-xl {
    flex-wrap: nowrap;
  }

  /* line 202, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 209, ../bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 150, ../bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 152, ../bootstrap/scss/_navbar.scss */
.navbar-expand&gt;.container,
.navbar-expand&gt;.section-menu,
.navbar-expand&gt;.container-fluid,
.navbar-expand&gt;.container-sm,
.navbar-expand&gt;.container-md,
.navbar-expand&gt;.container-lg,
.navbar-expand&gt;.container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 173, ../bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 176, ../bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 180, ../bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 187, ../bootstrap/scss/_navbar.scss */
.navbar-expand&gt;.container,
.navbar-expand&gt;.section-menu,
.navbar-expand&gt;.container-fluid,
.navbar-expand&gt;.container-sm,
.navbar-expand&gt;.container-md,
.navbar-expand&gt;.container-lg,
.navbar-expand&gt;.container-xl {
  flex-wrap: nowrap;
}

/* line 202, ../bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 209, ../bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 224, ../bootstrap/scss/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 233, ../bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 240, ../bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 245, ../bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .show&gt;.nav-link,
.navbar-light .navbar-nav .active&gt;.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 253, ../bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 258, ../bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 262, ../bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 264, ../bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 276, ../bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 285, ../bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 292, ../bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 297, ../bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .show&gt;.nav-link,
.navbar-dark .navbar-nav .active&gt;.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 305, ../bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 310, ../bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 314, ../bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 316, ../bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../bootstrap/scss/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 17, ../bootstrap/scss/_card.scss */
.card&gt;hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 23, ../bootstrap/scss/_card.scss */
.card&gt;.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 29, ../bootstrap/scss/_card.scss */
.card&gt;.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 35, ../bootstrap/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 46, ../bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 50, ../bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 55, ../bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 64, ../bootstrap/scss/_card.scss */
.card-link+.card-link {
  margin-left: 1.25rem;
}

/* line 73, ../bootstrap/scss/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 80, ../bootstrap/scss/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 85, ../bootstrap/scss/_card.scss */
.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 91, ../bootstrap/scss/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 96, ../bootstrap/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 106, ../bootstrap/scss/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 113, ../bootstrap/scss/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 119, ../bootstrap/scss/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 128, ../bootstrap/scss/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 135, ../bootstrap/scss/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 140, ../bootstrap/scss/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 149, ../bootstrap/scss/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {

  /* line 148, ../bootstrap/scss/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 159, ../bootstrap/scss/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 177, ../bootstrap/scss/_card.scss */
.card-group&gt;.card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {

  /* line 174, ../bootstrap/scss/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  /* line 186, ../bootstrap/scss/_card.scss */
  .card-group&gt;.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 191, ../bootstrap/scss/_card.scss */
  .card-group&gt;.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 198, ../bootstrap/scss/_card.scss */
  .card-group&gt;.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 201, ../bootstrap/scss/_card.scss */
  .card-group&gt;.card:not(:last-child) .card-img-top,
  .card-group&gt;.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  /* line 206, ../bootstrap/scss/_card.scss */
  .card-group&gt;.card:not(:last-child) .card-img-bottom,
  .card-group&gt;.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  /* line 213, ../bootstrap/scss/_card.scss */
  .card-group&gt;.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 216, ../bootstrap/scss/_card.scss */
  .card-group&gt;.card:not(:first-child) .card-img-top,
  .card-group&gt;.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  /* line 221, ../bootstrap/scss/_card.scss */
  .card-group&gt;.card:not(:first-child) .card-img-bottom,
  .card-group&gt;.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 238, ../bootstrap/scss/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {

  /* line 237, ../bootstrap/scss/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 248, ../bootstrap/scss/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 261, ../bootstrap/scss/_card.scss */
.accordion&gt;.card {
  overflow: hidden;
}

/* line 264, ../bootstrap/scss/_card.scss */
.accordion&gt;.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 269, ../bootstrap/scss/_card.scss */
.accordion&gt;.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 273, ../bootstrap/scss/_card.scss */
.accordion&gt;.card&gt;.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, ../bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 14, ../bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, ../bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "";
}

/* line 31, ../bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, ../bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, ../bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, ../bootstrap/scss/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, ../bootstrap/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 17, ../bootstrap/scss/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 25, ../bootstrap/scss/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 34, ../bootstrap/scss/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 40, ../bootstrap/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 45, ../bootstrap/scss/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 52, ../bootstrap/scss/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, ../bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, ../bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, ../bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, ../bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, ../bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, ../bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, ../bootstrap/scss/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {

  /* line 6, ../bootstrap/scss/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

/* line 25, ../bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, ../bootstrap/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, ../bootstrap/scss/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, ../bootstrap/scss/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

/* line 11, ../bootstrap/scss/mixins/_badge.scss */
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 51, ../bootstrap/scss/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 11, ../bootstrap/scss/mixins/_badge.scss */
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 51, ../bootstrap/scss/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 11, ../bootstrap/scss/mixins/_badge.scss */
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, ../bootstrap/scss/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 11, ../bootstrap/scss/mixins/_badge.scss */
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, ../bootstrap/scss/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 11, ../bootstrap/scss/mixins/_badge.scss */
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, ../bootstrap/scss/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 11, ../bootstrap/scss/mixins/_badge.scss */
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, ../bootstrap/scss/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 11, ../bootstrap/scss/mixins/_badge.scss */
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, ../bootstrap/scss/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 11, ../bootstrap/scss/mixins/_badge.scss */
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 1, ../bootstrap/scss/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {

  /* line 1, ../bootstrap/scss/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, ../bootstrap/scss/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../bootstrap/scss/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, ../bootstrap/scss/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, ../bootstrap/scss/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, ../bootstrap/scss/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 10, ../bootstrap/scss/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 48, ../bootstrap/scss/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, ../bootstrap/scss/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, ../bootstrap/scss/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, ../bootstrap/scss/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, ../bootstrap/scss/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, ../bootstrap/scss/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, ../bootstrap/scss/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, ../bootstrap/scss/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, ../bootstrap/scss/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 48, ../bootstrap/scss/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, ../bootstrap/scss/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, ../bootstrap/scss/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, ../bootstrap/scss/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, ../bootstrap/scss/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, ../bootstrap/scss/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 48, ../bootstrap/scss/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, ../bootstrap/scss/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, ../bootstrap/scss/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 48, ../bootstrap/scss/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, ../bootstrap/scss/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, ../bootstrap/scss/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

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

  to {
    background-position: 0 0;
  }
}

/* line 9, ../bootstrap/scss/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 19, ../bootstrap/scss/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {

  /* line 19, ../bootstrap/scss/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 31, ../bootstrap/scss/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 37, ../bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {

  /* line 37, ../bootstrap/scss/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, ../bootstrap/scss/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../bootstrap/scss/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../bootstrap/scss/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, ../bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 33, ../bootstrap/scss/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 44, ../bootstrap/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 52, ../bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 56, ../bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 60, ../bootstrap/scss/_list-group.scss */
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 68, ../bootstrap/scss/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 75, ../bootstrap/scss/_list-group.scss */
.list-group-item+.list-group-item {
  border-top-width: 0;
}

/* line 78, ../bootstrap/scss/_list-group.scss */
.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 94, ../bootstrap/scss/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 98, ../bootstrap/scss/_list-group.scss */
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 103, ../bootstrap/scss/_list-group.scss */
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 108, ../bootstrap/scss/_list-group.scss */
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

/* line 112, ../bootstrap/scss/_list-group.scss */
.list-group-horizontal .list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 116, ../bootstrap/scss/_list-group.scss */
.list-group-horizontal .list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {

  /* line 94, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  /* line 98, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 103, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 108, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  /* line 112, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 116, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {

  /* line 94, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }

  /* line 98, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 103, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 108, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  /* line 112, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 116, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {

  /* line 94, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  /* line 98, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 103, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 108, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  /* line 112, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 116, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {

  /* line 94, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  /* line 98, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 103, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 108, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  /* line 112, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 116, ../bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 133, ../bootstrap/scss/_list-group.scss */
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

/* line 138, ../bootstrap/scss/_list-group.scss */
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

/* line 144, ../bootstrap/scss/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 14, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 14, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, ../bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, ../bootstrap/scss/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, ../bootstrap/scss/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, ../bootstrap/scss/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

/* line 39, ../bootstrap/scss/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, ../bootstrap/scss/_toasts.scss */
.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(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 14, ../bootstrap/scss/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 18, ../bootstrap/scss/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 22, ../bootstrap/scss/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 27, ../bootstrap/scss/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 32, ../bootstrap/scss/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 42, ../bootstrap/scss/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, ../bootstrap/scss/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../bootstrap/scss/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../bootstrap/scss/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, ../bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, ../bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {

  /* line 44, ../bootstrap/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, ../bootstrap/scss/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, ../bootstrap/scss/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, ../bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, ../bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, ../bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, ../bootstrap/scss/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, ../bootstrap/scss/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 90, ../bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 95, ../bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 99, ../bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 106, ../bootstrap/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 124, ../bootstrap/scss/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 134, ../bootstrap/scss/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 135, ../bootstrap/scss/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 140, ../bootstrap/scss/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 148, ../bootstrap/scss/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 156, ../bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 163, ../bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 172, ../bootstrap/scss/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 185, ../bootstrap/scss/_modal.scss */
.modal-footer&gt;* {
  margin: 0.25rem;
}

/* line 191, ../bootstrap/scss/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {

  /* line 202, ../bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 207, ../bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  /* line 210, ../bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 215, ../bootstrap/scss/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  /* line 218, ../bootstrap/scss/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  /* line 227, ../bootstrap/scss/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  /* line 231, ../bootstrap/scss/_modal.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {

  /* line 238, ../bootstrap/scss/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, ../bootstrap/scss/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../bootstrap/scss/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../bootstrap/scss/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../bootstrap/scss/_tooltip.scss */
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, ../bootstrap/scss/_tooltip.scss */
.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: #000;
}

/* line 46, ../bootstrap/scss/_tooltip.scss */
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../bootstrap/scss/_tooltip.scss */
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../bootstrap/scss/_tooltip.scss */
.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: #000;
}

/* line 62, ../bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, ../bootstrap/scss/_tooltip.scss */
.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: #000;
}

/* line 76, ../bootstrap/scss/_tooltip.scss */
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../bootstrap/scss/_tooltip.scss */
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../bootstrap/scss/_tooltip.scss */
.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: #000;
}

/* line 108, ../bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, ../bootstrap/scss/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, ../bootstrap/scss/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, ../bootstrap/scss/_popover.scss */
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../bootstrap/scss/_popover.scss */
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, ../bootstrap/scss/_popover.scss */
.bs-popover-top&gt;.arrow,
.bs-popover-auto[x-placement^="top"]&gt;.arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, ../bootstrap/scss/_popover.scss */
.bs-popover-top&gt;.arrow::before,
.bs-popover-auto[x-placement^="top"]&gt;.arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, ../bootstrap/scss/_popover.scss */
.bs-popover-top&gt;.arrow::after,
.bs-popover-auto[x-placement^="top"]&gt;.arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, ../bootstrap/scss/_popover.scss */
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, ../bootstrap/scss/_popover.scss */
.bs-popover-right&gt;.arrow,
.bs-popover-auto[x-placement^="right"]&gt;.arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, ../bootstrap/scss/_popover.scss */
.bs-popover-right&gt;.arrow::before,
.bs-popover-auto[x-placement^="right"]&gt;.arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, ../bootstrap/scss/_popover.scss */
.bs-popover-right&gt;.arrow::after,
.bs-popover-auto[x-placement^="right"]&gt;.arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, ../bootstrap/scss/_popover.scss */
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, ../bootstrap/scss/_popover.scss */
.bs-popover-bottom&gt;.arrow,
.bs-popover-auto[x-placement^="bottom"]&gt;.arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, ../bootstrap/scss/_popover.scss */
.bs-popover-bottom&gt;.arrow::before,
.bs-popover-auto[x-placement^="bottom"]&gt;.arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, ../bootstrap/scss/_popover.scss */
.bs-popover-bottom&gt;.arrow::after,
.bs-popover-auto[x-placement^="bottom"]&gt;.arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, ../bootstrap/scss/_popover.scss */
.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 #f7f7f7;
}

/* line 113, ../bootstrap/scss/_popover.scss */
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, ../bootstrap/scss/_popover.scss */
.bs-popover-left&gt;.arrow,
.bs-popover-auto[x-placement^="left"]&gt;.arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, ../bootstrap/scss/_popover.scss */
.bs-popover-left&gt;.arrow::before,
.bs-popover-auto[x-placement^="left"]&gt;.arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, ../bootstrap/scss/_popover.scss */
.bs-popover-left&gt;.arrow::after,
.bs-popover-auto[x-placement^="left"]&gt;.arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, ../bootstrap/scss/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 162, ../bootstrap/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, ../bootstrap/scss/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14, ../bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../bootstrap/scss/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, ../bootstrap/scss/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../bootstrap/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  /* line 29, ../bootstrap/scss/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../bootstrap/scss/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, ../bootstrap/scss/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, ../bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../bootstrap/scss/_carousel.scss */
.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;
}

/* line 74, ../bootstrap/scss/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  /* line 74, ../bootstrap/scss/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, ../bootstrap/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  /* line 87, ../bootstrap/scss/_carousel.scss */
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
.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;
}

/* line 111, ../bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, ../bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, ../bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, ../bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 135, ../bootstrap/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, ../bootstrap/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, ../bootstrap/scss/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {

  /* line 159, ../bootstrap/scss/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, ../bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, ../bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, ../bootstrap/scss/_spinners.scss */
.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%;
  animation: spinner-border .75s linear infinite;
}

/* line 21, ../bootstrap/scss/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

/* line 40, ../bootstrap/scss/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

/* line 52, ../bootstrap/scss/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 3, ../bootstrap/scss/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../bootstrap/scss/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../bootstrap/scss/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../bootstrap/scss/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../bootstrap/scss/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../bootstrap/scss/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../bootstrap/scss/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, ../bootstrap/scss/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, ../bootstrap/scss/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, ../bootstrap/scss/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, ../bootstrap/scss/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, ../bootstrap/scss/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, ../bootstrap/scss/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, ../bootstrap/scss/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, ../bootstrap/scss/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../bootstrap/scss/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../bootstrap/scss/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, ../bootstrap/scss/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, ../bootstrap/scss/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, ../bootstrap/scss/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, ../bootstrap/scss/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, ../bootstrap/scss/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../bootstrap/scss/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../bootstrap/scss/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../bootstrap/scss/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../bootstrap/scss/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../bootstrap/scss/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, ../bootstrap/scss/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, ../bootstrap/scss/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, ../bootstrap/scss/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, ../bootstrap/scss/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, ../bootstrap/scss/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, ../bootstrap/scss/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, ../bootstrap/scss/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, ../bootstrap/scss/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../bootstrap/scss/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, ../bootstrap/scss/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, ../bootstrap/scss/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, ../bootstrap/scss/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, ../bootstrap/scss/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, ../bootstrap/scss/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, ../bootstrap/scss/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, ../bootstrap/scss/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, ../bootstrap/scss/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, ../bootstrap/scss/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, ../bootstrap/scss/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../bootstrap/scss/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, ../bootstrap/scss/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, ../bootstrap/scss/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, ../bootstrap/scss/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, ../bootstrap/scss/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, ../bootstrap/scss/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, ../bootstrap/scss/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../bootstrap/scss/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {

  /* line 24, ../bootstrap/scss/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../bootstrap/scss/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../bootstrap/scss/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../bootstrap/scss/utilities/_embed.scss */
.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;
}

/* line 35, ../bootstrap/scss/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, ../bootstrap/scss/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../bootstrap/scss/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../bootstrap/scss/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../bootstrap/scss/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../bootstrap/scss/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../bootstrap/scss/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../bootstrap/scss/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../bootstrap/scss/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../bootstrap/scss/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../bootstrap/scss/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../bootstrap/scss/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../bootstrap/scss/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../bootstrap/scss/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../bootstrap/scss/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../bootstrap/scss/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../bootstrap/scss/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../bootstrap/scss/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../bootstrap/scss/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../bootstrap/scss/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../bootstrap/scss/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../bootstrap/scss/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../bootstrap/scss/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../bootstrap/scss/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../bootstrap/scss/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../bootstrap/scss/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../bootstrap/scss/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../bootstrap/scss/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../bootstrap/scss/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../bootstrap/scss/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../bootstrap/scss/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../bootstrap/scss/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../bootstrap/scss/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../bootstrap/scss/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../bootstrap/scss/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../bootstrap/scss/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../bootstrap/scss/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../bootstrap/scss/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {

  /* line 11, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 13, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, ../bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 26, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 27, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 28, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 29, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 31, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 32, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 33, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 37, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 38, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 40, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 41, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 42, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 44, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 45, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 46, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 48, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 49, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {

  /* line 11, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 13, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, ../bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 26, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 27, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 28, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 29, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 31, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 32, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 33, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 37, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 38, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 40, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 41, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 42, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 44, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 45, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 46, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 48, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 49, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {

  /* line 11, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 13, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, ../bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 26, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 27, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 28, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 29, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 31, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 32, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 33, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 37, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 38, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 40, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 41, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 42, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 44, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 45, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 46, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 48, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 49, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {

  /* line 11, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 13, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, ../bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 26, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 27, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 28, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 29, ../bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 31, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 32, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 33, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 37, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 38, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 40, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 41, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 42, ../bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 44, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 45, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 46, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 48, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 49, ../bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, ../bootstrap/scss/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../bootstrap/scss/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, ../bootstrap/scss/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {

  /* line 7, ../bootstrap/scss/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 8, ../bootstrap/scss/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 9, ../bootstrap/scss/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {

  /* line 7, ../bootstrap/scss/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 8, ../bootstrap/scss/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 9, ../bootstrap/scss/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {

  /* line 7, ../bootstrap/scss/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 8, ../bootstrap/scss/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 9, ../bootstrap/scss/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {

  /* line 7, ../bootstrap/scss/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 8, ../bootstrap/scss/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 9, ../bootstrap/scss/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, ../bootstrap/scss/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../bootstrap/scss/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../bootstrap/scss/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../bootstrap/scss/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../bootstrap/scss/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../bootstrap/scss/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../bootstrap/scss/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../bootstrap/scss/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../bootstrap/scss/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {

  /* line 26, ../bootstrap/scss/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../bootstrap/scss/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, ../bootstrap/scss/mixins/_screen-reader.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../bootstrap/scss/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../bootstrap/scss/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../bootstrap/scss/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../bootstrap/scss/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../bootstrap/scss/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../bootstrap/scss/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../bootstrap/scss/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../bootstrap/scss/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../bootstrap/scss/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../bootstrap/scss/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../bootstrap/scss/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../bootstrap/scss/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../bootstrap/scss/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../bootstrap/scss/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../bootstrap/scss/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../bootstrap/scss/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../bootstrap/scss/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../bootstrap/scss/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../bootstrap/scss/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../bootstrap/scss/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6, ../bootstrap/scss/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

/* line 11, ../bootstrap/scss/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../bootstrap/scss/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, ../bootstrap/scss/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, ../bootstrap/scss/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, ../bootstrap/scss/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, ../bootstrap/scss/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, ../bootstrap/scss/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, ../bootstrap/scss/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, ../bootstrap/scss/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, ../bootstrap/scss/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, ../bootstrap/scss/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, ../bootstrap/scss/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, ../bootstrap/scss/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, ../bootstrap/scss/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, ../bootstrap/scss/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, ../bootstrap/scss/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, ../bootstrap/scss/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, ../bootstrap/scss/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, ../bootstrap/scss/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../bootstrap/scss/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, ../bootstrap/scss/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, ../bootstrap/scss/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, ../bootstrap/scss/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, ../bootstrap/scss/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, ../bootstrap/scss/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, ../bootstrap/scss/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, ../bootstrap/scss/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, ../bootstrap/scss/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, ../bootstrap/scss/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, ../bootstrap/scss/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, ../bootstrap/scss/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, ../bootstrap/scss/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, ../bootstrap/scss/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, ../bootstrap/scss/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, ../bootstrap/scss/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, ../bootstrap/scss/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 20, ../bootstrap/scss/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 24, ../bootstrap/scss/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 34, ../bootstrap/scss/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 35, ../bootstrap/scss/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 39, ../bootstrap/scss/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 43, ../bootstrap/scss/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 47, ../bootstrap/scss/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 34, ../bootstrap/scss/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 35, ../bootstrap/scss/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 39, ../bootstrap/scss/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 43, ../bootstrap/scss/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 47, ../bootstrap/scss/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 34, ../bootstrap/scss/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 35, ../bootstrap/scss/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 39, ../bootstrap/scss/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 43, ../bootstrap/scss/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 47, ../bootstrap/scss/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 34, ../bootstrap/scss/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 35, ../bootstrap/scss/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 39, ../bootstrap/scss/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 43, ../bootstrap/scss/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 47, ../bootstrap/scss/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 34, ../bootstrap/scss/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 35, ../bootstrap/scss/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 39, ../bootstrap/scss/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 43, ../bootstrap/scss/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 47, ../bootstrap/scss/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 55, ../bootstrap/scss/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 56, ../bootstrap/scss/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 60, ../bootstrap/scss/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 64, ../bootstrap/scss/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 68, ../bootstrap/scss/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, ../bootstrap/scss/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 56, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 60, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 64, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 68, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, ../bootstrap/scss/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 56, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 60, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 64, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 68, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, ../bootstrap/scss/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 56, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 60, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 64, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 68, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, ../bootstrap/scss/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 12, ../bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 16, ../bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 20, ../bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, ../bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 35, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, ../bootstrap/scss/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 56, ../bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 60, ../bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 64, ../bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 68, ../bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, ../bootstrap/scss/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, ../bootstrap/scss/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../bootstrap/scss/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../bootstrap/scss/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../bootstrap/scss/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../bootstrap/scss/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../bootstrap/scss/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../bootstrap/scss/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {

  /* line 22, ../bootstrap/scss/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 23, ../bootstrap/scss/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {

  /* line 22, ../bootstrap/scss/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 23, ../bootstrap/scss/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {

  /* line 22, ../bootstrap/scss/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 23, ../bootstrap/scss/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {

  /* line 22, ../bootstrap/scss/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 23, ../bootstrap/scss/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 24, ../bootstrap/scss/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, ../bootstrap/scss/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../bootstrap/scss/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../bootstrap/scss/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../bootstrap/scss/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../bootstrap/scss/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../bootstrap/scss/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../bootstrap/scss/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, ../bootstrap/scss/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../bootstrap/scss/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../bootstrap/scss/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 6, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

/* line 6, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, ../bootstrap/scss/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, ../bootstrap/scss/mixins/_hover.scss */
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, ../bootstrap/scss/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, ../bootstrap/scss/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, ../bootstrap/scss/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../bootstrap/scss/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../bootstrap/scss/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, ../bootstrap/scss/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, ../bootstrap/scss/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, ../bootstrap/scss/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../bootstrap/scss/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../bootstrap/scss/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {

  /* line 13, ../bootstrap/scss/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 24, ../bootstrap/scss/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, ../bootstrap/scss/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, ../bootstrap/scss/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, ../bootstrap/scss/_print.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 63, ../bootstrap/scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 67, ../bootstrap/scss/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 72, ../bootstrap/scss/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 79, ../bootstrap/scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  /* line 92, ../bootstrap/scss/_print.scss */
  body {
    min-width: 992px !important;
  }

  /* line 95, ../bootstrap/scss/_print.scss */
  .container,
  .section-menu {
    min-width: 992px !important;
  }

  /* line 100, ../bootstrap/scss/_print.scss */
  .navbar {
    display: none;
  }

  /* line 103, ../bootstrap/scss/_print.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 107, ../bootstrap/scss/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 110, ../bootstrap/scss/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 117, ../bootstrap/scss/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 123, ../bootstrap/scss/_print.scss */
  .table-dark {
    color: inherit;
  }

  /* line 126, ../bootstrap/scss/_print.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #dee2e6;
  }

  /* line 134, ../bootstrap/scss/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* Slider */
/* line 2, ../sass/_slick.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 27, ../sass/_slick.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

/* line 35, ../sass/_slick.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 42, ../sass/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 48, ../sass/_slick.scss */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 62, ../sass/_slick.scss */
.slick-prev {
  left: -25px;
}

/* line 66, ../sass/_slick.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 72, ../sass/_slick.scss */
.slick-next {
  right: -25px;
}

/* line 76, ../sass/_slick.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* Dots */
/* line 83, ../sass/_slick.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 88, ../sass/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 103, ../sass/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 116, ../sass/_slick.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 134, ../sass/_slick.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 139, ../sass/_slick.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 144, ../sass/_slick.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'ΓÇó';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 166, ../sass/_slick.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* line 172, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 186, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 193, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 197, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 202, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 211, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
}

/* line 217, ../sass/_slick.scss */
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 223, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 227, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 231, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 235, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 238, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 241, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 247, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 251, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 255, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 259, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 265, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Color theme Variables */
/* Green color */
/* Parret Green color */
/* Blue color */
/* Black color */
/* Gray color */
/* Yellow color */
/* Orange color */
/* Dark blue color */
/* Red color */
/* Voilet color */
/* Navy Blue color */
/* White color */
/* Red color */
/* Feild Border color */
/* Theme Other Variables */
/* border-radius mixin */
/* box-shadow mixin */
/* color with opacity mixin */
/* bg-color with opacity mixin */
/* border-color with opacity mixin */
/* Dispaly flex mixin */
/* justify-content mixin */
/* align-items mixin */
/* Transition mixin */
/* Transform mixin */
/* responsive mixin */
/* line 2, ../sass/_animation.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 36, ../sass/_animation.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpSpan {
  0% {
    -webkit-transform: translate3d(0, -100%, 0) skew(-20.6deg, 0deg);
    transform: translate3d(0, -100%, 0) skew(-20.6deg, 0deg);
    margin-left: 130px;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) skew(-20.6deg, 0deg);
    transform: translate3d(0, 0, 0) skew(-20.6deg, 0deg);
    margin-left: 0;
  }
}

@keyframes fadeInUpSpan {
  0% {
    -webkit-transform: translate3d(0, -100%, 0) skew(-20.6deg, 0deg);
    transform: translate3d(0, -100%, 0) skew(-20.6deg, 0deg);
    margin-left: 130px;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) skew(-20.6deg, 0deg);
    transform: translate3d(0, 0, 0) skew(-20.6deg, 0deg);
    margin-left: 0;
  }
}

/* line 70, ../sass/_animation.scss */
.fadeInUpSpan {
  -webkit-animation-name: fadeInUpSpan;
  animation-name: fadeInUpSpan;
}

@-webkit-keyframes width100 {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes width100 {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* line 110, ../sass/_animation.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 179, ../sass/_animation.scss */
.animate_flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 244, ../sass/_animation.scss */
.animate_flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

/* line 284, ../sass/_animation.scss */
.animate_flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

/* line 2, ../sass/_header.scss */
header.Login-header {
  position: fixed;
  z-index: 9;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 11px 0 9px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

/* line 10, ../sass/_header.scss */
header.Login-header img {
  width: 204px;
}

/* line 14, ../sass/_header.scss */
header.header-container-wrapper {
  z-index: 999;
  min-height: 113px;
  position: relative;
}

@media (min-width: 992px) {

  /* line 18, ../sass/_header.scss */
  header.header-container-wrapper.riskprofiling-header {
    min-height: 70px;
  }

  /* line 21, ../sass/_header.scss */
  header.header-container-wrapper.riskprofiling-header .main-header {
    padding: 10px 0;
  }
}

/* line 26, ../sass/_header.scss */
header.header-container-wrapper .show-on-scroll {
  display: none;
  margin-left: 15px;
}

/* line 29, ../sass/_header.scss */
header.header-container-wrapper .show-on-scroll img {
  height: 16px;
}

/* line 34, ../sass/_header.scss */
header.header-container-wrapper.scroll-body .show-on-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 37, ../sass/_header.scss */
/* header.header-container-wrapper.scroll-body .main-header {
  position: fixed;
  top: 0;
  padding: 8px 0;
  border-top: 0;
} */

/* line 44, ../sass/_header.scss */
header.header-container-wrapper.scroll-body .main-header .has-children&gt;a:after {
  height: 8px !important;
}

/* line 49, ../sass/_header.scss */
/* header.header-container-wrapper.scroll-body .main-header .header-link {
  display: none;
} */

/* line 53, ../sass/_header.scss */
header.header-container-wrapper.scroll-body .main-header .logo a {
  width: 175px;
}

/* line 57, ../sass/_header.scss */
header.header-container-wrapper.scroll-body .main-header .journey {
  margin-top: 0;
}

@media (max-width: 991px) {

  /* line 14, ../sass/_header.scss */
  header.header-container-wrapper {
    min-height: 50px;
  }
}

/* line 65, ../sass/_header.scss */
header.header-container-wrapper .main-header {
  border-top: 8px solid #d71419;
  position: static;
  padding-bottom: 15px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: #fff;
  top: -150px;
  left: 0;
  transition: top 0.5s;
  z-index: 99;
}

/* line 76, ../sass/_header.scss */
header.header-container-wrapper .main-header&gt;div {
  position: relative;
  z-index: 99;
}

/* line 80, ../sass/_header.scss */
header.header-container-wrapper .main-header div[class*="col"] {
  position: static;
}

/* line 83, ../sass/_header.scss */
header.header-container-wrapper .main-header ul {
  display: flex;
  list-style-type: none;
  margin: 0;
}

/* line 88, ../sass/_header.scss */
header.header-container-wrapper .main-header ul li a {
  color: inherit;
  display: flex;
  align-items: center;
  padding: 8px 6px;
}

/* line 93, ../sass/_header.scss */
header.header-container-wrapper .main-header ul li a:hover {
  color: #ed1b24;
}

/* line 99, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

/* line 106, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link&gt;ul&gt;li+li&gt;a:before {
  content: "|";
  margin-right: 20px;
}

/* line 112, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link&gt;ul&gt;li&gt;a {
  text-transform: uppercase;
  margin: 10px 5px 5px;
  color: #919191;
}

/* line 116, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link&gt;ul&gt;li&gt;a img {
  margin-right: 5px;
  opacity: 0.5;
}

/* line 121, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link&gt;ul&gt;li&gt;a.hamburger-menu img {
  margin: -2px 0 0 8px;
}

/* line 127, ../sass/_header.scss */
header.header-container-wrapper .main-header .header-link&gt;ul&gt;li:last-child a {
  margin-right: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {

  /* line 135, ../sass/_header.scss */
  header.header-container-wrapper .main-header .header-link&gt;ul&gt;li a.hamburger-menu img {
    margin: -1px 0 0 5px;
  }
}

/* line 147, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav&gt;ul&gt;li&gt;a {
  padding: 0.5rem 1.2rem;
  font-weight: 600;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {

  /* line 147, ../sass/_header.scss */
  header.header-container-wrapper .main-header .main-nav&gt;ul&gt;li&gt;a {
    padding: 0.5rem 0.9rem;
  }
}

/* line 154, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav&gt;ul&gt;li&gt;a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px;
}

/* line 164, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav&gt;ul&gt;li.has-children .children-wrapper {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 0;
  overflow: hidden;
}

/* line 179, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav&gt;ul&gt;li.has-children .children-wrapper&gt;div {
  max-width: 1024px;
}

/* line 182, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav&gt;ul&gt;li.has-children .children-wrapper .sub-menu {
  width: 25%;
  padding: 25px 15px;
  flex-direction: column;
}

/* line 187, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav&gt;ul&gt;li.has-children .children-wrapper .sub-menu li strong {
  padding: 0.5rem 1rem 1rem;
  display: block;
}

/* line 192, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav&gt;ul&gt;li.has-children .children-wrapper .sub-menu li a:not(.btn) {
  padding: 0.1rem 1rem;
}

/* line 198, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav&gt;ul&gt;li.has-children .children-wrapper .apply-section {
  position: relative;
  top: -2rem;
  padding: 0 15px;
  width: 100%;
}

/* line 203, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav&gt;ul&gt;li.has-children .children-wrapper .apply-section .btn {
  margin-left: 1rem;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  width: 100%;
  max-width: 165px;
}

/* line 209, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav&gt;ul&gt;li.has-children .children-wrapper .apply-section .btn:hover {
  color: #28323c;
}

/* line 216, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav&gt;ul&gt;li.has-children:hover&gt;a {
  color: #ed1b24;
}

/* line 219, ../sass/_header.scss */
header.header-container-wrapper .main-header .main-nav&gt;ul&gt;li.has-children:hover .children-wrapper {
  opacity: 1;
  visibility: visible;
  height: 240px;
}

/* line 230, ../sass/_header.scss */
header.header-container-wrapper .main-header .logo a {
  display: flex;
  align-items: center;
}

/* line 233, ../sass/_header.scss */
header.header-container-wrapper .main-header .logo a img {
  width: 210px;
  max-width: 100%;
}

/* line 239, ../sass/_header.scss */
header.header-container-wrapper .main-header .journey {
  font-size: 1.25rem;
  font-weight: 700;
  color: #28323c;
  text-transform: uppercase;
  display: inline-block;
  margin: 3px 0 0;
}

/* line 246, ../sass/_header.scss */
header.header-container-wrapper .main-header .journey:hover {
  color: #ed1b24;
}

/* line 249, ../sass/_header.scss */
header.header-container-wrapper .main-header .journey img {
  vertical-align: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {

  /* line 239, ../sass/_header.scss */
  header.header-container-wrapper .main-header .journey {
    font-size: 1.15rem;
  }

  /* line 254, ../sass/_header.scss */
  header.header-container-wrapper .main-header .journey img {
    width: 14px;
  }
}

/* line 261, ../sass/_header.scss */
header .sidebar-menu {
  position: fixed;
  transform: translateX(calc(100% + 10px));
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  right: 0;
  top: 0;
  width: 300px;
  z-index: 99;
}

/* line 271, ../sass/_header.scss */
header .sidebar-menu .menu-content {
  background-color: #fcfcfe;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1);
  height: 100vh;
  padding-bottom: 30px;
}

/* line 277, ../sass/_header.scss */
header .sidebar-menu .menu-content .search_section {
  width: 100%;
}

/* line 279, ../sass/_header.scss */
/* header .sidebar-menu .menu-content .search_section .searchbox {
  font-size: inherit;
  line-height: 18px;
  width: 100%;
  padding: 15px 35px 15px 15px;
  background: url("../../images/research.svg") no-repeat right 15px center/16px;
} */
/* line 287, ../sass/_header.scss */
header .sidebar-menu .menu-content ul {
  flex-direction: column;
  white-space: nowrap;
}

/* line 291, ../sass/_header.scss */
header .sidebar-menu .menu-content ul li a,
header .sidebar-menu .menu-content ul li strong {
  padding: 10px 20px 10px 40px;
  display: block;
  color: #28323c;
}

/* line 296, ../sass/_header.scss */
header .sidebar-menu .menu-content ul li a:hover,
header .sidebar-menu .menu-content ul li strong:hover {
  color: #ed1b24;
}

/* line 301, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav {
  margin-bottom: 30px;
}

/* line 303, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav&gt;li {
  position: relative;
  border-bottom: 1px solid #e9e6e6;
}

/* line 306, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav&gt;li&gt;a {
  font-size: 14px;
  color: #484848;
  font-weight: 600;
  transition: all 0.3s;
  background-color: #fff;
}

/* line 312, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav&gt;li&gt;a:hover {
  background-color: #f6f5fa;
}

/* line 318, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav&gt;li.has-children&gt;a:before {
  content: "\f078";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ed1b24;
  position: absolute;
  left: 12px;
  top: 11px;
}

/* line 332, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav&gt;li.has-children.active&gt;a {
  background-color: #f6f5fa;
}

/* line 334, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav&gt;li.has-children.active&gt;a:before {
  content: "\f077";
}

/* line 340, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav&gt;li .children-wrapper {
  display: none;
  padding-bottom: 15px;
  background-color: #fff;
}

/* line 345, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav&gt;li .children-wrapper li a {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  font-size: 12px;
}

/* line 351, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.main-nav&gt;li .children-wrapper li strong {
  color: #000;
  padding-top: 15px;
}

/* line 360, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.nav-links li a {
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  align-items: center;
}

/* line 366, ../sass/_header.scss */
header .sidebar-menu .menu-content ul.nav-links li a img {
  position: absolute;
  left: 12px;
}

/* line 375, ../sass/_header.scss */
header .sidebar-menu.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {

  /* line 261, ../sass/_header.scss */
  header .sidebar-menu {
    transform: translateX(-110%);
    right: auto;
    left: 0;
    width: 250px;
  }

  /* line 385, ../sass/_header.scss */
  header .sidebar-menu .overlay {
    right: auto;
    left: 0;
  }

  /* line 388, ../sass/_header.scss */
  header .sidebar-menu .overlay .close_btn {
    left: 250px;
    right: auto;
    height: 42px;
    width: 42px;
  }

  /* line 393, ../sass/_header.scss */
  header .sidebar-menu .overlay .close_btn:after,
  header .sidebar-menu .overlay .close_btn:before {
    width: 20px;
  }

  /* line 399, ../sass/_header.scss */
  header .sidebar-menu .menu-content {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {

  /* line 406, ../sass/_header.scss */
  header.scroll-body .scroll-header {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}

/* line 415, ../sass/_header.scss */
.success-card .success-tick {
  text-align: center;
}

/* line 417, ../sass/_header.scss */
.success-card .success-tick:before {
  content: "";
  display: block;
  height: 50px;
  width: 25px;
  margin: 0 auto 25px;
  border-bottom: 7px solid #28a745;
  border-right: 7px solid #28a745;
  transform: rotate(45deg);
}

/* line 427, ../sass/_header.scss */
.success-card .success-tick h2 {
  margin-bottom: 1rem;
}

/* line 431, ../sass/_header.scss */
.success-card h6 {
  font-weight: 500;
  font-size: 1.2rem;
}

/* line 436, ../sass/_header.scss */
.mobile-header {
  border-top: 8px solid #d71419;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

/* line 445, ../sass/_header.scss */
.mobile-header .mobile-logo {
  padding: 9px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

/* line 450, ../sass/_header.scss */
.mobile-header .mobile-logo a.hamburger-menu {
  padding: 2px 15px 2px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 453, ../sass/_header.scss */
.mobile-header .mobile-logo a.hamburger-menu img {
  height: 18px;
}

/* line 457, ../sass/_header.scss */
.mobile-header .mobile-logo a img {
  vertical-align: bottom;
}

@media (max-width: 767px) {

  /* line 462, ../sass/_header.scss */
  .mobile-header .mobile-logo a.logo img {
    width: 120px;
  }
}

/* line 469, ../sass/_header.scss */
.mobile-header .mobile-header-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}

/* line 474, ../sass/_header.scss */
.mobile-header .mobile-header-links ul {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

/* line 478, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li {
  margin: 0;
  padding: 0;
  border-left: 1px solid rgba(40, 50, 60, 0.5);
  position: relative;
}

/* line 483, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a {
  color: #28323c;
  padding: 12px 11px;
  display: block;
  position: relative;
  z-index: 9;
}

/* line 489, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a&gt;img {
  vertical-align: middle;
}

/* line 493, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section {
  width: 0;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  transition: all 0.5s;
  max-width: none;
  color: #28323c;
  opacity: 0;
  visibility: hidden;
}

/* line 504, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section .searchbox {
  width: 100%;
  /* background: #fff url("../../images/research.svg") no-repeat 10px 50%/14px; */
  border: 0;
  line-height: 22px;
  padding: 10px 70px 10px 30px;
  background-color: #fff;
  z-index: 9;
}

/* line 511, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section #placeholder {
  padding: 10px 30px;
  line-height: 22px;
}

/* line 515, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section span.close_search {
  position: absolute;
  height: 100%;
  width: 40px;
  z-index: 99;
  cursor: pointer;
}

/* line 521, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section span.close_search:after,
.mobile-header .mobile-header-links ul li a.search-btn+.search_section span.close_search:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 2px;
  width: 16px;
  margin: auto;
  position: absolute;
  transform: rotate(45deg);
  background-color: #28323c;
}

/* line 535, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section span.close_search:after {
  transform: rotate(-45deg);
}

/* line 539, ../sass/_header.scss */
.mobile-header .mobile-header-links ul li a.search-btn+.search_section.active {
  width: 690px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  /* line 539, ../sass/_header.scss */
  .mobile-header .mobile-header-links ul li a.search-btn+.search_section.active {
    width: 510px;
  }
}

@media (max-width: 575px) {

  /* line 539, ../sass/_header.scss */
  .mobile-header .mobile-header-links ul li a.search-btn+.search_section.active {
    width: 100vw;
  }
}

/* line 557, ../sass/_header.scss */
.logout-btn {
  color: #28323c;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  text-transform: uppercase;
}

/* line 563, ../sass/_header.scss */
.logout-btn img {
  vertical-align: -1px;
  width: 12px;
  margin-left: 5px;
}

/* line 568, ../sass/_header.scss */
.logout-btn i {
  margin-left: 5px;
}

@media (max-width: 575px) {

  /* line 576, ../sass/_header.scss */
  .mobile-header .col-7,
  .mobile-header .col-5 {
    padding-right: 0;
  }

  /* line 580, ../sass/_header.scss */
  .mobile-header .logout-btn {
    margin-right: 15px;
  }
}

/* line 1, ../sass/_footer.scss */
.footer-container-wrapper {
  background: #f6f5fa;
  font-size: 1rem;
  font-weight: 500;
  padding-top: 4rem;
  margin-top: 5rem;
}

.footer-container-wrapper .updated p {
  font-size: 12px;
}

.footer-container-wrapper .updated .social-links {
  padding-top: 10px;
}

.footer-container-wrapper .updated p:nth-child(2) {
  margin-bottom: 1rem;

}

@media (max-width: 991px) {

  /* line 6, ../sass/_footer.scss */
  .footer-container-wrapper.realty-footer {
    font-size: 0.9rem;
  }
}

/* line 11, ../sass/_footer.scss */
.footer-container-wrapper h4 {
  margin: 8px 0 20px;
  line-height: inherit;
}

/* line 15, ../sass/_footer.scss */
.footer-container-wrapper a {
  color: inherit;
}

/* line 17, ../sass/_footer.scss */
.footer-container-wrapper a:hover {
  color: #ed1b24;
}

/* line 21, ../sass/_footer.scss */
.footer-container-wrapper .form-group {
  margin-bottom: 8px;
}

/* line 23, ../sass/_footer.scss */
.footer-container-wrapper .form-group .form-control,
.footer-container-wrapper .form-group select:disabled {
  background-color: transparent;
  padding-top: 0;
}

/* line 27, ../sass/_footer.scss */
.footer-container-wrapper .form-group textarea {
  min-height: 60px;
}

/* line 31, ../sass/_footer.scss */
.footer-container-wrapper .footer-bottom-pane {
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  margin-top: 5rem;
}

/* line 34, ../sass/_footer.scss */
.footer-container-wrapper .footer-bottom-pane .bottom-pane-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  list-style: none;
}

/* line 38, ../sass/_footer.scss */
.footer-container-wrapper .footer-bottom-pane .bottom-pane-links li {
  margin-left: 15px;
}

/* line 40, ../sass/_footer.scss */
.footer-container-wrapper .footer-bottom-pane .bottom-pane-links li:before {
  content: "|";
  margin-right: 15px;
}

/* line 44, ../sass/_footer.scss */
.footer-container-wrapper .footer-bottom-pane .bottom-pane-links li:first-child {
  margin-left: 0;
}

/* line 46, ../sass/_footer.scss */
.footer-container-wrapper .footer-bottom-pane .bottom-pane-links li:first-child:before {
  content: none;
}

/* line 52, ../sass/_footer.scss */
.footer-container-wrapper .footer-bottom-pane p,
.footer-container-wrapper .footer-bottom-pane ul {
  margin: 1.1rem 0;
}

@media (max-width: 767px) {

  /* line 31, ../sass/_footer.scss */
  .footer-container-wrapper .footer-bottom-pane {
    margin-top: 2rem;
    border-top: 2px;
  }

  /* line 59, ../sass/_footer.scss */
  .footer-container-wrapper .footer-bottom-pane .bottom-pane-links {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    flex-wrap: wrap;
  }

  /* line 63, ../sass/_footer.scss */
  .footer-container-wrapper .footer-bottom-pane .copyright {
    margin-bottom: 0;
  }
}

/* line 70, ../sass/_footer.scss */
.footer-container-wrapper .footer-nav ul li {
  margin: 15px 0;
  display: block;
}

/* line 77, ../sass/_footer.scss */
.footer-container-wrapper .footer-logo img {
  margin-bottom: 1rem;
}

/* line 80, ../sass/_footer.scss */
.footer-container-wrapper .footer-logo p {
  max-width: 270px;
  font-size: 12px;
}

@media (max-width: 767px) {

  /* line 80, ../sass/_footer.scss */
  .footer-container-wrapper .footer-logo p {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {

  /* line 87, ../sass/_footer.scss */
  .footer-container-wrapper .footer-logo img {
    width: 175px;
  }
}

/* line 92, ../sass/_footer.scss */
.footer-container-wrapper .social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 94, ../sass/_footer.scss */
.footer-container-wrapper .social-links li {
  margin-right: 10px;
  display: block;
}

@media (max-width: 767px) {

  /* line 102, ../sass/_footer.scss */
  .footer-container-wrapper&gt;.container .row&gt;div:not(:first-child),
  .footer-container-wrapper&gt;.section-menu .row&gt;div:not(:first-child) {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {

  /* line 110, ../sass/_footer.scss */
  .footer-container-wrapper.mf-footer .bottom-pane-links {
    font-size: 0.9rem;
  }

  /* line 112, ../sass/_footer.scss */
  .footer-container-wrapper.mf-footer .bottom-pane-links li {
    margin-left: 5px;
  }

  /* line 114, ../sass/_footer.scss */
  .footer-container-wrapper.mf-footer .bottom-pane-links li:before {
    margin-right: 5px;
  }
}

@media (max-width: 991px) {

  /* line 121, ../sass/_footer.scss */
  .footer-container-wrapper.mf-footer .copyright {
    font-size: 0.9rem;
  }
}

/* Start Common scss */
/* line 12, ../sass/style.scss */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 20, ../sass/style.scss */
html {
  font-size: 14px;
}

@media (max-width: 991px) {

  /* line 20, ../sass/style.scss */
  html {
    font-size: 12px;
  }

  /* line 24, ../sass/style.scss */
  html .read-more {
    background-size: 7px;
  }
}

@media (min-width: 992px) {

  /* line 20, ../sass/style.scss */
  html {
    font-size: 12px;
  }
}

/* line 32, ../sass/style.scss */
body {
  color: #28323c;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  overflow-x: hidden;
}

@media (max-width: 991px) {

  /* line 39, ../sass/style.scss */
  body:not(.login-page) {
    /* padding-top: 50px;
    padding-right: 0 !important; */
  }
}

/* line 45, ../sass/style.scss */
body .overlay {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 200vw;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  left: auto;
  height: auto;
  cursor: pointer;
}

/* line 59, ../sass/style.scss */
body .overlay+div {
  position: relative;
  z-index: 9;
}

/* line 63, ../sass/style.scss */
body .overlay span.close_btn {
  position: absolute;
  right: 300px;
  height: 50px;
  width: 50px;
  background: #ed1b24;
}

/* line 69, ../sass/style.scss */
body .overlay span.close_btn:after,
body .overlay span.close_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 2px;
  width: 25px;
  background: #fff;
  transform: rotate(45deg);
}

/* line 83, ../sass/style.scss */
body .overlay span.close_btn::after {
  transform: rotate(-45deg);
}

/* line 89, ../sass/style.scss */
body .active .overlay {
  opacity: 1;
  visibility: visible;
}

/* line 95, ../sass/style.scss */
blockquote {
  padding-left: 40px;
  background: url("../../../assets/images/blockquote.png") no-repeat 0 0;
  margin: 1.5rem 0 0;
}

/* line 99, ../sass/style.scss */
blockquote h4 {
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 400;
}

/* line 105, ../sass/style.scss */
blockquote p+.read-more {
  margin-top: 5px;
}

/* line 109, ../sass/style.scss */
blockquote .author {
  font-size: 0.8em;
  font-weight: 700;
  display: block;
  margin: 15px 0;
}

/* line 114, ../sass/style.scss */
blockquote .author small {
  display: block;
  font-weight: 500;
  margin-top: 5px;
}

@media (max-width: 575px) {

  /* line 95, ../sass/style.scss */
  blockquote {
    padding-left: 30px;
    background-size: 23px;
  }
}

/* line 125, ../sass/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
}

/* line 130, ../sass/style.scss */
h1 {
  font-size: 3rem;
}

/* line 133, ../sass/style.scss */
h2 {
  margin-bottom: 20px;
}

/* line 136, ../sass/style.scss */
h2.card-title {
  margin: 15px 0 30px;

}

/* line 138, ../sass/style.scss */
h2.card-title.section-title {
  line-height: inherit;
  font-weight: 700;
  text-align: center;
}

/* line 142, ../sass/style.scss */
h2.card-title.section-title span {
  display: block;
  height: 3px;
  background: #ed1b24;
  width: 100%;
  margin-top: 0.7rem;
  -webkit-animation-name: width100;
  animation-name: width100;
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
}

/* line 153, ../sass/style.scss */
h2.card-title.section-title span.light-blue {
  background: #01aef0;
}

/* line 156, ../sass/style.scss */
h2.card-title.section-title span.golden {
  background-color: #D1AE6C;
}

/* line 160, ../sass/style.scss */
h2.card-title.section-title small {
  line-height: normal;
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 575px) {

  /* line 138, ../sass/style.scss */
  h2.card-title.section-title {
    font-size: 1.65rem;
  }
}

/* line 168, ../sass/style.scss */
h2.card-title.section-title+h4 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}

/* line 176, ../sass/style.scss */
h4 {
  font-weight: 600;
  font-size: 1.3rem;
}

/* line 179, ../sass/style.scss */
h4.form-title {
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 184, ../sass/style.scss */
h5 {
  color: #a8a8a8;
}

/* line 187, ../sass/style.scss */
h6 {
  font-size: 1.1rem;
}

/* line 190, ../sass/style.scss */
img,
svg {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

/* line 195, ../sass/style.scss */
a {
  text-decoration: none;
  color: #ed1b24;
}

/* line 198, ../sass/style.scss */
a:hover {
  text-decoration: none;
  color: #1b2330;
}

/* line 206, ../sass/style.scss */
a:focus,
input:focus,
button:focus {
  outline: none;
}

/* line 211, ../sass/style.scss */
ul.listing,
ol.listing {
  padding-left: 2rem;
}

/* line 217, ../sass/style.scss */
ul.hyphen-listing li {
  padding-left: 10px;
  position: relative;
  list-style: none;
}

/* line 221, ../sass/style.scss */
ul.hyphen-listing li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

/* line 230, ../sass/style.scss */
ul.arrow-list li {
  position: relative;
  padding-left: 25px;
  display: block;
}

/* line 234, ../sass/style.scss */
ul.arrow-list li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 6px;
}

/* line 244, ../sass/style.scss */
table {
  max-width: 100%;
}

/* line 246, ../sass/style.scss */
table.table-bordered {
  border-right: none;
}

/* line 248, ../sass/style.scss */
table.table-bordered th {
  border-bottom-width: 1px;
  border-top-width: 2px;
  border-color: #f0f0f2;
  background-color: #f0f0f2;
  font-weight: 600;
}

/* line 256, ../sass/style.scss */
table.table-bordered tr td {
  border-color: #f0f0f2;
  background-color: #fff;
}

@media (min-width: 768px) {

  /* line 262, ../sass/style.scss */
  table.table-bordered tr:hover td {
    background-color: #f6f5fa;
  }
}

/* line 268, ../sass/style.scss */
table.table-bordered.border-transparent {
  border-color: transparent;
}

/* line 271, ../sass/style.scss */
table.table-bordered.border-transparent tr:hover td {
  background-color: transparent;
}

/* line 275, ../sass/style.scss */
table.table-bordered.border-transparent td {
  border-color: transparent;
}

/* line 277, ../sass/style.scss */
table.table-bordered.border-transparent td input[type='checkbox'],
table.table-bordered.border-transparent td input[type='radio'] {
  background-color: transparent;
}

/* line 281, ../sass/style.scss */
table.table-bordered.border-transparent td .custom-checkbox {
  border-color: #a7a7a7;
}

/* line 287, ../sass/style.scss */
table .checkbox-wrapper {
  position: static;
  padding-left: 0;
  text-align: center;
  vertical-align: text-bottom;
}

/* line 292, ../sass/style.scss */
table .checkbox-wrapper input[type='checkbox'],
table .checkbox-wrapper input[type='radio'] {
  position: absolute;
  opacity: 0;
  left: 15px;
  width: calc(100% - 30px);
  margin-top: -0.75rem;
  min-height: 3rem;
  background: green;
  -webkit-appearance: none;
}

/* line 302, ../sass/style.scss */
table .checkbox-wrapper input[type='checkbox']:checked,
table .checkbox-wrapper input[type='radio']:checked {
  opacity: 0.1;
}

/* line 304, ../sass/style.scss */
table .checkbox-wrapper input[type='checkbox']:checked+.custom-checkbox,
table .checkbox-wrapper input[type='radio']:checked+.custom-checkbox {
  color: #28a745;
  border-color: #28a745;
}

@media (max-width: 767px) {

  /* line 292, ../sass/style.scss */
  table .checkbox-wrapper input[type='checkbox'],
  table .checkbox-wrapper input[type='radio'] {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    margin: 0;
  }
}

/* line 317, ../sass/style.scss */
table .checkbox-wrapper .custom-checkbox {
  border: 1px solid #ebebed;
  height: 14px;
  width: 14px;
  margin: auto;
  border-radius: 50%;
  display: inline-block;
  font-size: 8px;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {

  /* line 331, ../sass/style.scss */
  table.table-custom-responsive.table-bordered {
    border: none;
  }

  /* line 336, ../sass/style.scss */
  table.table-custom-responsive.subscription-table tr td {
    justify-content: flex-start;
    text-align: left !important;
  }

  /* line 339, ../sass/style.scss */
  table.table-custom-responsive.subscription-table tr td .data-title {
    width: 150px;
  }
}

@media (max-width: 767px) and (max-width: 575px) {

  /* line 339, ../sass/style.scss */
  table.table-custom-responsive.subscription-table tr td .data-title {
    flex: 0 0 90px;
  }
}

@media (max-width: 767px) {

  /* line 345, ../sass/style.scss */
  table.table-custom-responsive.subscription-table tr td:first-child {
    padding: 0;
  }

  /* line 347, ../sass/style.scss */
  table.table-custom-responsive.subscription-table tr td:first-child .data-title,
  table.table-custom-responsive.subscription-table tr td:first-child .custom-checkbox {
    display: none;
  }

  /* line 356, ../sass/style.scss */
  table.table-custom-responsive thead,
  table.table-custom-responsive th {
    display: none;
  }

  /* line 360, ../sass/style.scss */
  table.table-custom-responsive tr {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #f0f0f2;
    padding-bottom: 0.75rem;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }

  /* line 371, ../sass/style.scss */
  table.table-custom-responsive tr:last-child {
    margin-bottom: 0;
  }

  /* line 374, ../sass/style.scss */
  table.table-custom-responsive tr td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    border: none;
    padding-bottom: 0;
    width: 100%;
  }

  /* line 380, ../sass/style.scss */
  table.table-custom-responsive tr td .data-title {
    font-weight: 600;
  }
}

/* line 386, ../sass/style.scss */
table.table-custom-responsive .upload-status {
  height: 13px;
  width: 13px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  vertical-align: -2px;
  border: 1px solid #28323c;
  opacity: 0.5;
}

/* line 395, ../sass/style.scss */
table.table-custom-responsive .upload-status:after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  background-color: #28323c;
  border-radius: 50%;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 408, ../sass/style.scss */
table.table-custom-responsive .upload-status.active {
  border-color: #28a745;
  opacity: 1;
}

/* line 411, ../sass/style.scss */
table.table-custom-responsive .upload-status.active:after {
  background-color: #28a745;
}

/* line 417, ../sass/style.scss */
table.table-custom-responsive .fa-upload+.upload-status {
  margin-left: 10px;
}

@media (min-width: 768px) {

  /* line 423, ../sass/style.scss */
  table.table-custom-responsive .data-title {
    display: none;
    font-weight: 600;
  }
}

@media (max-width: 767px) {

  /* line 432, ../sass/style.scss */
  table.table-custom-responsive.rm-dashboard-table tr td:nth-child(1) {
    width: 40px;
    order: 1;
  }

  /* line 436, ../sass/style.scss */
  table.table-custom-responsive.rm-dashboard-table tr td:nth-child(2) {
    width: calc(100% - 72px);
    order: 2;
    padding: 0.75rem 0 0;
    display: block;
  }

  /* line 442, ../sass/style.scss */
  table.table-custom-responsive.rm-dashboard-table tr td:nth-child(3) {
    width: 100%;
    order: 4;
  }

  /* line 446, ../sass/style.scss */
  table.table-custom-responsive.rm-dashboard-table tr td:nth-child(4) {
    width: 100%;
    order: 5;
  }

  /* line 450, ../sass/style.scss */
  table.table-custom-responsive.rm-dashboard-table tr td:nth-child(5) {
    width: 100%;
    order: 6;
  }

  /* line 454, ../sass/style.scss */
  table.table-custom-responsive.rm-dashboard-table tr td:nth-child(6) {
    width: 32px;
    order: 3;
  }

  /* line 458, ../sass/style.scss */
  table.table-custom-responsive.rm-dashboard-table tr td:nth-child(7) {
    order: 7;
  }

  /* line 461, ../sass/style.scss */
  table.table-custom-responsive.rm-dashboard-table tr td:nth-child(8) {
    order: 8;
  }
}

/* line 470, ../sass/style.scss */
.btn {
  padding: 0.75rem 3rem;
  font-weight: 500;
  font-size: 1.1rem;
  border-radius: 4px;
}

/* line 475, ../sass/style.scss */
.btn.read-more {
  border: 2px solid #ed1b24;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  outline: none;
}

.btn.read-more:focus {
  outline: none;
  box-shadow: none;
}

/* line 479, ../sass/style.scss */
.btn.read-more i {
  color: #ed1b24;
}

/* line 482, ../sass/style.scss */
.btn.read-more:hover {
  border-color: #d71419;
}

/* line 484, ../sass/style.scss */
.btn.read-more:hover i {
  color: #d71419;
}

/* line 489, ../sass/style.scss */
.btn.btn-grey {
  background-color: #f6f5fa;
  border: none;
}

/* line 492, ../sass/style.scss */
.btn.btn-grey:hover {
  background-color: #f0f0f2;
}

/* line 497, ../sass/style.scss */
.btn-primary {
  background-color: #ed1b24;
  border: none;
}

/* line 500, ../sass/style.scss */
.btn-primary:hover,
.btn-primary:focus {
  background-color: #d71419 !important;
  box-shadow: none !important;
}

/* line 506, ../sass/style.scss */
.alert-success {
  color: #009688;
  font-size: 1.2rem;
}

/* line 509, ../sass/style.scss */
.alert-success i {
  position: absolute;
  left: 1.25rem;
  top: calc(0.75rem + 3px);
}

/* line 514, ../sass/style.scss */
.alert-success span {
  display: block;
  padding-left: 18px;
}

/* line 520, ../sass/style.scss */
form .btn {
  margin: 8px 0;
  padding: 0.7rem 4rem;
}

/* line 524, ../sass/style.scss */
form .row {
  align-items: flex-start;
}

/* line 528, ../sass/style.scss */
.form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

/* line 531, ../sass/style.scss */
.form-group label {
  text-transform: uppercase;
}

/* line 533, ../sass/style.scss */
.form-group label:not(.error) {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 539, ../sass/style.scss */
.form-group label.error {
  color: #ed1b24;
  margin: 0;
  position: relative;
  top: 7px;
  line-height: 1;
  display: block;
}

/* line 547, ../sass/style.scss */
.form-group label~.resend-btn {
  top: 22px;
}

/* line 551, ../sass/style.scss */
.form-group .resend-btn {
  position: absolute;
  right: 0;
  top: 5px;
  color: #28323c;
  background: #fff;
  padding-left: 5px;
}

/* line 560, ../sass/style.scss */
.form-control,
select:disabled {
  font-weight: 500;
  color: #28323c;
  height: auto;
  border: none;
  border-bottom: 2px solid #a7a7a7;
  border-radius: 0;
  padding: 5px 5px 5px 0;
}

/* line 568, ../sass/style.scss */
.form-control.total-field,
select.total-field:disabled {
  border: 2px solid #a7a7a7;
  padding-left: 10px;
  margin-top: 3px;
}

/* line 573, ../sass/style.scss */
.form-control:focus,
select:focus:disabled {
  box-shadow: none !important;
  border-color: #a7a7a7 !important;
}

/* line 577, ../sass/style.scss */
.form-control ::-webkit-input-placeholder,
select:disabled ::-webkit-input-placeholder {
  opacity: 1;
  color: #28323c !important;
}

/* line 581, ../sass/style.scss */
.form-control ::-moz-placeholder,
select:disabled ::-moz-placeholder {
  opacity: 1;
  color: #28323c !important;
}

/* line 585, ../sass/style.scss */
.form-control :-ms-input-placeholder,
select:disabled :-ms-input-placeholder {
  opacity: 1;
  color: #28323c !important;
}

/* line 589, ../sass/style.scss */
.form-control :-moz-placeholder,
select:disabled :-moz-placeholder {
  opacity: 1;
  color: #28323c !important;
}

/* line 593, ../sass/style.scss */
.form-control:disabled,
select:disabled {
  background-color: #fff;
}

/* line 602, ../sass/style.scss */
textarea {
  resize: none;
}

/* line 604, ../sass/style.scss */
textarea.form-control {
  min-height: 100px;
}

/* line 609, ../sass/style.scss */
.list-group-flush li.list-group-item {
  padding: 0;
  border-color: #f6f5fa;
}

/* line 612, ../sass/style.scss */
.list-group-flush li.list-group-item:first-child {
  border-top-width: 1px;
}

/* line 615, ../sass/style.scss */
.list-group-flush li.list-group-item:last-child {
  border-bottom-width: 1px;
}

/* line 618, ../sass/style.scss */
.list-group-flush li.list-group-item.tab-list {
  margin-left: 0;
}

/* line 621, ../sass/style.scss */
.list-group-flush li.list-group-item a {
  display: block;
  padding: 1rem 1.5rem;
  color: #28323c;
  border-left: 4px solid transparent;
}

/* line 626, ../sass/style.scss */
.list-group-flush li.list-group-item a.active,
.list-group-flush li.list-group-item a:hover {
  background-color: #f6f5fa;
  border-left-color: #ed1b24;
}

/* line 632, ../sass/style.scss */
.list-group-flush li.list-group-item a.golden:hover,
.list-group-flush li.list-group-item a.golden.active {
  border-left-color: #D1AE6C;
}

/* line 640, ../sass/style.scss */
.scrollbar-styling,
header .sidebar-menu .menu-content,
.card .custom-dropdown ul,
.customer-review-banner #reviewCarousel .carousel-inner .card .card-body .review-description,
.testimonials-card .testimonaials-description,
.mf-login-page .row&gt;div&gt;div {
  scrollbar-width: none;
  overflow: auto;
}

/* line 643, ../sass/style.scss */
.scrollbar-styling::-webkit-scrollbar,
header .sidebar-menu .menu-content::-webkit-scrollbar,
.card .custom-dropdown ul::-webkit-scrollbar,
.customer-review-banner #reviewCarousel .carousel-inner .card .card-body .review-description::-webkit-scrollbar,
.testimonials-card .testimonaials-description::-webkit-scrollbar,
.mf-login-page .row&gt;div&gt;div::-webkit-scrollbar {
  width: 6px;
  background-color: #ccc;
}

/* line 648, ../sass/style.scss */
.scrollbar-styling::-webkit-scrollbar-thumb,
header .sidebar-menu .menu-content::-webkit-scrollbar-thumb,
.card .custom-dropdown ul::-webkit-scrollbar-thumb,
.customer-review-banner #reviewCarousel .carousel-inner .card .card-body .review-description::-webkit-scrollbar-thumb,
.testimonials-card .testimonaials-description::-webkit-scrollbar-thumb,
.mf-login-page .row&gt;div&gt;div::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}

/* line 652, ../sass/style.scss */
.scrollbar-styling:hover,
header .sidebar-menu .menu-content:hover,
.card .custom-dropdown ul:hover,
.customer-review-banner #reviewCarousel .carousel-inner .card .card-body .review-description:hover,
.testimonials-card .testimonaials-description:hover,
.mf-login-page .row&gt;div&gt;div:hover {
  scrollbar-width: thin;
}

/* line 654, ../sass/style.scss */
.scrollbar-styling:hover::-webkit-scrollbar-thumb,
header .sidebar-menu .menu-content:hover::-webkit-scrollbar-thumb,
.card .custom-dropdown ul:hover::-webkit-scrollbar-thumb,
.customer-review-banner #reviewCarousel .carousel-inner .card .card-body .review-description:hover::-webkit-scrollbar-thumb,
.testimonials-card .testimonaials-description:hover::-webkit-scrollbar-thumb,
.mf-login-page .row&gt;div&gt;div:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.23);
}

@media (hover: none) {

  /* line 640, ../sass/style.scss */
  .scrollbar-styling,
  header .sidebar-menu .menu-content,
  .card .custom-dropdown ul,
  .customer-review-banner #reviewCarousel .carousel-inner .card .card-body .review-description,
  .testimonials-card .testimonaials-description,
  .mf-login-page .row&gt;div&gt;div {
    scrollbar-width: thin;
  }

  /* line 660, ../sass/style.scss */
  .scrollbar-styling::-webkit-scrollbar-thumb,
  header .sidebar-menu .menu-content::-webkit-scrollbar-thumb,
  .card .custom-dropdown ul::-webkit-scrollbar-thumb,
  .customer-review-banner #reviewCarousel .carousel-inner .card .card-body .review-description::-webkit-scrollbar-thumb,
  .testimonials-card .testimonaials-description::-webkit-scrollbar-thumb,
  .mf-login-page .row&gt;div&gt;div::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.23);
  }
}

/* line 665, ../sass/style.scss */
.read-more {
  display: inline-block;
  margin-top: 1.5rem;
  font-weight: 600;
  color: #28323c;
  font-size: 1rem;
}

.read-more .right-arrow {
  margin-left: 5px;
}

/* line 671, ../sass/style.scss */
.read-more img {
  transition: 0.3s all;
  vertical-align: -1px;
}

/* line 675, ../sass/style.scss */
.read-more i {
  transition: 0.3s all;
  font-size: 0.9em;
}

/* line 680, ../sass/style.scss */
.read-more:hover img,
.read-more:hover i {
  transform: translateX(3px);
}

/* line 683, ../sass/style.scss */
.read-more:hover img.fa-chevron-left,
.read-more:hover i.fa-chevron-left {
  transform: translateX(-3px);
}

/* line 690, ../sass/style.scss */
.breadcrumb-menu ul {
  margin: 15px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

/* line 695, ../sass/style.scss */
.breadcrumb-menu ul li {
  margin: 0 8px 0 0;
}

/* line 697, ../sass/style.scss */
.breadcrumb-menu ul li a {
  color: #28323c;
}

/* line 699, ../sass/style.scss */
.breadcrumb-menu ul li a:hover {
  color: #d71419;
}

/* line 704, ../sass/style.scss */
.breadcrumb-menu ul li+li:before {
  content: "\f101";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.7rem;
  line-height: inherit;
  margin-right: 5px;
}

/* line 718, ../sass/style.scss */
.checkbox-wrapper {
  position: relative;
  padding-left: 18px;
  text-transform: unset !important;
}

/* line 722, ../sass/style.scss */
.checkbox-wrapper input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 3px;
}

/* line 728, ../sass/style.scss */
.tags-wrapper {
  position: relative;
}

/* line 730, ../sass/style.scss */
.tags-wrapper h5 {
  font-weight: 500;
}

@media (min-width: 768px) {

  /* line 730, ../sass/style.scss */
  .tags-wrapper h5 {
    font-size: 1.5rem;
  }
}

/* line 737, ../sass/style.scss */
.tags-wrapper .tags-list .toggler-btn {
  position: absolute;
  top: calc(25px + 0.5rem);
  right: 0;
  border-radius: 2px;
  cursor: pointer;
  height: 37px;
  width: 37px;
}

/* line 745, ../sass/style.scss */
.tags-wrapper .tags-list .toggler-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 18px;
  width: 18px;
  border-left: 1px solid #888;
  border-top: 1px solid #888;
  transform: rotate(225deg);
  top: -10px;
  transition: all 0.3s;
}

/* line 761, ../sass/style.scss */
.tags-wrapper .tags-list .toggler-btn.active:after {
  transform: rotate(45deg);
  top: 8px;
}

/* line 765, ../sass/style.scss */
.tags-wrapper .tags-list .toggler-btn.active+ul {
  height: auto;
}

/* line 769, ../sass/style.scss */
.tags-wrapper .tags-list .toggler-btn:hover {
  background-color: #f6f5fa;
}

/* line 773, ../sass/style.scss */
.tags-wrapper .tags-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-right: 40px;
  height: 50px;
  overflow: hidden;
}

/* line 781, ../sass/style.scss */
.tags-wrapper .tags-list ul li {
  margin: 0 15px 15px 0;
}

/* line 783, ../sass/style.scss */
.tags-wrapper .tags-list ul li a {
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  border-radius: 20px;
}

/* line 793, ../sass/style.scss */
.card {
  border: none;
  background-color: #fff !important;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
  color: inherit;
}

/* line 800, ../sass/style.scss */
.card.banner-form {
  color: #28323c;
  overflow: visible;
}

/* line 804, ../sass/style.scss */
.card .card-body {
  color: inherit;
  padding: 1.5rem;
}

/* line 808, ../sass/style.scss */
.card .card-title {
  font-size: 1.5rem;
  line-height: inherit;
  margin: 0 0 1rem;
}

/* line 812, ../sass/style.scss */
.card .card-title&gt;span {
  display: block;
  height: 3px;
  background: #ed1b24;
  width: 100%;
  margin-top: 0.7rem;
  -webkit-animation-name: width100;
  animation-name: width100;
}

/* line 820, ../sass/style.scss */
.card .card-title&gt;span.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 828, ../sass/style.scss */
.card h2.card-title {
  font-size: 2rem;
}

/* line 831, ../sass/style.scss */
.card h2.card-title,
.card h4.card-title {
  font-weight: 700;
  text-align: center;
}

/* line 835, ../sass/style.scss */
.card h2.card-title&gt;span,
.card h4.card-title&gt;span {
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
}

/* line 839, ../sass/style.scss */
.card h2.card-title&gt;span.light-blue,
.card h4.card-title&gt;span.light-blue {
  background: #01aef0;
}

/* line 842, ../sass/style.scss */
.card h2.card-title&gt;span.golden,
.card h4.card-title&gt;span.golden {
  background-color: #D1AE6C;
}

/* line 847, ../sass/style.scss */
.card.height100 {
  height: 100%;
}

/* line 849, ../sass/style.scss */
.card.height100 .card-body {
  flex: unset;
}

/* line 856, ../sass/style.scss */
.card.articles-card:hover .read-more i {
  transform: translateX(3px);
}

/* line 863, ../sass/style.scss */
.card.red-card .card-body {
  background-color: #ed1b24;
  color: #fff;
  font-weight: 400;
}

/* line 867, ../sass/style.scss */
.card.red-card .card-body .read-more {
  color: #fff;
}

/* line 869, ../sass/style.scss */
.card.red-card .card-body .read-more:hover {
  color: #fff;
}

/* line 876, ../sass/style.scss */
.card.grey-card .card-body {
  background-color: #f6f5fa;
}

/* line 882, ../sass/style.scss */
.card.red-card .card-body,
.card.grey-card .card-body {
  padding-bottom: 4.5rem;
}

/* line 884, ../sass/style.scss */
.card.red-card .card-body .read-more,
.card.grey-card .card-body .read-more {
  position: absolute;
  bottom: 1.5rem;
}

/* line 890, ../sass/style.scss */
.card.profile-card {
  width: 300px;
}

/* line 892, ../sass/style.scss */
.card.profile-card .card-body {
  padding: 10px 1.5rem;
  position: relative;
}

/* line 895, ../sass/style.scss */
.card.profile-card .card-body h4 {
  margin: 0;
}

/* line 898, ../sass/style.scss */
.card.profile-card .card-body p {
  margin: 0;
}

/* line 901, ../sass/style.scss */
.card.profile-card .card-body .description-toggle {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  font-size: 1.5rem;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

/* line 913, ../sass/style.scss */
.card.profile-card .card-body .description-toggle.active i:before {
  content: "\f078";
}

/* line 920, ../sass/style.scss */
.card.profile-card .card-img-wrapper {
  position: relative;
}

/* line 922, ../sass/style.scss */
.card.profile-card .card-img-wrapper .profile-description {
  position: absolute;
  bottom: 0;
  height: 0;
  overflow: hidden;
  background: #ed1b24;
  color: #fff;
  opacity: 0.9;
  transition: all 0.3s;
  display: flex;
}

/* line 932, ../sass/style.scss */
.card.profile-card .card-img-wrapper .profile-description .description-content {
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

/* line 937, ../sass/style.scss */
.card.profile-card .card-img-wrapper .profile-description .description-content&gt;div {
  max-height: 100%;
}

/* line 941, ../sass/style.scss */
.card.profile-card .card-img-wrapper .profile-description h4 {
  margin-bottom: 0.75em;
}

/* line 948, ../sass/style.scss */
.card.profile-card.active .card-img-wrapper .profile-description {
  height: 100%;
}

/* line 954, ../sass/style.scss */
.card.custom-profile {
  position: relative;
  background: no-repeat center top / cover;
  overflow: hidden;
}

/* line 958, ../sass/style.scss */
.card.custom-profile .profile-caption {
  background-color: rgba(103, 103, 103, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 5px 15px 15px;
  text-align: center;
}

/* line 967, ../sass/style.scss */
.card.custom-profile .profile-caption:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  height: 100%;
  background: url("../../images/our-expert-trans-img.png") no-repeat 0 100%;
}

/* line 976, ../sass/style.scss */
.card.custom-profile .profile-caption .card-title {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

@media (max-width: 767px) {

  /* line 983, ../sass/style.scss */
  .card.custom-profile .profile-caption:before {
    height: 200%;
    background-size: contain;
  }
}

@media (max-width: 991px) {

  /* line 954, ../sass/style.scss */
  .card.custom-profile {
    height: auto;
    margin: 2.5rem auto 0;
    background: #fff !important;
    margin: 40px auto 0;
    display: flex;
    flex-direction: row;
    width: 320px;
    max-width: 100%;
  }

  /* line 998, ../sass/style.scss */
  .card.custom-profile img {
    width: 100%;
  }
}

@media (max-width: 575px) {

  /* line 954, ../sass/style.scss */
  .card.custom-profile {
    width: auto;
  }
}

/* line 1007, ../sass/style.scss */
.card.carousel-card .card-title {
  margin-bottom: 0;
}

/* line 1010, ../sass/style.scss */
.card.carousel-card .carosel-arrows {
  padding: 8px 15px;
  border-top: 1px solid #f6f5fa;
}

/* line 1013, ../sass/style.scss */
.card.carousel-card .carosel-arrows a {
  width: 25px;
  opacity: 1;
  transition: 0.3s all;
  height: 25px;
  display: inline-flex;
  align-items: center;
}

/* line 1020, ../sass/style.scss */
.card.carousel-card .carosel-arrows a:hover {
  opacity: 0.5;
}

/* line 1027, ../sass/style.scss */
.card .custom-dropdown ul {
  max-height: 220px;
  overflow: auto;
}

/* line 1034, ../sass/style.scss */
.tab-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 1037, ../sass/style.scss */
.tab-listing:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 3px solid #e1e1e1;
}

/* line 1046, ../sass/style.scss */
.tab-listing .tab-list:not(.list-group-item) {
  height: auto;
}

/* line 1048, ../sass/style.scss */
.tab-listing .tab-list:not(.list-group-item) a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #28323c;
  padding: 10px 0;
  height: 100%;
}

/* line 1057, ../sass/style.scss */
.tab-listing .tab-list:not(.list-group-item) a:before {
  content: '';
  display: inline-block;
  height: 3px;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #d71419;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1068, ../sass/style.scss */
.tab-listing .tab-list:not(.list-group-item) a.active {
  color: #000;
}

/* line 1071, ../sass/style.scss */
.tab-listing .tab-list:not(.list-group-item) a:hover,
.tab-listing .tab-list:not(.list-group-item) a.active {
  text-decoration: none;
}

/* line 1074, ../sass/style.scss */
.tab-listing .tab-list:not(.list-group-item) a:hover:before,
.tab-listing .tab-list:not(.list-group-item) a.active:before {
  width: 100%;
  display: block;
  left: 0;
}

/* line 1081, ../sass/style.scss */
.tab-listing .tab-list:not(.list-group-item) a.golden:before {
  background: #D1AE6C;
}

/* line 1087, ../sass/style.scss */
.tab-listing .tab-list+.tab-list {
  margin-left: 25px;
}

/* line 1091, ../sass/style.scss */
.tab-listing.journey-listing {
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
}

/* line 1097, ../sass/style.scss */
.tab-listing.journey-listing:before {
  content: "";
  position: absolute;
  bottom: 20px;
  width: calc(100% - 80px);
  left: 40px;
  height: 3px;
  background-color: #d71419;
}

/* line 1106, ../sass/style.scss */
.tab-listing.journey-listing .tab-list {
  width: 220px;
  text-align: center;
  margin: 0 !important;
}

/* line 1110, ../sass/style.scss */
.tab-listing.journey-listing .tab-list a {
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 20px;
  line-height: 21px;
  font-weight: 700;
}

/* line 1116, ../sass/style.scss */
.tab-listing.journey-listing .tab-list a:before {
  content: "";
  height: 22px;
  width: 22px !important;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #d71419;
  left: 0;
  right: 0;
  margin: 0 auto -8px;
  transition: border 0.3s;
}

/* line 1127, ../sass/style.scss */
.tab-listing.journey-listing .tab-list a.active {
  font-size: 1.4rem;
}

/* line 1129, ../sass/style.scss */
.tab-listing.journey-listing .tab-list a.active:before {
  height: 22px;
  width: 22px !important;
  margin-bottom: -9px;
  border-color: #565656;
}

@media (max-width: 1199px) {

  /* line 1106, ../sass/style.scss */
  .tab-listing.journey-listing .tab-list {
    width: 210px;
  }
}

@media (max-width: 991px) {

  /* line 1106, ../sass/style.scss */
  .tab-listing.journey-listing .tab-list {
    width: 203px;
  }
}

@media (max-width: 767px) {

  /* line 1106, ../sass/style.scss */
  .tab-listing.journey-listing .tab-list {
    width: 215px;
  }
}

@media (max-width: 575px) {

  /* line 1106, ../sass/style.scss */
  .tab-listing.journey-listing .tab-list {
    width: calc(50vw - 55px);
  }
}

/* line 1150, ../sass/style.scss */
.tab-listing.journey-listing .slick-arrow {
  height: 32px;
  width: 32px;
  bottom: 7px;
  z-index: 97;
  top: auto;
  transform: none;
}

/* line 1157, ../sass/style.scss */
.tab-listing.journey-listing .slick-arrow:before {
  content: "";
  height: 20px;
  width: 20px;
  border-top: 2px solid #28323c;
  border-left: 2px solid #28323c;
  position: absolute;
  right: 0;
  transform: rotate(-45deg);
  top: 7px;
}

/* line 1168, ../sass/style.scss */
.tab-listing.journey-listing .slick-arrow.slick-prev {
  left: 0;
}

/* line 1171, ../sass/style.scss */
.tab-listing.journey-listing .slick-arrow.slick-next {
  right: 0;
}

/* line 1173, ../sass/style.scss */
.tab-listing.journey-listing .slick-arrow.slick-next:before {
  left: 0;
  transform: rotate(135deg);
}

/* line 1184, ../sass/style.scss */
.tab-wrapper {
  padding: 20px 0 0;
}

/* line 1186, ../sass/style.scss */
.tab-wrapper .tab {
  display: none;
}

/* line 1191, ../sass/style.scss */
.accordion-wrapper .accordion-title {
  color: inherit;
  border-bottom: 1px solid #a7a7a7;
  position: relative;
  padding: 10px 30px 5px 0;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 1199, ../sass/style.scss */
.accordion-wrapper .accordion-title:after {
  position: absolute;
  right: 5px;
  top: 10px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a7a7a7;
  transition: all 0.3s;
}

/* line 1210, ../sass/style.scss */
.accordion-wrapper .accordion-title.active:after {
  transform: rotate(540deg);
}

/* line 1214, ../sass/style.scss */
.accordion-wrapper .accordion-title small {
  display: block;
  margin: 5px 0 0;
  font-size: 10px;
  color: #a7a7a7;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* line 1223, ../sass/style.scss */

.accordion-wrapper .accordion-content {
  display: none;
}


/* line 1227, ../sass/style.scss */
.location-box {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  text-align: left;
  height: calc(100% - 40px);
  margin: 20px 0;
}

/* line 1233, ../sass/style.scss */
.location-box&gt;div {
  padding: 7px 12px 7px 30px;
  position: relative;
}

/* line 1236, ../sass/style.scss */
.location-box&gt;div.location-header {
  background: #f6f5fa;
}

/* line 1238, ../sass/style.scss */
.location-box&gt;div.location-header h4,
.location-box&gt;div.location-header h6 {
  margin: 0;
  font-weight: 600;
}

/* line 1242, ../sass/style.scss */
.location-box&gt;div.location-header img {
  position: absolute;
  margin-left: -20px;
  top: calc(50% - 6px);
}

/* line 1248, ../sass/style.scss */
.location-box&gt;div.location-body {
  height: calc(100% - 30px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 1256, ../sass/style.scss */
.location-box&gt;div.location-body p.label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 1258, ../sass/style.scss */
.location-box&gt;div.location-body p.label strong {
  flex: 0 0 100px;
}

/* line 1263, ../sass/style.scss */
.location-box&gt;div.location-body ul {
  list-style: none;
  margin: 0;
  font-size: 10px;
}

/* line 1267, ../sass/style.scss */
.location-box&gt;div.location-body ul li {
  position: relative;
  padding: 1px 0;
}

/* line 1270, ../sass/style.scss */
.location-box&gt;div.location-body ul li img {
  position: absolute;
  margin-left: -18px;
  top: 3px;
  opacity: 0.5;
}

/* line 1278, ../sass/style.scss */
.location-box&gt;div.location-body a {
  color: #28323c;
}

@media (max-width: 767px) {

  /* line 1227, ../sass/style.scss */
  .location-box {
    margin: 15px 0;
    height: calc(100% - 30px);
  }
}

@media (max-width: 575px) {

  /* line 1289, ../sass/style.scss */
  .location-box&gt;div {
    padding-left: 25px;
  }

  /* line 1292, ../sass/style.scss */
  .location-box&gt;div.location-header img {
    margin-left: -18px;
  }

  /* line 1299, ../sass/style.scss */
  .location-box&gt;div.location-body p.label strong {
    flex: 0 0 65px;
  }

  /* line 1306, ../sass/style.scss */
  .location-box&gt;div.location-body ul li img {
    margin-left: -18px;
  }
}

/* line 1315, ../sass/style.scss */
.search_section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}

/* line 1322, ../sass/style.scss */
.search_section .searchbox {
  padding: 10px;
  position: relative;
  z-index: 1;
}

/* line 1326, ../sass/style.scss */
.search_section .searchbox ::-webkit-input-placeholder {
  opacity: 1;
  color: #28323c !important;
}

/* line 1330, ../sass/style.scss */
.search_section .searchbox ::-moz-placeholder {
  opacity: 1;
  color: #28323c !important;
}

/* line 1334, ../sass/style.scss */
.search_section .searchbox :-ms-input-placeholder {
  opacity: 1;
  color: #28323c !important;
}

/* line 1338, ../sass/style.scss */
.search_section .searchbox :-moz-placeholder {
  opacity: 1;
  color: #28323c !important;
}

/* line 1342, ../sass/style.scss */
.search_section .searchbox:focus {
  width: 100%;
}

/* line 1344, ../sass/style.scss */
.search_section .searchbox:focus~#placeholder {
  display: none;
}

/* line 1349, ../sass/style.scss */
.search_section .searchbox.not_empty~#placeholder {
  display: none;
}

/* line 1354, ../sass/style.scss */
.search_section .search_icon {
  width: 20px;
  position: absolute;
  right: 10px;
  opacity: 0.5;
  z-index: 1;
}

/* line 1361, ../sass/style.scss */
.search_section #placeholder {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  z-index: 9;
  opacity: 1;
  transition: 0.1s;
  pointer-events: none;
}

/* line 1371, ../sass/style.scss */
.search_section #placeholder&gt;.placeholder-txt:after {
  content: "|";
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {

  /* line 1377, ../sass/style.scss */
  .search_section .search_icon {
    width: 16px;
  }
}

/* line 1382, ../sass/style.scss */
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  background: #fff;
  z-index: 9999;
  padding: 5px 8px;
  display: none;
}

/* line 1391, ../sass/style.scss */
.scroll-top span {
  font-weight: 600;
  display: block;
  font-size: 10px;
  color: #28323c;
}

/* line 1397, ../sass/style.scss */
.scroll-top i {
  font-size: 30px;
}

/* line 1400, ../sass/style.scss */
.scroll-top:hover {
  color: #777;
}

/* line 1404, ../sass/style.scss */
.body-container-wrapper {
  background-color: #f6f5fa;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* line 1411, ../sass/style.scss */
.body-container-wrapper&gt;section {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 1414, ../sass/style.scss */
.body-container-wrapper&gt;section.thankyou-page,
.body-container-wrapper&gt;section.login-page-banner {
  padding: 100px 0 40px;
  min-height: 100vh;
  width: 100%;
  /* background: url("../../images/aaron-burden-cEukkv42O40-unsplash.jpg") no-repeat center center/cover; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

/* line 1423, ../sass/style.scss */
.body-container-wrapper&gt;section.thankyou-page h1,
.body-container-wrapper&gt;section.login-page-banner h1 {
  font-size: 2.5rem;
}

@media (max-width: 575px) {

  /* line 1423, ../sass/style.scss */
  .body-container-wrapper&gt;section.thankyou-page h1,
  .body-container-wrapper&gt;section.login-page-banner h1 {
    font-size: 1.8rem;
  }
}

/* line 1429, ../sass/style.scss */
.body-container-wrapper&gt;section.thankyou-page .card,
.body-container-wrapper&gt;section.login-page-banner .card {
  width: 500px;
  max-width: calc(100% - 30px);
  background: rgba(255, 255, 255, 0.9) !important;
  margin: 0 auto;
}

/* line 1434, ../sass/style.scss */
.body-container-wrapper&gt;section.thankyou-page .card .form-control,
.body-container-wrapper&gt;section.thankyou-page .card select:disabled,
.body-container-wrapper&gt;section.login-page-banner .card .form-control,
.body-container-wrapper&gt;section.login-page-banner .card select:disabled {
  background-color: transparent;
}

/* line 1439, ../sass/style.scss */
.body-container-wrapper&gt;section.thankyou-page {
  background: #fff;
}

/* line 1441, ../sass/style.scss */
.body-container-wrapper&gt;section.thankyou-page h1 {
  font-size: 5rem;
}

/* line 1445, ../sass/style.scss */
.body-container-wrapper&gt;section.thankyou-page img.tick {
  margin: 10px 0 20px;
}

/* line 1450, ../sass/style.scss */
.body-container-wrapper&gt;section.rm-dashboard {
  padding: 100px 0 40px;
  min-height: 100vh;
}

/* line 1454, ../sass/style.scss */
.body-container-wrapper&gt;section.no-padding {
  padding: 0;
}

/* line 1457, ../sass/style.scss */
.body-container-wrapper&gt;section.bgwhite {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

/* line 1461, ../sass/style.scss */
.body-container-wrapper&gt;section.bgwhite .card:not(.banner-form) {
  box-shadow: none;
}

/* line 1465, ../sass/style.scss */
.body-container-wrapper&gt;section.bgwhite+section.bgwhite {
  margin-top: 10px;
}

/* line 1469, ../sass/style.scss */
.body-container-wrapper&gt;section.darkgreybg {
  background-color: #f0f0f2;
}

/* line 1472, ../sass/style.scss */
.body-container-wrapper&gt;section.bgred {
  background: #ed1b24;
  color: #fff;
}

/* line 1475, ../sass/style.scss */
.body-container-wrapper&gt;section.bgred .read-more {
  color: #fff;
}

/* line 1479, ../sass/style.scss */
.body-container-wrapper&gt;section.rm-thankyou-page {
  padding: 100px 0;
}

/* line 1485, ../sass/style.scss */
.carousel .carosel-arrows {
  padding: 1rem 0;
  text-align: right;
  font-size: 0;
}

/* line 1489, ../sass/style.scss */
.carousel .carosel-arrows&gt;a {
  position: static;
  display: inline-block;
}

/* line 1499, ../sass/style.scss */
.tab-dots&gt;ul,
.tab-dots&gt;ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

/* line 1503, ../sass/style.scss */
.tab-dots&gt;ul li,
.tab-dots&gt;ol li {
  margin-right: 4px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #e1e1e1;
  opacity: 1;
  cursor: pointer;
}

/* line 1511, ../sass/style.scss */
.tab-dots&gt;ul li.active,
.tab-dots&gt;ol li.active {
  background-color: #f8d905;
}

/* line 1513, ../sass/style.scss */
.tab-dots&gt;ul li.active.golden,
.tab-dots&gt;ol li.active.golden {
  background-color: #D1AE6C;
}

/* line 1521, ../sass/style.scss */
.slick-dots li {
  margin: 0 4px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #e1e1e1;
  opacity: 1;
  cursor: pointer;
}

/* line 1529, ../sass/style.scss */
.slick-dots li button {
  display: none;
}

/* line 1532, ../sass/style.scss */
.slick-dots li.slick-active {
  background-color: #f8d905;
}

/* line 1537, ../sass/style.scss */
.custom-dropdown {
  position: relative;
  text-align: left;
}

/* line 1540, ../sass/style.scss */
.custom-dropdown .selected-item {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 5px 5px 5px 0px;
  padding-right: 25px;
  position: relative;
}

/* line 1550, ../sass/style.scss */
.custom-dropdown .selected-item:not(.form-control):not(select:disabled) {
  background-color: #f0f0f2;
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 1558, ../sass/style.scss */
.custom-dropdown .selected-item.form-control,
.custom-dropdown select.selected-item:disabled {
  color: #28323c;
  font-weight: 500;
}

/* line 1562, ../sass/style.scss */
.custom-dropdown .selected-item:after {
  content: "";
  float: right;
  height: 10px;
  width: 10px;
  border-right: 2px solid rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  margin-top: 3px;
  position: absolute;
  right: 5px;
}

/* line 1575, ../sass/style.scss */
.custom-dropdown .selected-item.active+ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  z-index: 96;
}

/* line 1583, ../sass/style.scss */
.custom-dropdown ul {
  background-color: #f0f0f2;
  padding: 1rem 0;
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transition: all 0.3s;
  transform-origin: 0 0;
  margin: 0;
}

/* line 1596, ../sass/style.scss */
.custom-dropdown ul li {
  display: block;
}

/* line 1598, ../sass/style.scss */
.custom-dropdown ul li input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1604, ../sass/style.scss */
.custom-dropdown ul li a,
.custom-dropdown ul li label {
  color: #28323c;
  position: relative;
  padding: 0.8rem 1rem;
  border-left: 3px solid transparent;
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}

/* line 1614, ../sass/style.scss */
.custom-dropdown ul li.active a,
.custom-dropdown ul li.active label,
.custom-dropdown ul li:hover a,
.custom-dropdown ul li:hover label {
  background-color: #fff;
  border-color: #ed1b24;
}

/* line 1622, ../sass/style.scss */
.custom-dropdown[class*="col"] ul {
  left: 15px;
  right: 15px;
}

/* line 1630, ../sass/style.scss */
.custom-dropdown.multiple-selection ul li a,
.custom-dropdown.multiple-selection ul li label {
  padding-left: 30px;
}

/* line 1632, ../sass/style.scss */
.custom-dropdown.multiple-selection ul li a:before,
.custom-dropdown.multiple-selection ul li label:before {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(50% - 7px);
  border: 1px solid #999;
  height: 14px;
  width: 14px;
  border-radius: 3px;
}

/* line 1642, ../sass/style.scss */
.custom-dropdown.multiple-selection ul li a:after,
.custom-dropdown.multiple-selection ul li label:after {
  content: "";
  position: absolute;
  left: 13px;
  top: calc(50% - 5px);
  height: 8px;
  width: 4px;
  border-right: 1px solid #f6f5fa;
  border-bottom: 1px solid #f6f5fa;
  transform: rotate(45deg);
}

/* line 1656, ../sass/style.scss */
.custom-dropdown.multiple-selection ul li.active a:before,
.custom-dropdown.multiple-selection ul li.active label:before {
  background-color: #28a745;
  border-color: #28a745;
}



/* line 115, ../sass/_home.scss */
.banner-bottom-pane {
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  padding: 1rem 0;
  border-top: 0.5rem solid #f8d905;
  text-align: center;
}

/* line 121, ../sass/_home.scss */
.banner-bottom-pane.reality-homepage-bottompane {
  border-top: none;
}

/* line 123, ../sass/_home.scss */
.banner-bottom-pane.reality-homepage-bottompane h2:not(.card-title) {
  color: #01aef0;
}

/* line 127, ../sass/_home.scss */
.banner-bottom-pane h2:not(.card-title) {
  margin: 0;
  color: #59595b;
  font-weight: 900;
}

/* line 132, ../sass/_home.scss */
.banner-bottom-pane h5 {
  color: #28323c;
  margin: -7px 0 0;
  font-weight: 500;
}

/* line 137, ../sass/_home.scss */
.banner-bottom-pane ul {
  list-style: none;
  margin: 0;
}

@media (max-width: 991px) {

  /* line 142, ../sass/_home.scss */
  .banner-bottom-pane h5 {
    font-size: 1rem;
    margin-top: -3px;
  }
}

@media (max-width: 767px) {

  /* line 115, ../sass/_home.scss */
  .banner-bottom-pane {
    padding: 2rem 0;
  }

  /* line 149, ../sass/_home.scss */
  .banner-bottom-pane ul {
    flex-direction: column;
  }

  /* line 151, ../sass/_home.scss */
  .banner-bottom-pane ul li {
    margin: 20px 0 0;
  }
}

/* line 158, ../sass/_home.scss */
.search-section .card {
  margin-top: 40px;
}

@media (min-width: 768px) {

  /* line 158, ../sass/_home.scss */
  .search-section .card {
    max-width: 500px;
  }
}

/* line 166, ../sass/_home.scss */
.search-section .list-group-flush .list-group-item a {
  padding-left: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/* line 170, ../sass/_home.scss */
.search-section .list-group-flush .list-group-item a img {
  position: absolute;
  left: calc(1.5rem + 3px);
  width: 20px;
}

/* line 180, ../sass/_home.scss */
.generation-section .generation-card {
  background: no-repeat right top / contain;
  flex-direction: row;
  align-items: flex-start;
  overflow: visible;
}

/* line 185, ../sass/_home.scss */
.generation-section .generation-card .card-body {
  min-width: 490px;
  padding-left: 0;
  padding-right: 0;
}

/* line 189, ../sass/_home.scss */
.generation-section .generation-card .card-body .card-title {
  max-width: 345px;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {

  /* line 189, ../sass/_home.scss */
  .generation-section .generation-card .card-body .card-title {
    margin: 0 auto 1rem;
  }
}

@media (max-width: 575px) {

  /* line 189, ../sass/_home.scss */
  .generation-section .generation-card .card-body .card-title {
    font-size: 1.6rem;
    line-height: inherit;
  }
}

/* line 200, ../sass/_home.scss */
.generation-section .generation-card .card-body h5 {
  font-size: 1.5rem;
  font-weight: 400;
}

@media (max-width: 575px) {

  /* line 200, ../sass/_home.scss */
  .generation-section .generation-card .card-body h5 {
    font-size: 1.3rem;
    font-weight: 500;
  }
}

@media (max-width: 991px) {

  /* line 200, ../sass/_home.scss */
  .generation-section .generation-card .card-body h5 {
    text-align: center;
  }

  /* line 209, ../sass/_home.scss */
  .generation-section .generation-card .card-body h5+img {
    width: 100%;
  }
}

/* line 214, ../sass/_home.scss */
.generation-section .generation-card .card-body blockquote {
  max-width: 365px;
}

@media (max-width: 1199px) {

  /* line 185, ../sass/_home.scss */
  .generation-section .generation-card .card-body {
    min-width: 420px;
    padding: 0;
  }

  /* line 220, ../sass/_home.scss */
  .generation-section .generation-card .card-body .card-title {
    margin-bottom: 1.7rem;
  }

  /* line 223, ../sass/_home.scss */
  .generation-section .generation-card .card-body blockquote {
    max-width: 350px;
  }
}

/* line 228, ../sass/_home.scss */
.generation-section .generation-card .card-banner {
  margin-left: -100px;
}

/* line 230, ../sass/_home.scss */
.generation-section .generation-card .card-banner img {
  display: block;
}

@media (max-width: 991px) {

  /* line 180, ../sass/_home.scss */
  .generation-section .generation-card {
    flex-direction: column-reverse;
  }

  /* line 236, ../sass/_home.scss */
  .generation-section .generation-card .card-body {
    width: 100%;
  }

  /* line 239, ../sass/_home.scss */
  .generation-section .generation-card .card-body h2.card-title br {
    display: none;
  }

  /* line 243, ../sass/_home.scss */
  .generation-section .generation-card .card-body blockquote {
    max-width: none;
  }

  /* line 247, ../sass/_home.scss */
  .generation-section .generation-card .card-banner {
    margin-left: 0;
  }
}

@media (max-width: 767px) {

  /* line 252, ../sass/_home.scss */
  .generation-section .generation-card .card-body {
    min-width: 0;
  }
}

/* line 257, ../sass/_home.scss */
.generation-section .generation-animation {
  display: flex;
  margin: 0;
  height: 100%;
}

/* line 261, ../sass/_home.scss */
.generation-section .generation-animation li {
  display: block;
  margin-left: -98px;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}

/* line 267, ../sass/_home.scss */
.generation-section .generation-animation li:nth-child(1) {
  right: -98px;
}

/* line 270, ../sass/_home.scss */
.generation-section .generation-animation li:nth-child(2) {
  right: -49px;
}

/* line 273, ../sass/_home.scss */
.generation-section .generation-animation li span {
  width: 5px;
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #ed1b24;
  transform: skew(-20.6deg, 0deg);
  transform-origin: 100% 100%;
}

@media (max-width: 991px) {

  /* line 257, ../sass/_home.scss */
  .generation-section .generation-animation {
    margin: 1.7rem auto;
    border-radius: 5px;
    overflow: hidden;
  }

  /* line 287, ../sass/_home.scss */
  .generation-section .generation-animation li {
    margin-left: -101px;
  }

  /* line 289, ../sass/_home.scss */
  .generation-section .generation-animation li:nth-child(1) {
    right: -102px;
  }

  /* line 291, ../sass/_home.scss */
  .generation-section .generation-animation li:nth-child(1):before {
    display: none;
  }

  /* line 295, ../sass/_home.scss */
  .generation-section .generation-animation li:nth-child(2) {
    right: -52px;
  }
}

@media (max-width: 767px) {

  /* line 301, ../sass/_home.scss */
  .generation-section .generation-animation li {
    margin-left: -84px;
  }

  /* line 303, ../sass/_home.scss */
  .generation-section .generation-animation li:nth-child(1) {
    right: -84px;
  }

  /* line 306, ../sass/_home.scss */
  .generation-section .generation-animation li:nth-child(2) {
    right: -42px;
  }
}

@media (max-width: 575px) {

  /* line 257, ../sass/_home.scss */
  .generation-section .generation-animation {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
}

@media (max-width: 460px) {

  /* line 317, ../sass/_home.scss */
  .generation-section .generation-animation li {
    margin-left: -68px;
  }

  /* line 319, ../sass/_home.scss */
  .generation-section .generation-animation li:nth-child(1) {
    right: -68px;
  }

  /* line 322, ../sass/_home.scss */
  .generation-section .generation-animation li:nth-child(2) {
    right: -34px;
  }
}

/* line 330, ../sass/_home.scss */
.solution_slider {
  padding: 0 48px 0 0;
}

/* line 333, ../sass/_home.scss */
.solution_slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}

/* line 337, ../sass/_home.scss */
.solution_slider .slick-prev {
  right: 24px;
  left: auto;
  background: url("../../../assets/images/arrow-left.png") center no-repeat;
}

/* line 342, ../sass/_home.scss */
.solution_slider .slick-next {
  right: 0;
  background: url("../../images/arrow-right.png") center no-repeat;
}

@media (max-width: 767px) {

  /* line 330, ../sass/_home.scss */
  .solution_slider {
    padding: 0 24px;
  }

  /* line 348, ../sass/_home.scss */
  .solution_slider:before {
    width: calc(100% - 48px);
    margin: auto;
  }

  /* line 352, ../sass/_home.scss */
  .solution_slider .tab-list {
    width: calc(510px - 48px);
    margin: 0 !important;
    text-align: center;
    padding: 0;
  }

  /* line 358, ../sass/_home.scss */
  .solution_slider .slick-prev {
    right: auto;
    left: 0;
  }
}

@media (max-width: 575px) {

  /* line 364, ../sass/_home.scss */
  .solution_slider .tab-list {
    width: calc(100vw - 78px);
  }
}

/* line 369, ../sass/_home.scss */
.solution-section {
  overflow: visible;
}

/* line 371, ../sass/_home.scss */
.solution-section .tab-wrapper {
  padding: 20px 0 0;
}

/* line 373, ../sass/_home.scss */
.solution-section .tab-wrapper .tab {
  display: none;
}

/* line 376, ../sass/_home.scss */
.solution-section .tab-wrapper .tab .d-flex blockquote {
  max-width: 450px;
  margin: 0 20px 0 0;
}

@media (max-width: 767px) {

  /* line 375, ../sass/_home.scss */
  .solution-section .tab-wrapper .tab .d-flex {
    flex-direction: column-reverse;
    align-items: center;
  }

  /* line 383, ../sass/_home.scss */
  .solution-section .tab-wrapper .tab .d-flex blockquote {
    max-width: none;
    margin: 40px 0 0;
  }

  /* line 387, ../sass/_home.scss */
  .solution-section .tab-wrapper .tab .d-flex img {
    width: 100%;
  }
}

/* line 394, ../sass/_home.scss */
.solution-section .rm-form-section {
  position: absolute;
  left: 15px;
  background: #fff;
  height: 100%;
  width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: all 0.5s;
  overflow: hidden;
  top: 0;
}

/* line 405, ../sass/_home.scss */
.solution-section .rm-form-section .close {
  position: absolute;
  top: 10px;
  right: 25px;
  height: 35px;
  width: 35px;
  cursor: pointer;
}

/* line 412, ../sass/_home.scss */
.solution-section .rm-form-section .close:after,
.solution-section .rm-form-section .close:before {
  height: 2px;
  width: 15px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #28323c;
  transform: rotate(-45deg);
}

/* line 426, ../sass/_home.scss */
.solution-section .rm-form-section .close:after {
  transform: rotate(45deg);
}

/* line 430, ../sass/_home.scss */
.solution-section .rm-form-section form {
  padding: 0 25px;
  width: 100%;
}

/* line 434, ../sass/_home.scss */
.solution-section .rm-form-section.active {
  width: calc(100% - 30px);
}

@media (max-width: 991px) {

  /* line 394, ../sass/_home.scss */
  .solution-section .rm-form-section {
    top: 100%;
    margin-top: 40px;
    height: 0;
    width: 320px !important;
    margin: 40px auto 0;
    left: 15px;
    right: 15px;
    max-width: calc(100vw - 30px);
  }

  /* line 446, ../sass/_home.scss */
  .solution-section .rm-form-section.active {
    height: 502px;
  }
}

@media (max-width: 575px) {

  /* line 394, ../sass/_home.scss */
  .solution-section .rm-form-section {
    width: 290px !important;
  }

  /* line 452, ../sass/_home.scss */
  .solution-section .rm-form-section.active {
    height: 455px;
  }
}

/* line 460, ../sass/_home.scss */
.articles-section .card h2.card-title {
  margin-bottom: 30px;
}

/* line 463, ../sass/_home.scss */
.articles-section .card h4 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

@media (max-width: 767px) {

  /* line 468, ../sass/_home.scss */
  .articles-section .card.red-card {
    margin: 15px 0;
  }

  /* line 471, ../sass/_home.scss */
  .articles-section .card h2.card-title {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 476, ../sass/_home.scss */
  .articles-section .card.red-card {
    height: 100%;
  }
}

/* line 481, ../sass/_home.scss */
.articles-section .grey-card-wrapper {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

/* line 485, ../sass/_home.scss */
.articles-section .grey-card-wrapper&gt;div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-direction: column;
  width: calc(50% - 15px);
}

/* line 490, ../sass/_home.scss */
.articles-section .grey-card-wrapper&gt;div .grey-card {
  height: calc(100% / 2 - 15px);
}

@media (max-width: 991px) {

  /* line 485, ../sass/_home.scss */
  .articles-section .grey-card-wrapper&gt;div {
    padding-top: 15px;
  }

  /* line 495, ../sass/_home.scss */
  .articles-section .grey-card-wrapper&gt;div .grey-card {
    margin-top: 15px;
    margin-bottom: 15px;
    height: calc(100% / 2);
  }
}

@media (max-width: 767px) {

  /* line 485, ../sass/_home.scss */
  .articles-section .grey-card-wrapper&gt;div {
    padding-top: 0;
  }
}

/* line 506, ../sass/_home.scss */
.articles-section .read-articles {
  margin: 25px 0 0;
}

/* line 511, ../sass/_home.scss */
.profile-container .col-xl-3 {
  position: static;
}

@media (max-width: 991px) {

  /* line 516, ../sass/_home.scss */
  .profile-container {
    flex-direction: column-reverse;
  }
}

/* line 1671, ../sass/style.scss */
.section-menu {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 98;
  margin: 0 auto;
}

/* line 1679, ../sass/style.scss */
.section-menu&gt;ul {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 20px 5px;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  left: 15px;
  right: 15px;
}

@media (max-width: 767px) {

  /* line 1679, ../sass/style.scss */
  .section-menu&gt;ul {
    max-width: 510px;
  }
}

@media (max-width: 575px) {

  /* line 1679, ../sass/style.scss */
  .section-menu&gt;ul {
    display: none;
  }
}

/* line 1698, ../sass/style.scss */
.section-menu&gt;ul:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 5px;
  height: 3px;
  background-color: #f0f0f2;
}

/* line 1707, ../sass/style.scss */
.section-menu&gt;ul li {
  display: block;
}

/* line 1709, ../sass/style.scss */
.section-menu&gt;ul li a {
  color: #28323c;
  padding: 5px 0 10px 0;
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 21px;
  font-weight: 600;
}

/* line 1717, ../sass/style.scss */
.section-menu&gt;ul li a:before {
  content: '';
  display: inline-block;
  height: 3px;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #d71419;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s;
}

/* line 1734, ../sass/style.scss */
.section-menu&gt;ul li.active a,
.section-menu&gt;ul li:hover a {
  color: #000;
}

/* line 1736, ../sass/style.scss */
.section-menu&gt;ul li.active a:before,
.section-menu&gt;ul li:hover a:before {
  width: 100%;
  display: block;
  left: 0;
}

@media (min-width: 992px) {

  /* line 1671, ../sass/style.scss */
  .section-menu {
    max-width: 800px;
  }

  /* line 1748, ../sass/style.scss */
  .section-menu&gt;ul {
    max-width: 770px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 1671, ../sass/style.scss */
  .section-menu {
    max-width: 720px;
  }

  /* line 1754, ../sass/style.scss */
  .section-menu&gt;ul {
    max-width: 690px;
  }
}

/* line 1759, ../sass/style.scss */
.section-menu.active&gt;ul {
  position: fixed;
  top: 50px;
  bottom: auto;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {

  /* line 1671, ../sass/style.scss */
  .section-menu {
    bottom: 0;
  }

  /* line 1769, ../sass/style.scss */
  .section-menu .mobile-scroll-menu {
    background: #fff;
    border-radius: 4px 4px 0 0;
    border-top: 3px solid #ed1b24;
    padding: 5px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    color: #28323c;
    align-items: center;
  }

  /* line 1778, ../sass/style.scss */
  .section-menu .mobile-scroll-menu .custom-dropdown {
    width: calc(100% - 140px);
  }

  /* line 1780, ../sass/style.scss */
  .section-menu .mobile-scroll-menu .custom-dropdown ul {
    padding: 5px 0;
    background: #fff;
    margin: 0 0 0 -10px;
  }

  /* line 1784, ../sass/style.scss */
  .section-menu .mobile-scroll-menu .custom-dropdown ul li {
    border-bottom: 1px solid #f0f0f2;
  }

  /* line 1786, ../sass/style.scss */
  .section-menu .mobile-scroll-menu .custom-dropdown ul li a {
    padding: 5px 10px;
  }
}

/* line 1795, ../sass/style.scss */
section.inner-page-banner {
  background: no-repeat 50% 50% / cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  align-items: center;
  color: #fff;
  position: relative;
}

/* line 1802, ../sass/style.scss */
section.inner-page-banner.h400-banner {
  min-height: 400px;
}

/* line 1805, ../sass/style.scss */
section.inner-page-banner.light-banner {
  color: #28323c;
}

/* line 1809, ../sass/style.scss */
section.inner-page-banner.mf-banner .banner-caption {
  max-width: 100%;
}

/* line 1811, ../sass/style.scss */
section.inner-page-banner.mf-banner .banner-caption h6 {
  max-width: 450px;
}

/* line 1816, ../sass/style.scss */
section.inner-page-banner.carousel-banner {
  padding: 0;
  align-items: unset;
}

/* line 1819, ../sass/style.scss */
section.inner-page-banner.carousel-banner .carousel {
  width: 100%;
}

/* line 1821, ../sass/style.scss */
section.inner-page-banner.carousel-banner .carousel .carousel-item {
  width: 100%;
}

/* line 1823, ../sass/style.scss */
section.inner-page-banner.carousel-banner .carousel .carousel-item .container,
section.inner-page-banner.carousel-banner .carousel .carousel-item .section-menu {
  min-height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/* line 1828, ../sass/style.scss */
section.inner-page-banner.carousel-banner .carousel .carousel-item .banner-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  max-width: none;
  object-fit: cover;
}

/* line 1837, ../sass/style.scss */
section.inner-page-banner.carousel-banner .carousel .carousel-item .banner-caption {
  position: relative;
}

@media (max-width: 767px) {

  /* line 1837, ../sass/style.scss */
  section.inner-page-banner.carousel-banner .carousel .carousel-item .banner-caption {
    max-width: none;
  }
}

/* line 1844, ../sass/style.scss */
section.inner-page-banner.carousel-banner .carousel .carousel-indicators {
  position: absolute;
  bottom: 20px;
}

/* line 1850, ../sass/style.scss */
section.inner-page-banner .banner-caption {
  max-width: 450px;
  position: relative;
  padding-left: 15px;
}

/* line 1855, ../sass/style.scss */
section.inner-page-banner .banner-caption h2.section-title {
  text-align: left;
  font-size: 3rem;
}

/* line 1858, ../sass/style.scss */
section.inner-page-banner .banner-caption h2.section-title span {
  margin: 0;
  height: 5px;
}

/* line 1864, ../sass/style.scss */
section.inner-page-banner .banner-caption h6 {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {

  /* line 1871, ../sass/style.scss */
  section.inner-page-banner.fa-banner {
    background-position: 80% 50%;
  }
}

@media (max-width: 991px) {

  /* line 1795, ../sass/style.scss */
  section.inner-page-banner {
    background-position: 30% 50%;
  }

  /* line 1877, ../sass/style.scss */
  section.inner-page-banner.retirement-banner {
    background-position: 75% 50% !important;
  }
}

@media (max-width: 767px) {

  /* line 1795, ../sass/style.scss */
  section.inner-page-banner {
    min-height: 0 !important;
    padding: 80px 0 120px;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* line 1884, ../sass/style.scss */
  section.inner-page-banner .banner-caption {
    max-width: 300px;
    padding-left: 0;
  }

  /* line 1887, ../sass/style.scss */
  section.inner-page-banner .banner-caption h1 {
    font-size: 2rem;
  }

  /* line 1890, ../sass/style.scss */
  section.inner-page-banner .banner-caption h6 {
    font-size: 1.1rem;
  }

  /* line 1894, ../sass/style.scss */
  section.inner-page-banner.retirement-banner {
    background-position: 55% 50%;
  }

  /* line 1896, ../sass/style.scss */
  section.inner-page-banner.retirement-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -moz-linear-gradient(left, #000000 0%, transparent 100%);
    background: -webkit-linear-gradient(left, #000000 0%, transparent 100%);
    background: linear-gradient(to right, #000000 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);
    opacity: 0.7;
  }

  /* line 1911, ../sass/style.scss */
  section.inner-page-banner.fa-banner {
    background-position: 85% 50%;
  }

  /* line 1913, ../sass/style.scss */
  section.inner-page-banner.fa-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -moz-linear-gradient(left, #000000 0%, transparent 100%);
    background: -webkit-linear-gradient(left, #000000 0%, transparent 100%);
    background: linear-gradient(to right, #000000 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);
    opacity: 0.7;
  }
}

@media (max-width: 575px) {

  /* line 1795, ../sass/style.scss */
  section.inner-page-banner {
    padding: 50px 0 80px;
    background-position: 40% 50%;
  }

  /* line 1932, ../sass/style.scss */
  section.inner-page-banner.retirement-banner {
    background-position: 60% 50%;
  }

  /* line 1935, ../sass/style.scss */
  section.inner-page-banner .banner-caption {
    max-width: 190px;
    margin-bottom: 2.5rem;
  }

  /* line 1937, ../sass/style.scss */
  section.inner-page-banner .banner-caption h1 {
    font-size: 1.5rem;
  }
}

/* line 1942, ../sass/style.scss */
section.inner-page-banner.support-banner {
  background-position: 50% 50%;
}

@media (max-width: 575px) {

  /* line 1942, ../sass/style.scss */
  section.inner-page-banner.support-banner {
    background-position: 60% 50%;
  }
}

/* line 1949, ../sass/style.scss */
.journey-carousel-section {
  padding-bottom: 0 !important;
}

/* line 1951, ../sass/style.scss */
.journey-carousel-section .journey_slider {
  padding-bottom: 0;
}

/* line 1953, ../sass/style.scss */
.journey-carousel-section .journey_slider:before {
  bottom: 50px;
}

/* line 1956, ../sass/style.scss */
.journey-carousel-section .journey_slider .slick-list {
  padding-bottom: 50px;
}

/* line 1959, ../sass/style.scss */
.journey-carousel-section .journey_slider .slick-arrow {
  bottom: 37px;
}

/* line 1964, ../sass/style.scss */
.journey-carousel-section .journey_slider .tab-list a:after {
  content: "";
  height: 0;
  width: 0;
  border: 12px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto -50px;
}

/* line 1977, ../sass/style.scss */
.journey-carousel-section .journey_slider .tab-list a.active:after {
  border-bottom-color: #f0f0f2;
}

/* line 1987, ../sass/style.scss */
.journey-tab-section .tab-wrapper {
  padding: 0;
}

/* line 1989, ../sass/style.scss */
.journey-tab-section .tab-wrapper .journey-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media (max-width: 991px) {

  /* line 1992, ../sass/style.scss */
  .journey-tab-section .tab-wrapper .journey-container img {
    margin-bottom: 20px;
  }
}

/* line 2002, ../sass/style.scss */
.founder-section .card.profile-card {
  margin: 15px auto;
  text-align: left;
}

/* line 2006, ../sass/style.scss */
.founder-section .card.grey-card {
  margin: 1.5rem 0 0;
  height: calc(100% - 1.5rem);
}

/* line 2009, ../sass/style.scss */
.founder-section .card.grey-card .card-body {
  padding: 1.5rem;
}

/* line 2014, ../sass/style.scss */
.founder-section .card p {
  margin: 0;
}

/* line 2020, ../sass/style.scss */
.directors-section .directors-carousel {
  width: 70%;
  padding: 0 65px;
  margin: 0 auto;
}

/* line 2023, ../sass/style.scss */
.directors-section .directors-carousel .profile-card {
  margin-right: 40px;
}

/* line 2026, ../sass/style.scss */
.directors-section .directors-carousel .item {
  outline: none;
}

@media (max-width: 1199px) {

  /* line 2030, ../sass/style.scss */
  .directors-section .directors-carousel .item {
    width: 400px;
  }

  /* line 2033, ../sass/style.scss */
  .directors-section .directors-carousel .profile-card {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {

  /* line 2020, ../sass/style.scss */
  .directors-section .directors-carousel {
    padding: 0 40px;
  }

  /* line 2039, ../sass/style.scss */
  .directors-section .directors-carousel .item {
    width: 305px;
  }

  /* line 2042, ../sass/style.scss */
  .directors-section .directors-carousel .profile-card {
    width: 275px;
  }
}

@media (max-width: 767px) {

  /* line 2047, ../sass/style.scss */
  .directors-section .directors-carousel .item {
    width: 430px;
  }
}

@media (max-width: 575px) {

  /* line 2020, ../sass/style.scss */
  .directors-section .directors-carousel {
    margin: 0 -15px;
    width: auto;
    padding: 0 32px;
  }

  /* line 2055, ../sass/style.scss */
  .directors-section .directors-carousel .item {
    width: calc(100vw - 64px);
  }

  /* line 2058, ../sass/style.scss */
  .directors-section .directors-carousel .profile-card {
    width: 256px;
  }
}

/* line 2062, ../sass/style.scss */
.directors-section .directors-carousel .slick-arrow {
  height: 32px;
  width: 32px;
  bottom: calc(50% - 7px);
  z-index: 97;
  top: auto;
  transform: none;
}

/* line 2069, ../sass/style.scss */
.directors-section .directors-carousel .slick-arrow:before {
  content: "";
  height: 20px;
  width: 20px;
  border-top: 2px solid #28323c;
  border-left: 2px solid #28323c;
  position: absolute;
  right: 0;
  transform: rotate(-45deg);
  top: 7px;
}

/* line 2080, ../sass/style.scss */
.directors-section .directors-carousel .slick-arrow.slick-prev {
  left: 0;
}

/* line 2083, ../sass/style.scss */
.directors-section .directors-carousel .slick-arrow.slick-next {
  right: 0;
}

/* line 2085, ../sass/style.scss */
.directors-section .directors-carousel .slick-arrow.slick-next:before {
  left: 0;
  transform: rotate(135deg);
}

/* line 2094, ../sass/style.scss */
.articles-head-seaction {
  padding-bottom: 30px !important;
}

/* line 2096, ../sass/style.scss */
.articles-head-seaction h2 {
  margin-bottom: 25px;
}

/* line 2099, ../sass/style.scss */
.articles-head-seaction .tags-wrapper {
  margin: 0 0 20px;
  z-index: 97;
}

/* line 2103, ../sass/style.scss */
.articles-head-seaction .article-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}

/* line 2106, ../sass/style.scss */
.articles-head-seaction .article-form .form-group {
  max-width: 260px;
  margin: 0 15px 0 0;
  width: calc(50% - 15px);
}

/* line 2111, ../sass/style.scss */
.articles-head-seaction .article-form .form-group label:not(.error) {
  font-size: 1rem;
}

/* line 2115, ../sass/style.scss */
.articles-head-seaction .article-form .form-group.search-field {
  position: relative;
}

/* line 2117, ../sass/style.scss */
.articles-head-seaction .article-form .form-group.search-field input[type="image"] {
  position: absolute;
  right: 5px;
  bottom: 8px;
  opacity: 0.5;
}

@media (max-width: 767px) {

  /* line 2103, ../sass/style.scss */
  .articles-head-seaction .article-form {
    flex-direction: column;
  }

  /* line 2127, ../sass/style.scss */
  .articles-head-seaction .article-form .form-group {
    margin: 0 0 15px;
    width: 100%;
    max-width: 100%;
  }
}

/* line 2134, ../sass/style.scss */
.articles-head-seaction .article-head-caption {
  position: relative;
  padding-bottom: 75px;
}

/* line 2137, ../sass/style.scss */
.articles-head-seaction .article-head-caption .published {
  position: absolute;
  bottom: 0;
  left: 15px;
}

/* line 2141, ../sass/style.scss */
.articles-head-seaction .article-head-caption .published a {
  color: #28323c;
}

/* line 2145, ../sass/style.scss */
.articles-head-seaction .article-head-caption .published p:last-child {
  margin: 0;
}

/* line 2149, ../sass/style.scss */
.articles-head-seaction .article-head-caption .published .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 2151, ../sass/style.scss */
.articles-head-seaction .article-head-caption .published .share&gt;a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

/* line 2154, ../sass/style.scss */
.articles-head-seaction .article-head-caption .published .share&gt;a i {
  margin-right: 5px;
}

/* line 2158, ../sass/style.scss */
.articles-head-seaction .article-head-caption .published .share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  overflow: hidden;
  margin: 0;
  width: 0;
  transition: all 0.3s;
  padding-left: 5px;
}

/* line 2167, ../sass/style.scss */
.articles-head-seaction .article-head-caption .published .share ul li a {
  padding: 5px;
}

/* line 2173, ../sass/style.scss */
.articles-head-seaction .article-head-caption .published .share.active&gt;ul {
  width: 120px;
}

@media (max-width: 767px) {

  /* line 2180, ../sass/style.scss */
  .articles-head-seaction .article-head-caption h2 {
    margin: 20px 0;
  }
}

@media (max-width: 575px) {

  /* line 2186, ../sass/style.scss */
  .articles-head-seaction .article-head-caption h2 br {
    display: none;
  }
}

/* line 2193, ../sass/style.scss */
.articles-listing-section {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

/* line 2195, ../sass/style.scss */
.articles-listing-section:not(:last-child) {
  margin-bottom: -20px;
}

/* line 2198, ../sass/style.scss */
.articles-listing-section .articles-card {
  height: calc(100% - 30px);
  margin: 0 0 30px;
}

/* line 2201, ../sass/style.scss */
.articles-listing-section .articles-card .card-body {
  font-size: 12px;
  padding: 1em 1em 3em;
}

/* line 2206, ../sass/style.scss */
.articles-listing-section .articles-carousel {
  padding: 20px 30px 0;
}

/* line 2208, ../sass/style.scss */
.articles-listing-section .articles-carousel .item {
  height: auto;
}

/* line 2212, ../sass/style.scss */
.articles-listing-section .articles-carousel .magazine img {
  margin-left: auto;
  margin-right: auto;
}

/* line 2216, ../sass/style.scss */
.articles-listing-section .articles-carousel .magazine span {
  display: block;
  text-align: center;
}

/* line 2221, ../sass/style.scss */
.articles-listing-section .articles-carousel .articles-card,
.articles-listing-section .articles-carousel .magazine {
  height: 100%;
  width: 250px;
  margin: 0 15px 0 0;
}

/* line 2226, ../sass/style.scss */
.articles-listing-section .articles-carousel .slick-arrow {
  height: 32px;
  width: 32px;
  bottom: calc(50% - 7px);
  z-index: 99;
  top: auto;
  transform: none;
}

/* line 2233, ../sass/style.scss */
.articles-listing-section .articles-carousel .slick-arrow:before {
  content: "";
  height: 20px;
  width: 20px;
  border-top: 2px solid #28323c;
  border-left: 2px solid #28323c;
  position: absolute;
  right: 0;
  transform: rotate(-45deg);
  top: 7px;
}

/* line 2244, ../sass/style.scss */
.articles-listing-section .articles-carousel .slick-arrow.slick-prev {
  left: 0;
}

.articles-listing-section #profile-gallery.articles-carousel .slick-arrow.slick-prev {
  left: -10px;
}

.articles-listing-section #profile-gallery.articles-carousel .slick-arrow.slick-next {
  right: -10px;
}

/* line 2247, ../sass/style.scss */
.articles-listing-section .articles-carousel .slick-arrow.slick-next {
  right: 0;
}

/* line 2249, ../sass/style.scss */
.articles-listing-section .articles-carousel .slick-arrow.slick-next:before {
  left: 0;
  transform: rotate(135deg);
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {

  /* line 2256, ../sass/style.scss */
  .articles-listing-section .articles-carousel .articles-card,
  .articles-listing-section .articles-carousel .magazine {
    width: 280px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {

  /* line 2256, ../sass/style.scss */
  .articles-listing-section .articles-carousel .articles-card,
  .articles-listing-section .articles-carousel .magazine {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {

  /* line 2264, ../sass/style.scss */
  .articles-listing-section .articles-carousel .item {
    width: 450px;
  }

  /* line 2266, ../sass/style.scss */
  .articles-listing-section .articles-carousel .item .card,
  .articles-listing-section .articles-carousel .item .magazine {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {

  /* line 2273, ../sass/style.scss */
  .articles-listing-section .articles-carousel .item {
    width: calc(100vw - 90px);
  }

  /* line 2275, ../sass/style.scss */
  .articles-listing-section .articles-carousel .item .card,
  .articles-listing-section .articles-carousel .item .magazine {
    display: block;
    margin: 0 auto;
    width: 230px;
  }
}

/* line 2283, ../sass/style.scss */
.articles-listing-section .article-pagination {
  margin: 0 0 -20px;
}

/* line 2285, ../sass/style.scss */
.articles-listing-section .article-pagination p {
  font-weight: 600;
}

/* line 2288, ../sass/style.scss */
.articles-listing-section .article-pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

/* line 2291, ../sass/style.scss */
.articles-listing-section .article-pagination ul li {
  height: 10px;
  display: block;
  width: 25px;
  background-color: #dadada;
}

@media (max-width: 767px) {

  /* line 2291, ../sass/style.scss */
  .articles-listing-section .article-pagination ul li {
    width: 18px;
  }
}

/* line 2299, ../sass/style.scss */
.articles-listing-section .article-pagination ul li.active {
  background-color: #696969;
}

/* line 2304, ../sass/style.scss */
.articles-listing-section .article-pagination .read-more {
  margin-top: 0;
}

/* line 2309, ../sass/style.scss */
.article-content {
  font-size: 14px;
}

/* line 2311, ../sass/style.scss */
.article-content h6 {
  margin: 1.2rem 0 0;
  color: #333;
  font-size: 1.2em;
}

/* line 2315, ../sass/style.scss */
.article-content h6:first-child {
  margin-top: 0;
}

/* line 2320, ../sass/style.scss */
.article-content .article-tags h5 {
  font-weight: 500;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}

/* line 2325, ../sass/style.scss */
.article-content .article-tags ul.active-tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 -20px;
}

/* line 2330, ../sass/style.scss */
.article-content .article-tags ul.active-tag-list li {
  margin: 5px 15px 0 0;
}

/* line 2332, ../sass/style.scss */
.article-content .article-tags ul.active-tag-list li .btn-grey {
  border: 1px solid #ccc;
  padding: 0.5em 1.5em;
  font-size: 1rem;
  border-radius: 20px;
}

/* line 2345, ../sass/style.scss */
.qyery-form-section .banner-form {
  margin: 30px 0;
  padding: 5px 15px;
}

@media (max-width: 575px) {

  /* line 2345, ../sass/style.scss */
  .qyery-form-section .banner-form {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 2357, ../sass/style.scss */
.branch-locator-section .card .card-body .tab-listing {
  justify-content: space-between;
}

@media (min-width: 768px) {

  /* line 2356, ../sass/style.scss */
  .branch-locator-section .card .card-body {
    padding-top: 0.5rem;
  }

  /* line 2362, ../sass/style.scss */
  .branch-locator-section .card .card-body .tab-listing {
    padding-right: 0;
  }
}

/* line 2370, ../sass/style.scss */
.branch-locator-section .card .card-body .tab-wrapper .tab&gt;div h3 {
  margin: 2.5rem 0 1rem;
}

@media (min-width: 768px) {

  /* line 2369, ../sass/style.scss */
  .branch-locator-section .card .card-body .tab-wrapper .tab&gt;div {
    max-width: 440px;
    margin: 0 auto;
  }

  /* line 2377, ../sass/style.scss */
  .branch-locator-section .card .card-body .tab-wrapper .tab&gt;div form .form-group {
    margin: 0;
    width: calc(50% - 15px);
  }

  /* line 2382, ../sass/style.scss */
  .branch-locator-section .card .card-body .tab-wrapper .tab&gt;div h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {

  /* line 2391, ../sass/style.scss */
  .branch-locator-section .card .card-body .tab-wrapper {
    padding: 0;
  }

  /* line 2394, ../sass/style.scss */
  .branch-locator-section .card .card-body label {
    font-size: 1rem;
  }
}

/* line 2402, ../sass/style.scss */
.feature-section {
  text-align: center;
}

/* line 2404, ../sass/style.scss */
.feature-section img {
  max-width: 180px;
  margin-bottom: 20px;
}

/* line 2408, ../sass/style.scss */
.feature-section h4 {
  max-width: 200px;
  margin: 0 auto;
}

/* line 2412, ../sass/style.scss */
.feature-section p {
  margin: 1rem auto;
  max-width: 300px;
}

@media (max-width: 767px) {

  /* line 2417, ../sass/style.scss */
  .feature-section .slick-arrow {
    height: 32px;
    width: 32px;
    bottom: calc(50% - 7px);
    z-index: 97;
    top: auto;
    transform: none;
  }

  /* line 2424, ../sass/style.scss */
  .feature-section .slick-arrow:before {
    content: "";
    height: 20px;
    width: 20px;
    border-top: 2px solid #28323c;
    border-left: 2px solid #28323c;
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    top: 7px;
  }

  /* line 2435, ../sass/style.scss */
  .feature-section .slick-arrow.slick-prev {
    left: 0;
  }

  /* line 2438, ../sass/style.scss */
  .feature-section .slick-arrow.slick-next {
    right: 0;
  }

  /* line 2440, ../sass/style.scss */
  .feature-section .slick-arrow.slick-next:before {
    left: 0;
    transform: rotate(135deg);
  }

  /* line 2446, ../sass/style.scss */
  .feature-section .item {
    width: 510px;
  }

  /* line 2449, ../sass/style.scss */
  .feature-section img {
    margin: 0 auto 20px;
  }

  /* line 2452, ../sass/style.scss */
  .feature-section h4 {
    max-width: 100%;
  }
}

@media (max-width: 575px) {

  /* line 2457, ../sass/style.scss */
  .feature-section .item {
    width: calc(100vw - 30px);
  }
}

/* line 2463, ../sass/style.scss */
.investment-section .btn {
  margin-right: 10px;
}

/* line 2468, ../sass/style.scss */
.faq-section .faq-accordion {
  max-width: 600px;
  margin: 0 auto;
}

/* line 2473, ../sass/style.scss */
.faq-section .faq-accordion table tr th {
  border-color: #ccc;
  border-top-width: 1px;
}

/* line 2477, ../sass/style.scss */
.faq-section .faq-accordion table tr td {
  background-color: transparent;
  border-color: #ccc;
}

/* line 2485, ../sass/style.scss */
form.subscription-form {
  margin: 30px 0 0 auto;
  position: relative;
  display: none;
}

@media (min-width: 992px) {

  /* line 2485, ../sass/style.scss */
  form.subscription-form {
    max-width: 360px;
  }
}

/* line 2492, ../sass/style.scss */
form.subscription-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px 0 0;
  border-radius: 0 4px 4px 0;
  padding: 0.5rem 2rem;
}

form.subscription-form .form-group label {
  margin: 0 0 5px 0;
}

/* line 2500, ../sass/style.scss */
form.subscription-form .form-group {
  margin: 0;
}

/* line 2502, ../sass/style.scss */
form.subscription-form .form-group .form-control,
form.subscription-form .form-group select:disabled {
  padding: 0.4rem 100px 0.4rem 0;
}

/* line 2506, ../sass/style.scss */
form.subscription-form+.thankyou-msg {
  margin: 1rem 0 0 auto;
}

@media (min-width: 992px) {

  /* line 2506, ../sass/style.scss */
  form.subscription-form+.thankyou-msg {
    max-width: 360px;
  }
}

/* line 2514, ../sass/style.scss */
.disclaimer input[type="checkbox"] {
  margin-right: 0.75rem;
  height: 18px;
  vertical-align: bottom;
}

/* line 2521, ../sass/style.scss */
.service-description-wrapper h5 {
  color: inherit;
  font-weight: 500;
  margin-bottom: 1rem;
}

/* line 2527, ../sass/style.scss */
.retirement-corpus {
  text-align: center;
}

/* line 2529, ../sass/style.scss */
.retirement-corpus h4 {
  font-weight: 500;
}

/* line 2531, ../sass/style.scss */
.retirement-corpus h4 i {
  opacity: 0.6;
}

/* line 2535, ../sass/style.scss */
.retirement-corpus .success-text {
  color: #28a745;
}

/* line 2539, ../sass/style.scss */
.retirement-corpus .retirement-calculation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f6f5fa;
  border: 1px solid #ebebed;
  border-radius: 7px;
}

/* line 2544, ../sass/style.scss */
.retirement-corpus .retirement-calculation ul li {
  list-style: none;
  flex: 1 1 auto;
  padding: 5px 15px;
}

/* line 2548, ../sass/style.scss */
.retirement-corpus .retirement-calculation ul li+li {
  border-left: 1px solid #ebebed;
}

/* line 2551, ../sass/style.scss */
.retirement-corpus .retirement-calculation ul li strong {
  display: block;
  font-size: 1.2rem;
}

@media (max-width: 767px) {

  /* line 2539, ../sass/style.scss */
  .retirement-corpus .retirement-calculation ul {
    flex-wrap: wrap;
  }

  /* line 2559, ../sass/style.scss */
  .retirement-corpus .retirement-calculation ul li:first-child {
    width: 100%;
    border-bottom: 1px solid #ebebed;
  }

  /* line 2562, ../sass/style.scss */
  .retirement-corpus .retirement-calculation ul li:first-child+li {
    border: none;
  }
}

/* line 2571, ../sass/style.scss */
.red {
  color: #ed1b24 !important;
}

/* line 2576, ../sass/style.scss */
.rm-form-section h2.card-title.section-title small {
  max-width: 630px;
}

/* line 2580, ../sass/style.scss */
.rm-form-section .card {
  margin-bottom: 15px;
  overflow: visible;
}

/* line 2583, ../sass/style.scss */
.rm-form-section .card .amount {
  font-size: 0.9rem;
  margin: 5px 0 0;
}

/* line 2587, ../sass/style.scss */
.rm-form-section .card .form-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {

  /* line 2587, ../sass/style.scss */
  .rm-form-section .card .form-title {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  /* line 2593, ../sass/style.scss */
  .rm-form-section .card .form-title strong {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
  }
}

@media (max-width: 575px) {

  /* line 2587, ../sass/style.scss */
  .rm-form-section .card .form-title {
    flex-direction: column;
  }

  /* line 2602, ../sass/style.scss */
  .rm-form-section .card .form-title strong {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 5px;
    padding-left: 0;
  }
}

/* line 2609, ../sass/style.scss */
.rm-form-section .card .form-title strong {
  font-size: 1rem;
  font-weight: 600;
}

/* line 2613, ../sass/style.scss */
.rm-form-section .card .form-title a {
  text-decoration: underline;
}

@media (min-width: 576px) {

  /* line 2618, ../sass/style.scss */
  .rm-form-section .card label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}

/* line 2626, ../sass/style.scss */
.rm-form-section .card .row+.row {
  position: relative;
}

/* line 2628, ../sass/style.scss */
.rm-form-section .card .row+.row:before {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 30px);
  margin: 10px auto 25px;
  background: #f0f0f2;
}

/* line 2636, ../sass/style.scss */
.rm-form-section .card .row+.row a.click-remove {
  display: block;
}

/* line 2642, ../sass/style.scss */
.rm-form-section a.click-remove {
  display: none;
  position: absolute;
  top: 18px;
  right: 15px;
  font-weight: 700;
  text-decoration: underline;
}

/* line 2652, ../sass/style.scss */
/* .search-box .search_box {
  background: #fff url("../../images/research.svg") no-repeat right 15px center/12px;
  border: none;
  margin: 0 auto 30px;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  font-size: 12px;
  padding: 10px 35px 10px 20px;
  width: 100%;
  border-radius: 20px;
  max-width: 560px;
  display: block;
} */

/* line 2665, ../sass/style.scss */
.social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
}

/* line 2670, ../sass/style.scss */
.social-media ul {
  margin: 0 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

/* line 2674, ../sass/style.scss */
.social-media ul li {
  list-style: none;
  margin: 0 7px;
}

/* line 2677, ../sass/style.scss */
.social-media ul li a {
  color: inherit;
  display: block;
  position: relative;
  transition: all 0.3s;
  top: 0;
}

/* line 2683, ../sass/style.scss */
.social-media ul li a i {
  font-size: 1.5rem;
  border: 3px solid;
  border-radius: 5px;
  display: flex;
  line-height: 1;
  height: 40px;
  width: 40px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
}

/* line 2696, ../sass/style.scss */
.social-media ul li a i[class*="facebook"] {
  color: #4268b3;
}

/* line 2699, ../sass/style.scss */
.social-media ul li a i[class*="twitter"] {
  color: #44bceb;
}

/* line 2702, ../sass/style.scss */
.social-media ul li a i[class*="linked"] {
  color: #0077b5;
}

/* line 2705, ../sass/style.scss */
.social-media ul li a i[class*="tube"] {
  color: #e42b32;
}

@media (max-width: 575px) {

  /* line 2665, ../sass/style.scss */
  .social-media {
    flex-direction: column;
  }

  /* line 2714, ../sass/style.scss */
  .social-media ul {
    margin-top: 15px;
    margin-left: 0;
  }
}

/* line 2720, ../sass/style.scss */
.input-group {
  position: relative;
}

/* line 2722, ../sass/style.scss */
.input-group .input-group-addon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  width: 30px;
  align-items: center;
  z-index: 4;
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
  pointer-events: none;
}

/* line 2735, ../sass/style.scss */
.input-group .form-control[readonly],
.input-group select[readonly]:disabled {
  background-color: #fff;
}

/* line 2739, ../sass/style.scss */
.sub-footer {
  background-color: #e0dfef;
}

/* line 2742, ../sass/style.scss */
.sub-footer#regulatory a {
  font-weight: 600;
  color: #28323c;
}

/* line 2747, ../sass/style.scss */
.sub-footer h2 {
  margin-bottom: 1em;
}

@media (max-width: 991px) {

  /* line 2751, ../sass/style.scss */
  .sub-footer h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {

  /* line 2757, ../sass/style.scss */
  .sub-footer .row&gt;div {
    margin: 10px 0;
  }
}

/* line 2767, ../sass/style.scss */
.mf-pages .footer-container-wrapper {
  padding: 0 0 50px;
}

/* line 2769, ../sass/style.scss */
.mf-pages .footer-container-wrapper.riskprofiling-footer {
  padding-bottom: 0;
}

/* line 2772, ../sass/style.scss */
.mf-pages .footer-container-wrapper .footer-bottom-pane {
  margin-top: 0;
}

/* line 2775, ../sass/style.scss */
.mf-pages .footer-container-wrapper .alert-strip {
  position: fixed;
  z-index: 98;
  bottom: 0;
  padding: 12px 0;
  border-top: 5px solid #eb232d;
  width: 100%;
  background: #f8f8f8;
  overflow: auto;
  left: 0;
}

/* line 2786, ../sass/style.scss */
.mf-pages .footer-container-wrapper .alert-strip .container,
.mf-pages .footer-container-wrapper .alert-strip .section-menu {
  padding-left: 30px;
  background: url("../../images/alert.png") 5px 50%/20px no-repeat;
}

/* line 2793, ../sass/style.scss */
section.risk-profiling-banner {
  background: no-repeat 35% 100% / cover;
  padding: 100px 0 150px;
  min-height: calc(100vh - 47px);
  display: flex;
  align-items: center;
}

/* line 2799, ../sass/style.scss */
section.risk-profiling-banner h1 {
  font-size: 2rem;
  margin-bottom: 1em;
}

/* line 2803, ../sass/style.scss */
section.risk-profiling-banner h4 {
  font-weight: 500;
  font-size: 1.25rem;
  margin: 0 0 3em;
  max-width: 590px;
}



@media (min-width: 1920px) {

  /* line 2793, ../sass/style.scss */
  section.risk-profiling-banner {
    padding: 200px 0 250px;
    background-position: bottom 20% center;
  }
}

@media (max-width: 991px) {

  /* line 2793, ../sass/style.scss */
  section.risk-profiling-banner {
    min-height: calc(100vh - 97px);
  }
}

/* @media (max-width: 767px) {
  
  section.risk-profiling-banner {
    background: #f6f5fa url("../../images/mf-banner-m.jpg") no-repeat center bottom/contain !important;
    min-height: calc(100vh - 126px);
    text-align: center;
    padding-bottom: 75%;
  }
} */
@media (max-width: 575px) {

  /* line 2823, ../sass/style.scss */
  section.risk-profiling-banner h1 {
    font-size: 1.6rem;
  }

  /* line 2826, ../sass/style.scss */
  section.risk-profiling-banner h4 {
    font-size: 1.1rem;
  }
}

/* line 2831, ../sass/style.scss */
.rm-loader {
  background-color: #f0f0f2;
}

/* line 2833, ../sass/style.scss */
.rm-loader svg {
  width: 80px;
  opacity: 0.3;
  margin-bottom: 20px;
  margin-bottom: 90px;
}

/* line 2841, ../sass/style.scss */
.rm-loader #rmProfileCarousel .card.profile-card {
  max-width: 100%;
  margin: 0 auto;
  border: 8px solid #fff;
}

/* line 2845, ../sass/style.scss */
.rm-loader #rmProfileCarousel .card.profile-card .card-body {
  border-top: 8px solid #fff;
}

/* line 2847, ../sass/style.scss */
.rm-loader #rmProfileCarousel .card.profile-card .card-body ul {
  margin: 10px 0 0;
}

/* line 2853, ../sass/style.scss */
.rm-loader #rmProfileCarousel .carousel-item {
  transition: 0.5s all;
  overflow: hidden;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 2861, ../sass/style.scss */
.rm-loader #rmProfileCarousel .carousel-item.carousel-item-next {
  transform: rotateY(180deg);
}

/* line 2864, ../sass/style.scss */
.rm-loader #rmProfileCarousel .carousel-item.carousel-item-prev {
  transform: rotateY(-180deg);
}

/* line 2867, ../sass/style.scss */
.rm-loader #rmProfileCarousel .carousel-item.active {
  opacity: 1;
}

/* line 2873, ../sass/style.scss */
.range-slider {
  position: relative;
}

/* line 2875, ../sass/style.scss */
.range-slider .slider {
  width: calc(100% - 30px);
}

/* line 2878, ../sass/style.scss */
.range-slider .slider-val {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2883, ../sass/style.scss */
.range-slider:before,
.range-slider:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  bottom: 9px;
}

/* line 2892, ../sass/style.scss */
.range-slider:before {
  background: red;
  left: 0;
}

/* line 2896, ../sass/style.scss */
.range-slider:after {
  border: 2px solid;
  right: 0;
}

/* line 2901, ../sass/style.scss */
.advantage-module {
  display: flex;
  margin-top: 20px;
}

/* line 2904, ../sass/style.scss */
.advantage-module .module-icon {
  padding-right: 15px;
  flex: 0 0 57px;
}

@media (max-width: 575px) {

  /* line 2904, ../sass/style.scss */
  .advantage-module .module-icon {
    padding-right: 10px;
    flex: 0 0 45px;
  }
}

/* line 2913, ../sass/style.scss */
.advantage-module .module-content h6 {
  text-transform: uppercase;
}

/* line 2919, ../sass/style.scss */
.result-boxes&gt;div {
  margin-top: 10px;
  color: #fff;
}

/* line 2922, ../sass/style.scss */
.result-boxes&gt;div.mutual-fund-box {
  background-color: #00acea;
  padding: 3rem 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 2926, ../sass/style.scss */
.result-boxes&gt;div.mutual-fund-box h2 {
  margin: 1.25rem 0;
}

/* line 2930, ../sass/style.scss */
.result-boxes&gt;div.fixed-deposit-box {
  background-color: #637687;
  padding: 1.25rem 15px;
  font-size: 0.85rem;
}

/* line 2934, ../sass/style.scss */
.result-boxes&gt;div.fixed-deposit-box h2 {
  line-height: 1.35;
}

/* line 2938, ../sass/style.scss */
.result-boxes&gt;div.saving-account-box {
  background-color: #8398a9;
  padding: 0.8rem 15px;
  font-size: 0.7rem;
}

/* line 2942, ../sass/style.scss */
.result-boxes&gt;div.saving-account-box h2 {
  line-height: 1.25;
}

/* line 2946, ../sass/style.scss */
.result-boxes&gt;div h2 {
  margin: 0;
}

/* line 2949, ../sass/style.scss */
.result-boxes&gt;div p {
  margin: 0;
}

/* line 2951, ../sass/style.scss */
.result-boxes&gt;div p strong {
  font-weight: 600;
}

/* line 2957, ../sass/style.scss */
.investment-range {
  text-align: center;
}

/* line 2959, ../sass/style.scss */
.investment-range h2 {
  font-size: 2.5rem;
  margin: 0 0 10px;
}

/* line 2963, ../sass/style.scss */
.investment-range label {
  text-transform: uppercase;
  margin: 0;
}

/* line 2968, ../sass/style.scss */
#articleCarousel,
#newsCarousel {
  margin-bottom: 50px;
}

.outer-wrap {
  padding: 40px 0px;
}

.inner-wrap {
  padding: 20px 0px;
}

/* dpservie  */
.dp-service .banner-bg {
  background-image: url(https://image.bajajcapitalone.com/bajajcapital/Untitleddesign1210221.png)
}

.dp-service h2 span {
  display: block;
  height: 3px;
  background: #ED1B24;
  width: 100%;
  margin-top: 0.6rem;
  -webkit-animation-name: width100;
  animation-name: width100;
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
}

.dp-service h2 {
  text-align: center !important;
  position: relative;
  margin-bottom: 30px;
}

.dp-service h2::after {
  content: "";
  background-color: #ED1B24;
  width: 70px;
  height: 3px;
  position: absolute;
  bottom: -12px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.dp-service section {
  font-size: 14px;
}

.dp-service .disclaimer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}

.dp-service .document-btn {
  text-align: center;
  margin-top: 40px;
}

.dp-service .business-rule-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-service .business-rule {
  border: none;
  background-color: #fff !important;
  box-shadow: -1px 1px 5px rgb(0 0 0 / 10%);
  overflow: hidden;
  border-radius: 5px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin-right: 20px;
  cursor: pointer;
}

.dp-listing ul,
.dp-listing ol {
  padding-left: 20px;
}

.outer-banner-bg {
  /* background: radial-gradient(circle at 10% 20%, rgb(87, 108, 117) 0%, rgb(37, 50, 55) 100.2%); */
  background: #FBFCFE;
  color: #000;
}

.outer-banner-bg .inner-bg-banner {
  display: flex;
  flex-wrap: wrap;
}

.outer-banner-bg .inner-bg-banner div {
  width: 50%;
}

.dp-service .list-custom ul,
.list-custom ol {
  padding-left: 2rem;
  color: #ED1B24 !important;
}

.dp-service .list-custom ul li,
.list-custom ol li {
  font-size: 14px;
  font-weight: 400;
  color: #ED1B24 !important;
}

/* similarpage  */
.outer-section h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;

  color: rgba(0, 0, 0, 0.87);
}

.outer-section h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;

  color: rgba(0, 0, 0, 0.87);

}

.outer-section h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: rgba(0, 0, 0, 0.87);
  margin: 24px 0px;
}

.outer-section h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.87);
}

.outer-section h5 {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.87);
}

.outer-section h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);

}

.outer-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}

.outer-section .image-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}

.outer-section .image-gallery img {
  width: 250px;
  height: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.outer-section button {
  background: #ED1C24;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  vertical-align: middle;
  border: none;
  min-width: 170px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.outer-section button:hover {
  background: #D71419;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.outer-section a {
  color: #F60000;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
}

.outer-section a:hover {
  text-decoration: underline;
}

.outer-section .border-top-custom {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
}

.list-custom ul,
.list-custom ol {
  padding-left: 2rem;
}

.list-custom ul li,
.list-custom ol li {
  font-size: 14px;
  font-weight: 400;
}

.text-center-custom h1,
.text-center-custom h2,
.text-center-custom h3,
.text-center-custom h4,
.text-center-custom h5,
.text-center-custom h6,
.text-center-custom p {
  text-align: center;
}

.outer-section .img-dimension {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
  flex-wrap: wrap;
}

.outer-section .img-dimension img {
  width: auto;
  height: 300px;
  margin-right: 20px;
}

.outer-section .social-icons ul {
  display: flex;
  list-style: none;
}

.outer-section .temp-1-outer .temp-1 img {
  margin: 0px 20px 20px 0px;
}

.outer-section .temp-1-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.outer-section .img-wrap img {
  float: left;
  margin-right: 10px;
}

.outer-banner-bg {
  background: radial-gradient(circle at 10% 20%, rgb(87, 108, 117) 0%, rgb(37, 50, 55) 100.2%);
}

.outer-banner-bg .inner-bg-banner {
  display: flex;
  flex-wrap: wrap;
}

.outer-banner-bg .inner-bg-banner div {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .outer-section .img-dimension img {
    margin: 10px auto;

  }

  .outer-section .temp-1-outer .temp-1 {
    width: 100%;
  }

  .outer-section .temp-1-outer .temp-1 img {
    width: 100%;
  }

  .outer-section h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .outer-section h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .outer-section h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .outer-section h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .outer-section h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .outer-section h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .outer-section h6 {
    font-size: 15px;
    line-height: 20px;
  }

  .outer-section p {
    font-size: 12px;
    line-height: 20px;
  }

  .list-custom ul li,
  .list-custom ol li {
    font-size: 12px;
    font-weight: 400;
  }

  .outer-section .image-gallery img {
    margin-right: 0px;
  }

  .outer-banner-bg .inner-bg-banner div {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .outer-section .img-dimension img {
    margin: 10px auto;
  }
}

/* similar page ends  */

@media screen and (max-width: 767px) {
  .outer-banner-bg .inner-bg-banner div {
    width: 100%;
  }
}

/* dpservice ends  */
.policies .table-responsive {
  padding-top: 1.25rem;
}

.policies span.spanTd {
  display: none;
}

.policies .table th,
.policies .table td {
  padding: 1rem;
  vertical-align: middle;
}

.policies .date {
  position: relative;
  width: 100%;
}

.policies .date .form-control {
  padding-right: 40px;
}

.policies .date .input-group-addon {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 2px;
  pointer-events: none;
  cursor: pointer;
}

.policies .tnc label {
  font-size: 0.9rem;
  display: inline-flex;
  /* align-items: center; */
  margin: 15px 0;
}

.policies .table td {
  background-color: #FFFFFF !important;
}

.policies .tnc label input {
  margin: 0px 10px 0 0;
}

.policies .table-active,
.policies .table-active&gt;th,
.policies .table-active&gt;td {
  background-color: #F6F5FA;
}

.policies .table thead th {
  border-width: 1px;
}

.policies .total-row {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.policies .total-row label {
  margin: 0;
}

@media (min-width: 768px) {

  /* line 2974, ../sass/style.scss */
  #newsCarousel .accordion-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-wrap: wrap;
  }

  /* line 2978, ../sass/style.scss */
  #newsCarousel .accordion-wrapper .accordion {
    width: calc(50% - 25px);
  }
}

@media (max-width: 767px) {

  /* line 2984, ../sass/style.scss */
  #articleCarousel {
    text-align: center;
  }

  /* line 2986, ../sass/style.scss */
  #articleCarousel img {
    width: 100%;
    margin: 0 0 15px;
  }
}

/* line 2995, ../sass/style.scss */
.loading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 2999, ../sass/style.scss */
.loading-wrapper .loading {
  position: relative;
  height: 400px;
  width: 300px;
  transform-style: preserve-3d;
}

@media (max-width: 767px) {

  /* line 2999, ../sass/style.scss */
  .loading-wrapper .loading {
    width: 250px;
  }
}

/* line 3007, ../sass/style.scss */
.loading-wrapper .loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #28323c;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* line 3018, ../sass/style.scss */
.loading-wrapper .loading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #d71419;
  z-index: 1;
}

/* line 3028, ../sass/style.scss */
.loading-wrapper .loading&gt;div {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  overflow: hidden;
  animation: animate 10.5s linear infinite;
  animation-delay: calc(1.5s * var(--i));
}

@keyframes animate {
  0% {
    transform: perspective(500px) translate3D(0, 0, 0);
    opacity: 1;
    box-shadow: 5px 5px 15px transparent;
  }

  25% {
    transform: perspective(500px) translate3D(50px, 50px, 50px);
    opacity: 1;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  }

  35%,
  100% {
    transform: perspective(500px) translate3D(600px, 50px, 100px);
    opacity: 0;
  }
}

@media (max-width: 991px) {

  /* line 3057, ../sass/style.scss */
  .why-us-section img {
    margin: 0 auto 2rem;
    display: block;
  }
}

/* line 3063, ../sass/style.scss */
.building-section {
  background: #e0dfef no-repeat center bottom;
  padding: 60px 0;
}

@media (min-width: 768px) {

  /* line 3063, ../sass/style.scss */
  .building-section {
    padding-bottom: 10%;
    background-size: contain;
  }
}

/* line 3070, ../sass/style.scss */
.building-section h6 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.2rem;
}

@media (max-width: 767px) {

  /* line 3063, ../sass/style.scss */
  .building-section {
    padding-bottom: 18%;
    background-size: 180%;
  }
}

@media (max-width: 991px) {

  /* line 3080, ../sass/style.scss */
  #register_form {
    padding: 60px 0;
  }
}

@media (min-width: 992px) {

  /* line 3080, ../sass/style.scss */
  #register_form {
    margin-top: -23px;
  }
}

/* line 3087, ../sass/style.scss */
#register_form .banner-caption {
  max-width: none;
}

/* line 3090, ../sass/style.scss */
#register_form .card {
  overflow: visible;
}

/* line 3094, ../sass/style.scss */
.filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 0 20px;
}

/* line 3098, ../sass/style.scss */
.filter-wrapper .btn {
  padding: 0.75rem 1rem;
  background-color: #777;
  color: #fff;
  white-space: nowrap;
  flex: 1 1 100%;
  margin: 0 10px 10px 0;
}

/* line 3105, ../sass/style.scss */
.filter-wrapper .btn:hover,
.filter-wrapper .btn.active {
  background-color: #ed1b24;
}

/* line 3109, ../sass/style.scss */
.filter-wrapper .btn:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {

  /* line 3094, ../sass/style.scss */
  .filter-wrapper {
    flex-wrap: wrap;
    justify-content: unset;
  }

  /* line 3116, ../sass/style.scss */
  .filter-wrapper .btn {
    padding: 0.75rem 2rem;
    flex: unset;
  }
}

/* line 3122, ../sass/style.scss */
#financialCarousel {
  padding: 0 32px;
}

/* line 3124, ../sass/style.scss */
#financialCarousel .carousel-control {
  height: 32px;
  width: 32px;
  bottom: calc(50% - 7px);
  z-index: 97;
  top: auto;
  transform: none;
}

/* line 3131, ../sass/style.scss */
#financialCarousel .carousel-control:before {
  content: "";
  height: 20px;
  width: 20px;
  border-top: 2px solid #28323c;
  border-left: 2px solid #28323c;
  position: absolute;
  right: 0;
  transform: rotate(-45deg);
  top: 7px;
}

/* line 3142, ../sass/style.scss */
#financialCarousel .carousel-control.carousel-control-prev {
  left: -50px;
}

/* line 3145, ../sass/style.scss */
#financialCarousel .carousel-control.carousel-control-next {
  right: -50px;
}

/* line 3147, ../sass/style.scss */
#financialCarousel .carousel-control.carousel-control-next:before {
  left: 0;
  transform: rotate(135deg);
}

@media (max-width: 991px) {

  /* line 3124, ../sass/style.scss */
  #financialCarousel .carousel-control {
    display: none;
  }
}

/* line 3158, ../sass/style.scss */
.la-premier-col {
  margin: 20px auto 10px;
  max-width: 300px;
  min-height: 470px;
  height: 470px;
  overflow: hidden;
}

@media (min-width: 768px) {

  /* line 3158, ../sass/style.scss */
  .la-premier-col {
    padding: 0 2rem;
  }

  /* line 3163, ../sass/style.scss */
  .la-premier-col:before {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    width: 4px;
    height: 100%;
    background-color: #D1AE6C;
  }

  /* line 3173, ../sass/style.scss */
  .la-premier-col:nth-child(4n):before {
    content: none;
  }
}

/* line 3178, ../sass/style.scss */
.la-premier-col img {
  margin: 0 0 2rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  /* line 3181, ../sass/style.scss */
  .la-premier-col h3 {
    font-size: 1.4rem;
  }
}

/* line 3188, ../sass/style.scss */

.intro-section .fs115 {
  font-weight: 500;
  line-height: inherit;
  margin-bottom: 0;
  font-size: 2.15rem;
}

.intro-section h6 {
  font-weight: 500;
  line-height: inherit;
  margin: 0 0 1.5em;
  font-size: 1.15rem;
}

/* line 3196, ../sass/style.scss */
.carousel-indicators {
  position: relative;
  margin: 20px 0 0;
}

/* line 3200, ../sass/style.scss */
section.lp-banner {
  background: no-repeat fixed center center / cover;
  min-height: calc(100vh - 100px);
  position: relative;
}

@media (max-width: 991px) {

  /* line 3200, ../sass/style.scss */
  section.lp-banner {
    /* min-height: calc(100vh - 50px); */
    min-height: 350px;
    background-attachment: unset;
  }
}

/* line 3207, ../sass/style.scss */
section.lp-banner .banner-caption {
  position: absolute;
  bottom: 95px;
  max-width: 460px;
  text-align: center;
  color: #D1AE6C;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 15px;
  z-index: 9;
}

/* line 3218, ../sass/style.scss */
section.lp-banner .banner-caption h2 {
  font-size: 5.5rem;
  margin-bottom: 25px;
  line-height: 1.25;
}

/* line 3222, ../sass/style.scss */
section.lp-banner .banner-caption h2 span {
  height: 4px;
  max-width: 80px;
}

/* line 3227, ../sass/style.scss */
section.lp-banner .banner-caption h6 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #d4c9b4;
  line-height: 1.2;
}

@media (max-width: 575px) {

  /* line 3234, ../sass/style.scss */
  section.lp-banner .banner-caption h2 {
    font-size: 4rem;
  }

  /* line 3237, ../sass/style.scss */
  section.lp-banner .banner-caption h6 {
    font-size: 1.6rem;
  }
}

@media (max-width: 1400px) and (max-height: 700px) {

  /* line 3207, ../sass/style.scss */
  section.lp-banner .banner-caption {
    max-width: 360px;
    bottom: 40px;
  }

  /* line 3244, ../sass/style.scss */
  section.lp-banner .banner-caption h2 {
    font-size: 3.5rem;
  }

  /* line 3247, ../sass/style.scss */
  section.lp-banner .banner-caption h6 {
    font-size: 1.75rem;
  }
}

/* line 3252, ../sass/style.scss */
section.lp-banner .overlay {
  position: absolute;
  visibility: visible;
  background: black;
  cursor: pointer !important;
}

/* line 3260, ../sass/style.scss */
.premier-card-section img.la-logo {
  max-width: 75%;
}

/* line 3264, ../sass/style.scss */
.premier-card-section h4 {
  font-size: 1.25rem;
}

/* line 3266, ../sass/style.scss */
.premier-card-section h4.la-title {
  font-weight: 400;
}

/* line 3270, ../sass/style.scss */
.premier-card-section a {
  margin-bottom: 3rem;
}

/* line 3274, ../sass/style.scss */
.portfolio-page-banner {
  background: #f8cd64;
  background: radial-gradient(circle, #f8cd64 0%, #fbe292 38%);
  background-position: center bottom;
  background-repeat: no-repeat;
}

/* line 3280, ../sass/style.scss */
.portfolio-page-banner.bonds-banner .banner-img {
  flex: 0 0 410px;
}

/* line 3284, ../sass/style.scss */
.portfolio-page-banner.bonds-banner .banner-caption&gt;div {
  margin-right: -70px;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {

  /* line 3279, ../sass/style.scss */
  .portfolio-page-banner.bonds-banner {
    background-size: 1300px;
  }

  /* line 3290, ../sass/style.scss */
  .portfolio-page-banner.bonds-banner .banner-img {
    flex: 0 0 340px;
    width: 340px;
  }
}

@media (max-width: 991px) {

  /* line 3296, ../sass/style.scss */
  .portfolio-page-banner.bonds-banner .banner-img {
    flex: unset;
    width: auto;
  }

  /* line 3301, ../sass/style.scss */
  .portfolio-page-banner.bonds-banner .banner-caption&gt;div {
    margin-right: 0;
  }
}

@media (max-width: 575px) {

  /* line 3308, ../sass/style.scss */
  .portfolio-page-banner.bonds-banner .banner-caption h1 {
    font-size: 2rem;
  }
}

/* line 3314, ../sass/style.scss */
.portfolio-page-banner .banner-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

/* line 3318, ../sass/style.scss */
.portfolio-page-banner .banner-caption h3 {
  margin: 0;
}

/* line 3322, ../sass/style.scss */
.portfolio-page-banner .banner-caption h6.description {
  margin: 1rem 0 3rem;
  font-weight: 500;
}

@media (max-width: 767px) {

  /* line 3322, ../sass/style.scss */
  .portfolio-page-banner .banner-caption h6.description {
    margin-bottom: 1.75rem;
  }
}

/* line 3330, ../sass/style.scss */
.portfolio-page-banner .banner-caption&gt;div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 3314, ../sass/style.scss */
  .portfolio-page-banner .banner-caption {
    flex-direction: column;
  }
}

@media (max-width: 767px) {

  /* line 3314, ../sass/style.scss */
  .portfolio-page-banner .banner-caption {
    margin-bottom: 2rem;
    height: auto;
  }
}

/* line 3344, ../sass/style.scss */
.portfolio-page-banner .banner-img {
  margin-bottom: -40px;
}

/* line 3348, ../sass/style.scss */
.otp-btn {
  text-align: right;
}

/* line 3350, ../sass/style.scss */
.otp-btn a {
  color: #28323c;
}

/* line 3355, ../sass/style.scss */
.google-login a {
  border: 2px solid #e5e5e5;
  padding: 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  color: #28323c;
  transition: all 0.3s;
  background: transparent;
}

/* line 3366, ../sass/style.scss */
.google-login a img {
  width: 24px;
}

/* line 3369, ../sass/style.scss */
.google-login a span {
  margin-left: 15px;
  font-size: 1.5rem;
}

@media (max-width: 575px) {

  /* line 3369, ../sass/style.scss */
  .google-login a span {
    font-size: 1.3rem;
  }
}

/* line 3376, ../sass/style.scss */
.google-login a:hover {
  border-color: #999;
}

/* line 3381, ../sass/style.scss */
.option-or {
  position: relative;
  text-align: center;
  margin: 15px 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #999;
}

/* line 3388, ../sass/style.scss */
.option-or:after,
.option-or:before {
  content: "";
  height: 2px;
  width: calc(50% - 22px);
  border-top: dotted 1px #999;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}

/* line 3398, ../sass/style.scss */
.option-or:before {
  left: 0;
  right: auto;
}

/* line 3403, ../sass/style.scss */
.box {
  margin: 0 0 20px 0;
  padding: 0 0 5px 20px;
  border-left: solid 5px #ED1C24;
  list-style-type: none;
}

/* line 3408, ../sass/style.scss */
.box h6 {
  padding-left: 32px;
  position: relative;
  line-height: inherit;
  margin: 0 0 1rem;
}

/* line 3414, ../sass/style.scss */
.box h6 span.quote {
  position: absolute;
  left: 0;
  font-size: 1.5rem;
  color: #EFEFEF;
  margin-right: 5px;
  top: calc(50% - 14px);
}

/* line 3421, ../sass/style.scss */
.box h6 span.quote i {
  color: #FFDC2D;
}

/* line 3428, ../sass/style.scss */
.box img.img-fluid {
  margin-bottom: 1.5rem;
}

/* line 3433, ../sass/style.scss */
.makes-special-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin: 3rem 0;
}

/* line 3438, ../sass/style.scss */
.makes-special-boxes .makes-special-box {
  width: 33%;
  margin-bottom: 0.50%;
  background-color: #ed1b24;
  color: #fff;
}

/* line 3443, ../sass/style.scss */
.makes-special-boxes .makes-special-box&gt;img {
  width: 100%;
}

/* line 3446, ../sass/style.scss */
.makes-special-boxes .makes-special-box&gt;div {
  padding: 5.5rem 4rem 4rem 4rem;
}

/* line 3449, ../sass/style.scss */
.makes-special-boxes .makes-special-box&gt;div p:last-child {
  margin-bottom: 0;
}

/* line 3454, ../sass/style.scss */
.makes-special-boxes .makes-special-box.greybg {
  background-color: #b7b7b7;
}

/* line 3457, ../sass/style.scss */
.makes-special-boxes .makes-special-box.yellowbg {
  background-color: #ffcc48;
}

@media (min-width: 1200px) {

  /* line 3463, ../sass/style.scss */
  .makes-special-boxes .makes-special-box&gt;div {
    font-size: 1.10rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 3470, ../sass/style.scss */
  .makes-special-boxes .makes-special-box&gt;div {
    padding: 1rem 10px;
  }

  /* line 3472, ../sass/style.scss */
  .makes-special-boxes .makes-special-box&gt;div h2 {
    font-size: 1.4rem;
  }

  /* line 3475, ../sass/style.scss */
  .makes-special-boxes .makes-special-box&gt;div p {
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {

  /* line 3482, ../sass/style.scss */
  .makes-special-boxes .makes-special-box {
    width: 49%;
    margin-bottom: 2%;
  }

  /* line 3485, ../sass/style.scss */
  .makes-special-boxes .makes-special-box&gt;div {
    padding: 4.8rem 3rem 3rem 3rem;
  }

  /* line 3487, ../sass/style.scss */
  .makes-special-boxes .makes-special-box&gt;div h2 {
    font-size: 2.2rem;
  }

  /* line 3490, ../sass/style.scss */
  .makes-special-boxes .makes-special-box&gt;div p {
    font-size: 1.05rem;

  }
}

@media (max-width: 575px) {

  /* line 3497, ../sass/style.scss */
  .makes-special-boxes .makes-special-box {
    width: 100%;
    margin-bottom: 2%;

    min-height: 290px;
  }

  .box-center {
    text-align: center !important;
  }

  .box {
    border-left: none;
  }

}

/* line 3503, ../sass/style.scss */
.bond-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/* line 3508, ../sass/style.scss */
.bond-detail a.read-more {
  color: #ed1b24;
  margin: 0 0 0 10px;
  font-weight: 500;
}

@media (max-width: 575px) {

  /* line 3503, ../sass/style.scss */
  .bond-detail {
    flex-direction: column;
    align-items: flex-start;
  }

  /* line 3518, ../sass/style.scss */
  .bond-detail a.read-more {
    margin-top: 1rem;
  }
}

/* line 3525, ../sass/style.scss */
#blockquoteCarousel .blockquote-caption,
#reviewCarousel .blockquote-caption {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  min-height: 250px;
}

/* line 3529, ../sass/style.scss */
#blockquoteCarousel .blockquote-caption img,
#reviewCarousel .blockquote-caption img {
  display: block;
  margin: auto;
  position: relative;
  z-index: 9;
}

/* line 3535, ../sass/style.scss */
#blockquoteCarousel .blockquote-caption blockquote,
#reviewCarousel .blockquote-caption blockquote {
  font-size: 1.7rem;
  background-size: 50px;
  background-position: 0 25px;
  padding: 30px 0 30px 80px;
  width: 85%;
  margin: auto;
}

@media (max-width: 767px) {

  /* line 3535, ../sass/style.scss */
  #blockquoteCarousel .blockquote-caption blockquote,
  #reviewCarousel .blockquote-caption blockquote {
    font-size: 1.3rem;
    width: 90%;
    padding-left: 50px;
    background-size: 30px;
  }
}

/* line 3550, ../sass/style.scss */
#blockquoteCarousel&gt;a[role="button"],
#reviewCarousel&gt;a[role="button"] {
  top: 0;
  bottom: 51px;
  width: 7%;
  min-width: 60px;
  background: #fff;
  opacity: 1;
}

/* line 3557, ../sass/style.scss */
#blockquoteCarousel&gt;a[role="button"] span,
#reviewCarousel&gt;a[role="button"] span {
  display: none;
}

/* line 3560, ../sass/style.scss */
#blockquoteCarousel&gt;a[role="button"]:after,
#reviewCarousel&gt;a[role="button"]:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 30px;
  border-left: 2px solid #28323c;
  border-top: 2px solid #28323c;
  transform: rotate(-45deg);
}

/* line 3574, ../sass/style.scss */
#blockquoteCarousel&gt;a[role="button"].carousel-control-next:after,
#reviewCarousel&gt;a[role="button"].carousel-control-next:after {
  transform: rotate(135deg);
}

@media (max-width: 767px) {

  /* line 3550, ../sass/style.scss */
  #blockquoteCarousel&gt;a[role="button"],
  #reviewCarousel&gt;a[role="button"] {
    min-width: 30px;
  }

  /* line 3580, ../sass/style.scss */
  #blockquoteCarousel&gt;a[role="button"]:after,
  #reviewCarousel&gt;a[role="button"]:after {
    width: 15px;
    height: 15px;
  }
}

/* line 3587, ../sass/style.scss */
#blockquoteCarousel .carousel-indicators li,
#reviewCarousel .carousel-indicators li {
  width: 11px;
  height: 11px;
}

/* line 3590, ../sass/style.scss */
#blockquoteCarousel .carousel-indicators li.active,
#reviewCarousel .carousel-indicators li.active {
  background-color: #28323c;
}

/* line 3598, ../sass/style.scss */
.customer-review-banner .banner-caption h1 {
  font-size: 2.5rem;
  margin-bottom: 1em;
}

/* line 3602, ../sass/style.scss */
.customer-review-banner .banner-caption h5 {
  font-weight: 600;
  color: inherit;
}

/* line 3606, ../sass/style.scss */
/* .customer-review-banner .banner-caption .btn {
  margin-top: 2.5rem;  // Just to remove the white space just above the Button "Get Featured"
} */
/* line 3610, ../sass/style.scss */
.customer-review-banner #reviewCarousel {
  background: url(../../images/iphone-r.png) no-repeat 50% 150px/100% 100%, url(../../images/iphone.png) no-repeat center top/100%;
  padding: 84px 50px 0 46px;
  max-width: 445px;
  margin: 0 auto -40px;
}

/* line 3615, ../sass/style.scss */
.customer-review-banner #reviewCarousel&gt;a[role="button"] {
  background-color: transparent;
  bottom: 0;
  min-width: 30px;
  top: auto;
  height: 290px;
  left: 46px;
  min-width: 50px;
  z-index: 9;
}

/* line 3624, ../sass/style.scss */
.customer-review-banner #reviewCarousel&gt;a[role="button"]:after {
  height: 25px;
  width: 25px;
}

/* line 3628, ../sass/style.scss */
.customer-review-banner #reviewCarousel&gt;a[role="button"].carousel-control-next {
  left: auto;
  right: 50px;
}

/* line 3633, ../sass/style.scss */
.customer-review-banner #reviewCarousel .carousel-indicators {
  position: absolute;
  bottom: 15px;
}

/* line 3637, ../sass/style.scss */
.customer-review-banner #reviewCarousel .carousel-indicators li.active {
  background-color: #f8d905;
}

/* line 3644, ../sass/style.scss */
.customer-review-banner #reviewCarousel .carousel-inner .card .card-body {
  padding-bottom: 50px;
  padding: 1.5rem 40px 50px;
  position: relative;
}

/* line 3648, ../sass/style.scss */
.customer-review-banner #reviewCarousel .carousel-inner .card .card-body .intro {
  position: absolute;
  bottom: 100%;
  background-color: #28a745;
  color: #fff;
  font-size: 1.1rem;
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

/* line 3661, ../sass/style.scss */
.customer-review-banner #reviewCarousel .carousel-inner .card .card-body .review-description {
  height: 160px;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {

  /* line 3670, ../sass/style.scss */
  .customer-review-banner #reviewCarousel {
    padding: 70px 40px 0 38px;
    background: url("../../images/iphone-r.png") no-repeat 50% 124px/100% 100%, url("../../images/iphone.png") no-repeat center top/100%;
  }

  /* line 3673, ../sass/style.scss */
  .customer-review-banner #reviewCarousel&gt;a[role="button"] {
    left: 38px;
  }

  /* line 3675, ../sass/style.scss */
  .customer-review-banner #reviewCarousel&gt;a[role="button"].carousel-control-next {
    right: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 3683, ../sass/style.scss */
  .customer-review-banner .banner-caption h1 {
    font-size: 2rem;
  }

  /* line 3687, ../sass/style.scss */
  .customer-review-banner #reviewCarousel {
    background: url("../../images/iphone-r.png") no-repeat 50% 111px/100% 100%, url("../../images/iphone.png") no-repeat center top/100%;
    padding: 63px 36px 0 34px;
  }

  /* line 3690, ../sass/style.scss */
  .customer-review-banner #reviewCarousel&gt;a[role="button"] {
    left: 34px;
    min-width: 35px;
  }

  /* line 3693, ../sass/style.scss */
  .customer-review-banner #reviewCarousel&gt;a[role="button"].carousel-control-next {
    right: 36px;
  }

  /* line 3696, ../sass/style.scss */
  .customer-review-banner #reviewCarousel&gt;a[role="button"]:after {
    height: 20px;
    width: 20px;
  }
}

@media (max-width: 767px) {

  /* line 3704, ../sass/style.scss */
  .customer-review-banner #reviewCarousel {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {

  /* line 3710, ../sass/style.scss */
  .customer-review-banner .banner-caption h1 {
    font-size: 1.8rem;
  }

  /* line 3713, ../sass/style.scss */
  .customer-review-banner .banner-caption h5 {
    font-size: 1.1rem;
  }

  /* line 3716, ../sass/style.scss */
  .customer-review-banner .banner-caption .btn {
    margin-top: 0rem;
  }

  /* line 3720, ../sass/style.scss */
  .customer-review-banner #reviewCarousel {
    background: url(../../images/iphone-r.png) no-repeat 50% 98px/100% 100%, url(../../images/iphone.png) no-repeat center top/100%;
    max-width: 290px;
    padding: 55px 32px 0 30px;
  }

  /* line 3724, ../sass/style.scss */
  .customer-review-banner #reviewCarousel&gt;a[role="button"] {
    min-width: 30px;
    left: 30px;
  }

  /* line 3727, ../sass/style.scss */
  .customer-review-banner #reviewCarousel&gt;a[role="button"].carousel-control-next {
    right: 32px;
  }

  /* line 3730, ../sass/style.scss */
  .customer-review-banner #reviewCarousel&gt;a[role="button"]:after {
    height: 15px;
    width: 15px;
  }

  /* line 3737, ../sass/style.scss */
  .customer-review-banner #reviewCarousel .carousel-inner .card .card-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 3746, ../sass/style.scss */
.testimonials-card {
  background: #fff;
  font-size: 1.25rem;
  padding: 1.25rem;
  margin: 15px 0;
}

/* line 3751, ../sass/style.scss */
.testimonials-card .testimonials-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 3756, ../sass/style.scss */
.testimonials-card .testimonials-header .testimonials-logo img {
  height: 30px;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {

  /* line 3756, ../sass/style.scss */
  .testimonials-card .testimonials-header .testimonials-logo img {
    height: auto;
    width: 120px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {

  /* line 3756, ../sass/style.scss */
  .testimonials-card .testimonials-header .testimonials-logo img {
    height: auto;
    width: 120px;
  }
}

/* line 3769, ../sass/style.scss */
.testimonials-card .testimonials-header .rating .star {
  margin-left: 5px;
  color: #f8d905;
}

/* line 3772, ../sass/style.scss */
.testimonials-card .testimonials-header .rating .star i.fa-heart {
  color: #ed1b24;
}

/* line 3778, ../sass/style.scss */
.testimonials-card .testimonials-profile {
  display: flex;
  align-items: center;
  margin: 1.25rem 0;
}

/* line 3782, ../sass/style.scss */
.testimonials-card .testimonials-profile .testimonials-user {
  margin-right: 1.25rem;
}

/* line 3785, ../sass/style.scss */
.testimonials-card .testimonials-profile .testimonials-name {
  color: #f8d905;
}

/* line 3789, ../sass/style.scss */
.testimonials-card .testimonaials-description {
  height: 110px;
}

/* line 3793, ../sass/style.scss */
.testimonials-card .testimonaials-description p:last-child {
  margin-bottom: 0;
}

/* line 3802, ../sass/style.scss */
.section-banner ul li&gt;div {
  border: 1px solid #ccc;
  background: transparent;
  padding: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.25rem;
  min-height: 64px;
}

/* line 3812, ../sass/style.scss */
.section-banner ul li&gt;div .star {
  color: #f8d905;
}

/* line 3814, ../sass/style.scss */
.section-banner ul li&gt;div .star .fa-heart {
  color: #ed1b24;
}

/* line 3818, ../sass/style.scss */
.section-banner ul li&gt;div img {
  margin-right: 15px;
}

/* line 3821, ../sass/style.scss */
.section-banner ul li&gt;div.facebook-followers-card {
  background-color: #385898;
  border-color: #385898;
  color: #fff;
}

/* line 3825, ../sass/style.scss */
.section-banner ul li&gt;div.facebook-followers-card img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  height: 22px;
}

/* line 3832, ../sass/style.scss */
.section-banner ul li&gt;div.ambition-card {
  padding-top: 17px;
  padding-bottom: 17px;
}

/* line 3836, ../sass/style.scss */
.section-banner ul li&gt;div.mouthshut-card {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 3802, ../sass/style.scss */
  .section-banner ul li&gt;div {
    font-size: 1rem;
    padding: 10px;
  }

  /* line 3843, ../sass/style.scss */
  .section-banner ul li&gt;div img {
    max-width: 140px;
    margin-right: 5px;
  }

  /* line 3848, ../sass/style.scss */
  .section-banner ul li&gt;div.facebook-followers-card img {
    height: 18px;
  }

  /* line 3853, ../sass/style.scss */
  .section-banner ul li&gt;div.ambition-card img {
    height: 24px;
  }

  /* line 3858, ../sass/style.scss */
  .section-banner ul li&gt;div.mouthshut-card img {
    margin-right: 10px;
  }
}

/* line 3866, ../sass/style.scss */
.section-banner h5 {
  margin-top: 10px;
}

/* line 3870, ../sass/style.scss */
/* section.banner-404 {
  background: url("../../images/404-error.svg") no-repeat fixed center center/cover;
  min-height: calc(100vh - 113px);
  position: relative;
} */
/* line 3874, ../sass/style.scss */
section.banner-404 .banner-caption {
  position: absolute;
  bottom: 95px;
  max-width: 460px;
  text-align: center;
  color: #28323c;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 15px;
  z-index: 9;
}

/* line 3885, ../sass/style.scss */
section.banner-404 .banner-caption h6 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #28323c;
  line-height: 1.2;
}

/* line 3891, ../sass/style.scss */
section.banner-404 .banner-caption h2 {
  font-size: 3.5rem;
  line-height: 1.25;
}

@media (max-width: 991px) {

  /* line 3870, ../sass/style.scss */
  section.banner-404 {
    min-height: calc(100vh - 50px);
  }
}

@media (max-width: 575px) {

  /* line 3901, ../sass/style.scss */
  section.banner-404 .banner-caption h6 {
    font-size: 1.5rem;
  }

  /* line 3904, ../sass/style.scss */
  section.banner-404 .banner-caption h2 {
    font-size: 2.25rem;
  }
}

/* line 3912, ../sass/style.scss */
.mf-login-page .row&gt;div {
  height: 100vh;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

/* line 3920, ../sass/style.scss */
.mf-login-page .row&gt;div&gt;div {
  padding: 0 4rem 1rem;
  width: 100%;
}

@media (max-width: 991px) {

  /* line 3912, ../sass/style.scss */
  .mf-login-page .row&gt;div {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  /* line 3928, ../sass/style.scss */
  .mf-login-page .row&gt;div&gt;div {
    padding: 0 2rem 1rem;
  }
}

/* line 3932, ../sass/style.scss */
/* .mf-login-page .row &gt; div.other-feature {
  background: url("../../images/mf-login-bg.png") no-repeat 0 0/cover;
} */
/* line 3934, ../sass/style.scss */
.mf-login-page .row&gt;div.other-feature h1 {
  font-size: 2rem;
  text-transform: uppercase;
}

/* line 3938, ../sass/style.scss */
.mf-login-page .row&gt;div.other-feature h2 {
  font-weight: 500;
  font-size: 1.75rem;
}

/* line 3942, ../sass/style.scss */
.mf-login-page .row&gt;div.other-feature .other-feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 3946, ../sass/style.scss */
.mf-login-page .row&gt;div.other-feature .other-feature-list .other-feature-box {
  width: 45%;
  margin-top: 3rem;
  border-bottom: 2px solid #ed1b24;
  padding-bottom: 1.5rem;
}

@media (max-width: 991px) {

  /* line 3946, ../sass/style.scss */
  .mf-login-page .row&gt;div.other-feature .other-feature-list .other-feature-box {
    width: 100%;
    margin-top: 2rem;
    padding-bottom: 1rem;
  }
}

/* line 3956, ../sass/style.scss */
.mf-login-page .row&gt;div.other-feature .other-feature-list .other-feature-box img {
  height: 60px;
  margin: 0 0 15px;
}

/* line 3960, ../sass/style.scss */
.mf-login-page .row&gt;div.other-feature .other-feature-list .other-feature-box h5 {
  text-transform: uppercase;
  margin: 0;
  color: inherit;
}

/* line 3965, ../sass/style.scss */
.mf-login-page .row&gt;div.other-feature .other-feature-list .other-feature-box ul {
  padding-left: 15px;
}

/* line 3971, ../sass/style.scss */
.mf-login-page .row&gt;div.login-form {
  background-color: #f6f5fa;
}

/* line 3973, ../sass/style.scss */
.mf-login-page .row&gt;div.login-form .intruction {
  border: 1px solid #bbb;
  padding: 8px 10px;
  border-radius: 12px;
  margin: 10px 0 15px;
}

/* line 3979, ../sass/style.scss */
.mf-login-page .row&gt;div.login-form .back-btn {
  position: absolute;
  top: 0;
  left: 2rem;
}

@media (max-width: 767px) {

  /* line 3979, ../sass/style.scss */
  .mf-login-page .row&gt;div.login-form .back-btn {
    position: static;
    margin: 0 0 2.5rem;
  }
}

/* line 3988, ../sass/style.scss */
.mf-login-page .row&gt;div.login-form .login-logo {
  display: block;
  text-align: center;
}

/* line 3992, ../sass/style.scss */
.mf-login-page .row&gt;div.login-form .card {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin: 2rem auto 0;
  width: 100%;
  max-width: 420px;
}

/* line 3998, ../sass/style.scss */
.mf-login-page .row&gt;div.login-form .card .tab-listing .tab-list {
  width: 50%;
}

/* line 4000, ../sass/style.scss */
.mf-login-page .row&gt;div.login-form .card .tab-listing .tab-list a {
  font-weight: 700;
  font-size: 1.25rem;
}

@media (max-width: 767px) {

  /* line 3992, ../sass/style.scss */
  .mf-login-page .row&gt;div.login-form .card {
    width: calc(100% - 10px);
  }
}

@media (max-width: 767px) {

  /* line 3911, ../sass/style.scss */
  .mf-login-page .row {
    flex-direction: column-reverse;
  }

  /* line 4014, ../sass/style.scss */
  .mf-login-page .row&gt;div {
    height: auto;
  }

  /* line 4016, ../sass/style.scss */
  .mf-login-page .row&gt;div&gt;div {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 4025, ../sass/style.scss */
.magazine {
  margin: 0 0 2.5rem;
  display: inline-block;
  color: #28323c;
}

/* line 4029, ../sass/style.scss */
.magazine img {
  width: 200px;
  padding: 5px;
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 0 0 10px;
}

/* line 4037, ../sass/style.scss */
.magazine span {
  display: block;
}

/* line 4041, ../sass/style.scss */
.magazine-wrapper {
  position: relative;
  padding-bottom: 57%;
  min-height: 630px;
}

/* line 4045, ../sass/style.scss */
.magazine-wrapper .magazine-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 30px 0;
  background: #353535;
}

/* line 4054, ../sass/style.scss */
.magazine-wrapper .control-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 9;
  text-align: right;
  padding: 0 5px 0 0;
  background: #353535;
  width: auto;
  left: auto;
  right: 70px;
}

/* line 4066, ../sass/style.scss */
.magazine-wrapper .control-wrapper a {
  color: #fff;
  font-size: 20px;
  padding: 10px;
  display: inline-block;
  margin: 0 0 0 10px;
  opacity: 0.75;
}

/* line 4073, ../sass/style.scss */
.magazine-wrapper .control-wrapper a img {
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
}

/* line 4079, ../sass/style.scss */
.magazine-wrapper .control-wrapper a.compress {
  display: none;
}

/* line 4084, ../sass/style.scss */
.magazine-wrapper.iframe_active {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 0;
}

/* line 4093, ../sass/style.scss */
.magazine-wrapper.iframe_active a.expand {
  display: none;
}

/* line 4096, ../sass/style.scss */
.magazine-wrapper.iframe_active a.compress {
  display: inline-block;
}

@media (max-width: 991px) {

  /* line 4041, ../sass/style.scss */
  .magazine-wrapper {
    min-height: 0;
    padding-bottom: calc(65% + 100px);
  }
}

@media (max-width: 767px) {

  /* line 4106, ../sass/style.scss */
  .magazine-wrapper .control-wrapper {
    right: 0;
  }

  /* line 4110, ../sass/style.scss */
  .magazine-wrapper.iframe_active .control-wrapper {
    right: 70px;
  }
}

/* line 4116, ../sass/style.scss */
.iframe_active {
  overflow: hidden;
}

@media (max-width: 767px) {

  /* line 4121, ../sass/style.scss */
  .payment-mode-table td {
    display: block;
    position: relative;
  }

  /* line 4124, ../sass/style.scss */
  .payment-mode-table td:empty {
    display: none;
  }
}

/* line 4130, ../sass/style.scss */
.provider {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

/* line 4135, ../sass/style.scss */
.provider a {
  color: inherit;
  font-weight: 600;
}

/* line 4139, ../sass/style.scss */
.provider a img.edit {
  margin-right: 10px;
  vertical-align: middle;
}

/* line 4146, ../sass/style.scss */
.premium-group {
  text-align: center;
}

/* line 4149, ../sass/style.scss */
.premium-group label strong {
  margin-left: 5px;
}

.progress-outer {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 1rem;
}

.progress-inner {
  height: 10px;
  display: block;
  width: 400px;
  background-color: #dadada;
}

.progress-line {
  background-color: #696969;
  width: 0;
  height: 100%;
  float: left;
}

.custom-tooltip {
  display: none;
  box-shadow: 1px 1px 3px #3a3636;
  background: black;
  color: white;
  border-radius: 3px;
  padding: 2px 6px;
  margin-left: 10px;
  font-size: 10px;
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 1s;
}



@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .card.custom-profile {
    width: auto;
  }
}


.blinking {
  animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
  0% {
    color: #ed1c24;
  }

  49% {
    color: transparent;
  }

  50% {
    color: transparent;
  }

  99% {
    color: transparent;
  }

  100% {
    color: #ed1c24;
  }
}

/*   Webinar Banner css*/
.webinarBanner .body-container-wrapper&gt;section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.webinarBanner .no-padding {
  padding: 0px;
}

.webinarBanner .carousel-inner {
  width: 100%;
  display: inline-block;
  position: relative;
}

.webinarBanner .carousel-inner {
  padding-top: 30.25%;
  display: block;
  content: "";
}

.webinarBanner .carousel-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: skyblue;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.webinarBanner .caption {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
  z-index: 9;
  margin-top: 20px;
}

.webinarBanner .caption h1 {
  font-size: 2.7rem;
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.webinarBanner .caption h2 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.webinarBanner .caption h6 {
  font-weight: 400;
  max-width: 500px;
  margin-bottom: 20px;
}

.webinarBanner .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, ../bootstrap/scss/_carousel.scss */
.webinarBanner .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 9px;
  height: 9px;
  margin-right: 4px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #57585b;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
  border-radius: 50%;
}

.webinarBanner .carousel-indicators .active {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .webinarBanner .body-container-wrapper&gt;section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .webinarBanner .carousel-inner {
    padding-top: 42.25%;
    padding-bottom: 85.25%;
    display: block;
    content: "";
  }

  .webinarBanner .caption {
    position: absolute;
    top: 42%;
    left: 48%;
    transform: translateX(-50%) translateY(-50%);
    width: 82%;
    z-index: 9;
    margin-top: 20px;
  }

  .webinarBanner .caption h1 {
    font-size: 1.7rem;
    position: relative;
    z-index: 1;
    max-width: 320px;
  }

  .webinarBanner .caption h2 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .webinarBanner .caption h6 {
    font-weight: 400;
    max-width: 280px;
    font-size: 15px;
  }

  .webinarBanner .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }

  .webinarBanner .carousel-indicators .active {
    opacity: 1;
  }

}

/*Profile page CSS start*/

.aboutSB-head-seaction .aboutDetail {
  padding: 0 0 0 15px;
  box-sizing: border-box;
  position: relative;
}

.aboutSB-head-seaction .about-heading {
  font-size: 44px;
  line-height: normal;
  position: relative;
}

.aboutSB-head-seaction .about-heading:before {
  height: 75%;
  width: 4px;
  background: #ed1c24;
  position: absolute;
  content: "";
  left: -15px;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
}

.aboutSB-head-seaction .socialLinks {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
  align-items: center;
}

.Sposition {
  font-size: 29px;
  color: #232326;
  margin: 0px;
}

.aboutSB-head-seaction .socialLinks li {
  margin: 0 5px;
  font-size: 15px;
}

.aboutSB-head-seaction .socialLinks li:first-child {
  margin-left: 0px;
}

.aboutSB-head-seaction .socialLinks li a {
  color: #000;
}

.mobileTabSelect .custom-dropdown ul li a {
  border-left: 0px;
}

.content p {
  font-size: 14px;
  line-height: 27px;
  margin: 0 0 20px 0;
  color: #232326;
}

.tab-pannel ul {
  list-style: none;
  box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 10%);
  padding: 6px 0;
}

/*  */
.mobileTabSelect {
  display: none;
}

.aboutSBGallery .sectionHeading {
  font-size: 30px;
  color: #232326;
  margin: 0 0 35px 0;
  position: relative;
}

.aboutSBGallery .sectionHeading:after {
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  width: 85px;
  background-color: #ed1c24;
  height: 5px;
  content: "";
  margin: 0 auto;
}

#galleryCarousel .galleryItem {
  padding: 0 20px;
}

#galleryCarousel .galleryItem .itemDiscp {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 21px;
}

#galleryCarousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  bottom: 0;
  z-index: -1;
}

#galleryCarousel .owl-nav .owl-prev {
  float: left;
  margin: 0 0 0 -15px;
}

#galleryCarousel .owl-nav .owl-next {
  float: right;
  margin: 0 -15px 0 0;
}

#galleryCarousel .owl-nav .owl-prev span,
#galleryCarousel .owl-nav .owl-next span {
  font-size: 50px;
  color: #818181;
}

.uploadProfile {
  position: absolute;
  top: 10px;
  right: 0;
  color: #ed1c24;
  font-size: 13px;
  cursor: pointer;
}

.uploadProfile .fa {
  margin-left: 3px;
}

.mobileTabSelect .custom-dropdown ul li a {
  border-left: 0px;
}

.mobileTabSelect ul li.active,
.aboutSBTabPannel ul li.active {
  box-shadow: none;
}

.keypoints {
  padding-left: 20px;
}

.keypoints li {
  margin-bottom: 10px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .aboutSB-head-seaction .about-heading {
    font-size: 29px;
  }

  .Sposition {
    font-size: 18px;
  }

  .mobileTabSelect {
    display: block;
  }

  .aboutSBTabPannel {
    display: none;
  }

  .uploadProfile {
    position: relative;
    top: 0;
  }
}

@media (max-width: 768px) {
  .aboutSB-head-seaction .about-heading {
    font-size: 23px;
    line-height: inherit;
  }

  .Sposition {
    font-size: 15px;
  }

  .aboutSB-head-seaction .socialLinks {
    margin: 10px 0;
  }

  .aboutSB-head-seaction .aboutDetail {
    margin: 20px 0 0 0;
  }

  .image {
    text-align: center;
  }

  .content p {
    text-align: left;
  }

  #galleryCarousel .owl-nav .owl-prev {
    margin: 0 0 0 -10px;
  }

  #galleryCarousel .owl-nav .owl-next {
    margin: 0 -10px 0 0;
  }

  .body-container-wrapper&gt;section {
    padding: 20px 15px;
  }

  .aboutSBGallery .sectionHeading {
    font-size: 25px;
  }

  .aboutSBGallery .sectionHeading:after {
    width: 73px;
  }
}

@media (max-width: 575px) {
  .aboutSB-head-seaction .about-heading {
    font-size: 18px;
    line-height: normal;
  }

  .keypoints li {
    font-size: 13px;
  }

  .aboutSB-head-seaction .socialLinks li {
    margin: 0 3px;
    font-size: 13px;
  }

  .content {
    margin: 15px 0 0 0;
  }

  .content p {
    font-size: 13px;
  }

  #galleryCarousel .galleryItem .itemDiscp {
    font-size: 13px;
  }
}

@media (max-width: 395px) {
  .Sposition {
    font-size: 12px;
  }
}

/*profile page css end*/

/* home page banner code start */
/* line 1, ../sass/_home.scss */
.home-page-banner {
  background: #fbfcfe no-repeat center center / cover;
  position: relative;
}

/* line 5, ../sass/_home.scss */
.home-page-banner .carousel-fade .carousel-item {
  transition: none !important;
}

/* line 7, ../sass/_home.scss */
.home-page-banner .carousel-fade .carousel-item.carousel-item-right,
.home-page-banner .carousel-fade .carousel-item.carousel-item-left {
  transition: opacity 0.3s !important;
}

/* line 14, ../sass/_home.scss */
.home-page-banner #bannerCarousel .carousel-inner {
  overflow: unset;
}

/* line 17, ../sass/_home.scss */
.home-page-banner #bannerCarousel .carousel-indicators {
  justify-content: center;
  position: absolute;
  margin: 0 0 1rem;
}

/* line 22, ../sass/_home.scss */
.home-page-banner #bannerCarousel .carousel-indicators li {
  background-color: #c3c2c8;
}

/* line 24, ../sass/_home.scss */
.home-page-banner #bannerCarousel .carousel-indicators li.active {
  background-color: #57585b;
}

@media (min-width: 768px) {

  /* line 13, ../sass/_home.scss */
  .home-page-banner #bannerCarousel {
    position: static;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  /* line 34, ../sass/_home.scss */
  .home-page-banner #bannerCarousel .carousel-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  /* line 38, ../sass/_home.scss */
  .home-page-banner #bannerCarousel .carousel-indicators {
    margin: 0;
  }
}

/* line 43, ../sass/_home.scss */
.home-page-banner .row&gt;div {
  position: static;
}

/* line 46, ../sass/_home.scss */
.home-page-banner .banner-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #fbfcfe;
}

/* line 50, ../sass/_home.scss */
.home-page-banner .banner-caption&gt;div {
  flex: 1 1 100%;
}

/* line 52, ../sass/_home.scss */
.home-page-banner .banner-caption&gt;div.reality-banner-caption {
  max-width: 480px;
}

/* line 54, ../sass/_home.scss */
.home-page-banner .banner-caption&gt;div.reality-banner-caption h6 {
  max-width: 100%;
  margin: 0 0 2em;
}

@media (min-width: 768px) {

  /* line 54, ../sass/_home.scss */
  .home-page-banner .banner-caption&gt;div.reality-banner-caption h6 {
    font-size: 1.2rem;
  }
}

/* line 63, ../sass/_home.scss */
.home-page-banner .banner-caption h1 {
  font-size: 2.7rem;
  position: relative;
  z-index: 1;
}

/* line 68, ../sass/_home.scss */
.home-page-banner .banner-caption h6 {
  font-weight: 400;
  max-width: 350px;
}

/* line 72, ../sass/_home.scss */
.home-page-banner .banner-caption .banner-img {
  margin: -1rem 0 -40px;
}

@media (max-width: 991px) {

  /* line 46, ../sass/_home.scss */
  .home-page-banner .banner-caption {
    flex-direction: column;
  }

  /* line 77, ../sass/_home.scss */
  .home-page-banner .banner-caption .banner-img {
    margin-top: 0;
    width: 180px;
  }
}

@media (max-width: 767px) {

  /* line 84, ../sass/_home.scss */
  .home-page-banner .banner-caption {
    flex-direction: row;
  }

  /* line 86, ../sass/_home.scss */
  .home-page-banner .banner-caption h1 {
    font-size: 1.6rem;
  }

  /* line 88, ../sass/_home.scss */
  .home-page-banner .banner-caption h1 span {
    display: block;
    font-weight: 900;
    font-size: 4rem;
  }

  /* line 94, ../sass/_home.scss */
  .home-page-banner .banner-caption .banner-img {
    width: 150px;
    margin: 0 0 2rem;
  }
}

@media (max-width: 575px) {

  /* line 101, ../sass/_home.scss */
  .home-page-banner .banner-caption {
    padding-bottom: 20px;
  }

  /* line 104, ../sass/_home.scss */
  .home-page-banner .banner-caption h1 span {
    font-size: 2.5rem;
  }

  /* line 108, ../sass/_home.scss */
  .home-page-banner .banner-caption .banner-img {
    width: 110px !important;
    margin-left: 10px;
  }
}

/* 
.home-page-banner-webinar .banner-caption &gt; .banner-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 8;
  display: flex;
  overflow: hidden;
}

.home-page-banner-webinar #bannerCarousel {
  position: static;
  height: 100%;
  display: -moz-flex;
  display: flex;
  align-items: center;
}
.home-page-banner-webinar #bannerCarousel .carousel-inner {
  overflow: unset;
  position: static;
}
.home-page-banner-webinar #bannerCarousel .carousel-inner .carousel-item {
  position: static;
}
.home-page-banner-webinar .banner-caption {
  display: -moz-flex;
  display: flex;
  align-items: center;
  background-color: #fbfcfe;
}
.home-page-banner-webinar .banner-caption &gt; div {
  flex: 1 1 100%;
  position: static;
  z-index: 9;
  color: #000;
}
.home-page-banner-webinar .banner-caption h1 {
  font-size: 2.7rem;
  position: relative;
  z-index: 1;
} */




/* line 1, ../sass/_home.scss */
.home-page-banner-webinar {
  background: #fbfcfe no-repeat center center / cover;
  position: relative;
}

/* line 5, ../sass/_home.scss */
.home-page-banner-webinar .carousel-fade .carousel-item {
  transition: none !important;
}

/* line 7, ../sass/_home.scss */
.home-page-banner-webinar .carousel-fade .carousel-item.carousel-item-right,
.home-page-banner-webinar .carousel-fade .carousel-item.carousel-item-left {
  transition: opacity 0.3s !important;
}

/* line 14, ../sass/_home.scss */
.home-page-banner-webinar #bannerCarousel .carousel-inner {
  overflow: unset;
}

/* line 17, ../sass/_home.scss */
.home-page-banner-webinar #bannerCarousel .carousel-indicators {
  justify-content: center;
  position: absolute;
  margin: 0 0 1rem;
}

/* line 22, ../sass/_home.scss */
.home-page-banner-webinar #bannerCarousel .carousel-indicators li {
  background-color: #fff;
}

/* line 24, ../sass/_home.scss */
.home-page-banner-webinar #bannerCarousel .carousel-indicators li.active {
  background-color: #57585b;
}

@media (min-width: 768px) {

  /* line 13, ../sass/_home.scss */
  .home-page-banner-webinar #bannerCarousel {
    position: static;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  /* line 34, ../sass/_home.scss */
  .home-page-banner-webinar #bannerCarousel .carousel-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  /* line 38, ../sass/_home.scss */
  .home-page-banner-webinar #bannerCarousel .carousel-indicators {
    margin: 0;
  }
}

/* line 43, ../sass/_home.scss */
.home-page-banner-webinar .row&gt;div {
  position: static;
}

/* line 46, ../sass/_home.scss */
.home-page-banner-webinar .banner-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #fbfcfe;
}

/* line 50, ../sass/_home.scss */
.home-page-banner-webinar .banner-caption&gt;div {
  flex: 1 1 100%;
}

/* line 52, ../sass/_home.scss */
.home-page-banner-webinar .banner-caption&gt;div.reality-banner-caption {
  max-width: 480px;
}

/* line 54, ../sass/_home.scss */
.home-page-banner-webinar .banner-caption&gt;div.reality-banner-caption h6 {
  max-width: 100%;
  margin: 0 0 2em;
}

@media (min-width: 768px) {

  /* line 54, ../sass/_home.scss */
  .home-page-banner-webinar .banner-caption&gt;div.reality-banner-caption h6 {
    font-size: 1.2rem;
  }
}

/* line 63, ../sass/_home.scss */
.home-page-banner-webinar .banner-caption h1 {
  font-size: 2.7rem;
  position: relative;
  z-index: 1;
}

/* line 68, ../sass/_home.scss */
.home-page-banner-webinar .banner-caption h6 {
  font-weight: 400;
  max-width: 350px;
}

/* line 72, ../sass/_home.scss */
/* .home-page-banner-webinar .banner-caption .banner-img {
  margin: -1rem 0 -40px;
} */
@media (max-width: 991px) {

  /* line 46, ../sass/_home.scss */
  .home-page-banner-webinar .banner-caption {
    flex-direction: column;
  }

  /* line 77, ../sass/_home.scss */
  .home-page-banner-webinar .banner-caption .banner-img {
    margin-top: 0;
    width: 180px;
  }
}

@media (max-width: 767px) {

  /* line 84, ../sass/_home.scss */
  .home-page-banner-webinar .banner-caption {
    flex-direction: row;
  }

  /* line 86, ../sass/_home.scss */
  .home-page-banner-webinar .banner-caption h1 {
    font-size: 1.6rem;
  }

  /* line 88, ../sass/_home.scss */
  .home-page-banner-webinar .banner-caption h1 span {
    display: block;
    font-weight: 900;
    font-size: 4rem;
  }

  /* line 94, ../sass/_home.scss */
  .home-page-banner-webinar .banner-caption .banner-img {
    width: 150px;
    margin: 0 0 2rem;
  }
}

@media (max-width: 575px) {

  /* line 101, ../sass/_home.scss */
  .home-page-banner-webinar .banner-caption {
    padding-bottom: 20px;
  }

  /* line 104, ../sass/_home.scss */
  .home-page-banner-webinar .banner-caption h1 span {
    font-size: 2.5rem;
  }

  /* line 108, ../sass/_home.scss */
  .home-page-banner-webinar .banner-caption .banner-img {
    width: 110px !important;
    margin-left: 0px;
  }

  .home-page-banner-webinar .wenbinarBanner .banner-caption {
    min-height: 250px;
    padding: 0;
    width: 100%;
  }
}

.home-page-banner-webinar #bannerCarousel {
  position: static;
}

.home-page-banner-webinar .row&gt;.bannerFormWrapper,
.home-page-banner-webinar .row&gt;.bannerWrapper {
  position: static;
}

.home-page-banner-webinar #bannerCarousel .carousel-inner .carousel-item {
  position: static;
}

.home-page-banner-webinar #bannerCarousel .carousel-inner {
  overflow: unset;
  position: static;
}

.home-page-banner-webinar #bannerCarousel .carousel-indicators {
  justify-content: center;
  position: absolute;
  margin: 0px;
}

.home-page-banner-webinar #bannerCarousel .carousel-indicators li {
  background-color: #fff;
}

.home-page-banner-webinar #bannerCarousel .carousel-indicators li.active {
  background-color: #ed1b24;
}

.home-page-banner-webinar .row&gt;div {
  position: static;
}

.home-page-banner-webinar .banner-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #fbfcfe;
}

.home-page-banner-webinar .banner-caption&gt;div {
  flex: 1 1 100%;
  position: static;
  z-index: 9;
  color: #000;
}

.minheight {
  min-height: 110px;
}

.home-page-banner-webinar .banner-caption&gt;.banner-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 8;
  display: flex;
  /* align-items: flex-end;
  background: #191b1e;*/
  overflow: hidden;
}

.home-page-banner-webinar .banner-caption&gt;.banner-img img {
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
}

.home-page-banner-webinar .banner-caption&gt;div.reality-banner-caption {
  max-width: 480px;
}

.home-page-banner-webinar .banner-caption&gt;div.reality-banner-caption h6 {
  max-width: 100%;
  margin: 0 0 2em;
}

.home-page-banner-webinar .banner-form {
  z-index: 9;
}

@media (min-width: 768px) {

  .home-page-banner-webinar #bannerCarousel {
    position: static;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .home-page-banner-webinar #bannerCarousel .carousel-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .home-page-banner-webinar #bannerCarousel .carousel-indicators {
    margin: 0;
  }

}



@media (max-width: 991px) {


  .home-page-banner-webinar .banner-caption h1 {
    font-size: 2.75rem;
  }

  .home-page-banner-webinar .banner-caption {
    margin-bottom: 50px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .home-page-banner-webinar .banner-caption&gt;.banner-img img {
    width: auto;
    height: 100%;
  }

  .body-container-wrapper&gt;section:not(.home-page-banner-webinar) p {
    font-size: 1rem;
  }

  /* [class*="col-lg"] .img-rounded {
      width: 100%;
  } */
}

@media (max-width: 767px) {

  .home-page-banner-webinar .banner-caption {
    min-height: 300px;
    margin-bottom: 0;
  }

  .home-page-banner-webinar .banner-caption&gt;.banner-img img {
    width: 100%;
    max-width: none;
    opacity: 0.4;
  }

}

@media (max-width: 575px) {
  .home-page-banner-webinar .banner-caption {
    min-height: 250px;
    padding: 0;
    width: 100%;
  }

  .home-page-banner-webinar .banner-caption&gt;.banner-img {
    width: 100% !important;
    margin-left: 0px;
  }

  .home-page-banner-webinar .banner-caption&gt;.banner-img img {
    height: 100%;
    /* transform: translateX(10%);*/
  }

  .home-page-banner-webinar .banner-caption h1 {
    font-size: 1.75rem;
  }

  .home-page-banner-webinar .banner-caption p {
    max-width: 150px;
  }

  .home-page-banner-webinar .banner-caption p br {
    display: none;
  }

  .body-container-wrapper&gt;section:not(.home-page-banner-webinar) p&gt;p {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .body-container-wrapper&gt;section:not(.home-page-banner-webinar) p&gt;ul {
    padding-left: 15px;
  }


}

.home-page-banner-webinar .banner-caption a.read-more {
  color: #000;
}

.home-page-banner-webinar .banner-caption a.read-more:hover {
  color: #ed1b24;
}

.articles-section .card.textWrap h4 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.articles-section .card.textWrap p {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-page-banner-webinar .banner-caption {
  width: 55%;
}

.home-page-banner-webinar .bannerWrapper.wenbinarBanner .banner-caption {
  width: auto;
}

.home-page-banner-webinar .bannerWrapper.wenbinarBanner .banner-caption .read-more {
  padding: 0.75rem 3rem;
  font-weight: 500;
  font-size: 1.1rem;
  border-radius: 4px;
  background-color: #ed1b24;
  border: none;
}

/*------------------- retirement long page css ------------------*/
.retirement-custom-range span.thumb {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  margin-top: -9px;
  border: 5px solid #ed1b24;
  position: absolute;
  z-index: 3;
  top: 6px;
  transform: translateX(-100%);
}

.retirement-custom-range .type-range {
  position: absolute;
  top: 5px;
  height: 6px;
  background: #ed1b24;
  z-index: 2;
  border-radius: 3px;
  left: 0;
}

.inflation-slider .slider-val {
  display: flex;
  justify-content: space-between;
  counter-reset: inflation;
}

.inflation-slider .slider-val span {
  counter-increment: inflation;
  padding: 5px 0 0;
  position: relative;
  flex: 1 1 100%;
  text-align: right;
}

.inflation-slider .slider-val span:after {
  content: counter(inflation) "%";
}

.inflation-slider .slider-val span:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 3px);
  height: 12px;
  width: 1px;
  background: #a8a8a8;
  right: 10px;
}

.retirement-custom-range span.thumb.thumbNew {
  height: 22px;
  min-width: 22px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 6px 3px rgb(0 0 0 / 5%);
  cursor: pointer;
  margin-top: -9px;
  border: 1px solid #ED1B24;
  position: absolute;
  z-index: 3;
  top: 6px;
  transform: translateX(-100%);
  padding: 0 5px;
  width: auto;
}

#currentAgeCalc::-webkit-input-placeholder,
#retireAgeCalc::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 30;
}

/* Investment banking page start */
.relationship .item .card p {
  font-size: 14px;
  line-height: 22px;
}

.professional {
  padding: 68px 0 40px 0;
  box-sizing: border-box;
  background: #F8F8FA;
}

.professional h2 strong {
  display: block;
}

.professional .owl-carousel .owl-stage-outer {
  overflow: hidden;
  padding-top: 65px;
}

.professional .item .card {
  overflow: visible;
}

.professional .card {
  padding: 70px 26px 14px 26px;
  box-sizing: border-box;
  position: relative;
  min-height: 334px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.professional .card img {
  position: absolute;
  width: 113px;
  top: -56px;
  left: 0px;
  margin: 0 auto;
  right: 0;
}

.professional .card p:not(.name, .postion) {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #EBC806;
  box-sizing: border-box;
  margin-top: 8px;
}

.professional .card p.name,
.professional .card p.postion {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.professional .card ul {
  padding-left: 10px;
}

.professional .card ul li {
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  color: #18191F;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 44px;
}

.owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: #C4C4C4 !important;
  border-radius: 50%;
  margin: 0 5px 0 0;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #D71419 !important;
}

.new-slider .owl-dots {
  margin-top: 0px;
}

.new-slider .owl-nav {
  display: none !important;
}

/* Investment banking page End */

/* dark mode css  */

body.dark {
  position: relative;
  background-color: var(--primary_bg);
  color: var(--secondary_txt);

}


body.dark .body-container-wrapper .portfolio-page-banner,
body.dark .body-container-wrapper .third-section .retirement-plan::after,
body.dark .relationship,
body.dark .episode-details {
  background: var(--primary_bg);

}

body.dark .body-container-wrapper .alinkCard .webinar-card-grey .webinar-card-grey-inner,
body.dark .body-container-wrapper .alinkCard .webinar-card,
body.dark .body-container-wrapper .alinkCard .webinar-card.bg-light,
body.dark .body-container-wrapper .third-section .retirement-plan,
body.dark .professional,
body.dark .body-container-wrapper .articles-head-seaction .form-group ul li:hover a,
body.dark .section-menu .mobile-scroll-menu .custom-dropdown span body.dark .section-menu .mobile-scroll-menu .custom-dropdown ul,
body.dark .section-menu .mobile-scroll-menu .selected-item,
body.dark .section-menu .mobile-scroll-menu .custom-dropdown ul,
body.dark .section-menu .mobile-scroll-menu .custom-dropdown ul li.active a {
  background-color: var(--primary_bg) !important;
  transition: 0.4s ease;
}

body.dark .body-container-wrapper .home-page-banner .banner-form .card-body,
body.dark .body-container-wrapper .home-page-banner .banner-form .card-body .alert-success,
body.dark .body-container-wrapper .banner-bottom-pane,
body.dark .body-container-wrapper .wealth-app,
body.dark .body-container-wrapper .search-section .searchbox,
body.dark .body-container-wrapper .search-section .card-body,
body.dark .body-container-wrapper .search-section .list-group-item,
body.dark .body-container-wrapper .home-page-banner #city .active a,
body.dark .body-container-wrapper .home-page-banner #city li:hover a,
body.dark .body-container-wrapper .search-section .carosel-arrows,
body.dark .body-container-wrapper .generation-section,
body.dark .body-container-wrapper .generation-section .generation-card,
body.dark .body-container-wrapper .dark-theme,
body.dark .body-container-wrapper .articles-section .card,
body.dark .header-container-wrapper .main-header,
body.dark .overlay span.close_btn:after,
body.dark .overlay span.close_btn:before,
body.dark .autocomplete-container .input-container input,
body.dark header .sidebar-menu .menu-content ul.main-nav&gt;li&gt;a,
body.dark header .sidebar-menu .menu-content ul.main-nav&gt;li .children-wrapper,
body.dark header .sidebar-menu .menu-content,
body.dark .section-menu&gt;ul,
body.dark .body-container-wrapper .journey-carousel-section,
body.dark .body-container-wrapper .founder-section,
body.dark .body-container-wrapper .directors-section,
body.dark .body-container-wrapper #services.bgwhite,
body.dark .body-container-wrapper .aboutSBTabPannel.tab-pannel ul li a,
body.dark .body-container-wrapper .articles-head-seaction,
body.dark .body-container-wrapper&gt;section.bgwhite,
body.dark .body-container-wrapper .branch-locator-section .card .form-control,
body.dark .body-container-wrapper .branch-locator-section .card .form-group.custom-dropdown ul,
body.dark .body-container-wrapper .branch-locator-section .card .form-group.custom-dropdown ul li:hover a,
body.dark .body-container-wrapper .retirement-home-page-banner .card.banner-form,
body.dark .body-container-wrapper .retirement-home-page-banner .card.banner-form .form-control,
body.dark .body-container-wrapper .sixth-section .card,
body.dark .body-container-wrapper .sixth-section .card .form-control,
body.dark .body-container-wrapper .eighth-section .myth-card,
body.dark .body-container-wrapper .eighth-section .myth-card .myth-list,
body.dark .body-container-wrapper .eighth-section .myth-card .myths-list:nth-child(odd),
body.dark .body-container-wrapper .tenth-section,
body.dark .body-container-wrapper .expert-section,
body.dark .body-container-wrapper .featured-story.bg-white .card,
body.dark .body-container-wrapper .guide-section .card,
body.dark .body-container-wrapper .guide-section .card .form-control,
body.dark .body-container-wrapper .contact-section.bg-white,
body.dark .body-container-wrapper .graduate-section,
body.dark .fintastic_home_banner .fin_lead_form,
body.dark .mainSection.home-page-banner .userForm,
body.dark .mainSection.home-page-banner .userForm .form-control,
body.dark .ourVision,
body.dark .formbox,
body.dark .formbox .form-control,
body.dark .home-banner .formbox input,
body.dark .body-container-wrapper .articles-head-seaction .form-control,
body.dark .body-container-wrapper .articles-head-seaction .form-group ul,
body.dark .our-speaker-head,
body.dark .speaker-list,
body.dark header.header-container-wrapper.community .sidebar-menu .mobile-logo,
body.dark .reward,
body.dark .mobile-header {
  background-color: var(--primary_bg) !important;
}

body.dark .body-container-wrapper .home-page-banner .banner-form .card-body .form-control,
body.dark .body-container-wrapper .seventh-section.bg-white,
body.dark header.header-container-wrapper.community .cta .login {
  background-color: var(--primary_bg) !important;
  transition: .2s all;
}

body.dark .body-container-wrapper .banner-bottom-pane h2,
body.dark .body-container-wrapper .search-section .card-body .card-title,
body.dark .body-container-wrapper .search-section .list-group-item,
body.dark .body-container-wrapper .search-section .list-group-item a,
body.dark .body-container-wrapper .articles-head-seaction h2,
body.dark .body-container-wrapper .branch-locator-section .card *,
body.dark .convenience .heading,
body.dark .body-container-wrapper .article-tags ul li a,
body.dark .mobile-header .mobile-logo a.hamburger-menu {
  color: var(--primary_txt);

}

body.dark .body-container-wrapper .aboutSBTabPannel.tab-pannel ul li a.nav-link.active,
body.dark .body-container-wrapper .ninth-section .tabber .tab-list ul li.active span,
body.dark .body-container-wrapper .bgwhite.services-section table.table-bordered th,
body.dark .body-container-wrapper .bgwhite.services-section table.table-bordered tr td,
body.dark .body-container-wrapper .faq-section .faq-accordion table tr th,
body.dark .body-container-wrapper .faq-section .faq-accordion table tr td,
body.dark .body-container-wrapper .testimonials-card,
body.dark .body-container-wrapper #blockquoteCarousel .blockquote-caption,
#reviewCarousel .blockquote-caption,
body.dark .fintastic_home_banner .fin_lead_form .form-group .form-control,
body.dark .jumbotron,
body.dark .table.table-striped thead th,
body.dark .table.table-striped td,
body.dark .annual-return .table thead th,
body.dark .annual-return .table td,
body.dark .annual-return ul.pagination,
body.dark .outer-section .policies .table thead th,
body.dark .outer-section .policies .table td,
body.dark .latest-ins .more-btn .default-btn {
  background-color: var(--primary_bg) !important;
  color: var(--txt_white) !important;
  transition: .2s all;
}

body.dark .live-talk,
body.dark .episode-head,
body.dark .episode-details .form-control,
body.dark .episode-details .txt-form-control,
body.dark .biography,
body.dark .tags-wrapper .tags-list .toggler-btn:hover {
  background: var(--secondary_bg);
  transition: .2s all;
}

body.dark .speaker-list .speakerbox .innerbox .info-details,
body.dark .biography .readmore-overlay,
body.dark .upload-popup .popupbox,
body.dark .episode-head .episode-session,
body.dark .home-banner .form_div .form,
body.dark .works .icon_box,
body.dark .home-banner .form_div .form .left .form-group .otp,
body.dark .home-banner .form_div .form .thank_you {
  background: var(--secondary_bg) !important;
  transition: .2s all;
}

body.dark .header-container-wrapper .main-header .menuB .oppNone,
body.dark header .sidebar-menu .menu-content ul.nav-links li a img,
body.dark .body-container-wrapper .location-box&gt;div.location-header img,
body.dark header.header-container-wrapper .main-header .header-link&gt;ul&gt;li&gt;a img {
  background-color: var(--secondary_txt);
  opacity: 1;
  padding: 3px;

}

body.dark .body-container-wrapper .alinkCard .webinar-card-grey .webinar-card-grey-inner,
body.dark .body-container-wrapper .alinkCard .webinar-card,
body.dark .body-container-wrapper .alinkCard .webinar-card.bg-light *,
body.dark .body-container-wrapper .alinkCard .webinar-card-grey-inner h3,
body.dark .fintsastic_page_wrapper .fact_row .fact_col p,
body.dark .fintsastic_page_wrapper .expert-panel .sec-content h2,
body.dark .fintsastic_page_wrapper .expert-panel .content p,
body.dark .fintsastic_page_wrapper .why_watch h2,
body.dark .fintsastic_page_wrapper .expert-panel .sec-content p,
body.dark .fintsastic_page_wrapper .our_product .product_cards_wrapper .card *,
body.dark .fintsastic_page_wrapper .askQuestions .question_left *,
body.dark .convenience .box *,
body.dark .did_you_know .did_know_box *,
body.dark .biography .readmore-overlay a,
body.dark .biography #showmore p,
body.dark .life-journey p,
body.dark .suggestion-youth * {
  color: var(--secondary_txt) !important;
  transition: .2s all;
}

body.dark .body-container-wrapper .freeMemberCard *,
body.dark .fintsastic_page_wrapper .fintastic_home_banner *,
body.dark .life-journey,
body.dark .life-journey ul li h5,
body.dark .life-journey ul li h4,
body.dark .ask-sanjiv p,
body.dark .ask-sanjiv .form-group .form-control,
body.dark .ask-sanjiv .form-group .txt-form-control,
body.dark .section-menu .mobile-scroll-menu .custom-dropdown ul li a {
  color: var(--secondary_txt) !important;
  transition: .2s all;
}

body.dark .body-container-wrapper .home-page-banner,
body.dark .body-container-wrapper .home-page-banner #city,
body.dark .body-container-wrapper .rm-loader,
body.dark .body-container-wrapper .fourth-section,
body.dark .body-container-wrapper .ninth-section .tabber .tab-list ul li span,
body.dark .life-journey,
body.dark .suggestion-youth,
body.dark .ask-sanjiv .form-group .form-control,
body.dark .ask-sanjiv .form-group .txt-form-control,
body.dark .speaker-list .speakerbox,
body.dark .home-banner .form_div .form .left .form-group .form-control {
  background-color: var(--secondary_bg);
  transition: .2s all;
}

body.dark .body-container-wrapper .home-page-banner .banner-caption,
body.dark .body-container-wrapper .aboutSB-head-seaction,
body.dark .body-container-wrapper .aboutSB-content,
body.dark .body-container-wrapper .portfolio-page-banner .card.banner-form,
body.dark .body-container-wrapper .portfolio-page-banner .card.banner-form .form-control,
body.dark .body-container-wrapper .branch-locator-section .card,
body.dark .body-container-wrapper .second-section.bg-white,
body.dark .body-container-wrapper .fifth-section.bg-white,
body.dark .body-container-wrapper .sixth-section,
body.dark .body-container-wrapper .eighth-section,
body.dark .body-container-wrapper .approach-section.bg-white,
body.dark .body-container-wrapper .approach-section.bg-white .grey-box,
body.dark .body-container-wrapper .featured-story.bg-white,
body.dark .body-container-wrapper .ninth-section .card,
body.dark .body-container-wrapper .guide-section,
body.dark .body-container-wrapper .bgwhite.intro-section .makes-special-box,
body.dark .fintsastic_page_wrapper .fintastic_home_banner,
body.dark .ourVision .visionPOint .image,
body.dark .subscribebox,
body.dark .convenience,
body.dark .body-container-wrapper .darkgreybg,
body.dark .body-container-wrapper .articles-listing-section .card .card-body,
body.dark .body-container-wrapper .articles-listing-section .card,
body.dark .our-speaker-head .btn.btn-grey,
body.dark .life-journey ul li,
body.dark .section-menu .mobile-scroll-menu,
body.dark .upcoming-speaker .contentbox {
  background-color: var(--secondary_bg) !important;
  transition: .2s all;
}

body.dark .body-container-wrapper .banner-bottom-pane h5,
body.dark .body-container-wrapper .search-section .searchbox,
body.dark .body-container-wrapper .search-section #placeholder,
body.dark .body-container-wrapper .generation-section .generation-card .card-title,
body.dark .body-container-wrapper .generation-section .generation-card blockquote h4,
body.dark .body-container-wrapper .generation-section .generation-card .read-more,
body.dark .body-container-wrapper .dark-theme .profile-container,
body.dark .body-container-wrapper .dark-theme .profile-container .read-more,
body.dark .body-container-wrapper .dark-theme .profile-container .slick-list a,
body.dark .body-container-wrapper .articles-section .card,
body.dark .body-container-wrapper .articles-section .card .card-body .read-more,
body.dark .body-container-wrapper .articles-section .read-articles .read-more,
body.dark .header-container-wrapper .main-header a,
body.dark .header-container-wrapper .main-header .menuB,
body.dark .terms,
body.dark .autocomplete-container .input-container input,
body.dark header .sidebar-menu .menu-content ul.main-nav&gt;li&gt;a,
body.dark header .sidebar-menu .menu-content ul.main-nav&gt;li .children-wrapper li a,
body.dark header .sidebar-menu .menu-content ul.nav-links li a,
body.dark .footer-container-wrapper *,
body.dark .section-menu&gt;ul li a,
body.dark .body-container-wrapper .journey-carousel-section *,
body.dark .body-container-wrapper .journey-tab-section .journey-caption,
body.dark .body-container-wrapper .founder-section *,
body.dark .body-container-wrapper .directors-section *,
body.dark .body-container-wrapper .advantage-section *,
body.dark .body-container-wrapper #services.bgwhite *,
body.dark .body-container-wrapper #contactus.sub-footer *,
body.dark .body-container-wrapper .bgwhite .card.banner-form *:not(.errormsg),
body.dark .body-container-wrapper .portfolio-page-banner .card.banner-form *:not(.errormsg),
body.dark .body-container-wrapper .retirement-home-page-banner .card.banner-form *:not(.errormsg),
body.dark .body-container-wrapper .sixth-section .card *:not(.errormsg),
body.dark .body-container-wrapper .guide-section .card *:not(.errormsg),
body.dark .mainSection.home-page-banner .userForm *:not(.errormsg),
body.dark .whyBajajCapital .keyCard *,
body.dark .whyBajajCapital .whyReasons .left h2,
body.dark .whyBajajCapital .whyReasons .left p,
body.dark .whyBajajCapital .whyReasons .left ul li,
body.dark .ourVision *,
body.dark .corporateLocations .left p,
body.dark .corporateLocations ul li,
body.dark .body-container-wrapper .articles-head-seaction .form-control,
body.dark .body-container-wrapper .articles-head-seaction .breadcrumb-menu ul li a,
body.dark .episode-head .episode-session *,
body.dark .episode-details *,
body.dark .episode-details .container .right-details h2 span,
body.dark .biography *,
body.dark header.header-container-wrapper .main-header .header-link&gt;ul&gt;li&gt;a {
  color: var(--secondary_txt);
  transition: .2s all;
}

body.dark .body-container-wrapper .advantage-section .module-icon img,
body.dark .corporateLocations .left img,
body.dark .body-container-wrapper .articles-head-seaction .shareLinks a i,
body.dark .our-speaker-head .pagination img,
body.dark .body-container-wrapper .socialLinks a img,
body.dark .footer-container-wrapper .updated a img:not(.social-links a img) {
  background-color: var(--secondary_txt);
  opacity: 1;
  padding: 5px;
  border-radius: 4px;

}

body.dark .body-container-wrapper .home-page-banner .banner-form .card-body *:not(a, div),
body.dark .fintsastic_page_wrapper .home_our_host h2,
body.dark .fintsastic_page_wrapper .home_our_host .host_quote .quote,
body.dark .fintsastic_page_wrapper .why_watch_card *,
body.dark .intigratedProduct .productCard *,
body.dark .home-banner .left-content *:not(h2),
body.dark .upcoming-speaker .contentbox .speaker-details p,
body.dark .formbox *:not(.text-danger),
body.dark .testimonial ul *,
body.dark .subscribebox *,
body.dark .outer-banner-bg .inner-bg-banner,
body.dark .home-banner .first-div *,
body.dark .convenience .heading,
body.dark .loan-section .loan_div *,
body.dark .did_you_know .heading,
body.dark .body-container-wrapper .articles-listing-section .card *,
body.dark .speaker-list .speakerbox *,
body.dark .our-speaker-head .pagination ul li a,
body.dark header.header-container-wrapper .main-header .header-link&gt;ul&gt;li+li&gt;a:before,
body.dark .section-menu .mobile-scroll-menu span {
  color: var(--secondary_txt) !important;
  transition: .2s all;
}

body.dark .body-container-wrapper,
body.dark .body-container-wrapper .search-section .list-group-item a.active,
body.dark .body-container-wrapper .search-section .list-group-item a:hover,
body.dark .body-container-wrapper .articles-section .card .card-body,
body.dark .footer-container-wrapper,
body.dark .body-container-wrapper .founder-section .card-body,
body.dark .body-container-wrapper .directors-section .card-body,
body.dark .body-container-wrapper #contactus.sub-footer,
body.dark .body-container-wrapper .aboutSBTabPannel .tab-pannel ul li a.active,
body.dark .body-container-wrapper .articles-head-seaction .tags-wrapper .tags-list ul li a,
body.dark .body-container-wrapper .bgwhite .card.banner-form .form-control,
body.dark .body-container-wrapper .sub-footer,
body.dark .body-container-wrapper .retirement-home-page-banner,
body.dark .body-container-wrapper .third-section,
body.dark .body-container-wrapper #blockquoteCarousel&gt;a[role="button"],
#reviewCarousel&gt;a[role="button"],
body.dark .body-container-wrapper .articles-head-seaction .form-group ul li.active a,
body.dark .body-container-wrapper .article-tags ul li a,
body.dark #main_loader {
  background-color: var(--third_bg);
  transition: .2s all;
}

body.dark .body-container-wrapper .bgwhite .card.banner-form,
body.dark .body-container-wrapper .offices-section .location-header,
body.dark .body-container-wrapper .branch-locator-section .card .form-group.custom-dropdown ul li.active a,
body.dark .body-container-wrapper .location-header,
body.dark .body-container-wrapper .list-group-flush li.list-group-item a,
body.dark .body-container-wrapper .fourth-section .card,
body.dark .body-container-wrapper .ninth-section.bg-white,
body.dark .body-container-wrapper .contact-section.bg-white .card,
body.dark .fintsastic_page_wrapper .our_product .product_cards_wrapper .card,
body.dark .fintsastic_page_wrapper .why_watch_card,
body.dark .intigratedProduct .productCard,
body.dark .relationship .item .card,
body.dark .professional .item .card,
body.dark .testimonial ul li.item,
body.dark .ipo-faq .accordion-header,
body.dark .home-banner .first-div,
body.dark .convenience .box,
body.dark .loan-section .loan_div,
body.dark .did_you_know .did_know_box,
body.dark .autocomplete-container .input-container input,
body.dark .mobile-header .mobile-header-links ul li a.search-btn+.search_section .searchbox,
body.dark .suggestion-box-mobile,
body.dark .autocomplete-container .not-found,
body.dark main.community .category .icon_box {
  background-color: var(--third_bg) !important;
  transition: .2s all;
}

body.dark header .sidebar-menu .menu-content ul.main-nav&gt;li .children-wrapper li strong,
body.dark .body-container-wrapper .home-page-banner .banner-caption *,
body.dark .tab-listing .tab-list:not(.list-group-item) a.active,
body.dark .body-container-wrapper .aboutSB-head-seaction *,
body.dark .body-container-wrapper .aboutSB-content *,
body.dark .body-container-wrapper .aboutSBTabPannel.tab-pannel ul li a,
body.dark .body-container-wrapper .branch-locator-section .read-more,
body.dark .body-container-wrapper .branch-locator-section *,
body.dark .body-container-wrapper .location-box&gt;div.location-body a,
body.dark .tab-listing .tab-list:not(.list-group-item) a {
  color: var(--txt_white);
  transition: .2s all;
}

body.dark .body-container-wrapper .aboutSBTabPannel.tab-pannel ul li a.nav-link,
body.dark .body-container-wrapper .sub-footer .btn.read-more,
body.dark .body-container-wrapper .a:hover,
body.dark .body-container-wrapper .branch-locator-section .card .form-group.custom-dropdown ul li.active a,
body.dark .body-container-wrapper .premier-card-section a,
body.dark .ourVision *,
body.dark .professional .item .card *,
body.dark .home-banner .second-div .details ul li,
body.dark .outer-section *,
body.dark .mobile-header .mobile-header-links ul li a.search-btn+.search_section .searchbox,
body.dark .suggestion-box-mobile,
body.dark .mobile-header .mobile-header-links ul li a,
body.dark .graduate-section .details .box.linked a:hover,
body.dark .upload-popup .popupbox h5,
body.dark .upload-popup .popupbox .uploadbox p,
body.dark header.header-container-wrapper.community .main-header .main-nav&gt;ul&gt;li&gt;a,
body.dark header.header-container-wrapper.community .mobile-header .mobile-header-links .hamburger-menu span,
body.dark main.community .category .icon_box .text,
body.dark main.community .client .heading,
body.dark main.community .client .content .profile .name,
body.dark main.community .client .content .profile .age,
body.dark main.community .client .content .text .description,
body.dark .wellness .heading,
body.dark .wellness .subheading,
body.dark .wellness .text,
body.dark .work .heading,
body.dark .work .subheading,
body.dark .work .text,
body.dark .header-container-wrapper.community .menu-content .main-nav li a,
body.dark .home-banner .form_div .form .left .heading,
body.dark .home-banner .form_div .form .right .heading,
body.dark .works .heading,
body.dark .home-banner .form_div .form .thank_you .text-1,
body.dark .wealth .heading,
body.dark .wealth .subheading,
body.dark .wealth .text,
body.dark .works .icon_box .text_description,
body.dark .home-banner .form_div .form .right .heading span,
body.dark .home-banner .form_div .form .left .text {
  color: var(--txt_white) !important;
  transition: .2s all;
}

body.dark header.header-container-wrapper.community .sidebar-menu .menu-content ul.main-nav&gt;li span.icon,
body.dark header.header-container-wrapper.community .sidebar-menu .menu-content ul.main-nav&gt;li a {
  color: #D2D2D2;
}

body.dark .body-container-wrapper #blockquoteCarousel&gt;a[role="button"]:after,
#reviewCarousel&gt;a[role="button"]:after,
body.dark .body-container-wrapper .custom-dropdown .selected-item:after {
  border-color: var(--txt_white);

}

body.dark .fintsastic_page_wrapper .fintastic_home_banner,
body.dark .fintsastic_page_wrapper .home_our_host {
  background-image: none;

}

body.dark .body-container-wrapper .generation-section .card-body blockquote,
body.dark .body-container-wrapper .profile-container .tab-wrapper blockquote,
body.dark .body-container-wrapper blockquote {
  background: url('../../images/blockquote-new.png') no-repeat 0 0;
  transition: .2s all;
}

body.dark header .sidebar-menu .menu-content ul.nav-links li a img,
body.dark .body-container-wrapper .location-box&gt;div.location-header img,
body.dark .footer-container-wrapper .updated a img:not(.social-links a img),
body.dark header.header-container-wrapper .main-header .header-link&gt;ul&gt;li&gt;a img {
  width: 18px;
  border-radius: 4px;
}


.greenC {
  font-weight: 900;

}

/* body.dark header.header-container-wrapper .main-header .header-link&gt;ul&gt;li&gt;a .greenC {
  font-weight: 900;
} */

body.dark .dark-toggle .checkbox-label .ball {
  transform: translateX(28px);

}

body.dark .body-container-wrapper .articles-head-seaction .tags-wrapper .tags-list ul li a.btn-primary,
body.dark .mobile-header .mobile-header-links ul li a.search-btn+.search_section span.close_search:after,
body.dark .mobile-header .mobile-header-links ul li a.search-btn+.search_section span.close_search:before,
body.dark .home-page-banner #bannerCarousel .carousel-indicators li.active {
  background-color: var(--theme_txt_clr);

}

body.dark .suggestion-youth ul li {
  background: url('../../../assets/images/arrow-w.png') no-repeat 2px 6px;

}

body.dark .ab-txt .img-reposnive {
  background-color: var(--primary_txt);

}

body.dark .dark-toggle .moon {
  background: url('../../../assets/images/moon-light.svg') no-repeat !important;

  top: 3px !important;
}

body.dark .dark-toggle .sun {
  background: url('../../../assets/images/sun-light.svg') no-repeat !important;

}

body.dark .dark-toggle .checkbox-label {
  background: #272727 !important;

}

body.dark .dark-toggle .checkbox-label .ball {
  background-color: #4C4C4C !important;

}

body.dark .body-container-wrapper .bgwhite.intro-section .read-more,
body.dark .body-container-wrapper .articles-listing-section .read-more,
body.dark .body-container-wrapper .articles-listing-section .read-more .fas,
body.dark .body-container-wrapper .sub-footer .btn.read-more,
body.dark .body-container-wrapper .sub-footer .btn.read-more .fas,
body.dark a:hover {
  color: var(--theme_txt_clr) !important;
  transition: .2s all;
}

body.dark .section-menu&gt;ul,
body.dark .autocomplete-container .suggestions-container ul {
  background-color: var(--third_bg) !important;
}

body.dark .autocomplete-container .suggestions-container ul li.item a {
  color: var(--secondary_txt);
}

body.dark .tab-listing.journey-listing .tab-list a.active:before {
  border-color: var(--theme_txt_clr);

}

body.dark .tab-listing.journey-listing .tab-list a:before,
body.dark .tab-listing.journey-listing .slick-arrow:before {
  border-color: var(--primary_txt);

  opacity: 1;
}

body.dark .mobile-header .mobile-header-links ul {
  list-style: none;

}

body.dark .list-group-flush li.list-group-item,
body.dark .card.carousel-card .carosel-arrows {
  border-color: #595959;
}

body.dark .home-banner .form_div .form .left,
body.dark .home-banner .form_div .form .right .referrals {
  border-color: var(--new_background) !important;
}

body.dark .latest-ins .more-btn .default-btn {
  border-color: var(--txt_white);
}

body.dark .autocomplete-container .not-found div {
  border: none;
  padding: 12px 20px 12px 8px;
}

body.dark .home-banner.shadow::after {
  /* background: var(--secondary_bg); */
  width: 31%;
}

body.dark .home-banner.shadow::before {
  background: linear-gradient(90deg, #DBB153 0%, #FFF5D7 79.25%, rgba(255, 228, 144, 0.00) 92.48%, rgba(255, 228, 144, 0.05) 100%);
  transition: .2s all;
}

body.dark .home-banner.shadow::after {
  background: linear-gradient(270deg, #F7DB7C 0%, #DBB254 0.01%, #FFF5D7 100%, rgba(255, 228, 144, 0.00) 92.48%, rgba(255, 228, 144, 0.05) 100%);
}

body.dark .works .icon_box .text,
body.dark .home-banner .form_div .form .thank_you .text-2,
body.dark .home-banner .form_div .form .left .form-group .form-control,
body.dark .home-banner .form_div .form .right .referrals .row .form-group .form-control {
  color: var(--new_primary) !important;
  transition: .2s all;
}

body.dark .home-banner .form_div .form .right .referrals .form-group label,
body.dark .home-banner .form_div .form .left .form-group label {
  color: var(--new_secondary) !important;
  transition: .2s all;
}

body.dark .home-banner .form_div .form .right .referrals {
  background: var(--new_background) !important;
}

body.dark .home-banner.refer {
  background: linear-gradient(230deg, #FF967F 0%, #FEF6F6 100%) !important;
}

.card.carousel-card .carosel-arrows a img {
  width: 16px;

}

.material-icons-outlined {
  font-size: 16px;
  margin-right: 5px;

}

header.header-container-wrapper .menuB .material-icons-outlined {
  position: relative;
  top: 3px;

}

footer.footer-container-wrapper .updated .material-icons-outlined {
  position: relative;
  top: 3px;
  left: 4px;

}

body {
  transition: .2s all;
}

header.header-container-wrapper .main-header ul .wealth_cta {
  width: 115px;
  height: 35px;
  border: 1px solid #ED1C24;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ED1C24;
  display: flex;
  justify-content: center;
  align-items: center;
}

header.header-container-wrapper .main-header .main-nav.mega-menu {
  width: 100%;
}

header.header-container-wrapper .main-header .main-nav.mega-menu ul {
  justify-content: space-between;
  align-items: center;
}

header.header-container-wrapper .main-header .main-nav.mega-menu ul li a {
  padding: 0.5rem 0.5rem;
}


body.dark header.header-container-wrapper .main-header ul .wealth_cta a {
  color: #ed1b24 !important;
}

body.dark .autocomplete-container .input-container ::placeholder {
  color: var(--secondary_txt) !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mobile-header .mobile-header-links ul li.wealth_cta {
    width: 90px;
    height: 30px;
    border: 1px solid #ED1C24;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #ED1C24;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  body.dark .mobile-header-links ul li.wealth_cta a {
    color: #ed1b24 !important;
  }

  .mobile-header .mobile-header-links ul li.wealth_cta a {
    color: #ed1b24;
  }
}

@media (max-width: 767px) {
  .section.inner-page-banner .banner-caption {
    margin-bottom: 2.5rem !important;
  }

  body.dark .home-banner .timerbox .right-content {
    background: var(--secondary_bg) !important;
  }

  body.dark .home-banner .timerbox .right-content .formbox {
    margin-bottom: 15px !important;
  }

  .mobile-header .mobile-header-links ul li.wealth_cta {
    width: 90px;
    height: 30px;
    border: 1px solid #ED1C24;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #ED1C24;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
  }

  body.dark .mobile-header-links ul li.wealth_cta a {
    color: #ed1b24 !important;
  }

  .mobile-header .mobile-header-links ul li.wealth_cta a {
    color: #ed1b24;
  }

  .home-page-banner .banner-caption .read-more {
    margin-top: 5px;
    margin-bottom: 1.95rem;
  }

  body.dark .home-banner.shadow {
    background: linear-gradient(90deg, #DBB153 25%, #FFF5D7 100.25%, rgba(255, 228, 144, 0.00) 100.48%, rgba(255, 228, 144, 1) 100%);
  }

}

/* dark mode css  */

/* dakr mode power of 100 */
body.dark .frame .breadcrumbs,
body.dark .frame .total {
  color: #DFDFDF !important;
}

body.dark .frame .heading,
body.dark .modal#upload .modal-dialog .documents .heading,
body.dark .modal#upload .modal-dialog .documents .form-group label,
body.dark .modal#upload .modal-dialog .impnote .btn,
body.dark .modal#upload .modal-dialog .documents .note,
body.dark .modal#upload .modal-dialog .thankyou .heading,
body.dark .home_inspiration .heading,
body.dark .home_empower .heading,
body.dark .home_meet .heading,
body.dark .mentor_inspiration .heading,
body.dark .blog_section .blog .content .first .heading,
body.dark .success .user .name,
body.dark .story .user .name,
body.dark .blog_preview .blog_heading .heading,
body.dark .blog_preview .content .heading,
body.dark .contribute_box .box .heading,
body.dark .contribute_form .form .content .heading,
body.dark .contribute_form .form .form-group label,
body.dark .reader_box .box .heading,
body.dark .contribute_form .thankyou .heading,
body.dark .spotlight_interview .interview_heading .heading,
body.dark .spotlight_interview .content h2,
body.dark .spotlight_interview .content h4 {
  color: #EAEAEA !important;
}

body.dark .home_inspiration .text,
body.dark .home_empower .text,
body.dark .mentor_inspiration .text,
body.dark .blog_section .blog .content .first .date,
body.dark .blog_section .blog .content .second .subheading,
body.dark .blog_section .blog .content .second .desc .text,
body.dark .success .user .designation,
body.dark .story .user .designation,
body.dark .blog_preview .blog_heading .author,
body.dark .blog_preview .content .text,
body.dark .blog_preview .content p,
body.dark .contribute_box .box .text,
body.dark .contribute_form .form .content .text,
body.dark .contribute_form .thankyou .text,
body.dark .spotlight_interview .interview_heading .author,
body.dark .spotlight_interview .content p {
  color: #969696 !important;
}

body.dark .mentor_share,
body.dark .contribute_box .box,
body.dark .contribute_box .box .heading .label,
body.dark .contribute_form .form,
body.dark .contribute_form .form .form-group .form-control,
body.dark .reader_box .box,
body.dark .contribute_form .thankyou,
body.dark .spotlight_interview .interview_heading {
  background-color: #2f2f2f !important;
}

body.dark .contribute_form .form .form-group textarea.form-control {
  border: 1px solid #363636 !important;
  background: #5B5B5B !important;
}

body.dark .modal#upload .modal-dialog .thankyou .text {
  color: #c1c1c1 !important;
}

body.dark .uploadbar,
body.dark .uploadbar .uploadBtn,
body.dark .modal#upload .modal-dialog .modal-content,
body.dark .banner-wrapper .second .indication {
  background-color: #1D1E1F !important;
}

body.dark .blog_section .blog:nth-child(odd) {
  background-color: var(--primary_bg) !important;
}

body.dark .blog_section .blog:nth-child(even),
body.dark .modal#indicator .modal-dialog .modal-content,
body.dark .blog_preview .blog_heading {
  background-color: #2F2F2F !important;
}

body.dark .modal#indicator .modal-dialog .modal-body .list li {
  border-color: #363636 !important;
}

body.dark .banner-wrapper .second .indication .btn,
body.dark .financial-calculators .content .table.table-bordered thead th {
  background-color: #1D1E1F !important;
}


body.dark .modal#upload .modal-dialog .documents .form-group .form-control,
body.dark .modal#mobfilter .modal-dialog .modal-content {
  background: #1D1E1F !important;
}

body.dark .mobfilter {
  background-color: #232323;
}

body.dark .uploadbar,
body.dark .uploadbar .uploadBtn,
body.dark .modal#upload .modal-dialog .documents .form-group .form-control,
body.dark .modal#upload .modal-dialog .documents .form-group .uploadassets,
body.dark .modal#upload .modal-dialog .documents .note {
  border-color: #363636 !important;
}

body.dark .modal#upload .modal-dialog .documents .form-group .uploadassets,
body.dark .modal#upload .modal-dialog .documents .note {
  background: #363636 !important;
}

body.dark .uploadbar .filter .filterbtn {
  border-color: #6F6F6F !important;
}

body.dark .modal#upload .modal-dialog .impnote .btn,
body.dark .modal#upload .modal-dialog .impnote {
  background-color: #6F6F6F !important;
}

body.dark .uploadbar .filter .filterbtn {
  color: #6F6F6F !important;
}


/* dakr mode power of 100 */
.indicator span {
  margin: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.dark .home-banner.shadow {
    background: linear-gradient(90deg, #DBB153 25%, #FFF5D7 100.25%, rgba(255, 228, 144, 0.00) 100.48%, rgba(255, 228, 144, 1) 100%);
  }
}

.spotlight_interview p {
  font-size: 16px;
}

/* //financial calculators dark mode  */
body.dark .financial-calculators .faqs .heading,
body.dark .financial-calculators .faqs .accordion-item-header {
  color: #EAEAEA !important;
  border-color: #CBCBCB4D !important;
}

body.dark .financial-calculators .content .table.table-bordered td,
body.dark .financial-calculators .content .table.table-bordered thead th {
  border-color: #969696 !important;
}

body.dark .financial-calculators .faqs .accordion-item-body-content {
  color: #969696 !important;
}

body.dark .financial-calculators .content p {
  color: #969696 !important;
}

body.dark .financial-calculators .content h4,
body.dark .financial-calculators .right_form .heading,
body.dark .financial-calculators .right_form .form-group label,
body.dark .financial-calculators .right_form .thank_you .content .text-1,
body.dark .financial-calculators .right_form .thank_you .content .text-2,
body.dark .financial-calculators .right_form .thank_you .content .text-3,
body.dark .financial-calculators .right .top .heading,
body.dark .financial-calculators .left .calculator .sip .number .heading,
body.dark .financial-calculators .left .calculator .sip .data .graph .indicators .amount,
body.dark .financial-calculators .left .calculator .sip .data .graph .indicators .return,
body.dark .financial-calculators .left .calculator .sip .data .graph .values ul li.text,
body.dark .financial-calculators .left .calculator .sip .data .graph .values ul li.value,
body.dark .home-calc .breadcrumbs .heading,
body.dark .home-calc .icon_box .heading,
body.dark .financial-calculators .left .calculator .sip .data .graph .swp_values .valuebox .heading,
body.dark .financial-calculators .left .calculator .sip .data .graph .swp_values .valuebox .swpvalue,
body.dark .financial-calculators .content .table.table-bordered thead th {
  color: #EFEFEF !important;
}

body.dark .financial-calculators .right_form,
body.dark .financial-calculators .right_form .form-group .form-control,
body.dark .financial-calculators .right .top,
body.dark .financial-calculators .right,
body.dark .financial-calculators .left .calculator .sip .number,
body.dark .financial-calculators .left .calculator {
  background: #1D1E1F !important;
  border-color: #363636 !important;
}

body.dark .financial-calculators .right .top .text,
body.dark .financial-calculators .left .calculator .sip .number .calculators .monthly .month_range .values .value {
  color: #EFEFEF !important;
}

body.dark .financial-calculators .right .top .qr .scan {
  color: #ffffff !important;
}

body.dark .financial-calculators .left .calculator .sip .number .calculators .monthly .month_heading .range__amount {
  background: transparent !important;
}

body.dark .financial-calculators .right .bottom,
body.dark .financial-calculators .left .calculator .sip .data {
  background: #2F2F2F !important;
}

/* body.dark .financial-calculators .breadcrumbs,
body.dark .financial-calculators .breadcrumbs a, */
body.dark .financial-calculators .left .calculator .sip .number .calculators .monthly .month_heading .text,
body.dark .financial-calculators .left .calculator .sip .number .chips .badges:not(.active) {
  color: #DFDFDF !important;
}

body.dark .financial-calculators .breadcrumbs .text,
body.dark .financial-calculators .breadcrumbs .text a {
  color: #DFDFDF !important;
}

body.dark .financial-calculators .breadcrumbs,
body.dark .financial-calculators .breadcrumbs a:hover {
  color: #ed1b24 !important;
}

body.dark .home-calc .breadcrumbs .text a,
body.dark .home-calc .breadcrumbs .text,
body.dark .financial-calculators .content .table.table-bordered td {
  color: #DFDFDF !important;
}

body.dark .home-calc .breadcrumbs .text a:hover {
  color: #ed1b24 !important;
}

.financial-calculators .right_form .heading {
  margin-bottom: 2rem;
}

body.dark .calculator-custom-range:before {
  background: #434343 !important;
}

body.dark .financial-calculators .left .calculator .sip .data .graph,
body.dark .financial-calculators .content .table.table-bordered td {
  background: #363636 !important;
}

body.dark .financial-calculators .left .calculator .sip .data .graph .values ul.total {
  background: #5B5B5B !important;
}

body.dark .financial-calculators .left .calculator .sip .number .calculators .monthly .month_heading .placeholder {
  border-color: #434343 !important;
}

body.dark .home-calc .icon_box {
  background: #1D1E1F !important;
  border-color: #363636 !important;
}

body.dark .home-calc .icon_box .text {
  color: #808080 !important;
}

.loan_banner .cards .owl-dot span {
  display: none !important
}

.loan_banner .cards .owl-dot {
  border: 7px solid #dededea3 !important;
  background: #dededea3 !important;
}

.loan_banner .owl-carousel .owl-dots .owl-dot.active {
  border-color: #fff !important;
  background: #fff !important;
}

/* retirment microsite css  */
.speaker .owl-carousel.owl-two .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateY(-72px);
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 16px;
}

.speaker .owl-carousel.owl-two .owl-nav button {
  font-weight: 700;
  font-size: 2rem;
  display: flex;
  border-radius: 50px;
  background: var(--rt_white);
  box-shadow: 0px 0px 1.5px 0px rgba(0, 0, 0, 0.24);
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  outline: none !important;
}

.speaker .owl-carousel.owl-two .owl-nav button span {
  line-height: normal;
  padding-bottom: 2px;
  color: #000;
}

.testimonial .owl-carousel.owl-four .owl-dots {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
  padding-top: 2rem;
  margin: 0px;
}

.testimonial .owl-carousel.owl-four .owl-dots button {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  border-radius: 50px;
  outline: none;
}

.testimonial .owl-carousel.owl-four .owl-dots button.active {
  width: 10px;
  height: 10px;
  background: var(--error);
  border-radius: 50px;
}

@media screen and (max-width:767px) {
  .speaker .owl-carousel.owl-two .owl-nav {
    position: relative;
    transform: translateY(0px);
    justify-content: center;
    gap: 1rem;
  }

  .testimonial .owl-carousel.owl-four .owl-dots {
    justify-content: center;
  }
}

/* retirment microsite css  */

/* custom blog css */
.floating {
  left: 1rem;
  width: 128px;
  background-color: var(--loan_background_grey);
  padding: 0px 8px;
  border-radius: 8px;
  position: fixed;
  bottom: 30px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .25);
  z-index: 9;
  text-align: center;
  padding-top: 0;
}

.floating .cross {
  padding: 0;
  position: relative;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: auto;
  transform: translate(16px, -8px);
  border-radius: 10px;
}

.floating .cross span {
  margin: 0;
}

.floating .heading {
  font-size: 9px;
  font-weight: 700;
}

.floating .qrimg {
  width: 80px;
  height: auto;
}

.floating .update {
  font-size: 14px;
  padding: 12px 0px;
  display: block;
  text-align: center;
}

.floating_mob {
  left: 0rem;
  right: 0;
  width: 100%;
  background-color: var(--loan_background_black);
  padding: 1rem;
  position: fixed;
  bottom: 0px;
  z-index: 99;
  text-align: center;
  box-shadow: 0 0 3px 0 #00000021;
  display: none;
}

.floating_mob .download {
  background: #ed1b24;
  position: relative;
  width: 100%;
  color: #fff;

}

.customblog {
  position: relative;
}

.customblog p,
.customblog ol,
.customblog ul {
  font-size: 16px;
}

.customblog .check {
  position: relative;
}

.customblog .check::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
  vertical-align: middle;
  left: -10px;
  color: #129e32;
  font-size: 20px;
  top: -1px;
  padding-right: 0px;
  position: relative;
}

.customblog .customtable {
  width: 100%;
  border-color: #737373;
}

.customblog .thead {
  background: #737373;
  color: var(--loan_white);
  font-size: 16px;
}

.customblog .thead .p-2 {
  font-weight: 500;
}

.customblog .thead {
  font-weight: 500;
}

.customblog .link {
  border: 1px solid;
  border-radius: 4px;
  padding: 3px 10px;
  font-weight: 500;
}

.customblog .wealth-app {
  margin: 2.5rem 0;
}

.customblog .customtable small {
  font-weight: 500;
}

.customblog .wealth-app .container {
  padding-left: 0px;
  padding-right: 0px;
}

.customblog .wealth-app .background {
  border-radius: 16px;
  border: 4px solid #f6c517;
  background: #f6c517;
}

.customblog .wealth-app .background .bdr {
  border: 4px dotted #fff;
  border-radius: 20px;
}

.customblog .wealth-app .widget {
  position: relative;
  background-color: #df171f;
  border-radius: 16px;
  height: 275px;
  overflow: hidden;
}

.customblog .wealth-app .widget::before {
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background: url('https://www.bajajcapital.com/assets/images/wealth-app/wave.png') no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 0;
}

.customblog .wealth-app .widget::after {
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background: url('https://www.bajajcapital.com/assets/images/wealth-app/dots.png') no-repeat;
  background-position: left;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  z-index: 1;
  opacity: .3;
}

.customblog .wealth-app .widget .row {
  position: relative;
  z-index: 9;
  height: 100%;
  align-items: flex-end;
}

.customblog .wealth-app .widget .row .mockup {
  height: auto;
  width: 50%;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 215px;
  height: 300px;
  object-fit: contain;
}

.customblog .wealth-app .widget .row .content {
  display: flex;
  justify-content: space-between;
  height: 100%;
  text-align: center;
  padding: 32px 15px;
  flex-direction: column;
  align-items: center;
}

.customblog .wealth-app .widget .row .content .box1 {
  position: relative;
}

.customblog .wealth-app .widget .row .content .box1 .txt1 {
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  color: #FEFDFD;
}

.customblog .wealth-app .widget .row .content .box1 .txt2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FEFDFD;
  display: block;
  padding-top: 8px;
}

.customblog .wealth-app .widget .row .content .box1 .txt2 span {
  font-weight: 700;
}

.customblog .wealth-app .widget .row .content .box2 {
  position: relative;
}

.customblog .wealth-app .widget .row .content .box2 .txt1 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  margin: 0;
  padding-bottom: 15px;
}

.customblog .wealth-app .widget .row .content .box2 .links {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}



.customblog .wealth-app .widget .row .content .box2 .links a {
  transition: all 0.3s;
}

.customblog .wealth-app .widget .row .content .box2 .links a:hover {
  transform: translate(0px, -5px);
}

@media screen and (max-width:767px) {
  .customblog .wealth-app .widget {
    height: auto;
  }

  .customblog .wealth-app .widget::before {
    top: auto;
    bottom: 0;
    height: 35%;
    /* left: -20px; */
  }

  .customblog .wealth-app .widget .row .mockup {
    position: relative;
    top: 5rem;
  }

  .customblog .wealth-app .widget::after {
    top: auto;
    bottom: 0;
    height: 35%;
    background-size: cover;
  }

  .customblog .wealth-app .widget .row .content .box2 .txt1 {
    padding-top: 3rem;
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  .floating {
    display: none;
  }

  .floating_mob {
    display: block;
  }

  .customblog .link {
    padding: 0;
    border: 0px;
  }
}

/* custom blog css */</pre></body></html>