@charset "UTF-8";
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #db2727;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #5ec997;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3366ff;
  --secondary: #edff00;
  --success: #5ec997;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #db2727;
  --light: #f8f9fa;
  --lightest: #fff;
  --dark: #1D1D1D;
  --darker: #373F41;
  --read: #c1bcaa;
  --light-grey: #F3F3F3;
  --dark-primary: #380098;
  --brown-grey: #9f9f9f;
  --charcoal-grey: #4b4e50;
  --dark-grey: #1c1d21;
  --gray-400: #EFEFEF;
  --light-secondary: #F3F3F3;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.8rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #3366ff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0039e6;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 768px) {
    legend {
      font-size: calc(1.41rem + 0.1171875vw) ; } }
progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.8rem;
  font-weight: 500;
  line-height: 1.5; }

h1, .h1 {
  font-size: 2.604rem; }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: calc(1.5204rem + 1.4109375vw) ; } }
h2, .h2 {
  font-size: 2.394rem; }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: calc(1.4994rem + 1.16484375vw) ; } }
h3, .h3 {
  font-size: 2.1rem; }
  @media (max-width: 768px) {
    h3, .h3 {
      font-size: calc(1.47rem + 0.8203125vw) ; } }
h4, .h4 {
  font-size: 1.596rem; }
  @media (max-width: 768px) {
    h4, .h4 {
      font-size: calc(1.4196rem + 0.2296875vw) ; } }
h5, .h5 {
  font-size: 1.596rem; }
  @media (max-width: 768px) {
    h5, .h5 {
      font-size: calc(1.4196rem + 0.2296875vw) ; } }
h6, .h6 {
  font-size: 1.4rem; }

.lead {
  font-size: 1.75rem;
  font-weight: 300; }
  @media (max-width: 768px) {
    .lead {
      font-size: calc(1.435rem + 0.41015625vw) ; } }
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .display-1 {
      font-size: calc(1.86rem + 5.390625vw) ; } }
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .display-2 {
      font-size: calc(1.81rem + 4.8046875vw) ; } }
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .display-3 {
      font-size: calc(1.71rem + 3.6328125vw) ; } }
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .display-4 {
      font-size: calc(1.61rem + 2.4609375vw) ; } }
hr {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 500; }

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

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

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

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

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

.blockquote {
  margin-bottom: 1.6rem;
  font-size: 1.75rem; }
  @media (max-width: 768px) {
    .blockquote {
      font-size: calc(1.435rem + 0.41015625vw) ; } }
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.6rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #373F41;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #373F41; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container, .header-v2,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container-sm, .container, .header-v2 {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container-md, .container-sm, .container, .header-v2 {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .header-v2 {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .header-v2 {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1.6rem;
  color: #000000; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #EFEFEF; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #EFEFEF; }
  .table tbody + tbody {
    border-top: 2px solid #EFEFEF; }

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

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

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

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

.table-hover tbody tr:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-darker,
.table-darker > th,
.table-darker > td {
  background-color: #c7c9ca; }

.table-darker th,
.table-darker td,
.table-darker thead th,
.table-darker tbody + tbody {
  border-color: #979b9c; }

.table-hover .table-darker:hover {
  background-color: #babcbe; }
  .table-hover .table-darker:hover > td,
  .table-hover .table-darker:hover > th {
    background-color: #babcbe; }

.table-read,
.table-read > th,
.table-read > td {
  background-color: #eeece7; }

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

.table-hover .table-read:hover {
  background-color: #e3e0d8; }
  .table-hover .table-read:hover > td,
  .table-hover .table-read:hover > th {
    background-color: #e3e0d8; }

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

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

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

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

.table-dark-primary th,
.table-dark-primary td,
.table-dark-primary thead th,
.table-dark-primary tbody + tbody {
  border-color: #987ac9; }

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

.table-brown-grey,
.table-brown-grey > th,
.table-brown-grey > td {
  background-color: #e4e4e4; }

.table-brown-grey th,
.table-brown-grey td,
.table-brown-grey thead th,
.table-brown-grey tbody + tbody {
  border-color: #cdcdcd; }

.table-hover .table-brown-grey:hover {
  background-color: #d7d7d7; }
  .table-hover .table-brown-grey:hover > td,
  .table-hover .table-brown-grey:hover > th {
    background-color: #d7d7d7; }

.table-charcoal-grey,
.table-charcoal-grey > th,
.table-charcoal-grey > td {
  background-color: #cdcdce; }

.table-charcoal-grey th,
.table-charcoal-grey td,
.table-charcoal-grey thead th,
.table-charcoal-grey tbody + tbody {
  border-color: #a1a3a4; }

.table-hover .table-charcoal-grey:hover {
  background-color: #c0c0c1; }
  .table-hover .table-charcoal-grey:hover > td,
  .table-hover .table-charcoal-grey:hover > th {
    background-color: #c0c0c1; }

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

.table-dark-grey th,
.table-dark-grey td,
.table-dark-grey thead th,
.table-dark-grey tbody + tbody {
  border-color: #89898c; }

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

.table-gray-400,
.table-gray-400 > th,
.table-gray-400 > td {
  background-color: #fbfbfb; }

.table-gray-400 th,
.table-gray-400 td,
.table-gray-400 thead th,
.table-gray-400 tbody + tbody {
  border-color: #f7f7f7; }

.table-hover .table-gray-400:hover {
  background-color: #eeeeee; }
  .table-hover .table-gray-400:hover > td,
  .table-hover .table-gray-400:hover > th {
    background-color: #eeeeee; }

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #EFEFEF; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #cbcdcf;
  border-radius: 0.6rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #1D1D1D;
    outline: 0;
    box-shadow: none; }
  .form-control::placeholder {
    color: #9f9f9f;
    text-transform: none;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: transparent; }

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

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.75rem;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .col-form-label-lg {
      font-size: calc(1.435rem + 0.41015625vw) ; } }
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.225rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

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

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 3.6rem; }
  @media (max-width: 768px) {
    .form-control-lg {
      font-size: calc(1.435rem + 0.41015625vw) ; } }
select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.225rem;
  line-height: 1.5;
  color: #373F41;
  background-color: rgba(94, 201, 151, 0.9);
  border-radius: 0.6rem; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #5ec997;
  padding-right: calc(1.5em + 2rem);
  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='%235ec997' 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.5rem) center;
  background-size: calc(0.75em + 1rem) calc(0.75em + 1rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #5ec997;
    box-shadow: 0 0 0 0 rgba(94, 201, 151, 0.25); }

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #5ec997;
  padding-right: calc(0.75em + 5rem);
  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 2.5rem 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='%235ec997' 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") transparent no-repeat center right 3.5rem/calc(0.75em + 1rem) calc(0.75em + 1rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #5ec997;
    box-shadow: 0 0 0 0 rgba(94, 201, 151, 0.25); }

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

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

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #84d6b0;
  background-color: #84d6b0; }

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

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #5ec997;
  box-shadow: 0 0 0 0 rgba(94, 201, 151, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.225rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(219, 39, 39, 0.9);
  border-radius: 0.6rem; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #db2727;
  padding-right: calc(1.5em + 2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db2727' 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='%23db2727' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.5rem) center;
  background-size: calc(0.75em + 1rem) calc(0.75em + 1rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #db2727;
    box-shadow: 0 0 0 0 rgba(219, 39, 39, 0.25); }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #db2727;
  padding-right: calc(0.75em + 5rem);
  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 2.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db2727' 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='%23db2727' stroke='none'/%3e%3c/svg%3e") transparent no-repeat center right 3.5rem/calc(0.75em + 1rem) calc(0.75em + 1rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #db2727;
    box-shadow: 0 0 0 0 rgba(219, 39, 39, 0.25); }

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

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #db2727;
  box-shadow: 0 0 0 0 rgba(219, 39, 39, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 700;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 2.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 3.6rem;
  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 (max-width: 768px) {
    .btn {
      font-size: calc(1.42rem + 0.234375vw) ; } }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #000000;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(51, 102, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #3366ff;
  border-color: #3366ff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0d49ff;
    border-color: #0040ff; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0d49ff;
    border-color: #0040ff;
    box-shadow: 0 0 0 0.36rem rgba(82, 125, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3366ff;
    border-color: #3366ff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0040ff;
    border-color: #003df2; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(82, 125, 255, 0.5); }

.btn-secondary {
  color: #373F41;
  background-color: #edff00;
  border-color: #edff00; }
  .btn-secondary:hover {
    color: #373F41;
    background-color: #c9d900;
    border-color: #becc00; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373F41;
    background-color: #c9d900;
    border-color: #becc00;
    box-shadow: 0 0 0 0.36rem rgba(210, 226, 10, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #373F41;
    background-color: #edff00;
    border-color: #edff00; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #373F41;
    background-color: #becc00;
    border-color: #b2bf00; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(210, 226, 10, 0.5); }

.btn-success {
  color: #373F41;
  background-color: #5ec997;
  border-color: #5ec997; }
  .btn-success:hover {
    color: #fff;
    background-color: #41bf84;
    border-color: #3db77e; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #41bf84;
    border-color: #3db77e;
    box-shadow: 0 0 0 0.36rem rgba(88, 180, 138, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #373F41;
    background-color: #5ec997;
    border-color: #5ec997; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3db77e;
    border-color: #3aad77; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(88, 180, 138, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.36rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #373F41;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #373F41;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #373F41;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.36rem rgba(225, 174, 16, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #373F41;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #373F41;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(225, 174, 16, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #db2727;
  border-color: #db2727; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bc1f1f;
    border-color: #b11e1e; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #bc1f1f;
    border-color: #b11e1e;
    box-shadow: 0 0 0 0.36rem rgba(224, 71, 71, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #db2727;
    border-color: #db2727; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b11e1e;
    border-color: #a71c1c; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(224, 71, 71, 0.5); }

.btn-light {
  color: #373F41;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #373F41;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #373F41;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.36rem rgba(219, 221, 222, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #373F41;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #373F41;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(219, 221, 222, 0.5); }

.btn-lightest {
  color: #373F41;
  background-color: #fff;
  border-color: #fff; }
  .btn-lightest:hover {
    color: #373F41;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-lightest:focus, .btn-lightest.focus {
    color: #373F41;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.36rem rgba(225, 226, 227, 0.5); }
  .btn-lightest.disabled, .btn-lightest:disabled {
    color: #373F41;
    background-color: #fff;
    border-color: #fff; }
  .btn-lightest:not(:disabled):not(.disabled):active, .btn-lightest:not(:disabled):not(.disabled).active, .show > .btn-lightest.dropdown-toggle {
    color: #373F41;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-lightest:not(:disabled):not(.disabled):active:focus, .btn-lightest:not(:disabled):not(.disabled).active:focus, .show > .btn-lightest.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(225, 226, 227, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #1D1D1D;
  border-color: #1D1D1D; }
  .btn-dark:hover {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #040404; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #040404;
    box-shadow: 0 0 0 0.36rem rgba(63, 63, 63, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #040404;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(63, 63, 63, 0.5); }

.btn-darker {
  color: #fff;
  background-color: #373F41;
  border-color: #373F41; }
  .btn-darker:hover {
    color: #fff;
    background-color: #252b2c;
    border-color: #202425; }
  .btn-darker:focus, .btn-darker.focus {
    color: #fff;
    background-color: #252b2c;
    border-color: #202425;
    box-shadow: 0 0 0 0.36rem rgba(85, 92, 94, 0.5); }
  .btn-darker.disabled, .btn-darker:disabled {
    color: #fff;
    background-color: #373F41;
    border-color: #373F41; }
  .btn-darker:not(:disabled):not(.disabled):active, .btn-darker:not(:disabled):not(.disabled).active, .show > .btn-darker.dropdown-toggle {
    color: #fff;
    background-color: #202425;
    border-color: #1a1e1e; }
    .btn-darker:not(:disabled):not(.disabled):active:focus, .btn-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-darker.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(85, 92, 94, 0.5); }

.btn-read {
  color: #373F41;
  background-color: #c1bcaa;
  border-color: #c1bcaa; }
  .btn-read:hover {
    color: #373F41;
    background-color: #b1ab94;
    border-color: #aba58d; }
  .btn-read:focus, .btn-read.focus {
    color: #373F41;
    background-color: #b1ab94;
    border-color: #aba58d;
    box-shadow: 0 0 0 0.36rem rgba(172, 169, 154, 0.5); }
  .btn-read.disabled, .btn-read:disabled {
    color: #373F41;
    background-color: #c1bcaa;
    border-color: #c1bcaa; }
  .btn-read:not(:disabled):not(.disabled):active, .btn-read:not(:disabled):not(.disabled).active, .show > .btn-read.dropdown-toggle {
    color: #373F41;
    background-color: #aba58d;
    border-color: #a69f85; }
    .btn-read:not(:disabled):not(.disabled):active:focus, .btn-read:not(:disabled):not(.disabled).active:focus, .show > .btn-read.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(172, 169, 154, 0.5); }

.btn-light-grey {
  color: #373F41;
  background-color: #F3F3F3;
  border-color: #F3F3F3; }
  .btn-light-grey:hover {
    color: #373F41;
    background-color: #e0e0e0;
    border-color: #dadada; }
  .btn-light-grey:focus, .btn-light-grey.focus {
    color: #373F41;
    background-color: #e0e0e0;
    border-color: #dadada;
    box-shadow: 0 0 0 0.36rem rgba(215, 216, 216, 0.5); }
  .btn-light-grey.disabled, .btn-light-grey:disabled {
    color: #373F41;
    background-color: #F3F3F3;
    border-color: #F3F3F3; }
  .btn-light-grey:not(:disabled):not(.disabled):active, .btn-light-grey:not(:disabled):not(.disabled).active, .show > .btn-light-grey.dropdown-toggle {
    color: #373F41;
    background-color: #dadada;
    border-color: lightgray; }
    .btn-light-grey:not(:disabled):not(.disabled):active:focus, .btn-light-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-light-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(215, 216, 216, 0.5); }

.btn-dark-primary {
  color: #fff;
  background-color: #380098;
  border-color: #380098; }
  .btn-dark-primary:hover {
    color: #fff;
    background-color: #2a0072;
    border-color: #250065; }
  .btn-dark-primary:focus, .btn-dark-primary.focus {
    color: #fff;
    background-color: #2a0072;
    border-color: #250065;
    box-shadow: 0 0 0 0.36rem rgba(86, 38, 167, 0.5); }
  .btn-dark-primary.disabled, .btn-dark-primary:disabled {
    color: #fff;
    background-color: #380098;
    border-color: #380098; }
  .btn-dark-primary:not(:disabled):not(.disabled):active, .btn-dark-primary:not(:disabled):not(.disabled).active, .show > .btn-dark-primary.dropdown-toggle {
    color: #fff;
    background-color: #250065;
    border-color: #210058; }
    .btn-dark-primary:not(:disabled):not(.disabled):active:focus, .btn-dark-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(86, 38, 167, 0.5); }

.btn-brown-grey {
  color: #373F41;
  background-color: #9f9f9f;
  border-color: #9f9f9f; }
  .btn-brown-grey:hover {
    color: #fff;
    background-color: #8c8c8c;
    border-color: #868686; }
  .btn-brown-grey:focus, .btn-brown-grey.focus {
    color: #fff;
    background-color: #8c8c8c;
    border-color: #868686;
    box-shadow: 0 0 0 0.36rem rgba(143, 145, 145, 0.5); }
  .btn-brown-grey.disabled, .btn-brown-grey:disabled {
    color: #373F41;
    background-color: #9f9f9f;
    border-color: #9f9f9f; }
  .btn-brown-grey:not(:disabled):not(.disabled):active, .btn-brown-grey:not(:disabled):not(.disabled).active, .show > .btn-brown-grey.dropdown-toggle {
    color: #fff;
    background-color: #868686;
    border-color: #7f7f7f; }
    .btn-brown-grey:not(:disabled):not(.disabled):active:focus, .btn-brown-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-brown-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(143, 145, 145, 0.5); }

.btn-charcoal-grey {
  color: #fff;
  background-color: #4b4e50;
  border-color: #4b4e50; }
  .btn-charcoal-grey:hover {
    color: #fff;
    background-color: #383b3c;
    border-color: #323436; }
  .btn-charcoal-grey:focus, .btn-charcoal-grey.focus {
    color: #fff;
    background-color: #383b3c;
    border-color: #323436;
    box-shadow: 0 0 0 0.36rem rgba(102, 105, 106, 0.5); }
  .btn-charcoal-grey.disabled, .btn-charcoal-grey:disabled {
    color: #fff;
    background-color: #4b4e50;
    border-color: #4b4e50; }
  .btn-charcoal-grey:not(:disabled):not(.disabled):active, .btn-charcoal-grey:not(:disabled):not(.disabled).active, .show > .btn-charcoal-grey.dropdown-toggle {
    color: #fff;
    background-color: #323436;
    border-color: #2c2e2f; }
    .btn-charcoal-grey:not(:disabled):not(.disabled):active:focus, .btn-charcoal-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-charcoal-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(102, 105, 106, 0.5); }

.btn-dark-grey {
  color: #fff;
  background-color: #1c1d21;
  border-color: #1c1d21; }
  .btn-dark-grey:hover {
    color: #fff;
    background-color: #0a0b0c;
    border-color: #050505; }
  .btn-dark-grey:focus, .btn-dark-grey.focus {
    color: #fff;
    background-color: #0a0b0c;
    border-color: #050505;
    box-shadow: 0 0 0 0.36rem rgba(62, 63, 66, 0.5); }
  .btn-dark-grey.disabled, .btn-dark-grey:disabled {
    color: #fff;
    background-color: #1c1d21;
    border-color: #1c1d21; }
  .btn-dark-grey:not(:disabled):not(.disabled):active, .btn-dark-grey:not(:disabled):not(.disabled).active, .show > .btn-dark-grey.dropdown-toggle {
    color: #fff;
    background-color: #050505;
    border-color: black; }
    .btn-dark-grey:not(:disabled):not(.disabled):active:focus, .btn-dark-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(62, 63, 66, 0.5); }

.btn-gray-400 {
  color: #373F41;
  background-color: #EFEFEF;
  border-color: #EFEFEF; }
  .btn-gray-400:hover {
    color: #373F41;
    background-color: gainsboro;
    border-color: #d6d6d6; }
  .btn-gray-400:focus, .btn-gray-400.focus {
    color: #373F41;
    background-color: gainsboro;
    border-color: #d6d6d6;
    box-shadow: 0 0 0 0.36rem rgba(211, 213, 213, 0.5); }
  .btn-gray-400.disabled, .btn-gray-400:disabled {
    color: #373F41;
    background-color: #EFEFEF;
    border-color: #EFEFEF; }
  .btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active, .show > .btn-gray-400.dropdown-toggle {
    color: #373F41;
    background-color: #d6d6d6;
    border-color: #cfcfcf; }
    .btn-gray-400:not(:disabled):not(.disabled):active:focus, .btn-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(211, 213, 213, 0.5); }

.btn-light-secondary {
  color: #373F41;
  background-color: #F3F3F3;
  border-color: #F3F3F3; }
  .btn-light-secondary:hover {
    color: #373F41;
    background-color: #e0e0e0;
    border-color: #dadada; }
  .btn-light-secondary:focus, .btn-light-secondary.focus {
    color: #373F41;
    background-color: #e0e0e0;
    border-color: #dadada;
    box-shadow: 0 0 0 0.36rem rgba(215, 216, 216, 0.5); }
  .btn-light-secondary.disabled, .btn-light-secondary:disabled {
    color: #373F41;
    background-color: #F3F3F3;
    border-color: #F3F3F3; }
  .btn-light-secondary:not(:disabled):not(.disabled):active, .btn-light-secondary:not(:disabled):not(.disabled).active, .show > .btn-light-secondary.dropdown-toggle {
    color: #373F41;
    background-color: #dadada;
    border-color: lightgray; }
    .btn-light-secondary:not(:disabled):not(.disabled):active:focus, .btn-light-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-light-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(215, 216, 216, 0.5); }

.btn-outline-primary {
  color: #3366ff;
  border-color: #3366ff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #3366ff;
    border-color: #3366ff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.36rem rgba(51, 102, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3366ff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3366ff;
    border-color: #3366ff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(51, 102, 255, 0.5); }

.btn-outline-secondary {
  color: #edff00;
  border-color: #edff00; }
  .btn-outline-secondary:hover {
    color: #373F41;
    background-color: #edff00;
    border-color: #edff00; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.36rem rgba(237, 255, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #edff00;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #373F41;
    background-color: #edff00;
    border-color: #edff00; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(237, 255, 0, 0.5); }

.btn-outline-success {
  color: #5ec997;
  border-color: #5ec997; }
  .btn-outline-success:hover {
    color: #373F41;
    background-color: #5ec997;
    border-color: #5ec997; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.36rem rgba(94, 201, 151, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5ec997;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #373F41;
    background-color: #5ec997;
    border-color: #5ec997; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(94, 201, 151, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.36rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #373F41;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.36rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #373F41;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #db2727;
  border-color: #db2727; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #db2727;
    border-color: #db2727; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.36rem rgba(219, 39, 39, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #db2727;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #db2727;
    border-color: #db2727; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(219, 39, 39, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #373F41;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.36rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #373F41;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(248, 249, 250, 0.5); }

.btn-outline-lightest {
  color: #fff;
  border-color: #fff; }
  .btn-outline-lightest:hover {
    color: #373F41;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-lightest:focus, .btn-outline-lightest.focus {
    box-shadow: 0 0 0 0.36rem rgba(255, 255, 255, 0.5); }
  .btn-outline-lightest.disabled, .btn-outline-lightest:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-lightest:not(:disabled):not(.disabled):active, .btn-outline-lightest:not(:disabled):not(.disabled).active, .show > .btn-outline-lightest.dropdown-toggle {
    color: #373F41;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-lightest:not(:disabled):not(.disabled):active:focus, .btn-outline-lightest:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lightest.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(255, 255, 255, 0.5); }

.btn-outline-dark {
  color: #1D1D1D;
  border-color: #1D1D1D; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.36rem rgba(29, 29, 29, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #1D1D1D;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(29, 29, 29, 0.5); }

.btn-outline-darker {
  color: #373F41;
  border-color: #373F41; }
  .btn-outline-darker:hover {
    color: #fff;
    background-color: #373F41;
    border-color: #373F41; }
  .btn-outline-darker:focus, .btn-outline-darker.focus {
    box-shadow: 0 0 0 0.36rem rgba(55, 63, 65, 0.5); }
  .btn-outline-darker.disabled, .btn-outline-darker:disabled {
    color: #373F41;
    background-color: transparent; }
  .btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker:not(:disabled):not(.disabled).active, .show > .btn-outline-darker.dropdown-toggle {
    color: #fff;
    background-color: #373F41;
    border-color: #373F41; }
    .btn-outline-darker:not(:disabled):not(.disabled):active:focus, .btn-outline-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-darker.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(55, 63, 65, 0.5); }

.btn-outline-read {
  color: #c1bcaa;
  border-color: #c1bcaa; }
  .btn-outline-read:hover {
    color: #373F41;
    background-color: #c1bcaa;
    border-color: #c1bcaa; }
  .btn-outline-read:focus, .btn-outline-read.focus {
    box-shadow: 0 0 0 0.36rem rgba(193, 188, 170, 0.5); }
  .btn-outline-read.disabled, .btn-outline-read:disabled {
    color: #c1bcaa;
    background-color: transparent; }
  .btn-outline-read:not(:disabled):not(.disabled):active, .btn-outline-read:not(:disabled):not(.disabled).active, .show > .btn-outline-read.dropdown-toggle {
    color: #373F41;
    background-color: #c1bcaa;
    border-color: #c1bcaa; }
    .btn-outline-read:not(:disabled):not(.disabled):active:focus, .btn-outline-read:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-read.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(193, 188, 170, 0.5); }

.btn-outline-light-grey {
  color: #F3F3F3;
  border-color: #F3F3F3; }
  .btn-outline-light-grey:hover {
    color: #373F41;
    background-color: #F3F3F3;
    border-color: #F3F3F3; }
  .btn-outline-light-grey:focus, .btn-outline-light-grey.focus {
    box-shadow: 0 0 0 0.36rem rgba(243, 243, 243, 0.5); }
  .btn-outline-light-grey.disabled, .btn-outline-light-grey:disabled {
    color: #F3F3F3;
    background-color: transparent; }
  .btn-outline-light-grey:not(:disabled):not(.disabled):active, .btn-outline-light-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-light-grey.dropdown-toggle {
    color: #373F41;
    background-color: #F3F3F3;
    border-color: #F3F3F3; }
    .btn-outline-light-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-light-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(243, 243, 243, 0.5); }

.btn-outline-dark-primary {
  color: #380098;
  border-color: #380098; }
  .btn-outline-dark-primary:hover {
    color: #fff;
    background-color: #380098;
    border-color: #380098; }
  .btn-outline-dark-primary:focus, .btn-outline-dark-primary.focus {
    box-shadow: 0 0 0 0.36rem rgba(56, 0, 152, 0.5); }
  .btn-outline-dark-primary.disabled, .btn-outline-dark-primary:disabled {
    color: #380098;
    background-color: transparent; }
  .btn-outline-dark-primary:not(:disabled):not(.disabled):active, .btn-outline-dark-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-primary.dropdown-toggle {
    color: #fff;
    background-color: #380098;
    border-color: #380098; }
    .btn-outline-dark-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(56, 0, 152, 0.5); }

.btn-outline-brown-grey {
  color: #9f9f9f;
  border-color: #9f9f9f; }
  .btn-outline-brown-grey:hover {
    color: #373F41;
    background-color: #9f9f9f;
    border-color: #9f9f9f; }
  .btn-outline-brown-grey:focus, .btn-outline-brown-grey.focus {
    box-shadow: 0 0 0 0.36rem rgba(159, 159, 159, 0.5); }
  .btn-outline-brown-grey.disabled, .btn-outline-brown-grey:disabled {
    color: #9f9f9f;
    background-color: transparent; }
  .btn-outline-brown-grey:not(:disabled):not(.disabled):active, .btn-outline-brown-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-brown-grey.dropdown-toggle {
    color: #373F41;
    background-color: #9f9f9f;
    border-color: #9f9f9f; }
    .btn-outline-brown-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-brown-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brown-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(159, 159, 159, 0.5); }

.btn-outline-charcoal-grey {
  color: #4b4e50;
  border-color: #4b4e50; }
  .btn-outline-charcoal-grey:hover {
    color: #fff;
    background-color: #4b4e50;
    border-color: #4b4e50; }
  .btn-outline-charcoal-grey:focus, .btn-outline-charcoal-grey.focus {
    box-shadow: 0 0 0 0.36rem rgba(75, 78, 80, 0.5); }
  .btn-outline-charcoal-grey.disabled, .btn-outline-charcoal-grey:disabled {
    color: #4b4e50;
    background-color: transparent; }
  .btn-outline-charcoal-grey:not(:disabled):not(.disabled):active, .btn-outline-charcoal-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-charcoal-grey.dropdown-toggle {
    color: #fff;
    background-color: #4b4e50;
    border-color: #4b4e50; }
    .btn-outline-charcoal-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-charcoal-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-charcoal-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(75, 78, 80, 0.5); }

.btn-outline-dark-grey {
  color: #1c1d21;
  border-color: #1c1d21; }
  .btn-outline-dark-grey:hover {
    color: #fff;
    background-color: #1c1d21;
    border-color: #1c1d21; }
  .btn-outline-dark-grey:focus, .btn-outline-dark-grey.focus {
    box-shadow: 0 0 0 0.36rem rgba(28, 29, 33, 0.5); }
  .btn-outline-dark-grey.disabled, .btn-outline-dark-grey:disabled {
    color: #1c1d21;
    background-color: transparent; }
  .btn-outline-dark-grey:not(:disabled):not(.disabled):active, .btn-outline-dark-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-grey.dropdown-toggle {
    color: #fff;
    background-color: #1c1d21;
    border-color: #1c1d21; }
    .btn-outline-dark-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(28, 29, 33, 0.5); }

.btn-outline-gray-400 {
  color: #EFEFEF;
  border-color: #EFEFEF; }
  .btn-outline-gray-400:hover {
    color: #373F41;
    background-color: #EFEFEF;
    border-color: #EFEFEF; }
  .btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
    box-shadow: 0 0 0 0.36rem rgba(239, 239, 239, 0.5); }
  .btn-outline-gray-400.disabled, .btn-outline-gray-400:disabled {
    color: #EFEFEF;
    background-color: transparent; }
  .btn-outline-gray-400:not(:disabled):not(.disabled):active, .btn-outline-gray-400:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-400.dropdown-toggle {
    color: #373F41;
    background-color: #EFEFEF;
    border-color: #EFEFEF; }
    .btn-outline-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(239, 239, 239, 0.5); }

.btn-outline-light-secondary {
  color: #F3F3F3;
  border-color: #F3F3F3; }
  .btn-outline-light-secondary:hover {
    color: #373F41;
    background-color: #F3F3F3;
    border-color: #F3F3F3; }
  .btn-outline-light-secondary:focus, .btn-outline-light-secondary.focus {
    box-shadow: 0 0 0 0.36rem rgba(243, 243, 243, 0.5); }
  .btn-outline-light-secondary.disabled, .btn-outline-light-secondary:disabled {
    color: #F3F3F3;
    background-color: transparent; }
  .btn-outline-light-secondary:not(:disabled):not(.disabled):active, .btn-outline-light-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-light-secondary.dropdown-toggle {
    color: #373F41;
    background-color: #F3F3F3;
    border-color: #F3F3F3; }
    .btn-outline-light-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-light-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(243, 243, 243, 0.5); }

.btn-link {
  font-weight: 500;
  color: #3366ff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0039e6;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 3.6rem; }
  @media (max-width: 768px) {
    .btn-lg, .btn-group-lg > .btn {
      font-size: calc(1.435rem + 0.41015625vw) ; } }
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 3.6rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .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; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.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: 1.4rem;
  color: #000000;
  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.6rem; }

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

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

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

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

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

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

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 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; }

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

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

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 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; }

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

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

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

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #373F41;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #2b3233;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3366ff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.225rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #373F41; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

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

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

.dropdown-toggle-split {
  padding-right: 1.875rem;
  padding-left: 1.875rem; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 1rem 2.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: none;
  border: 1px solid #cbcdcf;
  border-radius: 0.6rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 3.6rem; }
  @media (max-width: 768px) {
    .input-group-lg > .form-control,
    .input-group-lg > .custom-select,
    .input-group-lg > .input-group-prepend > .input-group-text,
    .input-group-lg > .input-group-append > .input-group-text,
    .input-group-lg > .input-group-prepend > .btn,
    .input-group-lg > .input-group-append > .btn {
      font-size: calc(1.435rem + 0.41015625vw) ; } }
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

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

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 2.1rem;
  padding-left: 2.3rem;
  color-adjust: exact; }

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.8rem;
  height: 1.95rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #3366ff;
    background-color: #3366ff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #1D1D1D; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #e6ecff;
    border-color: #e6ecff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.15rem;
    left: -2.3rem;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.15rem;
    left: -2.3rem;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3366ff;
  background-color: #3366ff; }

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(51, 102, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(51, 102, 255, 0.5); }

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(51, 102, 255, 0.5); }

.custom-switch {
  padding-left: 3.65rem; }
  .custom-switch .custom-control-label::before {
    left: -3.65rem;
    width: 3.15rem;
    pointer-events: all;
    border-radius: 0.9rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.15rem + 2px);
    left: calc(-3.65rem + 2px);
    width: calc(1.8rem - 4px);
    height: calc(1.8rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.9rem;
    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) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: transparent;
    transform: translateX(1.35rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(51, 102, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 3.5rem 1rem 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: transparent 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 2.5rem center/8px 10px;
  border: 1px solid #4b4e50;
  border-radius: 0.6rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #1D1D1D;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(51, 102, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: transparent; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 2.5rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

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

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.75rem; }
  @media (max-width: 768px) {
    .custom-select-lg {
      font-size: calc(1.435rem + 0.41015625vw) ; } }
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #1D1D1D;
    box-shadow: none; }
  .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  border: 1px solid #cbcdcf;
  border-radius: 0.6rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 2rem);
    padding: 1rem 2.5rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: none;
    border-left: inherit;
    border-radius: 0 0.6rem 0.6rem 0; }

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #3366ff;
    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) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #e6ecff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3366ff;
    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) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #e6ecff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #3366ff;
    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) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #e6ecff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.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) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3366ff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.6rem; }
  .navbar .container, .navbar .header-v2,
  .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; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.2375rem;
  padding-bottom: 0.2375rem;
  margin-right: 1.6rem;
  font-size: 1.75rem;
  line-height: inherit;
  white-space: nowrap; }
  @media (max-width: 768px) {
    .navbar-brand {
      font-size: calc(1.435rem + 0.41015625vw) ; } }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.75rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3.6rem; }
  @media (max-width: 768px) {
    .navbar-toggler {
      font-size: calc(1.435rem + 0.41015625vw) ; } }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .header-v2,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container, .navbar-expand-sm > .header-v2,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .header-v2,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container, .navbar-expand-md > .header-v2,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .header-v2,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container, .navbar-expand-lg > .header-v2,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container, .navbar-expand-xl > .header-v2,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container, .navbar-expand > .header-v2,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container, .navbar-expand > .header-v2,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: 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: 3.6rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(3.6rem - 1px);
      border-top-right-radius: calc(3.6rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(3.6rem - 1px);
      border-bottom-left-radius: calc(3.6rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(3.6rem - 1px) calc(3.6rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(3.6rem - 1px) calc(3.6rem - 1px); }

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(3.6rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(3.6rem - 1px);
  border-top-right-radius: calc(3.6rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(3.6rem - 1px);
  border-bottom-left-radius: calc(3.6rem - 1px); }

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

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

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

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

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

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

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.6rem; }

.breadcrumb-item {
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #6c757d; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3366ff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0039e6;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(51, 102, 255, 0.25); }

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3366ff;
  border-color: #3366ff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.75rem;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .pagination-lg .page-link {
      font-size: calc(1.435rem + 0.41015625vw) ; } }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 3.6rem;
  border-bottom-left-radius: 3.6rem; }

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.6rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #3366ff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0040ff; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(51, 102, 255, 0.5); }

.badge-secondary {
  color: #373F41;
  background-color: #edff00; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #373F41;
    background-color: #becc00; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(237, 255, 0, 0.5); }

.badge-success {
  color: #373F41;
  background-color: #5ec997; }
  a.badge-success:hover, a.badge-success:focus {
    color: #373F41;
    background-color: #3db77e; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(94, 201, 151, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #373F41;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #373F41;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #db2727; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #b11e1e; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(219, 39, 39, 0.5); }

.badge-light {
  color: #373F41;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #373F41;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(248, 249, 250, 0.5); }

.badge-lightest {
  color: #373F41;
  background-color: #fff; }
  a.badge-lightest:hover, a.badge-lightest:focus {
    color: #373F41;
    background-color: #e6e6e6; }
  a.badge-lightest:focus, a.badge-lightest.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(255, 255, 255, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #1D1D1D; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #040404; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(29, 29, 29, 0.5); }

.badge-darker {
  color: #fff;
  background-color: #373F41; }
  a.badge-darker:hover, a.badge-darker:focus {
    color: #fff;
    background-color: #202425; }
  a.badge-darker:focus, a.badge-darker.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(55, 63, 65, 0.5); }

.badge-read {
  color: #373F41;
  background-color: #c1bcaa; }
  a.badge-read:hover, a.badge-read:focus {
    color: #373F41;
    background-color: #aba58d; }
  a.badge-read:focus, a.badge-read.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(193, 188, 170, 0.5); }

.badge-light-grey {
  color: #373F41;
  background-color: #F3F3F3; }
  a.badge-light-grey:hover, a.badge-light-grey:focus {
    color: #373F41;
    background-color: #dadada; }
  a.badge-light-grey:focus, a.badge-light-grey.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(243, 243, 243, 0.5); }

.badge-dark-primary {
  color: #fff;
  background-color: #380098; }
  a.badge-dark-primary:hover, a.badge-dark-primary:focus {
    color: #fff;
    background-color: #250065; }
  a.badge-dark-primary:focus, a.badge-dark-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(56, 0, 152, 0.5); }

.badge-brown-grey {
  color: #373F41;
  background-color: #9f9f9f; }
  a.badge-brown-grey:hover, a.badge-brown-grey:focus {
    color: #373F41;
    background-color: #868686; }
  a.badge-brown-grey:focus, a.badge-brown-grey.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(159, 159, 159, 0.5); }

.badge-charcoal-grey {
  color: #fff;
  background-color: #4b4e50; }
  a.badge-charcoal-grey:hover, a.badge-charcoal-grey:focus {
    color: #fff;
    background-color: #323436; }
  a.badge-charcoal-grey:focus, a.badge-charcoal-grey.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(75, 78, 80, 0.5); }

.badge-dark-grey {
  color: #fff;
  background-color: #1c1d21; }
  a.badge-dark-grey:hover, a.badge-dark-grey:focus {
    color: #fff;
    background-color: #050505; }
  a.badge-dark-grey:focus, a.badge-dark-grey.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(28, 29, 33, 0.5); }

.badge-gray-400 {
  color: #373F41;
  background-color: #EFEFEF; }
  a.badge-gray-400:hover, a.badge-gray-400:focus {
    color: #373F41;
    background-color: #d6d6d6; }
  a.badge-gray-400:focus, a.badge-gray-400.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(239, 239, 239, 0.5); }

.badge-light-secondary {
  color: #373F41;
  background-color: #F3F3F3; }
  a.badge-light-secondary:hover, a.badge-light-secondary:focus {
    color: #373F41;
    background-color: #dadada; }
  a.badge-light-secondary:focus, a.badge-light-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.36rem rgba(243, 243, 243, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 3.6rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.6rem; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 4.6rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #1b3585;
  background-color: #d6e0ff;
  border-color: #c6d4ff; }
  .alert-primary hr {
    border-top-color: #adc1ff; }
  .alert-primary .alert-link {
    color: #12245b; }

.alert-secondary {
  color: #7b8500;
  background-color: #fbffcc;
  border-color: #faffb8; }
  .alert-secondary hr {
    border-top-color: #f8ff9f; }
  .alert-secondary .alert-link {
    color: #4c5200; }

.alert-success {
  color: #31694f;
  background-color: #dff4ea;
  border-color: #d2f0e2; }
  .alert-success hr {
    border-top-color: #bfead6; }
  .alert-success .alert-link {
    color: #214635; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721414;
  background-color: #f8d4d4;
  border-color: #f5c3c3; }
  .alert-danger hr {
    border-top-color: #f1adad; }
  .alert-danger .alert-link {
    color: #470c0c; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-lightest {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-lightest hr {
    border-top-color: #f2f2f2; }
  .alert-lightest .alert-link {
    color: #6c6c6c; }

.alert-dark {
  color: #0f0f0f;
  background-color: #d2d2d2;
  border-color: silver; }
  .alert-dark hr {
    border-top-color: #b3b3b3; }
  .alert-dark .alert-link {
    color: black; }

.alert-darker {
  color: #1d2122;
  background-color: #d7d9d9;
  border-color: #c7c9ca; }
  .alert-darker hr {
    border-top-color: #babcbe; }
  .alert-darker .alert-link {
    color: #060606; }

.alert-read {
  color: #646258;
  background-color: #f3f2ee;
  border-color: #eeece7; }
  .alert-read hr {
    border-top-color: #e3e0d8; }
  .alert-read .alert-link {
    color: #494740; }

.alert-light-grey {
  color: #7e7e7e;
  background-color: #fdfdfd;
  border-color: #fcfcfc; }
  .alert-light-grey hr {
    border-top-color: #efefef; }
  .alert-light-grey .alert-link {
    color: #656565; }

.alert-dark-primary {
  color: #1d004f;
  background-color: #d7ccea;
  border-color: #c7b8e2; }
  .alert-dark-primary hr {
    border-top-color: #b9a6db; }
  .alert-dark-primary .alert-link {
    color: #0a001c; }

.alert-brown-grey {
  color: #535353;
  background-color: #ececec;
  border-color: #e4e4e4; }
  .alert-brown-grey hr {
    border-top-color: #d7d7d7; }
  .alert-brown-grey .alert-link {
    color: #3a3a3a; }

.alert-charcoal-grey {
  color: #27292a;
  background-color: #dbdcdc;
  border-color: #cdcdce; }
  .alert-charcoal-grey hr {
    border-top-color: #c0c0c1; }
  .alert-charcoal-grey .alert-link {
    color: #0e0f10; }

.alert-dark-grey {
  color: #0f0f11;
  background-color: #d2d2d3;
  border-color: #bfc0c1; }
  .alert-dark-grey hr {
    border-top-color: #b2b3b4; }
  .alert-dark-grey .alert-link {
    color: black; }

.alert-gray-400 {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fbfbfb; }
  .alert-gray-400 hr {
    border-top-color: #eeeeee; }
  .alert-gray-400 .alert-link {
    color: #636363; }

.alert-light-secondary {
  color: #7e7e7e;
  background-color: #fdfdfd;
  border-color: #fcfcfc; }
  .alert-light-secondary hr {
    border-top-color: #efefef; }
  .alert-light-secondary .alert-link {
    color: #656565; }

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 1.05rem;
  background-color: #e9ecef;
  border-radius: 0.6rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3366ff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }
.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.6rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #000000;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #3366ff;
    border-color: #3366ff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.6rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.6rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.6rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.6rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.6rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.6rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.6rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.6rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.6rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.6rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #1b3585;
  background-color: #c6d4ff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1b3585;
    background-color: #adc1ff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1b3585;
    border-color: #1b3585; }

.list-group-item-secondary {
  color: #7b8500;
  background-color: #faffb8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #7b8500;
    background-color: #f8ff9f; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #7b8500;
    border-color: #7b8500; }

.list-group-item-success {
  color: #31694f;
  background-color: #d2f0e2; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #31694f;
    background-color: #bfead6; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #31694f;
    border-color: #31694f; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721414;
  background-color: #f5c3c3; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721414;
    background-color: #f1adad; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721414;
    border-color: #721414; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-lightest {
  color: #858585;
  background-color: white; }
  .list-group-item-lightest.list-group-item-action:hover, .list-group-item-lightest.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-lightest.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-dark {
  color: #0f0f0f;
  background-color: silver; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #0f0f0f;
    background-color: #b3b3b3; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #0f0f0f; }

.list-group-item-darker {
  color: #1d2122;
  background-color: #c7c9ca; }
  .list-group-item-darker.list-group-item-action:hover, .list-group-item-darker.list-group-item-action:focus {
    color: #1d2122;
    background-color: #babcbe; }
  .list-group-item-darker.list-group-item-action.active {
    color: #fff;
    background-color: #1d2122;
    border-color: #1d2122; }

.list-group-item-read {
  color: #646258;
  background-color: #eeece7; }
  .list-group-item-read.list-group-item-action:hover, .list-group-item-read.list-group-item-action:focus {
    color: #646258;
    background-color: #e3e0d8; }
  .list-group-item-read.list-group-item-action.active {
    color: #fff;
    background-color: #646258;
    border-color: #646258; }

.list-group-item-light-grey {
  color: #7e7e7e;
  background-color: #fcfcfc; }
  .list-group-item-light-grey.list-group-item-action:hover, .list-group-item-light-grey.list-group-item-action:focus {
    color: #7e7e7e;
    background-color: #efefef; }
  .list-group-item-light-grey.list-group-item-action.active {
    color: #fff;
    background-color: #7e7e7e;
    border-color: #7e7e7e; }

.list-group-item-dark-primary {
  color: #1d004f;
  background-color: #c7b8e2; }
  .list-group-item-dark-primary.list-group-item-action:hover, .list-group-item-dark-primary.list-group-item-action:focus {
    color: #1d004f;
    background-color: #b9a6db; }
  .list-group-item-dark-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1d004f;
    border-color: #1d004f; }

.list-group-item-brown-grey {
  color: #535353;
  background-color: #e4e4e4; }
  .list-group-item-brown-grey.list-group-item-action:hover, .list-group-item-brown-grey.list-group-item-action:focus {
    color: #535353;
    background-color: #d7d7d7; }
  .list-group-item-brown-grey.list-group-item-action.active {
    color: #fff;
    background-color: #535353;
    border-color: #535353; }

.list-group-item-charcoal-grey {
  color: #27292a;
  background-color: #cdcdce; }
  .list-group-item-charcoal-grey.list-group-item-action:hover, .list-group-item-charcoal-grey.list-group-item-action:focus {
    color: #27292a;
    background-color: #c0c0c1; }
  .list-group-item-charcoal-grey.list-group-item-action.active {
    color: #fff;
    background-color: #27292a;
    border-color: #27292a; }

.list-group-item-dark-grey {
  color: #0f0f11;
  background-color: #bfc0c1; }
  .list-group-item-dark-grey.list-group-item-action:hover, .list-group-item-dark-grey.list-group-item-action:focus {
    color: #0f0f11;
    background-color: #b2b3b4; }
  .list-group-item-dark-grey.list-group-item-action.active {
    color: #fff;
    background-color: #0f0f11;
    border-color: #0f0f11; }

.list-group-item-gray-400 {
  color: #7c7c7c;
  background-color: #fbfbfb; }
  .list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
    color: #7c7c7c;
    background-color: #eeeeee; }
  .list-group-item-gray-400.list-group-item-action.active {
    color: #fff;
    background-color: #7c7c7c;
    border-color: #7c7c7c; }

.list-group-item-light-secondary {
  color: #7e7e7e;
  background-color: #fcfcfc; }
  .list-group-item-light-secondary.list-group-item-action:hover, .list-group-item-light-secondary.list-group-item-action:focus {
    color: #7e7e7e;
    background-color: #efefef; }
  .list-group-item-light-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #7e7e7e;
    border-color: #7e7e7e; }

.close {
  float: right;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 768px) {
    .close {
      font-size: calc(1.47rem + 0.8203125vw) ; } }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  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);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: 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);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: 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: 3.6rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #EFEFEF;
  border-top-left-radius: calc(3.6rem - 1px);
  border-top-right-radius: calc(3.6rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  margin-right: auto;
  margin-left: 25px;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #EFEFEF;
  border-bottom-right-radius: calc(3.6rem - 1px);
  border-bottom-left-radius: calc(3.6rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  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: 1.225rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.6rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 300px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  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: 1.1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #EFEFEF;
  border-radius: 3.6rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 2rem;
    height: 1rem;
    margin: 0 3.6rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 1rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-1rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 1rem 1rem 0;
      border-top-color: #efefef; }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 1rem 1rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 1rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-1rem - 1px);
    width: 1rem;
    height: 2rem;
    margin: 3.6rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 1rem 1rem 1rem 0;
      border-right-color: #efefef; }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 1rem 1rem 1rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 1rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-1rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 1rem 1rem 1rem;
      border-bottom-color: #efefef; }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 1rem 1rem 1rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 2rem;
    margin-left: -1rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 1rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-1rem - 1px);
    width: 1rem;
    height: 2rem;
    margin: 3.6rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 1rem 0 1rem 1rem;
      border-left-color: #efefef; }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 1rem 0 1rem 1rem;
      border-left-color: #fff; }

.popover-header {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(3.6rem - 1px);
  border-top-right-radius: calc(3.6rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1.5rem 1.5rem;
  color: #9f9f9f; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }
.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) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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"); }

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

.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; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    margin-left: 7px;
    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) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

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

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #3366ff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0040ff !important; }

.bg-secondary {
  background-color: #edff00 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #becc00 !important; }

.bg-success {
  background-color: #5ec997 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3db77e !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #db2727 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b11e1e !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-lightest {
  background-color: #fff !important; }

a.bg-lightest:hover, a.bg-lightest:focus,
button.bg-lightest:hover,
button.bg-lightest:focus {
  background-color: #e6e6e6 !important; }

.bg-dark {
  background-color: #1D1D1D !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #040404 !important; }

.bg-darker {
  background-color: #373F41 !important; }

a.bg-darker:hover, a.bg-darker:focus,
button.bg-darker:hover,
button.bg-darker:focus {
  background-color: #202425 !important; }

.bg-read {
  background-color: #c1bcaa !important; }

a.bg-read:hover, a.bg-read:focus,
button.bg-read:hover,
button.bg-read:focus {
  background-color: #aba58d !important; }

.bg-light-grey {
  background-color: #F3F3F3 !important; }

a.bg-light-grey:hover, a.bg-light-grey:focus,
button.bg-light-grey:hover,
button.bg-light-grey:focus {
  background-color: #dadada !important; }

.bg-dark-primary {
  background-color: #380098 !important; }

a.bg-dark-primary:hover, a.bg-dark-primary:focus,
button.bg-dark-primary:hover,
button.bg-dark-primary:focus {
  background-color: #250065 !important; }

.bg-brown-grey {
  background-color: #9f9f9f !important; }

a.bg-brown-grey:hover, a.bg-brown-grey:focus,
button.bg-brown-grey:hover,
button.bg-brown-grey:focus {
  background-color: #868686 !important; }

.bg-charcoal-grey {
  background-color: #4b4e50 !important; }

a.bg-charcoal-grey:hover, a.bg-charcoal-grey:focus,
button.bg-charcoal-grey:hover,
button.bg-charcoal-grey:focus {
  background-color: #323436 !important; }

.bg-dark-grey {
  background-color: #1c1d21 !important; }

a.bg-dark-grey:hover, a.bg-dark-grey:focus,
button.bg-dark-grey:hover,
button.bg-dark-grey:focus {
  background-color: #050505 !important; }

.bg-gray-400 {
  background-color: #EFEFEF !important; }

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #d6d6d6 !important; }

.bg-light-secondary {
  background-color: #F3F3F3 !important; }

a.bg-light-secondary:hover, a.bg-light-secondary:focus,
button.bg-light-secondary:hover,
button.bg-light-secondary:focus {
  background-color: #dadada !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #EFEFEF !important; }

.border-top {
  border-top: 1px solid #EFEFEF !important; }

.border-right {
  border-right: 1px solid #EFEFEF !important; }

.border-bottom {
  border-bottom: 1px solid #EFEFEF !important; }

.border-left {
  border-left: 1px solid #EFEFEF !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #3366ff !important; }

.border-secondary {
  border-color: #edff00 !important; }

.border-success {
  border-color: #5ec997 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #db2727 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-lightest {
  border-color: #fff !important; }

.border-dark {
  border-color: #1D1D1D !important; }

.border-darker {
  border-color: #373F41 !important; }

.border-read {
  border-color: #c1bcaa !important; }

.border-light-grey {
  border-color: #F3F3F3 !important; }

.border-dark-primary {
  border-color: #380098 !important; }

.border-brown-grey {
  border-color: #9f9f9f !important; }

.border-charcoal-grey {
  border-color: #4b4e50 !important; }

.border-dark-grey {
  border-color: #1c1d21 !important; }

.border-gray-400 {
  border-color: #EFEFEF !important; }

.border-light-secondary {
  border-color: #F3F3F3 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.6rem !important; }

.rounded-top {
  border-top-left-radius: 0.6rem !important;
  border-top-right-radius: 0.6rem !important; }

.rounded-right {
  border-top-right-radius: 0.6rem !important;
  border-bottom-right-radius: 0.6rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.6rem !important;
  border-bottom-left-radius: 0.6rem !important; }

.rounded-left {
  border-top-left-radius: 0.6rem !important;
  border-bottom-left-radius: 0.6rem !important; }

.rounded-lg {
  border-radius: 3.6rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.03), 2px 8px 24px 4px rgba(0, 0, 0, 0.03) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.4rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.4rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.4rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.4rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.4rem !important; }

.m-2 {
  margin: 0.8rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.8rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.8rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.8rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.8rem !important; }

.m-3 {
  margin: 1.6rem !important; }

.mt-3,
.my-3 {
  margin-top: 1.6rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1.6rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1.6rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1.6rem !important; }

.m-4 {
  margin: 2.4rem !important; }

.mt-4,
.my-4 {
  margin-top: 2.4rem !important; }

.mr-4,
.mx-4 {
  margin-right: 2.4rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 2.4rem !important; }

.ml-4,
.mx-4 {
  margin-left: 2.4rem !important; }

.m-5 {
  margin: 4.8rem !important; }

.mt-5,
.my-5 {
  margin-top: 4.8rem !important; }

.mr-5,
.mx-5 {
  margin-right: 4.8rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 4.8rem !important; }

.ml-5,
.mx-5 {
  margin-left: 4.8rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.4rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.4rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.4rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.4rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.4rem !important; }

.p-2 {
  padding: 0.8rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.8rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.8rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.8rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.8rem !important; }

.p-3 {
  padding: 1.6rem !important; }

.pt-3,
.py-3 {
  padding-top: 1.6rem !important; }

.pr-3,
.px-3 {
  padding-right: 1.6rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1.6rem !important; }

.pl-3,
.px-3 {
  padding-left: 1.6rem !important; }

.p-4 {
  padding: 2.4rem !important; }

.pt-4,
.py-4 {
  padding-top: 2.4rem !important; }

.pr-4,
.px-4 {
  padding-right: 2.4rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 2.4rem !important; }

.pl-4,
.px-4 {
  padding-left: 2.4rem !important; }

.p-5 {
  padding: 4.8rem !important; }

.pt-5,
.py-5 {
  padding-top: 4.8rem !important; }

.pr-5,
.px-5 {
  padding-right: 4.8rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 4.8rem !important; }

.pl-5,
.px-5 {
  padding-left: 4.8rem !important; }

.m-n1 {
  margin: -0.4rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.4rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.4rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.4rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.4rem !important; }

.m-n2 {
  margin: -0.8rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.8rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.8rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.8rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.8rem !important; }

.m-n3 {
  margin: -1.6rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1.6rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1.6rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1.6rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1.6rem !important; }

.m-n4 {
  margin: -2.4rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -2.4rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -2.4rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -2.4rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -2.4rem !important; }

.m-n5 {
  margin: -4.8rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -4.8rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -4.8rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -4.8rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -4.8rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.4rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.4rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.4rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.4rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.4rem !important; }
  .m-sm-2 {
    margin: 0.8rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.8rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.8rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.8rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.8rem !important; }
  .m-sm-3 {
    margin: 1.6rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.6rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.6rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.6rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.6rem !important; }
  .m-sm-4 {
    margin: 2.4rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2.4rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2.4rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2.4rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2.4rem !important; }
  .m-sm-5 {
    margin: 4.8rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4.8rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4.8rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4.8rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4.8rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.4rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.4rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.4rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.4rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.4rem !important; }
  .p-sm-2 {
    padding: 0.8rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.8rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.8rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.8rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.8rem !important; }
  .p-sm-3 {
    padding: 1.6rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.6rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.6rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.6rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.6rem !important; }
  .p-sm-4 {
    padding: 2.4rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2.4rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2.4rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2.4rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2.4rem !important; }
  .p-sm-5 {
    padding: 4.8rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4.8rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4.8rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4.8rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4.8rem !important; }
  .m-sm-n1 {
    margin: -0.4rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.4rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.4rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.4rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.4rem !important; }
  .m-sm-n2 {
    margin: -0.8rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.8rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.8rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.8rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.8rem !important; }
  .m-sm-n3 {
    margin: -1.6rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.6rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.6rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.6rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.6rem !important; }
  .m-sm-n4 {
    margin: -2.4rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2.4rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2.4rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2.4rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2.4rem !important; }
  .m-sm-n5 {
    margin: -4.8rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -4.8rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -4.8rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -4.8rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -4.8rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.4rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.4rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.4rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.4rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.4rem !important; }
  .m-md-2 {
    margin: 0.8rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.8rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.8rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.8rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.8rem !important; }
  .m-md-3 {
    margin: 1.6rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.6rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.6rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.6rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.6rem !important; }
  .m-md-4 {
    margin: 2.4rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2.4rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2.4rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2.4rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2.4rem !important; }
  .m-md-5 {
    margin: 4.8rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 4.8rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 4.8rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4.8rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 4.8rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.4rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.4rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.4rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.4rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.4rem !important; }
  .p-md-2 {
    padding: 0.8rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.8rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.8rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.8rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.8rem !important; }
  .p-md-3 {
    padding: 1.6rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.6rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.6rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.6rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.6rem !important; }
  .p-md-4 {
    padding: 2.4rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2.4rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2.4rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2.4rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2.4rem !important; }
  .p-md-5 {
    padding: 4.8rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 4.8rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 4.8rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4.8rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 4.8rem !important; }
  .m-md-n1 {
    margin: -0.4rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.4rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.4rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.4rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.4rem !important; }
  .m-md-n2 {
    margin: -0.8rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.8rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.8rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.8rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.8rem !important; }
  .m-md-n3 {
    margin: -1.6rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.6rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.6rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.6rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.6rem !important; }
  .m-md-n4 {
    margin: -2.4rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2.4rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2.4rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2.4rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2.4rem !important; }
  .m-md-n5 {
    margin: -4.8rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -4.8rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -4.8rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -4.8rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -4.8rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.4rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.4rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.4rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.4rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.4rem !important; }
  .m-lg-2 {
    margin: 0.8rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.8rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.8rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.8rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.8rem !important; }
  .m-lg-3 {
    margin: 1.6rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.6rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.6rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.6rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.6rem !important; }
  .m-lg-4 {
    margin: 2.4rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2.4rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2.4rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2.4rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2.4rem !important; }
  .m-lg-5 {
    margin: 4.8rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4.8rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4.8rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4.8rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4.8rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.4rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.4rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.4rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.4rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.4rem !important; }
  .p-lg-2 {
    padding: 0.8rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.8rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.8rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.8rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.8rem !important; }
  .p-lg-3 {
    padding: 1.6rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.6rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.6rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.6rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.6rem !important; }
  .p-lg-4 {
    padding: 2.4rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2.4rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2.4rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2.4rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2.4rem !important; }
  .p-lg-5 {
    padding: 4.8rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4.8rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4.8rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4.8rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4.8rem !important; }
  .m-lg-n1 {
    margin: -0.4rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.4rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.4rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.4rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.4rem !important; }
  .m-lg-n2 {
    margin: -0.8rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.8rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.8rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.8rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.8rem !important; }
  .m-lg-n3 {
    margin: -1.6rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.6rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.6rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.6rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.6rem !important; }
  .m-lg-n4 {
    margin: -2.4rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2.4rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2.4rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2.4rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2.4rem !important; }
  .m-lg-n5 {
    margin: -4.8rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -4.8rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -4.8rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -4.8rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -4.8rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.4rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.4rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.4rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.4rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.4rem !important; }
  .m-xl-2 {
    margin: 0.8rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.8rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.8rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.8rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.8rem !important; }
  .m-xl-3 {
    margin: 1.6rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.6rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.6rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.6rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.6rem !important; }
  .m-xl-4 {
    margin: 2.4rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2.4rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2.4rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2.4rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2.4rem !important; }
  .m-xl-5 {
    margin: 4.8rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4.8rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4.8rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4.8rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4.8rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.4rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.4rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.4rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.4rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.4rem !important; }
  .p-xl-2 {
    padding: 0.8rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.8rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.8rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.8rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.8rem !important; }
  .p-xl-3 {
    padding: 1.6rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.6rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.6rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.6rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.6rem !important; }
  .p-xl-4 {
    padding: 2.4rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2.4rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2.4rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2.4rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2.4rem !important; }
  .p-xl-5 {
    padding: 4.8rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4.8rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4.8rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4.8rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4.8rem !important; }
  .m-xl-n1 {
    margin: -0.4rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.4rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.4rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.4rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.4rem !important; }
  .m-xl-n2 {
    margin: -0.8rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.8rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.8rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.8rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.8rem !important; }
  .m-xl-n3 {
    margin: -1.6rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.6rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.6rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.6rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.6rem !important; }
  .m-xl-n4 {
    margin: -2.4rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2.4rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2.4rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2.4rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2.4rem !important; }
  .m-xl-n5 {
    margin: -4.8rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -4.8rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -4.8rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -4.8rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -4.8rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 500 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-boldest {
  font-weight: 900 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #3366ff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0039e6 !important; }

.text-secondary {
  color: #edff00 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #a6b300 !important; }

.text-success {
  color: #5ec997 !important; }

a.text-success:hover, a.text-success:focus {
  color: #37a471 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #db2727 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #9c1a1a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-lightest {
  color: #fff !important; }

a.text-lightest:hover, a.text-lightest:focus {
  color: #d9d9d9 !important; }

.text-dark {
  color: #1D1D1D !important; }

a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

.text-darker {
  color: #373F41 !important; }

a.text-darker:hover, a.text-darker:focus {
  color: #141718 !important; }

.text-read {
  color: #c1bcaa !important; }

a.text-read:hover, a.text-read:focus {
  color: #a1997e !important; }

.text-light-grey {
  color: #F3F3F3 !important; }

a.text-light-grey:hover, a.text-light-grey:focus {
  color: #cdcdcd !important; }

.text-dark-primary {
  color: #380098 !important; }

a.text-dark-primary:hover, a.text-dark-primary:focus {
  color: #1c004c !important; }

.text-brown-grey {
  color: #9f9f9f !important; }

a.text-brown-grey:hover, a.text-brown-grey:focus {
  color: #797979 !important; }

.text-charcoal-grey {
  color: #4b4e50 !important; }

a.text-charcoal-grey:hover, a.text-charcoal-grey:focus {
  color: #262829 !important; }

.text-dark-grey {
  color: #1c1d21 !important; }

a.text-dark-grey:hover, a.text-dark-grey:focus {
  color: black !important; }

.text-gray-400 {
  color: #EFEFEF !important; }

a.text-gray-400:hover, a.text-gray-400:focus {
  color: #c9c9c9 !important; }

.text-light-secondary {
  color: #F3F3F3 !important; }

a.text-light-secondary:hover, a.text-light-secondary:focus {
  color: #cdcdcd !important; }

.text-body {
  color: #000000 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container, .header-v2 {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #EFEFEF; }
  .table .thead-dark th {
    color: inherit;
    border-color: #EFEFEF; } }

#inscription-wrapper {
  padding: 30px 15px 15px 15px;
  max-width: 1170px;
  margin: 80px auto 0; }
  #inscription-wrapper #form-inscription-container .form-content {
    padding-top: 0; }
  #inscription-wrapper #form-inscription-container .box-payement .form-content {
    padding-top: 10px; }
  #inscription-wrapper #container-slogan {
    padding: 0 15px 0 15px; }
    @media screen and (max-width: 1023px) {
      #inscription-wrapper #container-slogan {
        text-align: center; }
        #inscription-wrapper #container-slogan .label-line {
          text-align: center; } }
  #inscription-wrapper #form-inscription {
    margin: 10px auto 50px 0; }
  #inscription-wrapper .form-code-reduc {
    display: flex;
    align-items: center;
    flex-flow: wrap; }
  @media (max-width: 720px) {
    #inscription-wrapper .form-inscription {
      width: 100%; } }
  #inscription-wrapper .form-content {
    width: auto; }
    @media (max-width: 790px) {
      #inscription-wrapper .form-content {
        padding: 1em; } }
  #inscription-wrapper .tblBodyCell {
    padding: 10px; }
    #inscription-wrapper .tblBodyCell:first-child {
      padding-left: 0; }
    #inscription-wrapper .tblBodyCell:last-child {
      padding-right: 0; }
  #inscription-wrapper .tblFlixLike {
    margin-top: 10px; }
    #inscription-wrapper .tblFlixLike .title {
      padding: 0; }
  #inscription-wrapper #select_type_forfait {
    width: 100%;
    margin: 0; }
  #inscription-wrapper .tblHeaderCell .content {
    height: 80px;
    font-size: 14px; }
    @media screen and (max-width: 639px) {
      #inscription-wrapper .tblHeaderCell .content {
        font-size: 0.9em; } }
  #inscription-wrapper .carte .tblHeaderCell {
    padding: 15px 7.5px; }
    @media screen and (max-width: 800px) {
      #inscription-wrapper .carte .tblHeaderCell {
        padding: 0; } }
    #inscription-wrapper .carte .tblHeaderCell .content {
      font-size: 12px;
      padding: 3px;
      letter-spacing: -0.3px;
      word-break: break-word; }
      @media screen and (max-width: 330px) {
        #inscription-wrapper .carte .tblHeaderCell .content {
          font-size: 0.7em; } }
  #inscription-wrapper .menu-type-forfait .column {
    border: 1px solid #1D1D1D;
    border-left: none; }
    #inscription-wrapper .menu-type-forfait .column.active {
      background-color: #1D1D1D; }
    #inscription-wrapper .menu-type-forfait .column:first-child, #inscription-wrapper .menu-type-forfait .column.first {
      border-radius: 4px 0 0 4px;
      border-left: 1px solid #1D1D1D; }
    #inscription-wrapper .menu-type-forfait .column:last-child {
      border-radius: 0 4px 4px 0; }
  @media screen and (max-width: 900px) {
    #inscription-wrapper .btn-continue-like {
      position: relative;
      background-color: #3366ff;
      border-radius: 4px;
      width: calc(100% - 4px);
      margin: 0 auto;
      max-width: 90%; } }
  @media screen and (max-width: 1023px) {
    #inscription-wrapper.inscription-step-wrapper {
      padding: 10px 0 15px 0; }
      #inscription-wrapper.inscription-step-wrapper .step-wrapper {
        text-align: center; }
      #inscription-wrapper.inscription-step-wrapper .step {
        margin-top: 0;
        display: inline-block;
        font-size: 14px;
        position: relative;
        width: 285px;
        margin: 0 auto; }
        #inscription-wrapper.inscription-step-wrapper .step .circle {
          height: 26px;
          width: 26px;
          margin-top: 10px;
          font-size: 14px;
          line-height: 26px; }
        #inscription-wrapper.inscription-step-wrapper .step li {
          margin: 0 auto 10px auto;
          display: none; }
          #inscription-wrapper.inscription-step-wrapper .step li:not(:last-child):after {
            display: none; }
          #inscription-wrapper.inscription-step-wrapper .step li.active {
            display: block; }
            #inscription-wrapper.inscription-step-wrapper .step li.active:not(.down):after {
              position: absolute;
              display: inline-block;
              top: 17px;
              margin: 0;
              content: '';
              right: 0;
              width: 30px;
              height: 15px;
              background: transparent url(/img/newSite/arrow-down-grey.png) no-repeat 98% 60%; }
            #inscription-wrapper.inscription-step-wrapper .step li.active.down:after {
              position: absolute;
              display: inline-block;
              top: 17px;
              margin: 0;
              content: '';
              right: 0;
              width: 30px;
              height: 15px;
              background: transparent url(/img/newSite/arrow-up-grey.png) no-repeat 98% 60%; } }
.ico-defi {
  height: 16px;
  width: 20px;
  background-color: #FFFFFF;
  display: inline-block;
  -webkit-mask: url(/img/revision_2019/defi_sword.svg) no-repeat center;
  -webkit-mask-size: 20px 16px;
  mask: url(/img/revision_2019/defi_sword.svg) no-repeat center; }
  .ico-defi.small {
    height: 10px;
    width: 8px;
    -webkit-mask-size: 10px 8px; }

.ico-feat {
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  display: inline-block;
  -webkit-mask: url(/img/revision_2019/trophy.svg) no-repeat center;
  -webkit-mask-size: 20px 20px;
  mask: url(/img/revision_2019/trophy.svg) no-repeat center; }

.ico-profil {
  position: relative; }
  .ico-profil:before {
    font-family: 'Font Awesome 5 Free';
    height: 16px;
    width: 20px;
    content: '\f007';
    font-weight: 900; }

#planning-cours .step,
#inscription-wrapper .step,
#zone-info-perso .step,
#zone-defi .step {
  margin-top: 40px;
  margin-bottom: 40px;
  list-style: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  background: none;
  border-right: none;
  width: auto;
  line-height: 1.428571429;
  text-align: left; }
  #planning-cours .step .circle,
  #inscription-wrapper .step .circle,
  #zone-info-perso .step .circle,
  #zone-defi .step .circle {
    border-radius: 20px;
    display: inline-block;
    height: 36px;
    min-width: 36px;
    margin-right: 15px;
    background: #9f9f9f;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center; }
    @media screen and (min-width: 990px) {
      #planning-cours .step .circle,
      #inscription-wrapper .step .circle,
      #zone-info-perso .step .circle,
      #zone-defi .step .circle {
        margin-right: 10px; } }
  @media screen and (min-width: 990px) {
    #planning-cours .step,
    #inscription-wrapper .step,
    #zone-info-perso .step,
    #zone-defi .step {
      margin-top: 0; } }
  #planning-cours .step li > a,
  #inscription-wrapper .step li > a,
  #zone-info-perso .step li > a,
  #zone-defi .step li > a {
    align-items: center;
    display: flex;
    text-decoration: none;
    color: #9f9f9f; }
  #planning-cours .step li:not(.success) > a, #planning-cours .step li:first-child > a,
  #inscription-wrapper .step li:not(.success) > a,
  #inscription-wrapper .step li:first-child > a,
  #zone-info-perso .step li:not(.success) > a,
  #zone-info-perso .step li:first-child > a,
  #zone-defi .step li:not(.success) > a,
  #zone-defi .step li:first-child > a {
    cursor: default; }
  #planning-cours .step .active a,
  #inscription-wrapper .step .active a,
  #zone-info-perso .step .active a,
  #zone-defi .step .active a {
    color: #3366ff; }
  #planning-cours .step .active .circle,
  #inscription-wrapper .step .active .circle,
  #zone-info-perso .step .active .circle,
  #zone-defi .step .active .circle {
    background: #3366ff; }
  #planning-cours .step .success a,
  #inscription-wrapper .step .success a,
  #zone-info-perso .step .success a,
  #zone-defi .step .success a {
    color: #380098; }
  #planning-cours .step .success .circle,
  #inscription-wrapper .step .success .circle,
  #zone-info-perso .step .success .circle,
  #zone-defi .step .success .circle {
    background: #380098; }
  #planning-cours .step li,
  #inscription-wrapper .step li,
  #zone-info-perso .step li,
  #zone-defi .step li {
    margin-top: 10px; }
    #planning-cours .step li:not(:last-child):after,
    #inscription-wrapper .step li:not(:last-child):after,
    #zone-info-perso .step li:not(:last-child):after,
    #zone-defi .step li:not(:last-child):after {
      content: ' ';
      display: block;
      margin: 10px 0 0 17px;
      width: 2px;
      height: 30px;
      background: #CCCCCC; }
      @media screen and (max-width: 990px) {
        #planning-cours .step li:not(:last-child):after,
        #inscription-wrapper .step li:not(:last-child):after,
        #zone-info-perso .step li:not(:last-child):after,
        #zone-defi .step li:not(:last-child):after {
          height: 10px; } }
#zone-defi {
  padding-top: 30px; }
  #zone-defi .step .circle .ico-defi {
    margin-bottom: -2px; }
  #zone-defi .step .circle .ico-feat {
    margin-bottom: -4px; }
  @media screen and (max-width: 1023px) {
    #zone-defi {
      padding: 10px 0 15px 0; }
      #zone-defi .step-wrapper {
        text-align: center; }
      #zone-defi .step {
        display: inline-block;
        font-size: 14px;
        position: relative;
        width: auto;
        padding-right: 50px;
        margin: 0 auto; }
        #zone-defi .step .circle {
          height: 26px;
          width: 26px;
          margin-top: 10px;
          font-size: 14px;
          line-height: 26px; }
          #zone-defi .step .circle .ico-defi {
            height: 12px;
            width: 15px;
            -webkit-mask-size: 15px 12px; }
          #zone-defi .step .circle .ico-feat {
            height: 15px;
            width: 15px;
            -webkit-mask-size: 15px 15px; }
        #zone-defi .step li {
          margin: 0 auto 10px auto;
          display: none; }
          #zone-defi .step li:not(:last-child):after {
            display: none; }
          #zone-defi .step li.active {
            display: block; }
            #zone-defi .step li.active:not(.down):after {
              position: absolute;
              display: inline-block;
              top: 17px;
              margin: 0;
              content: '';
              right: 0;
              width: 30px;
              height: 15px;
              background: transparent url(/img/newSite/arrow-down-grey.png) no-repeat 98% 60%; }
            #zone-defi .step li.active.down:after {
              position: absolute;
              display: inline-block;
              top: 17px;
              margin: 0;
              content: '';
              right: 0;
              width: 30px;
              height: 15px;
              background: transparent url(/img/newSite/arrow-up-grey.png) no-repeat 98% 60%; } }
#planning-cours .step {
  padding: 0; }

#inscription-wrapper ul.step.inline {
  text-align: center; }
  #inscription-wrapper ul.step.inline li {
    display: inline-block; }
    #inscription-wrapper ul.step.inline li:not(:last-child):after {
      display: none; }
    #inscription-wrapper ul.step.inline li a {
      flex-direction: column; }

.reservation-card {
  height: 700px;
  overflow: hidden auto;
  color: white;
  border-radius: 40px 0 0 40px; }
  .reservation-card .container, .reservation-card .header-v2 {
    position: relative;
    max-width: 60% !important; }
  .reservation-card .star {
    width: 130px;
    height: auto;
    position: absolute;
    top: 20px;
    left: -160px; }
  .reservation-card .answer {
    width: fit-content;
    background: white;
    color: #1D1D1D;
    margin: 20px 0 20px 10px; }
  .reservation-card .checkbox-container input:checked ~ .checkmark-round {
    height: 25px;
    width: 25px; }
  .reservation-card .checkbox-container .checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #dee2e6; }
    .reservation-card .checkbox-container .checkmark:after {
      width: 10px;
      height: 18px;
      margin-top: -2px;
      border-width: 0 4px 4px 0; }
  .reservation-card .map-card-container {
    width: 300px; }
  .reservation-card .map-card-list {
    margin-left: 20%; }
  .reservation-card input {
    max-width: 350px; }
  .reservation-card .btn {
    min-width: 140px;
    padding: 20px 25px; }

.reservation-card.examen-pratique .btn {
  min-width: auto;
  padding: 1rem 2.5rem; }

.reservation-card.examen-pratique .link-white {
  color: #fff;
  text-decoration: underline; }

.reservation-card.examen-pratique .bloc-alert,
.reservation-card.examen-pratique .plage {
  background-color: #fff;
  color: #000;
  padding: 2rem;
  text-align: center;
  border-radius: 20px;
  font-weight: bold; }

.reservation-card.examen-pratique .bloc-alert h3 {
  font-size: 2em;
  font-weight: bold;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #3366ff; }

.reservation-card.examen-pratique .content-button {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.reservation-card.examen-pratique .content-facture {
  background-color: #fff;
  color: #000;
  padding: 2rem;
  text-align: center;
  border-radius: 20px;
  margin-top: 2rem; }

.reservation-card.examen-pratique .content-cb {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #000;
  max-width: 390px;
  border-radius: 20px;
  margin: auto; }
  .reservation-card.examen-pratique .content-cb .card.payment-card.p-0 {
    padding: 2rem !important; }

.reservation-card.examen-pratique .libelle_paiement {
  font-weight: bold;
  font-size: 1.2em; }

.reservation-card.examen-pratique .alert_message {
  color: #db2727;
  margin-bottom: 2rem; }

.reservation-card.examen-pratique .btn-link {
  text-decoration: underline;
  color: #fff; }

.reservation-card.examen-pratique .step-oui {
  width: 100%;
  display: block;
  height: 8rem; }
  .reservation-card.examen-pratique .step-oui .content-oui {
    float: right;
    padding: 2rem 3rem;
    color: #000;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 3rem 3rem 0% 3rem;
    margin-bottom: 2rem; }

.reservation-card.examen-pratique .message {
  font-weight: bold;
  margin-bottom: 2rem; }

.reservation-card.examen-pratique .message ul li {
  margin-top: 1rem;
  list-style-image: url(/img/stych/favicon16x16.png); }

.reservation-card.examen-pratique #points-cours-info {
  padding-top: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  border-radius: 3rem 3rem 0% 3rem; }
  .reservation-card.examen-pratique #points-cours-info .card.map-card .map {
    height: auto; }
  .reservation-card.examen-pratique #points-cours-info .place-distance {
    padding-bottom: 1rem; }

.reservation-card.examen-pratique .plage {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .reservation-card.examen-pratique .plage input[type=checkbox] {
    transform: scale(1.3); }
  .reservation-card.examen-pratique .plage input[type=checkbox]:hover {
    cursor: pointer; }
  .reservation-card.examen-pratique .plage table {
    width: 100%; }
    .reservation-card.examen-pratique .plage table td {
      border-bottom: 1px solid #C7C4BA;
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .reservation-card.examen-pratique .plage table .title {
      font-weight: bold; }
    .reservation-card.examen-pratique .plage table .title-left {
      font-weight: bold;
      text-align: left; }

.reservation-card.examen-pratique #bloc_nbr_examen {
  line-height: 4rem;
  margin-bottom: 2rem; }
  .reservation-card.examen-pratique #bloc_nbr_examen a {
    margin-top: 1rem; }

.examen-wrap {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1.6rem;
  margin-left: 4rem;
  margin-right: 4rem;
  position: relative; }
  .examen-wrap .links {
    display: flex;
    justify-content: space-between;
    position: relative; }
  .examen-wrap .dot {
    position: relative; }
  .examen-wrap .dot .number {
    position: absolute;
    z-index: 1;
    color: #000;
    left: 11px;
    top: 5px;
    font-size: 14px;
    cursor: pointer; }
  .examen-wrap .dot input {
    width: 30px;
    height: 30px; }
  .examen-wrap .dot input:hover {
    cursor: pointer; }
  .examen-wrap .dot input:checked:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -5px;
    top: 100%;
    border-top: solid 0px transparent;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    border-bottom: solid 20px #FFFFFF; }

.examen-wrap:before {
  content: '';
  position: absolute;
  top: 38%;
  left: 0;
  border-top: 1px solid #fff;
  background: #fff;
  width: 100%;
  transform: translateY(-50%); }

.reservation-card .answer,
.page-add-point-cours .answer {
  width: fit-content;
  background: white;
  color: #1D1D1D;
  margin: 20px 0 20px 10px; }

.card:not(.bs-card) .card-header.planning-header {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px; }

.card-reservation-planning .planning-header {
  display: flex; }

.card-reservation-planning .zone_choose_type_cours {
  margin-bottom: 2rem; }
  .card-reservation-planning .zone_choose_type_cours h2 {
    font-family: 'CircularStd';
    font-weight: bold; }
  .card-reservation-planning .zone_choose_type_cours .star-img {
    height: 13rem;
    width: 100%; }
  @media (max-width: 575.98px) {
    .card-reservation-planning .zone_choose_type_cours h2 {
      font-size: 18px;
      font-weight: bold; } }
@media screen and (max-width: 575.98px) and (max-width: 350px) {
  .card-reservation-planning .zone_choose_type_cours h2 {
    font-size: 15px; } }
  .card-reservation-planning .zone_choose_type_cours .bloc-action {
    align-items: center; }
    .card-reservation-planning .zone_choose_type_cours .bloc-action .btn {
      width: 25rem; }
      @media screen and (max-width: 500px) {
        .card-reservation-planning .zone_choose_type_cours .bloc-action .btn {
          font-size: 13px; } }
      @media screen and (min-width: 576px) {
        .card-reservation-planning .zone_choose_type_cours .bloc-action .btn {
          margin-right: 1.6rem !important; } }
#zn-timer-nouveau-planning {
  display: inline-block; }

.btns-transit .btn {
  margin: 5px; }

.step {
  padding-bottom: 1.8rem;
  clear: both; }

.availability-day {
  padding: 0.9rem 0;
  align-items: center;
  border-top: 1px solid #dee2e6; }
  .availability-day .col {
    display: flex;
    align-items: center; }

.day-period-col, .day-col {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px; }

.search-adress-centre-module .card:not(.bs-card) {
  border-radius: 40px; }

.card.map-card {
  color: #1D1D1D;
  padding: 1.8rem;
  border: 1px solid #e9ecef;
  border-radius: 25px; }
  .card.map-card.disable {
    color: #EFEFEF; }
  .card.map-card .place-informations {
    height: 90px; }
    .card.map-card .place-informations .place-address,
    .card.map-card .place-informations .place-city {
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden; }
  .card.map-card .map {
    cursor: pointer;
    height: 120px;
    margin-bottom: 10px; }
  .card.map-card .map.map-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    height: auto; }
  .card.map-card .btn {
    width: 100%;
    padding: 10px 25px; }
  .card.map-card:last-child {
    margin: 0; }

.course-list .course-day {
  width: 100%;
  margin-bottom: 3.6rem; }
  .course-list .course-day .day {
    font-size: 2.8rem;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    text-transform: capitalize; }
    @media (max-width: 768px) {
      .course-list .course-day .day {
        font-size: calc(1.54rem + 1.640625vw) ; } }
    .course-list .course-day .day:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 50px;
      background-color: #3366ff;
      left: 0;
      border-radius: 0 15px 15px 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  .course-list .course-day .course {
    position: relative;
    display: inline-block;
    color: #1D1D1D;
    padding: 20px;
    width: 240px;
    border-radius: 15px;
    margin-right: 1.8rem;
    border: 1px solid #dee2e6;
    cursor: pointer; }
    .course-list .course-day .course.selected {
      background: #3366ff;
      color: white;
      border: 1px solid transparent; }
    .course-list .course-day .course.readonly {
      cursor: default; }
    .course-list .course-day .course .custom-checkbox {
      position: absolute;
      right: 10px;
      top: 10px; }
      .course-list .course-day .course .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        border-color: white;
        background-color: white; }
      .course-list .course-day .course .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='%233366ff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
    .course-list .course-day .course .course-time {
      font-weight: bolder; }
    .course-list .course-day .course .course-moniteur {
      font-weight: bold; }
    .course-list .course-day .course .course-address {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      text-decoration: underline;
      cursor: pointer; }

.card-reservation-planning {
  padding: 0; }
  .card-reservation-planning .card-header {
    border-bottom: 1px solid #e9ecef; }

#filters-popup {
  position: absolute;
  z-index: 10;
  top: 120px;
  width: 700px; }
  #filters-popup #moniteur, #filters-popup #places {
    max-height: 300px; }
  #filters-popup .link-show-all {
    text-decoration: underline; }
  #filters-popup .card {
    padding: 0;
    border: 1px solid #e9ecef;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1; }
    @media (max-width: 1199.98px) {
      #filters-popup .card {
        margin-top: 65px; }
        #filters-popup .card .filter-tab {
          padding-bottom: 2rem; } }
    #filters-popup .card .card-body {
      padding: 30px 0 0 0; }
    #filters-popup .card .tab-content {
      padding: 20px;
      max-height: 600px; }
    #filters-popup .card .card-footer {
      margin: 0;
      padding: 20px;
      border-top: 1px solid #e9ecef; }
      #filters-popup .card .card-footer a.reset-filters {
        color: #1D1D1D;
        text-decoration: underline; }

.card-information {
  position: relative;
  padding: 30px 70px; }

.input-icon i {
  position: absolute; }

.page-add-point-cours {
  min-height: 100%;
  padding: 1.8rem 0.9rem 1.8rem 60px; }
  .page-add-point-cours .star {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 45px; }
  .page-add-point-cours .map-card-list {
    width: 100%; }
  .page-add-point-cours .btns-transit .btn {
    margin: 5px; }
    .page-add-point-cours .btns-transit .btn .btn-tooltip {
      padding: 0; }

.address-geo {
  color: black;
  position: relative;
  left: -30px; }

.slick-prev:before,
.slick-next:before {
  font-size: 12px !important;
  color: #380098 !important; }

.slick-dots li button:before {
  font-size: 14px !important; }

@media (min-width: 1200px) {
  .card-header.planning-header {
    position: sticky;
    top: -2px;
    background: #fff !important;
    z-index: 50;
    margin-left: -2.4rem;
    padding-left: 2.4rem;
    margin-right: -2.4rem;
    padding-right: 2.4rem; }
  .planning-filters-next {
    position: sticky;
    top: 63px;
    background: #fff !important;
    z-index: 50; }
  #filters-popup .card .card-header {
    padding: 0px;
    padding-top: 2rem;
    padding-right: 3rem; }
  #filters-popup .card .card-body {
    padding: 0px; } }

@media (min-width: 992px) {
  .card.map-card {
    font-size: 85%; } }

@media (max-width: 1199.98px) {
  .card.reservation-card {
    /*
    position: fixed;
    bottom: $navbar-mobile-height;
    */
    padding-bottom: 60px;
    border-radius: 0; }
    .card.reservation-card .container, .card.reservation-card .header-v2 {
      max-width: 100% !important;
      padding-left: 40px; }
    .card.reservation-card .star {
      width: 50px;
      top: 20px;
      left: -10px; }
    .card.reservation-card .btn {
      min-width: 110px;
      padding: 15px 25px;
      width: 100%; }
  .reservation-card.examen-pratique .container, .reservation-card.examen-pratique .header-v2 {
    max-width: 100% !important;
    padding-left: 60px;
    padding-top: 20px; }
  .reservation-card.examen-pratique .bloc-alert .btn {
    width: auto; }
  .reservation-card.examen-pratique .map-card-list {
    margin-left: 0; }
  .reservation-card.examen-pratique .card.map-card .place-informations {
    text-align: center;
    height: 80px; }
  .reservation-card.examen-pratique .card.map-card .place-distance {
    text-align: center;
    padding-bottom: 1rem; }
  #filters-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
    #filters-popup .card {
      height: 100%;
      border-radius: 0; }
      #filters-popup .card .card-header {
        padding: 1.8rem 3.6rem;
        border: none; }
      #filters-popup .card .card-body {
        padding: 0; }
  .card.card-point-de-cours {
    background: none; }
  .card-reservation-planning .planning-header {
    border: none; }
  .card-reservation-planning .planning-filters {
    position: fixed;
    left: 0;
    right: 0;
    height: 66px;
    background: #e9ecef;
    padding: 0 20px;
    z-index: 200; }
  .card-reservation-planning .planning-filters-elements {
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    height: 65px;
    background: #e9ecef;
    padding: 0 20px;
    z-index: 1; }
  .card-reservation-planning .planning-filters-elements a {
    width: 130px;
    border-color: #000;
    font-size: 0.8em;
    color: #000; }
  .card-reservation-planning .planning-filters-elements a:hover {
    background-color: #fff; }
  .card-reservation-planning .planning-filters-elements a:focus {
    background-color: #fff; }
  .card-reservation-planning .planning-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: white;
    border-top: 1px solid #e9ecef;
    z-index: 10; } }

@media (max-width: 991.98px) {
  #points-cours-info .card:not(.bs-card) {
    border-radius: 3rem; } }

@media (max-width: 991.98px) {
  .topbar.header-extended .topbar-title {
    max-width: 80%; } }

i.icon-filter.activated:after {
  content: '';
  position: absolute;
  background: #380098;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid #380098; }

.card-reservation-planning i.icon-filter.activated:after {
  left: 59px; }

.carte-point-rdv {
  z-index: 10000; }

@media screen and (max-width: 405px) {
  .menu-planning-mobile span {
    padding: 0 !important; } }

#filters-popup.filters-planning {
  z-index: 100; }
  @media (min-width: 1200px) {
    #filters-popup.filters-planning {
      top: 23rem;
      right: 10rem;
      width: 500px; } }
  #filters-popup.filters-planning .nbr_element {
    opacity: 0.8; }

@media (max-width: 991.98px) {
  .topbar.header-ep .topbar-title {
    max-width: 80%; } }

@media (max-width: 767.98px) {
  .topbar.header-ep .nav-item {
    display: none; } }

#point-cours-before {
  padding-bottom: 2rem; }

.search-adress-centre-module .map-card-list {
  margin: 0; }

.search-adress-centre-module .slick-prev, .search-adress-centre-module .slick-next {
  width: 30px;
  height: 30px;
  background: none;
  background-color: #FFF; }

.search-adress-centre-module .slick-prev:before, .search-adress-centre-module .slick-next:before, .search-adress-centre-module .slick-prev.slick-disabled:before, .search-adress-centre-module .slick-next.slick-disabled:before {
  opacity: 1; }

.search-adress-centre-module .slick-prev {
  left: -25px; }

.search-adress-centre-module .slick-next {
  right: -25px; }

#bloc-flash-message > div h2,
#zone-choose-type h2,
.zone_choose_type_cours h2,
.zone_bandeau_info h2 {
  font-family: 'CircularStd';
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 0; }
  @media (max-width: 575.98px) {
    #bloc-flash-message > div h2,
    #zone-choose-type h2,
    .zone_choose_type_cours h2,
    .zone_bandeau_info h2 {
      font-size: 20px;
      font-weight: bold; } }
  @media screen and (max-width: 575.98px) and (max-width: 350px) {
    #bloc-flash-message > div h2,
    #zone-choose-type h2,
    .zone_choose_type_cours h2,
    .zone_bandeau_info h2 {
      font-size: 15px; } }
#bloc-flash-message > div .text-simple,
#zone-choose-type .text-simple,
.zone_choose_type_cours .text-simple,
.zone_bandeau_info .text-simple {
  text-transform: none; }

#bloc-flash-message > div .star-img,
#zone-choose-type .star-img,
.zone_choose_type_cours .star-img,
.zone_bandeau_info .star-img {
  height: 13rem;
  width: 100%; }
  @media (max-width: 991.98px) {
    #bloc-flash-message > div .star-img,
    #zone-choose-type .star-img,
    .zone_choose_type_cours .star-img,
    .zone_bandeau_info .star-img {
      margin-left: 0 !important; } }
#no-courses-found .bloc-content {
  flex-direction: column;
  align-items: center; }
  #no-courses-found .bloc-content .bloc-action {
    align-items: center; }
    @media screen and (max-width: 575px) {
      #no-courses-found .bloc-content .bloc-action {
        width: 60%; }
        #no-courses-found .bloc-content .bloc-action a:first-child, #no-courses-found .bloc-content .bloc-action button:first-child {
          margin-bottom: 2rem; } }
    @media screen and (min-width: 576px) {
      #no-courses-found .bloc-content .bloc-action {
        width: 100%; }
        #no-courses-found .bloc-content .bloc-action a:first-child, #no-courses-found .bloc-content .bloc-action button:first-child {
          margin-right: 1.6rem; }
        #no-courses-found .bloc-content .bloc-action a:last-child, #no-courses-found .bloc-content .bloc-action button:last-child {
          margin-left: 1.6rem; } }
@media screen and (max-width: 575px) {
  .bloc-single-action {
    display: flex;
    justify-content: center; } }

#no-courses-found .btn,
#dossier-prefecture .btn,
.no-credit .btn {
  width: 15rem; }

.bloc-text-info {
  margin-left: 0 !important; }
  @media screen and (max-width: 575px) {
    .bloc-text-info {
      text-align: center; } }
  @media (min-width: 992px) {
    .bloc-text-info {
      max-width: 60%; } }
@media (min-width: 992px) {
  .zone_bandeau_info .bloc-text-info {
    max-width: 75%; } }

.swal2-popup {
  border-radius: 40px; }
  @media (min-width: 1200px) {
    .swal2-popup {
      min-width: 35%; } }
#popin-no-credit,
#popin-no-enough-credit {
  margin-top: 2rem;
  margin-bottom: 3rem; }
  #popin-no-credit .star-img,
  #popin-no-enough-credit .star-img {
    max-width: 6rem;
    margin-bottom: 1.5rem; }
  #popin-no-credit h2,
  #popin-no-enough-credit h2 {
    font-size: 2rem;
    font-weight: bold; }
  #popin-no-credit p,
  #popin-no-enough-credit p {
    font-size: 1.5rem; }
    @media (min-width: 992px) {
      #popin-no-credit p,
      #popin-no-enough-credit p {
        font-size: 2rem; } }
  #popin-no-credit .text-bloc,
  #popin-no-enough-credit .text-bloc {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.6rem; }
  #popin-no-credit .btn-bloc,
  #popin-no-enough-credit .btn-bloc {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    #popin-no-credit .btn-bloc a:first-child,
    #popin-no-enough-credit .btn-bloc a:first-child {
      margin-bottom: 1.5rem; }
    #popin-no-credit .btn-bloc a:last-child,
    #popin-no-enough-credit .btn-bloc a:last-child {
      display: block; }
  #popin-no-credit .text-underline,
  #popin-no-enough-credit .text-underline {
    text-decoration: underline;
    color: black; }
  #popin-no-credit .btn,
  #popin-no-enough-credit .btn {
    padding: 0.7rem 3rem; }

/* The checkbox-container */
.checkbox-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  margin: auto;
  background-color: white;
  border: 3px solid #dee2e6; }

/* Create a custom checkbox */
.checkmark-round {
  height: 35px;
  width: 35px;
  border-radius: 1000px; }

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: white; }

.checkbox-container input:checked ~ .checkmark {
  background-color: #3366ff;
  border: none; }

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark-round {
  height: 45px;
  width: 45px; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark-round when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  width: 10px;
  height: 18px;
  margin-top: -2px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Style the checkmark/indicator */
.checkbox-container .checkmark-round:after {
  width: 20px;
  height: 30px;
  margin-top: -5px;
  border: solid white;
  border-width: 0 6px 6px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 15px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: #e9ecef;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  content: "";
  height: 25px;
  width: 25px;
  left: 0;
  bottom: 0;
  background: #adb5bd;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: rgba(51, 102, 255, 0.4); }
  input:checked + .slider:before {
    background: #3366ff; }

input:focus + .slider {
  box-shadow: 0 0 1px #3366ff; }

input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.custom-control-input.custom-checkbox-dark-primary:checked ~ .custom-control-label::before {
  border-color: #380098;
  background-color: #380098; }

.custom-control-input.custom-checkbox-round ~ .custom-control-label::before {
  border-radius: 1000px; }

.custom-control-input.custom-control-input ~ .custom-control-label {
  cursor: pointer; }
  .custom-control-input.custom-control-input ~ .custom-control-label:after {
    background-size: 70%; }

.custom-control-input.custom-checkbox-lg ~ .custom-control-label {
  height: 2.4rem; }
  .custom-control-input.custom-checkbox-lg ~ .custom-control-label:before {
    top: 0;
    left: -2.4rem;
    width: 2.4rem;
    height: 2.4rem; }
  .custom-control-input.custom-checkbox-lg ~ .custom-control-label:after {
    top: 0;
    left: -2.4rem;
    width: 2.4rem;
    height: 2.4rem; }

.custom-control-input.custom-checkbox-xl ~ .custom-control-label {
  height: 3.6rem; }
  .custom-control-input.custom-checkbox-xl ~ .custom-control-label:before {
    top: 0;
    left: -3.6rem;
    width: 3.6rem;
    height: 3.6rem; }
  .custom-control-input.custom-checkbox-xl ~ .custom-control-label:after {
    top: 0;
    left: -3.6rem;
    width: 3.6rem;
    height: 3.6rem; }

.pac-container {
  z-index: 1051 !important; }

@media (max-width: 1199.98px) {
  .checkbox-container {
    width: 30px;
    height: 30px;
    /* Style the checkmark/indicator */ }
    .checkbox-container .checkmark {
      height: 18px;
      width: 18px;
      border: 2px solid #dee2e6; }
    .checkbox-container .checkmark:after {
      width: 6px;
      height: 12px; }
    .checkbox-container .checkmark-round {
      height: 25px;
      width: 25px; }
    .checkbox-container input:checked ~ .checkmark-round {
      height: 30px;
      width: 30px; } }

.form-group {
  position: relative;
  margin-bottom: 3.6rem; }
  .form-group select ~ label,
  .form-group input ~ label {
    z-index: 4;
    color: #4b4e50;
    transition: opacity 0.15s linear;
    font-size: 12px;
    line-height: 0.8rem;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 40px;
    opacity: 0; }
    @media (prefers-reduced-motion: reduce) {
      .form-group select ~ label,
      .form-group input ~ label {
        transition: none; } }
  .form-group select ~ label {
    opacity: 1;
    margin-top: -4px;
    border-bottom: 14px solid white;
    height: 9px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 3px; }
  .form-group select:valid ~ label {
    opacity: 1;
    margin-top: -12px;
    height: 9px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 3px;
    line-height: 1.1em;
    background-color: #FFF; }
  .form-group input:not(:placeholder-shown) ~ label {
    opacity: 1;
    margin-top: -12px;
    height: 9px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 3px;
    line-height: 1.1em;
    border-bottom: 14px solid white; }
  .form-group input:disabled ~ label, .form-group input[readonly] ~ label {
    border-bottom-color: transparent; }
  .form-group:not(.was-validated) .form-control:not(:placeholder-shown):not(.is-invalid):not(:invalid):not(.input-error):not(:disabled):not([readonly]) {
    color: #1D1D1D;
    border-color: #4b4e50; }
  .form-group:not(.was-validated) .form-control:not(:placeholder-shown):disabled, .form-group:not(.was-validated) .form-control:not(:placeholder-shown)[readonly] {
    color: #6c757d;
    opacity: 0.7; }
  .form-group.group-ei .label-radio {
    text-align: left;
    color: #1D1D1D;
    background: #fff;
    display: block;
    width: 100%;
    font-size: 1.2rem;
    padding: 1.6rem;
    margin-bottom: 0.8rem; }
  .form-group select.custom-select {
    line-height: 1.5;
    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;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    height: calc(1.5em + 2rem + 2px);
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/img/newSite/arrow-down-grey.png");
    background-repeat: no-repeat;
    background-position: 97% 55%;
    background-size: 18px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 36px;
    white-space: nowrap; }
    .form-group select.custom-select:disabled ~ label, .form-group select.custom-select[readonly] ~ label {
      border-bottom-color: transparent; }
    .form-group select.custom-select:not(:disabled):not([readonly]) {
      color: #1D1D1D;
      background-color: transparent; }
    .form-group select.custom-select:focus {
      box-shadow: none;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent url("/img/newSite/arrow-up-grey.png") no-repeat 97% 55%;
      background-size: 18px 10px; }
    .form-group select.custom-select.input-ei {
      line-height: 1.5;
      border-radius: 0.6rem;
      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;
      display: block;
      width: 100%;
      margin-bottom: 0.8rem !important;
      padding: 1.6rem !important;
      text-align: left !important;
      color: #1D1D1D !important;
      font-size: 1.2rem;
      position: relative;
      margin-top: 0.5rem;
      height: 51.98px;
      box-shadow: none;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent url("/img/newSite/arrow-down-grey.png") no-repeat 97% 55%;
      background-size: 18px 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 36px !important;
      white-space: nowrap; }
      .form-group select.custom-select.input-ei:focus {
        box-shadow: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent url("/img/newSite/arrow-up-grey.png") no-repeat 97% 55%;
        background-size: 18px 10px; }

.input-group-text {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0; }

.custom-select.input-error .eye-password,
#zone_mdp_old .eye-password, #zone_mdp_new .eye-password, #zone_mdp_new_confirm .eye-password {
  background-image: url("/img/stych/icon/eye-regular-grey.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer; }

.custom-select.input-error .eye-password:hover,
#zone_mdp_old .eye-password:hover, #zone_mdp_new .eye-password:hover, #zone_mdp_new_confirm .eye-password:hover {
  background-image: url("/img/stych/icon/eye-regular-black.svg"); }

.custom-select.input-error .eye-password.showed,
#zone_mdp_old .eye-password.showed, #zone_mdp_new .eye-password.showed, #zone_mdp_new_confirm .eye-password.showed {
  background-image: url("/img/stych/icon/eye-slash-regular-grey.svg"); }

.custom-select.input-error .eye-password.showed:hover,
#zone_mdp_old .eye-password.showed:hover, #zone_mdp_new .eye-password.showed:hover, #zone_mdp_new_confirm .eye-password.showed:hover {
  background-image: url("/img/stych/icon/eye-slash-regular-black.svg"); }

.mdp-old-container #zone_mdp_old {
  margin-bottom: 5px; }

.mdp-old-container #forgot_pwd {
  float: right;
  color: black;
  text-decoration: underline;
  font-weight: 400;
  font-size: 15px;
  line-height: 14px; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  min-height: 0; }
  .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse; }
  .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }
  .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-image: url("js/jquery-ui-1.11.0/images/ui-icons_222222_256x240.png"); }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9f9f9f url("js/jquery-ui-1.11.0/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle {
  display: none; }

.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%; }
  .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }
  .ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  text-decoration: none; }
  .ui-button:link {
    text-decoration: none; }
  .ui-button:visited {
    text-decoration: none; }
  .ui-button:hover {
    text-decoration: none; }
  .ui-button:active {
    text-decoration: none; }
  .ui-button .ui-button-text {
    display: block;
    line-height: normal; }

.ui-button-icon-only {
  width: 2.2em; }
  .ui-button-icon-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px; }
  .ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }
  .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px; }
  .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px; }
  .ui-button-icons-only .ui-button-icon-primary {
    left: .5em; }
  .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-text-icon-primary .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-primary .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-text-icons .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icons .ui-button-icon-secondary {
  right: .5em; }

.ui-button-text-icon-secondary .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icon-secondary .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-text-icon-secondary .ui-button-icon-secondary {
  right: .5em; }

input.ui-button {
  padding: .4em 1em; }
  input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0; }

.ui-buttonset {
  margin-right: 7px; }
  .ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em; }

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    left: 2px; }
    .ui-datepicker .ui-datepicker-prev span {
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      top: 50%;
      margin-top: -8px; }
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    right: 2px; }
    .ui-datepicker .ui-datepicker-next span {
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      top: 50%;
      margin-top: -8px; }
  .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
    left: 1px; }
  .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
    right: 1px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month {
    width: 49%; }
  .ui-datepicker select.ui-datepicker-year {
    width: 49%; }
  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .ui-datepicker td {
    border: 0;
    padding: 1px; }
    .ui-datepicker td span {
      display: block;
      padding: .2em;
      text-align: right;
      text-decoration: none; }
    .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: right;
      text-decoration: none; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible; }
    .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
      float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
    .ui-datepicker-rtl .ui-datepicker-prev:hover {
      right: 1px;
      left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
    .ui-datepicker-rtl .ui-datepicker-next:hover {
      left: 1px;
      right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
      float: right; }
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }
  .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }
  .ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative; }
  .ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px; }
  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em; }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: right; }
    .ui-dialog .ui-dialog-buttonpane button {
      margin: .5em .4em .5em 0;
      cursor: pointer; }
  .ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }
  .ui-menu .ui-menu {
    position: absolute; }
  .ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }
  .ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0; }
  .ui-menu .ui-state-focus {
    margin: -1px; }
  .ui-menu .ui-state-active {
    margin: -1px; }
  .ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0; }
  .ui-menu .ui-menu-icon {
    left: auto;
    right: 0; }

.ui-menu-icons {
  position: relative; }
  .ui-menu-icons .ui-menu-item {
    padding-left: 2em; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }
  .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%; }
  .ui-progressbar .ui-progressbar-overlay {
    background: url("js/jquery-ui-1.11.0/images/animated-overlay.gif");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }
  .ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px; }
    .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
      font-size: 1em;
      font-weight: bold;
      line-height: 1.5;
      padding: 2px 0.4em;
      margin: 0.5em 0 0 0;
      height: auto;
      border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }
  .ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%; }
  .ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle {
  filter: inherit; }

.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }
  .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em; }
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }
  .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em; }
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
  .ui-slider-vertical .ui-slider-range-max {
    top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }
  .ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none; }
  .ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0; }
  .ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  padding: .2em; }
  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0; }
    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      top: 0;
      margin: 1px .2em 0 0;
      border-bottom-width: 0;
      padding: 0;
      white-space: nowrap; }
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      float: left;
      padding: .5em 1em;
      text-decoration: none; }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active {
      margin-bottom: -1px;
      padding-bottom: 1px; }
      .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
        cursor: text; }
    .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor {
      cursor: text; }
    .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
      cursor: text; }
  .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #9f9f9f;
  box-shadow: 0 0 5px #9f9f9f; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget-content {
  border: 1px solid #9f9f9f;
  background: #ffffff url("js/jquery-ui-1.11.0/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x; }
  .ui-widget-content .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: normal;
    color: #1D1D1D; }
  .ui-widget-content .ui-state-hover {
    border: 1px solid #999999;
    background: #3366ff;
    font-weight: normal;
    color: #fff; }
  .ui-widget-content .ui-state-focus {
    border: 1px solid #999999;
    background: #3366ff;
    font-weight: normal;
    color: #fff; }
  .ui-widget-content .ui-state-active {
    border: 1px solid #9f9f9f;
    background: #ffffff;
    font-weight: normal;
    color: #212121; }
  .ui-widget-content .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
    color: #363636; }
    .ui-widget-content .ui-state-highlight a {
      color: #363636; }
  .ui-widget-content .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec;
    color: #cd0a0a; }
    .ui-widget-content .ui-state-error a {
      color: #cd0a0a; }
  .ui-widget-content .ui-state-error-text {
    color: #cd0a0a; }
  .ui-widget-content .ui-priority-primary {
    font-weight: bold; }
  .ui-widget-content .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal; }
  .ui-widget-content .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none; }
  .ui-widget-content .ui-icon {
    background-image: url("js/jquery-ui-1.11.0/images/ui-icons_222222_256x240.png"); }

.ui-widget-header {
  border: 1px solid #9f9f9f;
  background: #cccccc url("js/jquery-ui-1.11.0/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }
  .ui-widget-header a {
    color: #222222; }
  .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: normal;
    color: #1D1D1D; }
  .ui-widget-header .ui-state-hover {
    border: 1px solid #999999;
    background: #3366ff;
    font-weight: normal;
    color: #fff; }
  .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #3366ff;
    font-weight: normal;
    color: #fff; }
  .ui-widget-header .ui-state-active {
    border: 1px solid #9f9f9f;
    background: #ffffff;
    font-weight: normal;
    color: #212121; }
  .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
    color: #363636; }
    .ui-widget-header .ui-state-highlight a {
      color: #363636; }
  .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec;
    color: #cd0a0a; }
    .ui-widget-header .ui-state-error a {
      color: #cd0a0a; }
  .ui-widget-header .ui-state-error-text {
    color: #cd0a0a; }
  .ui-widget-header .ui-priority-primary {
    font-weight: bold; }
  .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal; }
  .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none; }
  .ui-widget-header .ui-icon {
    background-image: url("js/jquery-ui-1.11.0/images/ui-icons_222222_256x240.png"); }

.ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  font-weight: normal;
  color: #1D1D1D; }
  .ui-state-default a {
    color: #1D1D1D;
    text-decoration: none; }
    .ui-state-default a:link {
      color: #1D1D1D;
      text-decoration: none; }
    .ui-state-default a:visited {
      color: #1D1D1D;
      text-decoration: none; }
  .ui-state-default .ui-icon {
    background-image: url("js/jquery-ui-1.11.0/images/ui-icons_888888_256x240.png"); }

.ui-state-hover {
  border: 1px solid #999999;
  background: #3366ff;
  font-weight: normal;
  color: #fff; }
  .ui-state-hover a {
    color: #fff;
    text-decoration: none; }
    .ui-state-hover a:hover {
      color: #fff;
      text-decoration: none; }
    .ui-state-hover a:link {
      color: #fff;
      text-decoration: none; }
    .ui-state-hover a:visited {
      color: #fff;
      text-decoration: none; }
  .ui-state-hover .ui-icon {
    background-image: url("js/jquery-ui-1.11.0/images/ui-icons_454545_256x240.png"); }

.ui-state-focus {
  border: 1px solid #999999;
  background: #3366ff;
  font-weight: normal;
  color: #fff; }
  .ui-state-focus a {
    color: #fff;
    text-decoration: none; }
    .ui-state-focus a:hover {
      color: #fff;
      text-decoration: none; }
    .ui-state-focus a:link {
      color: #fff;
      text-decoration: none; }
    .ui-state-focus a:visited {
      color: #fff;
      text-decoration: none; }
  .ui-state-focus .ui-icon {
    background-image: url("js/jquery-ui-1.11.0/images/ui-icons_454545_256x240.png"); }

.ui-state-active {
  border: 1px solid #9f9f9f;
  background: #ffffff;
  font-weight: normal;
  color: #212121; }
  .ui-state-active a {
    color: #212121;
    text-decoration: none; }
    .ui-state-active a:link {
      color: #212121;
      text-decoration: none; }
    .ui-state-active a:visited {
      color: #212121;
      text-decoration: none; }
  .ui-state-active .ui-icon {
    background-image: url("js/jquery-ui-1.11.0/images/ui-icons_454545_256x240.png"); }

.ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
  color: #363636; }
  .ui-state-highlight a {
    color: #363636; }
  .ui-state-highlight .ui-icon {
    background-image: url("js/jquery-ui-1.11.0/images/ui-icons_2e83ff_256x240.png"); }

.ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a; }
  .ui-state-error a {
    color: #cd0a0a; }
  .ui-state-error .ui-icon {
    background-image: url("js/jquery-ui-1.11.0/images/ui-icons_cd0a0a_256x240.png"); }

.ui-state-error-text {
  color: #cd0a0a; }
  .ui-state-error-text .ui-icon {
    background-image: url("js/jquery-ui-1.11.0/images/ui-icons_cd0a0a_256x240.png"); }

.ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-bottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-br {
  border-bottom-right-radius: 4px; }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #9f9f9f url("js/jquery-ui-1.11.0/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

@font-face {
  font-family: 'CircularStd';
  font-style: normal;
  src: url("../../fonts/CircularStd-Book.ttf") format("truetype"); }

@font-face {
  font-family: "CircularStdBold";
  src: url("../../fonts/CircularStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

.h1, .h2, .h3, .h4 {
  font-weight: bold !important; }

.txt-regular-moyen {
  color: #3F528B;
  font-family: "CircularStd";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px;
  margin-bottom: 0; }

#modalZipCode {
  font-family: 'CircularStd';
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 3.2rem;
  color: #282A32; }
  #modalZipCode .modal-dialog {
    max-width: 835px;
    margin: 25rem auto; }
  #modalZipCode .modal-body {
    padding: unset; }
  #modalZipCode .close {
    opacity: unset;
    margin-top: 16px;
    margin-right: 24px; }
  #modalZipCode .section-code-postal-modal {
    width: 835px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(40, 42, 50, 0.12);
    border: 3px #D6E0FF solid;
    border-radius: 8px; }
    #modalZipCode .section-code-postal-modal .location-container-large {
      display: flex;
      gap: 8px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        #modalZipCode .section-code-postal-modal .location-container-large {
          margin-bottom: 24px; } }
      #modalZipCode .section-code-postal-modal .location-container-large .geoloc-container {
        width: 215px;
        padding-top: 12px;
        padding-bottom: 12px;
        background: white;
        border-radius: 4px;
        outline: 1px #D6E0FF solid;
        outline-offset: -1px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        display: inline-flex; }
        #modalZipCode .section-code-postal-modal .location-container-large .geoloc-container:hover {
          border: unset; }
        #modalZipCode .section-code-postal-modal .location-container-large .geoloc-container .geoloc-btn {
          width: 20px; }
        #modalZipCode .section-code-postal-modal .location-container-large .geoloc-container p {
          color: #3F528B;
          font-size: 16px;
          font-family: 'CircularStd';
          font-weight: 450;
          line-height: 22px;
          word-wrap: break-word;
          margin: 0; }
    #modalZipCode .section-code-postal-modal .zip-modal-subtitle {
      color: #282A32;
      font-size: 18px;
      font-family: 'CircularStd';
      font-weight: 450;
      line-height: 22px;
      word-wrap: break-word; }
    #modalZipCode .section-code-postal-modal .footer-modal-zip-code {
      background-color: #EBF4FA; }
      #modalZipCode .section-code-postal-modal .footer-modal-zip-code .assurances {
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 37px;
        gap: 40px; }
        #modalZipCode .section-code-postal-modal .footer-modal-zip-code .assurances .desc-assurances {
          color: #3F528B;
          font-size: 16px;
          font-family: 'CircularStd';
          font-weight: 450;
          line-height: 22px;
          word-wrap: break-word;
          margin-bottom: 0; }
      #modalZipCode .section-code-postal-modal .footer-modal-zip-code .footer-zip-title {
        color: #282A32;
        font-size: 22px;
        font-family: 'CircularStd';
        font-weight: 700;
        line-height: 26px;
        word-wrap: break-word;
        padding-top: 24px;
        padding-bottom: 16px;
        padding-left: 20px;
        margin-bottom: 0; }
    #modalZipCode .section-code-postal-modal .header-modal-zip-code {
      margin-left: 24px;
      margin-top: 16px;
      margin-bottom: 16px; }
      #modalZipCode .section-code-postal-modal .header-modal-zip-code .h3 {
        font-size: 36px; }
    #modalZipCode .section-code-postal-modal .geoloc-container {
      margin-right: 24px; }
  @media (max-width: 767px) {
    #modalZipCode {
      padding-left: 16px !important;
      padding-right: 16px; }
      #modalZipCode .modal-dialog {
        margin: 2rem auto; }
      #modalZipCode .section-code-postal-modal {
        width: unset; }
        #modalZipCode .section-code-postal-modal .header-modal-zip-code {
          margin-left: 16px;
          margin-bottom: 18mx; }
        #modalZipCode .section-code-postal-modal .geoloc-container {
          width: 48px;
          margin-right: 16px; }
        #modalZipCode .section-code-postal-modal .custom-input-v2 {
          margin-right: unset;
          margin-left: 16px; }
        #modalZipCode .section-code-postal-modal .h3 {
          font-size: 26px !important;
          line-height: 32px; }
        #modalZipCode .section-code-postal-modal .zip-modal-subtitle {
          font-size: 18px;
          padding-right: 16px; }
      #modalZipCode .footer-zip-title {
        width: 60%;
        padding-top: 16px !important; }
      #modalZipCode .assurances {
        flex-direction: column;
        gap: 16px !important;
        padding-bottom: 30px !important; } }
  #modalZipCode .bloc-info-zip-code {
    display: flex;
    align-items: center;
    gap: 4px; }
    @media (max-width: 767px) {
      #modalZipCode .bloc-info-zip-code {
        display: block; } }
  #modalZipCode .badge-code-postal {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #D6E0FF;
    background: #fff;
    color: #36F;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px; }
    @media (max-width: 767px) {
      #modalZipCode .badge-code-postal {
        font-size: 22px;
        line-height: 24px; } }
.custom-tooltip-v2 {
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px rgba(40, 42, 50, 0.12); }
  .custom-tooltip-v2.show {
    opacity: 1; }
  .custom-tooltip-v2 .arrow::before {
    border-bottom-color: #FFF; }
  .custom-tooltip-v2 .tooltip-inner {
    background-color: #FFF;
    color: #282A32;
    font-family: "CircularStd";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 22px;
    padding: 16px;
    min-width: 240px; }

.tooltip-icon-v2 {
  position: absolute;
  right: 10px;
  bottom: 0; }

.custom-input-v2 {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #D6E0FF !important;
  border-radius: 8px !important;
  background-color: #F8F8F8 !important;
  text-align: left;
  padding: 10px 13px;
  height: 50px;
  background: none;
  margin-left: 24px; }
  @media (max-width: 767px) {
    .custom-input-v2 {
      height: 46px; } }
  .custom-input-v2::placeholder {
    color: #3F528B;
    font-family: "CircularStd";
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    font-size: 14px; }
  .custom-input-v2:focus-visible {
    outline: unset; }

.geoloc-container {
  display: flex;
  width: 50px;
  height: 50px;
  padding: 12px;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #D6E0FF;
  background: #FFF;
  z-index: 3;
  cursor: pointer; }
  .geoloc-container.geoloc-active, .geoloc-container:hover {
    background: #F1F5FF80;
    color: #3366FF;
    border: 1px solid #3366FF; }
    .geoloc-container.geoloc-active img, .geoloc-container:hover img {
      filter: brightness(0) saturate(100%) invert(35%) sepia(98%) saturate(4837%) hue-rotate(222deg) brightness(86%) contrast(92%); }
  .geoloc-container #geoloc-desktop {
    z-index: 3; }

.link-v2 {
  color: #282A32;
  font-family: "CircularStd";
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 18px;
  text-decoration: underline;
  text-decoration-color: #36F;
  text-underline-offset: 4px; }
  .link-v2:hover {
    color: #282A32;
    text-decoration-color: #36F; }

.chip-v2-container {
  padding: 1px 0px;
  margin-top: 5px; }
  @media (max-width: 767px) {
    .chip-v2-container {
      line-height: 16px; } }
  .chip-v2-container.chip-paiement {
    display: inline-flex;
    padding: 8px;
    padding-left: 0;
    padding-top: 0;
    justify-content: center;
    align-items: center;
    gap: 4px; }
  .chip-v2-container .chip-v2 {
    padding: 6px 12px 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #D6E0FF;
    background: #F1F5FF;
    color: #36F;
    text-align: center;
    font-family: "CircularStd";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; }

.submit-disabled-v2 {
  cursor: default !important;
  color: white !important;
  background-color: #8996A2 !important;
  border-color: unset !important; }
  .submit-disabled-v2:active, .submit-disabled-v2:hover, .submit-disabled-v2:focus {
    background-color: #8996A2 !important;
    border-color: unset !important;
    box-shadow: unset !important; }

@media (max-width: 767px) {
  .geoloc-container-with-text {
    width: 46px !important;
    height: 46px !important; } }

.input-search-display.empty::placeholder {
  color: #3F528B;
  font-weight: normal; }

.input-search-display::placeholder {
  font-weight: bold;
  color: black; }

.input-search-display:focus::placeholder {
  color: transparent; }

.intitule-article-v2 .pack-title {
  color: #282A32;
  font-family: "CircularStd";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; }

.price-v2 .price {
  color: #36F !important;
  font-family: "CircularStd" !important;
  font-size: 36px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 42px !important; }
  @media (max-width: 767px) {
    .price-v2 .price {
      font-size: 26px !important;
      line-height: 28px !important; } }
.link-zip-container {
  margin-bottom: 24px;
  margin-top: 8px; }
  @media (max-width: 767px) {
    .link-zip-container {
      margin-bottom: 3.6rem; } }
@font-face {
  font-family: 'CircularStd';
  font-style: normal;
  src: url("../../fonts/CircularStd-Book.ttf") format("truetype"); }

/**
 * Bootstrap theming
 * add generic helpler classe and override existing here
 */
html {
  font-size: 62.5%; }

body {
  letter-spacing: 0.084rem; }

.min-h-inherit {
  min-height: inherit; }

/**font*/
.fz-11 {
  font-size: 1.1rem !important; }

.fz-12 {
  font-size: 1.2rem !important; }

.fz-14 {
  font-size: 1.4rem !important; }

.fz-16 {
  font-size: 1.6rem !important; }
  @media (max-width: 768px) {
    .fz-16 {
      font-size: calc(1.42rem + 0.234375vw)  !important; } }
.fz-18 {
  font-size: 1.8rem !important; }
  @media (max-width: 768px) {
    .fz-18 {
      font-size: calc(1.44rem + 0.46875vw)  !important; } }
.fz-22 {
  font-size: 2.2rem !important; }
  @media (max-width: 768px) {
    .fz-22 {
      font-size: calc(1.48rem + 0.9375vw)  !important; } }
.fz-28 {
  font-size: 2.8rem !important; }
  @media (max-width: 768px) {
    .fz-28 {
      font-size: calc(1.54rem + 1.640625vw)  !important; } }
@media (min-width: 576px) {
  .fz-sm-11 {
    font-size: 1.1rem !important; }
  .fz-sm-12 {
    font-size: 1.2rem !important; }
  .fz-sm-14 {
    font-size: 1.4rem !important; }
  .fz-sm-16 {
    font-size: 1.6rem !important; } }
  @media (min-width: 576px) and (max-width: 768px) {
    .fz-sm-16 {
      font-size: calc(1.42rem + 0.234375vw)  !important; } }
@media (min-width: 576px) {
  .fz-sm-18 {
    font-size: 1.8rem !important; } }
  @media (min-width: 576px) and (max-width: 768px) {
    .fz-sm-18 {
      font-size: calc(1.44rem + 0.46875vw)  !important; } }
@media (min-width: 576px) {
  .fz-sm-22 {
    font-size: 2.2rem !important; } }
  @media (min-width: 576px) and (max-width: 768px) {
    .fz-sm-22 {
      font-size: calc(1.48rem + 0.9375vw)  !important; } }
@media (min-width: 576px) {
  .fz-sm-28 {
    font-size: 2.8rem !important; } }
  @media (min-width: 576px) and (max-width: 768px) {
    .fz-sm-28 {
      font-size: calc(1.54rem + 1.640625vw)  !important; } }
@media (min-width: 768px) {
  .fz-md-11 {
    font-size: 1.1rem !important; }
  .fz-md-12 {
    font-size: 1.2rem !important; }
  .fz-md-14 {
    font-size: 1.4rem !important; }
  .fz-md-16 {
    font-size: 1.6rem !important; } }
  @media (min-width: 768px) and (max-width: 768px) {
    .fz-md-16 {
      font-size: calc(1.42rem + 0.234375vw)  !important; } }
@media (min-width: 768px) {
  .fz-md-18 {
    font-size: 1.8rem !important; } }
  @media (min-width: 768px) and (max-width: 768px) {
    .fz-md-18 {
      font-size: calc(1.44rem + 0.46875vw)  !important; } }
@media (min-width: 768px) {
  .fz-md-22 {
    font-size: 2.2rem !important; } }
  @media (min-width: 768px) and (max-width: 768px) {
    .fz-md-22 {
      font-size: calc(1.48rem + 0.9375vw)  !important; } }
@media (min-width: 768px) {
  .fz-md-28 {
    font-size: 2.8rem !important; } }
  @media (min-width: 768px) and (max-width: 768px) {
    .fz-md-28 {
      font-size: calc(1.54rem + 1.640625vw)  !important; } }
@media (min-width: 992px) {
  .fz-lg-11 {
    font-size: 1.1rem !important; }
  .fz-lg-12 {
    font-size: 1.2rem !important; }
  .fz-lg-14 {
    font-size: 1.4rem !important; }
  .fz-lg-16 {
    font-size: 1.6rem !important; } }
  @media (min-width: 992px) and (max-width: 768px) {
    .fz-lg-16 {
      font-size: calc(1.42rem + 0.234375vw)  !important; } }
@media (min-width: 992px) {
  .fz-lg-18 {
    font-size: 1.8rem !important; } }
  @media (min-width: 992px) and (max-width: 768px) {
    .fz-lg-18 {
      font-size: calc(1.44rem + 0.46875vw)  !important; } }
@media (min-width: 992px) {
  .fz-lg-22 {
    font-size: 2.2rem !important; } }
  @media (min-width: 992px) and (max-width: 768px) {
    .fz-lg-22 {
      font-size: calc(1.48rem + 0.9375vw)  !important; } }
@media (min-width: 992px) {
  .fz-lg-28 {
    font-size: 2.8rem !important; } }
  @media (min-width: 992px) and (max-width: 768px) {
    .fz-lg-28 {
      font-size: calc(1.54rem + 1.640625vw)  !important; } }
@media (min-width: 1200px) {
  .fz-xl-11 {
    font-size: 1.1rem !important; }
  .fz-xl-12 {
    font-size: 1.2rem !important; }
  .fz-xl-14 {
    font-size: 1.4rem !important; }
  .fz-xl-16 {
    font-size: 1.6rem !important; } }
  @media (min-width: 1200px) and (max-width: 768px) {
    .fz-xl-16 {
      font-size: calc(1.42rem + 0.234375vw)  !important; } }
@media (min-width: 1200px) {
  .fz-xl-18 {
    font-size: 1.8rem !important; } }
  @media (min-width: 1200px) and (max-width: 768px) {
    .fz-xl-18 {
      font-size: calc(1.44rem + 0.46875vw)  !important; } }
@media (min-width: 1200px) {
  .fz-xl-22 {
    font-size: 2.2rem !important; } }
  @media (min-width: 1200px) and (max-width: 768px) {
    .fz-xl-22 {
      font-size: calc(1.48rem + 0.9375vw)  !important; } }
@media (min-width: 1200px) {
  .fz-xl-28 {
    font-size: 2.8rem !important; } }
  @media (min-width: 1200px) and (max-width: 768px) {
    .fz-xl-28 {
      font-size: calc(1.54rem + 1.640625vw)  !important; } }
.text-rayed {
  text-decoration: line-through !important; }

.font-weight-500,
.fw-500 {
  font-weight: 500 !important; }

/**form*/
#inscription .custom-control,
#inscription-wrapper .custom-control {
  padding-left: 2.4rem; }
  @media (min-width: 768px) {
    #inscription .custom-control,
    #inscription-wrapper .custom-control {
      padding-left: 3.2rem; } }
#inscription .custom-control-label::before,
#inscription-wrapper .custom-control-label::before {
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  left: -2.4rem; }
  @media (min-width: 768px) {
    #inscription .custom-control-label::before,
    #inscription-wrapper .custom-control-label::before {
      left: -3.2rem; } }
#inscription .custom-control-label::after,
#inscription-wrapper .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  left: -2.4rem; }
  @media (min-width: 768px) {
    #inscription .custom-control-label::after,
    #inscription-wrapper .custom-control-label::after {
      left: -3.2rem; } }
#inscription .custom-control-input:not(:checked) ~ .custom-control-label::before,
#inscription-wrapper .custom-control-input:not(:checked) ~ .custom-control-label::before {
  border: 1px solid #9f9f9f; }

.popover {
  box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.03), 2px 8px 24px 4px rgba(0, 0, 0, 0.03); }
  .popover .popover-content {
    line-height: 2rem; }

.valid-feedback {
  color: #31694f; }

.border-light-gray {
  border-color: #EFEFEF !important; }

.border-2 {
  border-width: 2px !important; }

.btn-brown-grey {
  background-color: #EFEFEF;
  border-color: #EFEFEF;
  color: #1D1D1D; }

.btn-outline-brown-grey {
  color: #9f9f9f;
  border-color: #9f9f9f;
  border-color: #EFEFEF;
  position: relative; }
  .btn-outline-brown-grey:hover {
    color: #9f9f9f;
    background-color: #F3F3F3;
    border-color: #EFEFEF; }
  .btn-outline-brown-grey:focus, .btn-outline-brown-grey.focus {
    box-shadow: 0 0 0 0.36rem rgba(159, 159, 159, 0.5); }
  .btn-outline-brown-grey.disabled, .btn-outline-brown-grey:disabled {
    color: #9f9f9f;
    background-color: transparent; }
  .btn-outline-brown-grey:not(:disabled):not(.disabled):active, .btn-outline-brown-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-brown-grey.dropdown-toggle {
    color: #373F41;
    background-color: #F3F3F3;
    border-color: #EFEFEF; }
    .btn-outline-brown-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-brown-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brown-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(159, 159, 159, 0.5); }
  .btn-outline-brown-grey.bg-white:hover {
    color: #1D1D1D; }
  .btn-outline-brown-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-brown-grey.dropdown-toggle {
    background: #fff;
    border: 1px solid #3366ff;
    padding-right: 3.4rem;
    box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.03), 2px 8px 24px 4px rgba(0, 0, 0, 0.03); }
    .btn-outline-brown-grey:not(:disabled):not(.disabled).active:before, .show > .btn-outline-brown-grey.dropdown-toggle:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f058';
      color: #3366ff;
      font-size: 20px;
      position: absolute;
      top: 10px;
      right: 10px; }

.btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary {
  color: #9f9f9f;
  border-color: #9f9f9f;
  border-color: #EFEFEF; }
  .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary:hover {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D; }
  .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary:focus, .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.36rem rgba(159, 159, 159, 0.5); }
  .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary.disabled, .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary:disabled {
    color: #9f9f9f;
    background-color: transparent; }
  .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D; }
    .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(159, 159, 159, 0.5); }
  .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary.dropdown-toggle {
    border-color: #1D1D1D; }
    .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary:not(:disabled):not(.disabled):active:before, .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary:not(:disabled):not(.disabled).active:before, .show > .btn-group-toggle:not(.btn-separate-block) .btn-outline-secondary.dropdown-toggle:before {
      content: ''; }

.btn-secondary.bg-white:hover {
  color: #1D1D1D; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  padding-top: 5px;
  padding-bottom: 5px; }

.carousel-control-next,
.carousel-control-prev {
  -webkit-touch-callout: none; }

/** End bootstrap customisation*/
.main-header {
  border-bottom: 1px solid #F3F3F3;
  position: relative;
  height: 80px; }
  @media (max-width: 768px) {
    .main-header {
      height: 58px; } }
  .main-header .separator {
    height: 80px;
    width: 1px;
    background: #EFEFEF; }
  .main-header .top-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    border: none; }
    @media (max-width: 767px) {
      .main-header .top-title {
        display: none; } }
.top-title {
  border-top: 1px solid #dee2e6; }
  .top-title > div:not(.progress) {
    display: flex;
    align-items: center;
    margin-right: 10px; }
    @media (max-width: 768px) {
      .top-title > div:not(.progress) {
        flex-wrap: wrap;
        font-size: 1.2rem; } }
    .top-title > div:not(.progress) span {
      line-height: 1.5rem; }
  .top-title .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    height: 0.4rem;
    background: #fff; }

.layout-container {
  min-height: calc(100vh - 80px); }
  @media (max-width: 768px) {
    .layout-container {
      min-height: calc(100vh - 58px); } }
  .layout-container.pt-4 {
    min-height: calc(100vh - 80px); }
  .layout-container.with-menu-footer {
    min-height: calc(100vh - 270px); }

@media (max-width: 768px) {
  .top-title ~ .layout-container {
    min-height: calc(100vh - 114px); } }

#logo-menu-site {
  width: 80px;
  transition: all .3s ease-in; }

.footer-ae {
  background: #4b4e50;
  padding: 30px 20%; }
  @media (max-width: 980px) {
    .footer-ae {
      padding: 40px 15%; } }
.container-list-footer.downlink,
.container-list-footer.uplink {
  display: none; }

/** formule */
/** end formule */
/* eval init*/
#carouselPrezEval .carousel-indicators {
  position: inherit;
  margin-left: 0;
  margin-right: 0;
  justify-content: start; }

/* end eval init*/
/* LOADER */
.form-content {
  width: auto !important; }

.__container {
  padding: 0 25px; }
  .__container.container-lg {
    padding: 0 15px; }
    @media (min-width: 992px) {
      .__container.container-lg {
        padding: 0 25px; } }
.__red_btn {
  color: #fff;
  border-radius: 3.6rem;
  padding: 1.6rem 4.8rem;
  display: inline-block;
  background-color: #3366ff;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-align: center;
  cursor: pointer; }
  @media (prefers-reduced-motion: reduce) {
    .__red_btn {
      transition: none; } }
  .__red_btn:hover {
    color: #fff;
    transform: scale(1.05); }

.__blanc_btn {
  display: block;
  background-color: #fff;
  padding: 3px 60px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  color: #3366ff;
  text-align: center;
  line-height: 42px;
  border-radius: 15px;
  cursor: pointer; }
  @media (min-width: 992px) {
    .__blanc_btn {
      font-size: 12px; } }
  .__blanc_btn:hover {
    text-decoration: none;
    color: #3366ff;
    transform: scale(1.05); }
  .__blanc_btn.inline {
    display: inline;
    padding: 3px 10px !important; }

.__progress_cercle .progress {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative; }

.__progress_cercle .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0; }

.__progress_cercle .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1; }

.__progress_cercle .progress .progress-left {
  left: 0; }

.__progress_cercle .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0; }

.__progress_cercle .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

.__progress_cercle .progress .progress-right {
  right: 0; }

.__progress_cercle .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards; }

.__progress_cercle .progress .progress-value {
  width: 85%;
  height: 85%;
  border-radius: 50%;
  border: 2px solid #ebebeb;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  top: 7.5%;
  left: 7.5%; }

.__progress_cercle .progress.red .progress-bar {
  border-color: #3366ff; }

.__progress_cercle .progress.red .progress-value {
  color: #3366ff; }

.__progress_cercle .progress.red .progress-left .progress-bar {
  animation: loading-1 2.2s linear forwards 1.8s; }

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg); } }

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg); } }

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg); } }

@media only screen and (max-width: 990px) {
  .__progress_cercle .progress {
    margin-bottom: 20px; } }

._xmini_title {
  opacity: 0.8;
  font-weight: 600;
  font-size: 10px; }

._mini_title {
  font-size: 16px !important;
  font-weight: 500 !important; }

._medium_title {
  font-size: 24px;
  font-weight: 500; }

.__bloc1 {
  margin: 0 !important;
  background-color: #3366ff;
  /*font-weight: 600;*/
  /*font-size: 12px;*/
  font-style: normal;
  /*line-height: 1.42;*/
  /*letter-spacing: normal;*/
  color: #ffffff;
  border-radius: 0 !important; }
  .__bloc1 ._title {
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 600; }
  .__bloc1 .note-result span {
    font-size: 40px;
    line-height: 25px;
    color: #db2727;
    font-weight: 600; }
    .__bloc1 .note-result span.good {
      color: green; }
  .__bloc1 .note-result sup {
    top: -1.5em;
    font-size: 12px;
    font-weight: 600; }
  .__bloc1 ._link {
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none; }
    .__bloc1 ._link:hover {
      text-decoration: underline; }
    .__bloc1 ._link:after {
      border: 1px solid #fff;
      border-radius: 50%;
      content: "";
      background: url('data:image/svg+xml;utf8,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 23L21 17L15 11" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat top right;
      background-size: 24px 24px;
      width: 24px;
      height: 24px;
      margin: -2px 0 0 10px;
      vertical-align: middle;
      display: inline-flex; }
      @media (min-width: 992px) {
        .__bloc1 ._link:after {
          margin-top: -4px;
          background-size: 34px 34px;
          width: 34px;
          height: 34px; } }
  .__bloc1 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .__bloc1 ul li {
      margin: 23px 0;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: normal;
      color: #fff;
      text-align: left;
      display: flex;
      align-items: center; }
      .__bloc1 ul li:first-child {
        margin-bottom: 20px; }
      .__bloc1 ul li:last-child {
        padding-bottom: 0px; }
      .__bloc1 ul li .help,
      .__bloc1 ul li .ico {
        background-size: contain;
        background-repeat: no-repeat; }
      .__bloc1 ul li .ico {
        display: inline-block;
        min-height: 24px;
        min-width: 24px;
        border-radius: 50%;
        background: #3366ff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" fill="none" viewBox="0 0 34 34"><path fill="%23FFFFFF" d="M22.281 13c-.19-.002-.373.075-.51.214l-6.096 5.977-2.433-2.253c-.071-.074-.156-.131-.249-.169-.093-.038-.192-.055-.291-.05-.1.004-.197.03-.287.075-.09.045-.17.11-.235.189-.065.08-.115.172-.145.272-.03.1-.041.206-.032.311.01.105.04.206.088.299.048.092.113.173.191.238l2.925 2.708c.135.125.31.192.49.189.18-.003.352-.076.484-.205l6.58-6.449c.108-.104.184-.24.219-.391.034-.151.025-.31-.027-.454-.052-.145-.143-.27-.263-.36-.12-.09-.262-.138-.409-.141z"/></svg>') no-repeat;
        background-size: contain;
        margin-right: 1em; }
        @media (min-width: 992px) {
          .__bloc1 ul li .ico {
            min-height: 34px;
            min-width: 34px; } }
      .__bloc1 ul li .help {
        margin-left: 1em;
        vertical-align: middle;
        display: inline-flex;
        opacity: 0.5; }
  @media (min-width: 992px) {
    .__bloc1 {
      font-size: 30px; }
      .__bloc1 ._mini_title,
      .__bloc1 ._xmini_title {
        opacity: 0.8; }
      .__bloc1 ._xmini_title {
        font-size: 12px; }
      .__bloc1 ._title {
        margin-bottom: 40px;
        font-size: 31px;
        font-weight: 500; }
      .__bloc1 .note-result span {
        font-size: 70px;
        font-weight: 500;
        line-height: 70px; }
      .__bloc1 .note-result sup {
        top: -1.2em;
        font-weight: 500;
        font-size: 24px; }
      .__bloc1.roundLg {
        border-radius: 15px !important; }
      .__bloc1 ul {
        grid-template-areas: "a a";
        display: grid; }
        .__bloc1 ul li,
        .__bloc1 ul li:last-child {
          line-height: 2em;
          margin: 20px 25px;
          font-size: 16px; }
          .__bloc1 ul li .txt,
          .__bloc1 ul li:last-child .txt {
            opacity: 0.8; } }
@media (min-width: 992px) {
  .__bloc_margin_bottom {
    padding-bottom: 4.8rem !important; } }

.__bloc_text {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.63;
  font-weight: 500;
  text-align: left;
  color: #1D1D1D; }
  @media (min-width: 992px) {
    .__bloc_text {
      font-size: 24px;
      line-height: 40px;
      margin-right: 15%; } }
  .__bloc_text span.roundRed {
    display: inline-block;
    margin-left: 5px;
    padding: 3px 8px;
    border-radius: 5px;
    color: #3366ff;
    border: solid 1px #3366ff;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500; }
    @media (min-width: 992px) {
      .__bloc_text span.roundRed {
        font-size: 20px;
        line-height: 32px;
        padding: 0 20px; } }
.__bloc_text_op {
  font-size: 12px;
  line-height: 22px;
  text-align: left; }
  @media (min-width: 992px) {
    .__bloc_text_op {
      font-size: 14px;
      line-height: 24px;
      margin-right: 33%; } }
.__card {
  padding: 26px 24px 15px 24px;
  border-radius: 12px; }
  .__card.__card_with_img {
    padding: 0; }
    @media (min-width: 992px) {
      .__card.__card_with_img {
        min-height: 422px; } }
    .__card.__card_with_img .card-body,
    .__card.__card_with_img .row {
      padding: 15px 25px; }
    .__card.__card_with_img img {
      border-radius: 10px 10px 0 0;
      height: 230px;
      top: 0;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: 1;
      transition: opacity .2s; }
  .__card.__card_background {
    background-image: url("/img/scar.svg");
    background-position: calc(100% + 85px) calc(100% - 13px);
    background-repeat: no-repeat; }
  .__card.__card_background_2 {
    background-image: url("/img/mini-car.svg"), url("/img/mini-car-2.svg");
    background-position: calc(100% - 100px) calc(100% + -50%), calc(100% - 0px) calc(100% - 40px);
    background-repeat: no-repeat,no-repeat; }
  .__card ._text {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500; }
  .__card.alert._red ._text {
    font-size: 13px;
    line-height: 13px; }
    @media (min-width: 992px) {
      .__card.alert._red ._text {
        line-height: 30px; } }
  .__card._red {
    background-color: #3366ff;
    box-shadow: 2px 6px 16px 0 rgba(0, 0, 0, 0.03);
    border: 0; }
    .__card._red ._text {
      color: #fff;
      line-height: 30px; }
    .__card._red .card-body {
      padding: 17px 24px; }
    .__card._red:hover {
      text-decoration: none; }
  .__card._gray {
    background: #fafafa url("/img/card-bg.jpg") no-repeat top right;
    border: solid 1px #EEEEEE; }
    .__card._gray ._text {
      font-size: 16px;
      color: #1D1D1D; }
    .__card._gray ._text_op {
      color: #9f9f9f;
      font-size: 12px;
      font-weight: 600; }
      .__card._gray ._text_op span {
        font-size: 13px;
        color: #9f9f9f;
        font-weight: 500; }
        .__card._gray ._text_op span._icon {
          font-size: 5px; }
    @media (min-width: 992px) {
      .__card._gray ._text {
        font-size: 16px; }
      .__card._gray ._text_op,
      .__card._gray ._text_op span {
        font-size: 17px;
        font-weight: 500; } }
  .__card ._free {
    position: absolute;
    right: 12px;
    top: 12px;
    background: #1D1D1D;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    border-radius: 64px;
    padding: 8px 25px; }
    @media (min-width: 992px) {
      .__card ._free {
        right: 24px;
        top: 24px; } }
  .__card .close {
    font-size: 24px;
    color: #fff; }
  .__card .__del {
    color: #fff;
    opacity: 0.6;
    font-size: 13px;
    font-weight: 500; }
  .__card .__blanc_btn,
  .__card .__red_btn {
    border-radius: 0.6rem; }
    @media (min-width: 992px) {
      .__card .__blanc_btn,
      .__card .__red_btn {
        border-radius: 3.6rem; } }
  .__card .__red_btn {
    font-size: 10px; }
    @media (min-width: 992px) {
      .__card .__red_btn {
        font-size: 12px; } }
.__bloc_pourcent {
  text-align: left;
  color: #3366ff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 500; }
  .__bloc_pourcent span {
    font-size: 30px;
    vertical-align: middle;
    padding-left: 8px; }

.__taux {
  opacity: .9;
  font-size: 13px;
  font-weight: 500; }
  .__taux .info-sign {
    color: #3366ff;
    opacity: 0.7; }

.__bloc_text_op_two {
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  color: #9f9f9f; }
  @media (min-width: 992px) {
    .__bloc_text_op_two {
      font-size: 16px;
      line-height: 26px; } }
.__corrige ._txt {
  font-size: 15px;
  font-weight: 500; }
  @media (min-width: 992px) {
    .__corrige ._txt {
      font-size: 21px; } }
.__corrige ._active,
.__corrige ._dactive {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer; }
  @media (min-width: 992px) {
    .__corrige ._active,
    .__corrige ._dactive {
      font-size: 14px;
      font-weight: 500;
      text-transform: none; } }
  .__corrige ._active div._rc,
  .__corrige ._dactive div._rc {
    font-size: 10px;
    font-weight: 600;
    line-height: 23px;
    width: 23px;
    height: 23px;
    text-align: center;
    margin-right: 5px; }
  .__corrige ._active div._rc_o,
  .__corrige ._dactive div._rc_o {
    font-size: 10px;
    font-weight: 600;
    line-height: 21px;
    width: 23px;
    height: 23px;
    text-align: center;
    margin-left: 5px; }
  .__corrige ._active:hover ._txte,
  .__corrige ._dactive:hover ._txte {
    color: #1D1D1D;
    text-decoration: none; }
  .__corrige ._active:hover div._rc,
  .__corrige ._dactive:hover div._rc {
    background: #1D1D1D;
    color: #fff; }
  .__corrige ._active:hover div._rc_o,
  .__corrige ._dactive:hover div._rc_o {
    border: 1px solid #1D1D1D;
    background: #1D1D1D;
    color: #fff; }

.__corrige ._active ._txte {
  color: #1D1D1D;
  text-decoration: underline; }

.__corrige ._active div._rc {
  background: #1D1D1D;
  color: #fff; }

.__corrige ._active div._rc_o {
  border: 1px solid #1D1D1D;
  background: #1D1D1D;
  color: #fff; }

.__corrige ._dactive ._txte {
  color: #9f9f9f;
  text-decoration: none; }

.__corrige ._dactive div._rc {
  background: #e7e7e7;
  color: #9f9f9f; }

.__corrige ._dactive div._rc_o {
  border: 1px solid #e7e7e7;
  color: #9f9f9f;
  background: transparent; }

@media (min-width: 992px) {
  .__corrige ._txt {
    font-size: 21px; }
  .__corrige ._active,
  .__corrige ._dactive {
    font-size: 14px;
    font-weight: 500;
    text-transform: none; } }

.__bloc_text_blanc {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #fff; }
  .__bloc_text_blanc.opacity {
    opacity: 0.5; }
  @media (min-width: 992px) {
    .__bloc_text_blanc {
      font-size: 31px;
      line-height: 31px; }
      .__bloc_text_blanc.opacity {
        font-size: 27px; } }
.js_accordion .__card_two_show {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e7e7e7;
  border-bottom: 0; }
  .js_accordion .__card_two_show ._error,
  .js_accordion .__card_two_show ._succes {
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #9f9f9f;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .js_accordion .__card_two_show ._error,
      .js_accordion .__card_two_show ._succes {
        font-size: 12px; } }
  .js_accordion .__card_two_show ._error {
    color: #db2727; }
    .js_accordion .__card_two_show ._error span {
      margin-right: 3px; }
  .js_accordion .__card_two_show ._succes span {
    font-size: 8px;
    margin-right: 3px; }
    @media (min-width: 992px) {
      .js_accordion .__card_two_show ._succes span {
        font-size: 10px; } }
  .js_accordion .__card_two_show ._question {
    font-size: 12px;
    font-weight: 500;
    color: #1D1D1D; }
    @media (min-width: 992px) {
      .js_accordion .__card_two_show ._question {
        font-size: 14px; } }
  .js_accordion .__card_two_show ._details {
    font-size: 14px;
    font-weight: 500;
    color: #9f9f9f; }
  .js_accordion .__card_two_show ._fa {
    color: #9f9f9f;
    font-size: 16px; }
  .js_accordion .__card_two_show .__header {
    padding: 20px 20px;
    cursor: pointer; }
    .js_accordion .__card_two_show .__header:hover, .js_accordion .__card_two_show .__header[aria-expanded=true] {
      background: #f5f5f5; }
  .js_accordion .__card_two_show:first-child, .js_accordion .__card_two_show:first-child .__header:hover, .js_accordion .__card_two_show:first-child .__header[aria-expanded=true] {
    border-radius: 10px 10px 0 0; }
    @media (min-width: 992px) {
      .js_accordion .__card_two_show:first-child, .js_accordion .__card_two_show:first-child .__header:hover, .js_accordion .__card_two_show:first-child .__header[aria-expanded=true] {
        border-radius: 25px 25px 0 0; } }
  .js_accordion .__card_two_show:last-child {
    border-radius: 0 0 10px 10px;
    border-bottom: 1px solid #e7e7e7; }
    @media (min-width: 992px) {
      .js_accordion .__card_two_show:last-child {
        border-radius: 0 0 25px 25px; } }
  .js_accordion .__card_two_show:last-child:hover {
    border-radius: 0 0 25px 25px; }
  @media (min-width: 992px) {
    .js_accordion .__card_two_show ._error,
    .js_accordion .__card_two_show ._succes {
      font-size: 13px; }
    .js_accordion .__card_two_show ._question {
      font-size: 14px; } }
.js_accordion .__card_two_hide {
  display: none; }

.__infos_bottom {
  z-index: 9999;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto !important;
  cursor: pointer; }
  @media (min-width: 992px) {
    .__infos_bottom {
      left: auto;
      width: 35%; } }
.__return {
  display: inline-block;
  height: 35px;
  width: 34px;
  background-image: url("/img/arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1.5em;
  cursor: pointer; }

.__form {
  display: flex;
  padding-top: 2.4rem;
  min-height: calc(100vh - 80px);
  align-items: center; }
  .__form ._icon {
    text-align: center; }
    .__form ._icon span {
      display: inline-block;
      min-height: 80px;
      min-width: 80px;
      background-image: url("/img/bubulle/bubble-attitude-happy.svg");
      background-size: contain;
      background-repeat: no-repeat;
      text-align: center; }
  .__form .__g_title {
    font-size: 18px;
    font-weight: 500;
    color: #1D1D1D;
    text-align: center; }
  .__form .__p_title {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    color: #9f9f9f; }
  .__form ._pourcent {
    text-align: left;
    color: #3366ff;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px; }
    .__form ._pourcent sup {
      font-size: 14px;
      vertical-align: middle;
      top: -1rem; }
  .__form ._m_text {
    font-size: 9px;
    font-weight: 500;
    opacity: 0.9; }
  .__form ._border_lr {
    border-left: 1px solid #fbdedd;
    border-right: 1px solid #fbdedd; }
  @media (min-width: 992px) {
    .__form ._icon {
      text-align: left; }
    .__form ._icon span {
      min-height: 165px;
      min-width: 165px; }
    .__form .__g_title {
      font-size: 24px;
      text-align: left; }
    .__form .__p_title {
      font-size: 14px; }
    .__form ._pourcent {
      font-size: 43px; }
      .__form ._pourcent sup {
        top: -1.3rem;
        font-size: 18px; }
    .__form ._m_text {
      font-size: 11px;
      opacity: 0.9;
      color: #1D1D1D; }
      .__form ._m_text .info-sign {
        color: #3366ff;
        opacity: 0.7; }
      .__form ._m_text .eKomi {
        color: #1D1D1D;
        border-bottom: 1px solid #3366ff;
        text-decoration: none; }
        .__form ._m_text .eKomi:hover {
          text-decoration: none;
          border-bottom: none; } }
.wrapper-loader {
  display: none; }

.bloc-conseils-code {
  text-align: center; }
  .bloc-conseils-code .block-loader {
    position: relative;
    display: inline-block;
    /*&::after{
			position: absolute;
			content: '';
			width: 50px;
			height: 1px;
			background-color: $secondary;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
		}

		.percent-loader{
			text-align: center;
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -135%);
			font-size: 18px;
			font-weight: bold;
			color: $red;
		}*/ }
    .bloc-conseils-code .block-loader #loaderCarRotate {
      height: 200px;
      width: 200px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    .bloc-conseils-code .block-loader #car-rotate {
      transform-origin: center center;
      -webkit-animation: spin 4s linear infinite;
      -moz-animation: spin 4s linear infinite;
      animation: spin 4s linear infinite; }
      .bloc-conseils-code .block-loader #car-rotate #fume-1 {
        transform-origin: 60px 30px;
        -webkit-animation: fumeScalingFirst 3s linear infinite;
        -moz-animation: fumeScalingFirst 3s linear infinite;
        animation: fumeScalingFirst 3s linear infinite; }
      .bloc-conseils-code .block-loader #car-rotate #fume-2 {
        transform-origin: 60px 30px;
        -webkit-animation: fumeScalingSecond 2s linear infinite;
        -moz-animation: fumeScalingSecond 2s linear infinite;
        animation: fumeScalingSecond 2s linear infinite; }
    .bloc-conseils-code .block-loader .loader-label {
      display: block;
      font-size: 20px;
      color: #db2727;
      text-transform: uppercase;
      animation: bwing 1.5s infinite; }
  .bloc-conseils-code .bloc-text-conseil {
    display: block;
    width: 90%;
    margin: 20px auto 30px; }
    .bloc-conseils-code .bloc-text-conseil #Capa_1 {
      height: 40px;
      width: 40px;
      display: inline-block; }
    .bloc-conseils-code .bloc-text-conseil .conseil-title {
      display: inline-block;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.64;
      letter-spacing: normal;
      text-align: center;
      color: #3366ff;
      margin-bottom: 2.4rem; }
    .bloc-conseils-code .bloc-text-conseil .text-conseil {
      color: #1D1D1D;
      font-size: 14px; }
      @media (max-width: 576px) {
        .bloc-conseils-code .bloc-text-conseil .text-conseil {
          font-size: 13px; } }
  .bloc-conseils-code .bloc-loader-btn {
    display: none; }
    .bloc-conseils-code .bloc-loader-btn .start-btn {
      font-size: 12px; }
      .bloc-conseils-code .bloc-loader-btn .start-btn:hover {
        transform: scale(1.1);
        text-decoration: none; }
    .bloc-conseils-code .bloc-loader-btn .return-btn {
      padding: 8px 0 3px 0;
      display: inline-block;
      transition: all 0.4s ease-in-out;
      overflow: hidden;
      position: relative;
      text-decoration: none;
      flex-grow: 0;
      font-size: 12px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      text-transform: uppercase;
      color: #9f9f9f;
      border-bottom: 1px solid #373F41; }
      @media (prefers-reduced-motion: reduce) {
        .bloc-conseils-code .bloc-loader-btn .return-btn {
          transition: none; } }
      .bloc-conseils-code .bloc-loader-btn .return-btn:hover {
        transform: scale(1.1);
        text-decoration: none; }

/* Rotation animation */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

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

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

/* Scale fumé animation */
@-moz-keyframes fumeScalingFirst {
  0% {
    -moz-transform: scale(0);
    -moz-opacity: 0; }
  50% {
    -moz-transform: scale(1);
    -moz-opacity: 1; }
  100% {
    -moz-transform: scale(1.5);
    -moz-opacity: 0; } }

@-webkit-keyframes fumeScalingFirst {
  0% {
    -webkit-transform: scale(0);
    -webkit-opacity: 0; }
  50% {
    -webkit-transform: scale(1);
    -webkit-opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    -webkit-opacity: 0; } }

@keyframes fumeScalingFirst {
  0% {
    -webkit-transform: scale(0);
    -webkit-opacity: 0; }
  50% {
    -webkit-transform: scale(1);
    -webkit-opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    -webkit-opacity: 0; } }

@-moz-keyframes fumeScalingSecond {
  0% {
    -moz-transform: scale(1.5);
    -moz-opacity: 0; }
  50% {
    -moz-transform: scale(1);
    -moz-opacity: 1; }
  100% {
    -moz-transform: scale(0);
    -moz-opacity: 0; } }

@-webkit-keyframes fumeScalingSecond {
  0% {
    -webkit-transform: scale(1.5);
    -webkit-opacity: 0; }
  50% {
    -webkit-transform: scale(1);
    -webkit-opacity: 1; }
  100% {
    -webkit-transform: scale(0);
    -webkit-opacity: 0; } }

@keyframes fumeScalingSecond {
  0% {
    -webkit-transform: scale(1.5);
    -webkit-opacity: 0; }
  50% {
    -webkit-transform: scale(1);
    -webkit-opacity: 1; }
  100% {
    -webkit-transform: scale(0);
    -webkit-opacity: 0; } }

/* END LOADER*/
/* ----------------------------------- */
.questionnaire_test_qst {
  text-align: left; }

.qst_grid {
  display: grid;
  grid-auto-rows: 1fr; }

.questionnaire_test_next {
  background-color: #3366ff;
  color: #FFFFFF;
  text-align: center;
  padding: 8px 10px 5px 25px;
  height: 47px;
  line-height: 32px;
  border-radius: 0 0 16px 16px;
  cursor: pointer; }
  @media (max-width: 576px) {
    .questionnaire_test_next {
      border-radius: 16px;
      text-align: left; } }
  .questionnaire_test_next .btn {
    padding-top: 4px;
    padding-bottom: 4px; }

.questionnaire_test_footer .questionnaire_test_numquestion {
  font-size: 3.9rem; }

.questionnaire_test_reponse {
  text-align: left;
  padding: 10px 14px;
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  position: relative;
  display: flex; }
  .questionnaire_test_reponse.badAnswer label {
    text-decoration: line-through; }
    .questionnaire_test_reponse.badAnswer label > span {
      text-decoration: none !important; }
  .questionnaire_test_reponse.selected {
    background: #f8f9fa;
    border-color: #1D1D1D; }
    .questionnaire_test_reponse.selected label span {
      color: #1D1D1D;
      background: #EFEFEF; }
    .questionnaire_test_reponse.selected.badAnswer {
      border-color: #db2727; }
      @media (min-width: 768px) {
        .questionnaire_test_reponse.selected.badAnswer {
          padding-right: 130px; }
          .questionnaire_test_reponse.selected.badAnswer::after {
            content: '\f00d';
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            top: calc(50% - 15px);
            font-size: 21px;
            right: 13px;
            color: #db2727; } }
    .questionnaire_test_reponse.selected.forgetAnswer {
      color: #5ec997;
      font-weight: 100; }
      .questionnaire_test_reponse.selected.forgetAnswer::after {
        content: '\f00c';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: calc(50% - 16px);
        font-size: 21px;
        right: 10px;
        color: #5ec997; }
    .questionnaire_test_reponse.selected.goodAnswer {
      border-color: #5ec997; }
      .questionnaire_test_reponse.selected.goodAnswer::after {
        content: '\f00c';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: calc(50% - 16px);
        font-size: 21px;
        right: 10px;
        color: #5ec997; }
  .questionnaire_test_reponse.forgetAnswer::after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: calc(50% - 16px);
    font-size: 21px;
    right: 10px;
    color: #5ec997; }
  .questionnaire_test_reponse label {
    text-align: left;
    vertical-align: middle;
    line-height: 1.6rem;
    cursor: pointer;
    width: 90%;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    align-items: center; }
    .questionnaire_test_reponse label span {
      display: inline-block;
      line-height: 2.5rem;
      height: 2.6rem;
      min-width: 2.6rem;
      width: 2.6rem;
      border: 2px solid #EFEFEF;
      border-radius: 4px;
      font-weight: 600; }

.questionnaire_test_footer .avance {
  width: 100%; }

.box-resume-result {
  cursor: pointer;
  background-color: #5ec997 !important; }
  .box-resume-result.bad {
    background-color: #db2727 !important; }

@media (max-width: 768px) {
  .questionnaire_test_footer .avance {
    width: 105px;
    margin: 0 auto; } }

@media (max-width: 600px) {
  .questionnaire_test_footer .avance {
    width: 95px;
    margin: 0 auto; } }

@media (max-width: 420px) {
  .questionnaire_test_footer .avance {
    width: 90px;
    margin: 0 auto; } }

#QST {
  font-size: 1.2rem;
  min-height: calc(100% - 95px);
  font-weight: 500; }

.short-result {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #fff;
  color: #1D1D1D;
  box-shadow: 2px -10px 16px rgba(0, 0, 0, 0.03), 2px -8px 24px 4px rgba(0, 0, 0, 0.03); }
  .short-result .reponse span {
    width: 26px;
    min-width: 26px;
    height: 26px;
    background: #fff;
    color: #1D1D1D;
    display: inline-block; }
  .short-result .great {
    display: flex; }
  .short-result .missed {
    display: flex; }

.QST {
  border-radius: 1.6em;
  box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.03), 2px 8px 24px 4px rgba(0, 0, 0, 0.03);
  background: #fff; }
  @media (max-width: 576px) {
    .QST {
      border-radius: 0;
      box-shadow: none;
      background: transparent; } }
.btn-zoom {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 230px;
  margin-left: -115px;
  color: #000000;
  font-size: 11px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  cursor: pointer;
  border-radius: 0 0 16px 16px; }

.mobile-explain {
  margin: 2.4rem 0;
  padding: 1.6rem;
  text-align: left;
  border-radius: 3.6rem;
  line-height: 20px;
  color: #646258;
  background-color: #f3f2ee;
  border-color: #eeece7; }
  .mobile-explain hr {
    border-top-color: #e3e0d8; }
  .mobile-explain .alert-link {
    color: #494740; }
  .mobile-explain > span {
    display: block;
    color: #aba58d; }
  .mobile-explain.danger {
    color: #4f0e0e;
    background-color: #f8d4d4;
    border-color: #f5c3c3; }
    .mobile-explain.danger hr {
      border-top-color: #f1adad; }
    .mobile-explain.danger .alert-link {
      color: #240606; }
    .mobile-explain.danger > span {
      color: #b11e1e; }

/* QCM */
.__form ._icon span {
  background-image: url("/img/stych/star-stych.svg"); }

.qcmWrapper.result-demo {
  background: #F3F3F3; }

.__card {
  border-radius: 3.6rem; }
  .__card._red .__blanc_btn {
    background-color: #edff00;
    color: #3366ff;
    font-weight: bold; }
  @media (min-width: 992px) {
    .__card._red ._text {
      font-size: 21px; } }
  .__card.__card_with_img {
    background: #3366ff; }
    .__card.__card_with_img img {
      border-top-left-radius: 3.6rem;
      border-top-right-radius: 0; }
  .__card._gray {
    background: #fff;
    border: solid 1px #dadada; }
  .__card .__blanc_btn,
  .__card .__red_btn {
    border-radius: 3.6rem; }
  .__card ._free {
    background: #edff00;
    color: #1D1D1D; }

.__bloc1.avantages {
  background-color: #380098; }
  @media (min-width: 992px) {
    .__bloc1.avantages {
      border-radius: 3.6rem 3.6rem 3.6rem 0 !important; } }
  .__bloc1.avantages .ico {
    background: #edff00 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" fill="none" viewBox="0 0 34 34"><path fill="%23380098" d="M22.281 13c-.19-.002-.373.075-.51.214l-6.096 5.977-2.433-2.253c-.071-.074-.156-.131-.249-.169-.093-.038-.192-.055-.291-.05-.1.004-.197.03-.287.075-.09.045-.17.11-.235.189-.065.08-.115.172-.145.272-.03.1-.041.206-.032.311.01.105.04.206.088.299.048.092.113.173.191.238l2.925 2.708c.135.125.31.192.49.189.18-.003.352-.076.484-.205l6.58-6.449c.108-.104.184-.24.219-.391.034-.151.025-.31-.027-.454-.052-.145-.143-.27-.263-.36-.12-.09-.262-.138-.409-.141z"/></svg>') no-repeat;
    background-size: contain; }

.__bloc1 ._mini_title,
.__bloc1 ._xmini_title {
  opacity: 1; }

.__bloc1 ._link:after {
  border: none;
  background: #edff00 url('data:image/svg+xml;utf8,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 23L21 17L15 11" stroke="%233366FF" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat top right;
  background-size: contain; }

.__bloc1 .note-result span.good {
  color: #edff00; }

.__bloc_text span.roundRed {
  border-radius: 3.6rem;
  background-color: #3366ff;
  color: #fff;
  padding-bottom: 0.4rem; }

.desktop-aventage-right {
  margin-right: 2.4rem;
  background: url("/img/stych/stych-cpf.png") no-repeat;
  background-size: 180px 170px;
  background-position: bottom right; }

.stych-star-drive {
  position: absolute;
  height: 100px;
  width: 80px;
  right: 0;
  top: -38px;
  background: url("/img/stych/conduite.svg") no-repeat;
  background-size: 80px 100px;
  background-position: bottom right; }
  @media (min-width: 992px) {
    .stych-star-drive {
      background-size: 150px 170px;
      height: 170px;
      width: 150px;
      right: 0;
      top: -140px; } }
/* END QCM */
.progress-circle {
  width: 150px;
  height: 150px;
  background: none;
  position: relative; }
  .progress-circle::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    top: 0;
    left: 0; }
  .progress-circle > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1; }
  .progress-circle .progress-left {
    left: 0; }
    .progress-circle .progress-left .progress-bar {
      left: 100%;
      border-top-right-radius: 80px;
      border-bottom-right-radius: 80px;
      border-left: 0;
      -webkit-transform-origin: center left;
      transform-origin: center left; }
  .progress-circle .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    top: 0; }
    .progress-circle .progress-bar:not([style="transform: rotate(180deg);"]), .progress-circle .progress-bar:not([style="transform: rotate(320deg);"]) {
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      -o-transition-property: -o-transform;
      transition-property: transform; }
  .progress-circle .progress-right {
    right: 0;
    animation-timing-function: ease; }
    .progress-circle .progress-right .progress-bar {
      left: -100%;
      border-top-left-radius: 80px;
      border-bottom-left-radius: 80px;
      border-right: 0;
      -webkit-transform-origin: center right;
      transform-origin: center right; }
  .progress-circle .progress-value {
    position: absolute;
    top: 0;
    left: 0; }

.rounded-circle.shadow.start {
  animation-name: circle-animation;
  animation-duration: 1.5s;
  animation-fill-mode: forwards; }

@keyframes circle-animation {
  50% {
    transform: scale(1.2); } }

.carousel-item {
  padding: 1px; }

.btn-bottom-card {
  color: #373F41;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
  color: #1D1D1D; }
  .btn-bottom-card:hover {
    color: #fff;
    background-color: #db2727;
    border-color: #db2727; }
  .btn-bottom-card:focus, .btn-bottom-card.focus {
    color: #fff;
    background-color: #db2727;
    border-color: #db2727;
    box-shadow: 0 0 0 0.36rem rgba(211, 213, 213, 0.5); }
  .btn-bottom-card.disabled, .btn-bottom-card:disabled {
    color: #373F41;
    background-color: #EFEFEF;
    border-color: #EFEFEF; }
  .btn-bottom-card:not(:disabled):not(.disabled):active, .btn-bottom-card:not(:disabled):not(.disabled).active, .show > .btn-bottom-card.dropdown-toggle {
    color: #fff;
    background-color: #db2727;
    border-color: #db2727; }
    .btn-bottom-card:not(:disabled):not(.disabled):active:focus, .btn-bottom-card:not(:disabled):not(.disabled).active:focus, .show > .btn-bottom-card.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.36rem rgba(211, 213, 213, 0.5); }

.product-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  padding: 38px 38px 85px;
  margin: 0.8rem;
  box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.03), 2px 8px 24px 4px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  text-align: left;
  min-width: 330px; }
  @media (min-width: 768px) {
    .product-card {
      margin: 2.4rem; } }
  .product-card .btn-bottom-card {
    font-size: 1.2rem;
    position: absolute;
    border-radius: 0 0 1.6rem 1.6rem;
    padding: 1.6rem;
    bottom: 0.4rem;
    left: 0.4rem;
    right: 0.4rem;
    text-transform: uppercase; }
  .product-card.active {
    background: linear-gradient(180deg, #db2727 0, #db2727 0.6rem, #fff 0.6rem); }
    @media (min-width: 768px) {
      .product-card.active {
        padding-top: 5.8rem;
        margin-top: 0.4rem; } }
    .product-card.active:before {
      position: absolute;
      top: 0.5rem;
      left: 50%;
      transform: translateX(-50%);
      content: 'RECOMMANDÉ';
      background: #db2727;
      padding: 0.4rem 0.8rem;
      color: #fff;
      font-size: 1.1rem;
      border-radius: 0 0 0.5rem 0.5rem; }

.carte {
  position: relative; }
  .carte .sliders {
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
    justify-content: space-between;
    left: -3rem;
    width: 100vw;
    height: 280px;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    scroll-behavior: smooth; }
    .carte .sliders::-webkit-scrollbar {
      display: none; }
    @media (min-width: 576px) {
      .carte .sliders {
        width: 100%;
        left: auto; } }
.sliders {
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .sliders {
      transition: none; } }
.product-card-on-demand {
  z-index: 1;
  position: relative;
  flex-shrink: 0;
  width: 230px;
  scroll-snap-align: center;
  padding: 2.4rem 2.4rem 7.4rem 2.4rem;
  box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.03), 2px 8px 24px 4px rgba(0, 0, 0, 0.03);
  margin: 0.8rem 1.6rem;
  border-radius: 3.6rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #fff;
  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;
  word-break: break-word;
  hyphens: auto; }
  @media (prefers-reduced-motion: reduce) {
    .product-card-on-demand {
      transition: none; } }
  @media (min-width: 768px) {
    .product-card-on-demand {
      margin: 2.4rem 1.6rem; } }
  .product-card-on-demand.active {
    border: 1px solid #db2727;
    background-color: #F3F3F3;
    box-shadow: none; }
  .product-card-on-demand .btn-bottom-card {
    font-size: 1.2rem;
    position: absolute;
    border-radius: 0 0 1.6rem 1.6rem;
    padding: 1.6rem;
    bottom: 0.4rem;
    left: 0.4rem;
    right: 0.4rem;
    text-transform: uppercase; }

.white-box {
  position: relative;
  background-color: #fff;
  padding: 2.4rem;
  border: 1px solid #EFEFEF;
  border-left: 0;
  border-right: 0;
  margin-bottom: 2.4rem; }
  @media (min-width: 768px) {
    .white-box {
      border: 0;
      padding: 4.8rem 4.8rem 85px;
      box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.03), 2px 8px 24px 4px rgba(0, 0, 0, 0.03);
      border-radius: 1.6rem;
      margin-bottom: 0; } }
.recap-panier {
  padding: 0; }
  @media (min-width: 768px) {
    .recap-panier {
      padding: 0 15px; } }
  .recap-panier .white-box .btn-paiement {
    position: absolute;
    padding: 16px;
    bottom: 24px;
    text-transform: uppercase;
    left: 2.4rem;
    right: 2.4rem; }
    @media (min-width: 768px) {
      .recap-panier .white-box .btn-paiement {
        bottom: 4px;
        left: 4px;
        right: 4px;
        width: calc(100% - 8px);
        border-radius: 0 0 16px 16px !important; } }
.btn-paiement {
  font-size: 1.2rem;
  padding: 16px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-radius: 16px; }

.zonePayerMessage {
  display: none;
  color: white;
  padding: 1.6rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
  font-size: 1.75rem; }
  .zonePayerMessage.waiting {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
    .zonePayerMessage.waiting hr {
      border-top-color: #abdde5; }
    .zonePayerMessage.waiting .alert-link {
      color: #062c33; }
  .zonePayerMessage.success {
    color: #31694f;
    background-color: #dff4ea;
    border-color: #d2f0e2; }
    .zonePayerMessage.success hr {
      border-top-color: #bfead6; }
    .zonePayerMessage.success .alert-link {
      color: #214635; }
  .zonePayerMessage.error {
    color: #721414;
    background-color: #f8d4d4;
    border-color: #f5c3c3; }
    .zonePayerMessage.error hr {
      border-top-color: #f1adad; }
    .zonePayerMessage.error .alert-link {
      color: #470c0c; }

.fa.slim-white:before,
.fas.slim-white:before {
  -webkit-text-stroke: 0.1em #fff; }

.fa.slim-dark:before,
.fas.slim-dark:before {
  -webkit-text-stroke: 0.1em #1D1D1D; }

.fa.slim-light-secondary:before,
.fas.slim-light-secondary:before {
  -webkit-text-stroke: 0.1em #F3F3F3; }

.fa.slim-alert-danger:before,
.fas.slim-alert-danger:before {
  -webkit-text-stroke: 0.1em #f8d4d4; }

.floating-action-button-wrapper {
  padding-bottom: 4.8rem; }
  @media (max-width: 768px) {
    .floating-action-button-wrapper {
      z-index: 9999;
      padding-bottom: calc(constant(safe-area-inset-bottom, 0) + 30px);
      padding-bottom: calc(env(safe-area-inset-bottom, 0) + 30px);
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      padding-left: 2.4rem;
      padding-right: 2.4rem; } }
.validate-terms {
  padding-top: 2rem;
  color: #9f9f9f;
  font-style: italic;
  text-align: center;
  font-size: 0.8em; }
  .validate-terms a {
    color: #9f9f9f;
    text-decoration: underline; }

.list-circle {
  color: #db2727;
  background-color: #f8d4d4;
  border-color: #f5c3c3;
  margin-right: 1.6rem;
  padding-top: 2px;
  border-radius: 50%;
  width: 23px;
  min-width: 23px;
  height: 23px;
  display: inline-block;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem; }
  .list-circle hr {
    border-top-color: #f1adad; }
  .list-circle .alert-link {
    color: #b11e1e; }

@media (max-width: 576px) and (max-height: 900px) {
  .btn-bottom-card-wrapper.fixedBtn {
    position: fixed !important;
    left: 2.36rem !important;
    right: 2.36rem !important;
    bottom: 0;
    padding-bottom: calc(constant(safe-area-inset-bottom, 0) + 30px);
    padding-bottom: calc(env(safe-area-inset-bottom, 0) + 30px);
    background: white; }
    .btn-bottom-card-wrapper.fixedBtn .btn {
      margin-left: 0.4rem;
      margin-right: 0.4rem;
      position: unset;
      display: block;
      width: calc(100% - 0.8rem);
      border-radius: 0 !important; } }

.menu-forfait-carte a {
  transition: color 0.2s ease-in-out;
  color: #1D1D1D;
  text-decoration: none;
  border-radius: 23px;
  padding: 1.4rem 2.3rem;
  cursor: pointer;
  font-size: 1.1rem; }
  @media (prefers-reduced-motion: reduce) {
    .menu-forfait-carte a {
      transition: none; } }
  .menu-forfait-carte a.active {
    color: #db2727;
    background-color: #f8d4d4;
    border-color: #f5c3c3; }
    .menu-forfait-carte a.active hr {
      border-top-color: #f1adad; }
    .menu-forfait-carte a.active .alert-link {
      color: #b11e1e; }

#zone_select-nb-paiement .btn-group-toggle.btn-separate-block {
  display: flex; }

#zone_select-nb-paiement .label-radio {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: auto;
  text-align: left;
  color: #1D1D1D;
  background: #fff;
  font-size: 1.2rem;
  padding: 0.8rem 1.6rem;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem; }
  #zone_select-nb-paiement .label-radio:last-child {
    margin-right: 0; }
  #zone_select-nb-paiement .label-radio span {
    display: block; }

/*nos formatioon hack */
.tblHeaderCell .content {
  background: #3366ff !important;
  border-color: #3366ff !important; }

.tblHeaderCell .arrow {
  border-top: 10px solid #3366ff !important;
  border-top-color: #3366ff !important; }

@media screen and (max-width: 800px) {
  .tblHeader.fixedme {
    left: 1.5rem !important; } }

#inscription-wrapper {
  padding: 30px 15px 15px 15px;
  margin: 0 auto 0; }

.btn-continue-like {
  background-color: #3366ff !important;
  border-radius: 36px !important;
  text-transform: uppercase; }

.label-slogan {
  color: #1D1D1D !important; }

.label-line {
  color: #1D1D1D !important;
  font-family: 'Lato', sans-serif !important; }

/* END nos formatioon hack */
/*hack payment */
.btn-new-insc, .btn-new-insc {
  background: #3366ff !important;
  -webkit-border-radius: 36px !important;
  -moz-border-radius: 36px !important;
  border-radius: 36px !important;
  text-transform: uppercase; }

.pack-title {
  color: #1D1D1D !important; }

/*END hack payment */
.card {
  padding: 3rem; }

form#connexion {
  width: 100%; }
  @media (min-width: 576px) {
    form#connexion {
      width: 433px; } }
.box-payement .bloc-input-ae {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }

.box-payement select + .form-error {
  margin-top: 0.25rem; }

.modal .zone-facture {
  min-width: 100%; }

#zone_mdp {
  position: relative; }

#zone_mdp input#password::-ms-reveal,
#zone_mdp input#password::-ms-clear {
  display: none; }

#zone_mdp .eye-password {
  background-image: url("/img/stych/icon/eye-regular-grey.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer; }

#zone_mdp .eye-password:hover {
  background-image: url("/img/stych/icon/eye-regular-black.svg"); }

#zone_mdp .eye-password.showed {
  background-image: url("/img/stych/icon/eye-slash-regular-grey.svg"); }

#zone_mdp .eye-password.showed:hover {
  background-image: url("/img/stych/icon/eye-slash-regular-black.svg"); }

select.changeCoursConduiteForfait {
  color: #3366ff; }

.paiement-accordion .card {
  border: 0;
  padding: 0; }
  .paiement-accordion .card .card-header {
    background: 0;
    padding: 0; }
    .paiement-accordion .card .card-header a.btn.collapsed .ellipse {
      width: 23px;
      height: 23px;
      margin-right: 2rem;
      float: left;
      border: solid 1px #bcbcbc;
      border-radius: 50%;
      background-color: var(--white); }
    .paiement-accordion .card .card-header a.btn:not(.collapsed) .ellipse {
      width: 23px;
      height: 23px;
      margin-right: 2rem;
      float: left;
      border: solid 1px #bcbcbc;
      border-radius: 50%;
      background-color: #3366ff; }
    .paiement-accordion .card .card-header a.btn:not(.collapsed) .ellipse:before {
      content: '\2713';
      display: inline-block;
      color: var(--white); }
    .paiement-accordion .card .card-header a.btn .icon-menu-paiement {
      margin-left: 2rem;
      display: inline-block; }
      .paiement-accordion .card .card-header a.btn .icon-menu-paiement img {
        height: 20px;
        margin: auto; }
    .paiement-accordion .card .card-header a.btn:hover .ellipse {
      background-color: #3366ff; }
  .paiement-accordion .card .card-body .title-cpf {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: bold; }
    .paiement-accordion .card .card-body .title-cpf .point {
      color: #3366ff; }
  .paiement-accordion .card .card-body .relief {
    color: #3366ff; }
  .paiement-accordion .card .card-body .no-relief {
    color: #1D1D1D;
    text-decoration: underline; }
  .paiement-accordion .card .card-body .delimiteur {
    margin-top: 0;
    margin-bottom: 1rem; }
  .paiement-accordion .card .card-body li {
    margin-bottom: 2rem; }
  .paiement-accordion .card .card-body li::marker {
    color: #3366ff; }

@media (max-width: 767.98px) {
  .paiement-accordion .card .card-body {
    padding-left: 0;
    padding-right: 0; }
  #zone_date_naissance input::placeholder {
    font-size: smaller; } }

.submit-inscription.submit-disabled {
  cursor: default !important;
  background-color: #8996A2;
  border-color: unset; }
  .submit-inscription.submit-disabled:active {
    background-color: #8996A2 !important;
    border-color: unset !important; }

.btn-log-v2 {
  margin-left: auto;
  margin-right: 16px; }
  .btn-log-v2 .login {
    border-radius: 999px;
    border: 2px solid #D6E0FF;
    background: #FFF;
    display: inline-flex;
    height: 40px;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0; }
    .btn-log-v2 .login:active, .btn-log-v2 .login:hover {
      background-color: unset !important;
      color: #3366ff !important; }
  .btn-log-v2:hover .login {
    border: 3px solid #3366ff !important; }

.header-v2 {
  height: unset;
  padding-top: 20px;
  border-bottom: unset; }
  .header-v2 .separator {
    display: none !important; }
  .header-v2 #link-container-logo {
    margin-left: 0 !important; }
  @media only screen and (min-width: 575px) {
    .header-v2 {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
.footer-v2 {
  width: 100%;
  background: #36F;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px; }
  @media (max-width: 768px) {
    .footer-v2 {
      display: none; } }
  .footer-v2 img {
    display: flex;
    width: 93.05px;
    height: 42px;
    padding: 0px 0.231px 0.016px 0.001px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; }

#inscription-v2 {
  /* Firefox */ }
  #inscription-v2 input::-webkit-outer-spin-button,
  #inscription-v2 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  #inscription-v2 input[type=number] {
    appearance: none;
    -moz-appearance: textfield; }
  @media (max-width: 1199px) {
    #inscription-v2 .step-wrapper {
      text-align: center; } }
  #inscription-v2 .inscription-step-wrapper {
    padding-bottom: 40px;
    padding-top: 40px; }
    @media (max-width: 1199px) {
      #inscription-v2 .inscription-step-wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px; } }
    @media (max-width: 767px) {
      #inscription-v2 .inscription-step-wrapper {
        padding-top: 20px; } }
    @media (max-width: 767px) {
      #inscription-v2 .inscription-step-wrapper hr {
        margin-top: 15px; } }
  @media only screen and (min-width: 1200px) {
    #inscription-v2 .floating-action-button-wrapper {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 768px) {
    #inscription-v2 .floating-action-button-wrapper {
      padding-bottom: 0; } }
  #inscription-v2 .container, #inscription-v2 .header-v2 {
    max-width: 1126px; }
    @media (min-width: 1200px) and (max-width: 1365px) {
      #inscription-v2 .container, #inscription-v2 .header-v2 {
        max-width: 1126px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 1366px) {
      #inscription-v2 .container, #inscription-v2 .header-v2 {
        max-width: 1126px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      #inscription-v2 .container, #inscription-v2 .header-v2 {
        max-width: 1024px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      #inscription-v2 .container, #inscription-v2 .header-v2 {
        max-width: 1024px; } }
    @media (max-width: 767px) {
      #inscription-v2 .container, #inscription-v2 .header-v2 {
        max-width: 768px; } }
  #inscription-v2 .cpack-offre {
    color: #3F528B;
    font-family: "CircularStd";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; }
    #inscription-v2 .cpack-offre b {
      color: #36F;
      font-family: "CircularStd";
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px; }
  #inscription-v2 small {
    color: #5A7694;
    font-family: "CircularStd";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px; }
  #inscription-v2 .asterisk {
    color: #FD8C22;
    font-family: "CircularStd";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px; }
  #inscription-v2 .password-verification-title {
    color: #3F528B;
    font-family: "CircularStd";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; }
  #inscription-v2 .list-password li {
    list-style: none;
    color: #8996A2;
    font-family: "CircularStd";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px; }
    #inscription-v2 .list-password li:before {
      content: "";
      position: absolute;
      width: 20px;
      height: 12px;
      background: transparent url("/img/stych/home/not-valid-check.svg") no-repeat center;
      background-size: 100%;
      left: 20px; }
    #inscription-v2 .list-password li.valid {
      color: #3F528B; }
      #inscription-v2 .list-password li.valid:before {
        background: transparent url("/img/stych/home/valid-check.svg") no-repeat center;
        background-size: 100%; }
    #inscription-v2 .list-password li#char-invalid::before {
      color: red;
      background: transparent url("/img/stych/red-cross-v2.svg") no-repeat center;
      background-size: 100%;
      margin-top: 2px; }
  #inscription-v2 .custom-control-label {
    color: #3F528B;
    font-family: "CircularStd";
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px; }
  #inscription-v2 .step {
    padding-inline-start: 0; }
    #inscription-v2 .step li {
      color: #282A32;
      font-family: "CircularStd";
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px; }
      #inscription-v2 .step li a {
        padding-left: 66px; }
      #inscription-v2 .step li.active .circle, #inscription-v2 .step li.success .circle {
        background: url(/img/stych/yellow-star.svg) no-repeat center !important;
        color: #36F;
        font-family: "CircularStd";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; }
      #inscription-v2 .step li .circle {
        background: url(/img/stych/grey-star.svg) no-repeat center;
        background-size: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 50px;
        height: 50px;
        left: 0;
        color: #8996A2;
        font-family: "CircularStd";
        font-size: 24px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; }
      #inscription-v2 .step li.active a, #inscription-v2 .step li.success a {
        color: #282A32; }
      #inscription-v2 .step li .fa-angle-down {
        color: #36F;
        margin-left: 14px; }
        @media only screen and (min-width: 1200px) {
          #inscription-v2 .step li .fa-angle-down {
            display: none; } }
      #inscription-v2 .step li.down .fa-angle-down::before {
        content: "\f106"; }
      #inscription-v2 .step li#min-height:after {
        height: 30px;
        bottom: -10px; }
      #inscription-v2 .step li.success:after {
        background: url(/img/stych/home/dot.svg) space !important; }
      #inscription-v2 .step li:after {
        content: "";
        width: 16px !important;
        height: 22px !important;
        left: 6px !important;
        bottom: -15px;
        background: url(/img/stych/home/dot-disabled.svg) center space !important;
        background-repeat: space;
        margin: 10px 0 0 18px !important; }
      @media (max-width: 1199px) {
        #inscription-v2 .step li {
          margin-bottom: 0 !important;
          font-size: 22px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px; }
          #inscription-v2 .step li:after {
            position: initial !important;
            display: inline-block !important;
            top: 17px !important;
            margin: 0 !important;
            content: '' !important;
            right: 0 !important;
            width: 25px !important;
            height: 8px !important;
            background: url(/img/stych/home/dot-disabled.svg) no-repeat space !important;
            margin-left: 18px !important;
            margin-top: 12px !important;
            margin-bottom: 10px !important; }
          #inscription-v2 .step li .circle {
            margin: 0 !important;
            height: 50px !important;
            width: 50px !important;
            margin-right: 8px !important; } }
      @media (max-width: 1199px) {
        #inscription-v2 .step li.active:not(.down):after {
          display: none !important; } }
      #inscription-v2 .step li:last-child:after {
        content: none !important; }
      @media (max-width: 1199px) {
        #inscription-v2 .step li:not(.active) {
          display: none; } }
    @media (max-width: 767px) {
      #inscription-v2 .step {
        width: initial !important;
        padding-bottom: 0; } }
    @media (max-width: 1199px) {
      #inscription-v2 .step {
        display: inline-block;
        margin: 0 auto;
        position: relative;
        width: initial !important; } }
  #inscription-v2 h3 {
    color: #282A32;
    font-family: "CircularStd";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; }
    @media (max-width: 767px) {
      #inscription-v2 h3 {
        font-size: 26px;
        line-height: 28px;
        word-wrap: break-word; } }
    #inscription-v2 h3.zone_title_profession {
      font-size: 18px;
      font-style: normal;
      font-weight: 450;
      line-height: 24px; }
  #inscription-v2 input, #inscription-v2 select {
    background-color: #F8F8F8 !important;
    border-radius: 8px !important;
    border: 1px solid #D6E0FF !important; }
  #inscription-v2 .changeCoursConduiteForfait {
    background-color: unset !important;
    border-radius: 0.6rem !important;
    border: 1px solid #4b4e50 !important; }
  #inscription-v2 #btn-valider-forfait {
    background-color: #3366ff !important;
    border-radius: 36px !important;
    border: 0px; }
  #inscription-v2 input::placeholder {
    color: #3F528B;
    font-family: "CircularStd";
    font-style: normal;
    font-weight: 450;
    line-height: 24px; }
  #inscription-v2 input:not(:placeholder-shown) ~ label:not(.custom-control-label) {
    opacity: 1;
    margin-top: -20px;
    height: 9px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 3px;
    line-height: 1.1em;
    border-bottom: unset;
    color: #282A32;
    font-family: "CircularStd";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 22px; }
  #inscription-v2 #zone_mdp .eye-password {
    order: 5;
    background-image: url("/img/stych/icon/eye-regular-blue.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 12px;
    top: 33px;
    cursor: pointer; }
  #inscription-v2 #zone_mdp .eye-password.showed {
    background-image: url("/img/stych/icon/eye-slash-regular-blue.svg"); }
  #inscription-v2 #btn-subscribe {
    border-radius: 999px !important;
    color: #FFF;
    text-align: center;
    font-family: "CircularStd";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    background-color: #EDFF00 !important;
    color: black;
    border: 0px !important; }
    #inscription-v2 #btn-subscribe.submit-disabled {
      background-color: #8996A2 !important;
      color: #FFF; }
  #inscription-v2 .zone_eleve_connu_success, #inscription-v2 .zone_eleve_connu_warning {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0; }
    #inscription-v2 .zone_eleve_connu_success h4, #inscription-v2 .zone_eleve_connu_warning h4 {
      color: #282A32;
      font-family: "CircularStd";
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 26px; }
    #inscription-v2 .zone_eleve_connu_success .success_form_pre_remplie, #inscription-v2 .zone_eleve_connu_warning .success_form_pre_remplie {
      color: #3F528B !important;
      font-family: "CircularStd";
      font-size: 16px;
      font-style: normal;
      font-weight: 450;
      line-height: 22px; }
    #inscription-v2 .zone_eleve_connu_success .alert, #inscription-v2 .zone_eleve_connu_warning .alert {
      padding: 12px 16px; }
    #inscription-v2 .zone_eleve_connu_success .alert-heading, #inscription-v2 .zone_eleve_connu_warning .alert-heading {
      display: inline-flex;
      gap: 8px; }
    #inscription-v2 .zone_eleve_connu_success .alert-warning, #inscription-v2 .zone_eleve_connu_warning .alert-warning {
      background-color: #F9EEE6;
      border: 0px solid transparent; }
    #inscription-v2 .zone_eleve_connu_success p, #inscription-v2 .zone_eleve_connu_warning p {
      margin-left: 30px; }
  @media (max-width: 1199px) {
    #inscription-v2 .form-control {
      margin-top: 8px; } }
  #inscription-v2 .was-validated .form-control:invalid {
    background-image: none;
    border: 1px solid #E3262F !important; }
  #inscription-v2 .was-validated .form-control:valid {
    background-image: none; }
  #inscription-v2 .is-invalid {
    border: 1px solid #E3262F !important;
    background-image: none; }
  #inscription-v2 .invalid-feedback, #inscription-v2 .form-error {
    display: flex;
    color: #5A7694;
    font-family: "CircularStd";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px; }
    #inscription-v2 .invalid-feedback:not(#error-submit):before, #inscription-v2 .form-error:not(#error-submit):before {
      content: "";
      display: inline-block;
      width: 20px !important;
      min-width: 20px !important;
      height: 14px !important;
      left: 6px !important;
      bottom: -15px;
      background-repeat: space;
      margin: 1px 0 0 10px !important;
      background: url(/img/stych/home/error-warning.svg) no-repeat; }
  #inscription-v2 .custom-control .invalid-feedback, #inscription-v2 .custom-control .form-error {
    font-size: 14px;
    color: #db2727; }
  #inscription-v2 hr {
    border-top: 2px solid #D6E0FF; }
    @media (max-width: 1199px) {
      #inscription-v2 hr {
        display: block !important; } }
  #inscription-v2 #right-part {
    border-left: unset; }
    @media only screen and (min-width: 1200px) {
      #inscription-v2 #right-part {
        padding-left: 76px !important;
        border-left: 2px solid #D6E0FF; } }
  @media only screen and (min-width: 1200px) {
    #inscription-v2 .layout-container {
      padding: 0; } }
  @media (max-width: 1199px) {
    #inscription-v2 #zone_mdp .eye-password {
      top: 41px; } }
  #inscription-v2 #zone_date_naissance .calendar-icon {
    background-image: url("/img/stych/home/calendar.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 33px;
    right: 14px;
    cursor: pointer; }
    @media (max-width: 1199px) {
      #inscription-v2 #zone_date_naissance .calendar-icon {
        top: 41px; } }
  #inscription-v2 #zone_email {
    margin-top: 32px; }
  #inscription-v2 #zone_mdp {
    margin-bottom: 8px !important; }
  #inscription-v2 #zone_nom {
    margin-top: 32px; }
  #inscription-v2 #zone_code_postal, #inscription-v2 #zone_date_naissance {
    padding-right: 5px;
    padding-left: 0; }
  @media only screen and (min-width: 768px) {
    #inscription-v2 #zone_code_postal {
      padding-right: 40px; } }
  #inscription-v2 .custom-control-label:before {
    border: 1px solid #3F528B !important; }
  #inscription-v2 #modalTmpCodeActivationMail .modal-dialog {
    max-width: 800px;
    height: 527px; }
  #inscription-v2 #modalTmpCodeActivationMail h3 {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      #inscription-v2 #modalTmpCodeActivationMail h3 {
        font-size: 26px;
        font-weight: 700;
        line-height: 28px;
        word-wrap: break-word; } }
  #inscription-v2 #modalTmpCodeActivationMail .text-code {
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  #inscription-v2 #modalTmpCodeActivationMail #tmp_code_activation_mail {
    margin-top: 32px;
    margin-bottom: 32px; }
  #inscription-v2 #modalTmpCodeActivationMail .modal-body {
    width: 587px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 767px) {
      #inscription-v2 #modalTmpCodeActivationMail .modal-body {
        width: unset; } }
  #inscription-v2 #modalTmpCodeActivationMail .modal-content {
    border-radius: 32px;
    background: #F1F5FF;
    height: 527px; }
  #inscription-v2 #modalTmpCodeActivationMail p {
    color: #282A32;
    text-align: center;
    font-family: "CircularStd";
    font-size: 22px;
    font-style: normal;
    font-weight: 450;
    line-height: 26px; }
  #inscription-v2 #inscription .form-group {
    margin-bottom: 32px; }
  #inscription-v2 #inscription .custom-checkbox {
    padding-left: 0; }
    #inscription-v2 #inscription .custom-checkbox .custom-control-label {
      display: inline-flex;
      margin-left: 25px; }
      @media (max-width: 767px) {
        #inscription-v2 #inscription .custom-checkbox .custom-control-label {
          font-size: 1.4rem !important;
          font-weight: 450;
          line-height: 24px;
          word-wrap: break-word; } }
      #inscription-v2 #inscription .custom-checkbox .custom-control-label::after {
        top: 12px;
        left: -2.4rem; }
      #inscription-v2 #inscription .custom-checkbox .custom-control-label::before {
        top: 12px;
        left: -2.4rem; }
  #inscription-v2 #inscription #btn-subscribe {
    margin-top: 32px !important; }
  #inscription-v2 #inscription #zone_code_postal_date_naissance {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0; }
    #inscription-v2 #inscription #zone_code_postal_date_naissance #date_naissance {
      color: #1D1D1D;
      opacity: 1; }

.calendar-stych .pika-title select {
  font-size: 16px; }

@media (max-width: 767px) {
  .calendar-stych .pika-lendar {
    min-height: 250px !important; }
  .calendar-stych .pika-label {
    font-size: 18px !important; }
  .calendar-stych .pika-button {
    width: 30px !important;
    height: 30px !important;
    font-size: 16px !important;
    line-height: 15px !important; } }
