

/* Start:/simai/asset/simai.framework/sf4.master/core/css/sf-full.css?1716958654811401*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*@import "/simai/asset/simai.framework/sf4.master/core/css/functions";
@import "/simai/asset/simai.framework/sf4.master/core/css/variables";
@import "/simai/asset/simai.framework/sf4.master/core/css/mixins";

@import "/simai/asset/simai.framework/sf4.master/core/css/root";
@import "/simai/asset/simai.framework/sf4.master/core/css/reboot";
@import "/simai/asset/simai.framework/sf4.master/core/css/type";
@import "/simai/asset/simai.framework/sf4.master/core/css/images";
@import "/simai/asset/simai.framework/sf4.master/core/css/code";
@import "/simai/asset/simai.framework/sf4.master/core/css/grid";

@import "/simai/asset/simai.framework/sf4.master/core/css/tables";
@import "/simai/asset/simai.framework/sf4.master/core/css/forms";
@import "/simai/asset/simai.framework/sf4.master/core/css/buttons";
@import "/simai/asset/simai.framework/sf4.master/core/css/transitions";
@import "/simai/asset/simai.framework/sf4.master/core/css/dropdown";
@import "/simai/asset/simai.framework/sf4.master/core/css/button-group";
@import "/simai/asset/simai.framework/sf4.master/core/css/input-group";
@import "/simai/asset/simai.framework/sf4.master/core/css/custom-forms";
@import "/simai/asset/simai.framework/sf4.master/core/css/nav";
@import "/simai/asset/simai.framework/sf4.master/core/css/navbar";
@import "/simai/asset/simai.framework/sf4.master/core/css/card";
@import "/simai/asset/simai.framework/sf4.master/core/css/breadcrumb";
@import "/simai/asset/simai.framework/sf4.master/core/css/pagination";
@import "/simai/asset/simai.framework/sf4.master/core/css/badge";
@import "/simai/asset/simai.framework/sf4.master/core/css/jumbotron";
@import "/simai/asset/simai.framework/sf4.master/core/css/alert";
@import "/simai/asset/simai.framework/sf4.master/core/css/progress";
@import "/simai/asset/simai.framework/sf4.master/core/css/media";
@import "/simai/asset/simai.framework/sf4.master/core/css/list-group";
@import "/simai/asset/simai.framework/sf4.master/core/css/close";
@import "/simai/asset/simai.framework/sf4.master/core/css/toasts";
@import "/simai/asset/simai.framework/sf4.master/core/css/modal";
@import "/simai/asset/simai.framework/sf4.master/core/css/tooltip";
@import "/simai/asset/simai.framework/sf4.master/core/css/popover";
@import "/simai/asset/simai.framework/sf4.master/core/css/carousel";
@import "/simai/asset/simai.framework/sf4.master/core/css/spinners";
@import "/simai/asset/simai.framework/sf4.master/core/css/utilities";
@import "/simai/asset/simai.framework/sf4.master/core/css/print";*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[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.5rem; }

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: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  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.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .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: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

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

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

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

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

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

.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: #f5c6cb; }

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

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

.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-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

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

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

.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: #dee2e6; }

.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 + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  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: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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 {
    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: #28a745; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

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

.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: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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; } }

.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: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.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.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .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: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

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

.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: 0.5625rem;
  padding-left: 0.5625rem; }
  .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%;
    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: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .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.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.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: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

.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.25rem;
    border-top-right-radius: 0.25rem; }
    .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.25rem; }

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

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

.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.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: 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.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    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 > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .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 > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .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 > .container-fluid {
      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 > .container-fluid {
    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 > .container-fluid {
      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 > .container-fluid {
    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 > .container-fluid {
    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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #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.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.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.25rem;
  line-height: 1.5; }

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .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: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success .alert-link {
    color: #0b2e13; }

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

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

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger .alert-link {
    color: #491217; }

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

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark .alert-link {
    color: #040505; }

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

.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: #212529;
    background-color: #e9ecef; }

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

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

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

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

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.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: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.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-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .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 .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-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 .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-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 .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-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 .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-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.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

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

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

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

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

.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 {
    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: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@charset "UTF-8";
/*
 *	SIMAI Framework
 *	Version: 4.8.0
 *
 *	Author: Rim Zabarov	
 *	Copyright: 2008-2019 SIMAI Ltd
 *	Company site: http://simai.studio
 *
 *	Licensed GPLv3 for open source applications 
 *	or SIMAI Framework Commercial License for commercial use
 *
 *	Documentation: http://framework.simai.studio/
 *
 * 	Modifier Reduction:
 * 	.a  - (absolute) absolute position modifiers;
 * 	.b  - (border) border modifiers;
 * 	.bg - (background) background modifiers;
 * 	.с  - (color) text color modifiers;
 * 	.d  - (display) display modifiers;
 * 	.f  - (fill) SVG fill color modifiers;
 * 	.h  - (height) object height modifiers;
 * 	.l  - (link) link modifiers;
 * 	.m  - (margin) margin modifiers;
 * 	.o  - (opacity) opacity modifiers;
 * 	.p  - (padding) padding modifiers;
 * 	.s  - (stroke) SVG stroke color modifiers;
 * 	.t  - (typography) text modifiers;
 * 	.w  - (width) width modifiers.
 *
 * 	Modifier Side Reduction: 
 * 	l - (left) left-hand side;
 * 	r - (right) right-hand side;
 * 	t - (top) upper side;
 * 	b - (bottom) down side;
 * 	x - (X-axis) horizontally.
 * 	y - (Y-axis) vertically;
 *
 */
body {
  border-color: rgba(27, 31, 44, 0.12);
  border-width: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body * {
    outline: none !important; }

.sf-pagewrap-area {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }
  .sf-pagewrap-area-layout-wide {
    width: 100%; }
  @media (min-width: 1200px) {
    .sf-pagewrap-area-layout-wide.sf-pagewrap-area-container-fixed.container-size-960 .container {
      max-width: 960px; }
    .sf-pagewrap-area-layout-wide.sf-pagewrap-area-container-fixed.container-size-1080 .container {
      max-width: 1080px; }
    .sf-pagewrap-area-layout-wide.sf-pagewrap-area-container-fixed.container-size-1200 .container {
      max-width: 1200px; }
    .sf-pagewrap-area-layout-wide.sf-pagewrap-area-container-fixed.container-size-1320 .container {
      max-width: 1320px; }
    .sf-pagewrap-area-layout-wide.sf-pagewrap-area-container-fixed.container-size-1440 .container {
      max-width: 1440px; }
    .sf-pagewrap-area-layout-wide.sf-pagewrap-area-container-fixed.container-size-1560 .container {
      max-width: 1560px; }
    .sf-pagewrap-area-layout-wide.sf-pagewrap-area-container-fixed.container-size-1680 .container {
      max-width: 1680px; } }
  .sf-pagewrap-area-layout-narrow.sf-pagewrap-area-container-fluid .sf-pagewrap-area {
    margin: 0 5vw; }
    @media (max-width: 767px) {
      .sf-pagewrap-area-layout-narrow.sf-pagewrap-area-container-fluid .sf-pagewrap-area {
        margin: 0; } }
  .sf-pagewrap-area-layout-narrow.sf-pagewrap-area-container-fluid .container {
    max-width: 100%; }
  .sf-pagewrap-area-layout-narrow.sf-pagewrap-area-container-fixed .sf-pagewrap-area {
    width: auto;
    margin: 0 auto; }
    .sf-pagewrap-area-layout-narrow.sf-pagewrap-area-container-fixed .sf-pagewrap-area .container {
      max-width: 100%;
      width: auto; }
  @media (min-width: 1200px) {
    .sf-pagewrap-area-layout-narrow.sf-pagewrap-area-container-fixed.container-size-960 .sf-pagewrap-area {
      max-width: 960px; }
    .sf-pagewrap-area-layout-narrow.sf-pagewrap-area-container-fixed.container-size-1080 .sf-pagewrap-area {
      max-width: 1080px; }
    .sf-pagewrap-area-layout-narrow.sf-pagewrap-area-container-fixed.container-size-1200 .sf-pagewrap-area {
      max-width: 1200px; }
    .sf-pagewrap-area-layout-narrow.sf-pagewrap-area-container-fixed.container-size-1320 .sf-pagewrap-area {
      max-width: 1320px; }
    .sf-pagewrap-area-layout-narrow.sf-pagewrap-area-container-fixed.container-size-1440 .sf-pagewrap-area {
      max-width: 1440px; }
    .sf-pagewrap-area-layout-narrow.sf-pagewrap-area-container-fixed.container-size-1560 .sf-pagewrap-area {
      max-width: 1560px; }
    .sf-pagewrap-area-layout-narrow.sf-pagewrap-area-container-fixed.container-size-1680 .sf-pagewrap-area {
      max-width: 1680px; } }
  .sf-pagewrap-area-layout-wide.sf-pagewrap-area-container-fluid .container {
    max-width: 100%; }
  .sf-pagewrap-area .container-wrap {
    width: 100%; }

@media (max-width: 576px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 576px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

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

.t--3 {
  font-size: 0.625rem; }

.t--2 {
  font-size: 0.75rem; }

.t--1 {
  font-size: 0.875rem; }

.t-1 {
  font-size: 1.25rem; }

.t-2 {
  font-size: 1.5rem; }

.t-3 {
  font-size: 2rem; }

.t-4 {
  font-size: 2.5rem; }

.t-5 {
  font-size: 3rem; }

.t-6 {
  font-size: 4rem; }

.t-7 {
  font-size: 6rem; }

.t-0 {
  font-size: 1rem; }

.t-light {
  font-weight: 300; }

.t-regular {
  font-weight: 400; }

.t-medium {
  font-weight: 500; }

.t-bold {
  font-weight: 700; }

.t-normal {
  font-style: normal; }

.t-italic {
  font-style: italic; }

.t-left {
  text-align: left; }

.t-center {
  text-align: center; }

.t-right {
  text-align: right; }

.t-justify {
  text-align: justify; }

.t-measure {
  max-width: 30em; }

.t-measure-wide {
  max-width: 34em; }

.t-measure-narrow {
  max-width: 20em; }

.t-copy {
  line-height: 1.5; }

.t-title {
  line-height: 1.25; }

.t-solid {
  line-height: 1; }

.t-tracked {
  letter-spacing: .1em; }

.t-tracked-tight {
  letter-spacing: -.05em; }

.t-tracked-mega {
  letter-spacing: .25em; }

.t-lowercase {
  text-transform: lowercase; }

.t-uppercase {
  text-transform: uppercase; }

.t-capitalize {
  text-transform: capitalize; }

.t-strike {
  text-decoration: line-through; }

.t-sup {
  vertical-align: super; }

.t-sub {
  vertical-align: sub; }

.t-list {
  list-style-type: none; }

@media (min-width: 576px) {
  .t-sm--3 {
    font-size: 0.625rem; }
  .t-sm--2 {
    font-size: 0.75rem; }
  .t-sm--1 {
    font-size: 0.875rem; }
  .t-sm-1 {
    font-size: 1.25rem; }
  .t-sm-2 {
    font-size: 1.5rem; }
  .t-sm-3 {
    font-size: 2rem; }
  .t-sm-4 {
    font-size: 2.5rem; }
  .t-sm-5 {
    font-size: 3rem; }
  .t-sm-6 {
    font-size: 4rem; }
  .t-sm-7 {
    font-size: 6rem; }
  .t-sm-0 {
    font-size: 1rem; }
  .t-sm-light {
    font-weight: 300; }
  .t-sm-regular {
    font-weight: 400; }
  .t-sm-medium {
    font-weight: 500; }
  .t-sm-bold {
    font-weight: 700; }
  .t-sm-normal {
    font-style: normal; }
  .t-sm-italic {
    font-style: italic; }
  .t-sm-left {
    text-align: left; }
  .t-sm-center {
    text-align: center; }
  .t-sm-right {
    text-align: right; }
  .t-sm-justify {
    text-align: justify; }
  .t-sm-measure {
    max-width: 30em; }
  .t-sm-measure-wide {
    max-width: 34em; }
  .t-sm-measure-narrow {
    max-width: 20em; }
  .t-sm-copy {
    line-height: 1.5; }
  .t-sm-title {
    line-height: 1.25; }
  .t-sm-solid {
    line-height: 1; }
  .t-sm-tracked {
    letter-spacing: .1em; }
  .t-sm-tracked-tight {
    letter-spacing: -.05em; }
  .t-sm-tracked-mega {
    letter-spacing: .25em; }
  .t-sm-lowercase {
    text-transform: lowercase; }
  .t-sm-uppercase {
    text-transform: uppercase; }
  .t-sm-capitalize {
    text-transform: capitalize; }
  .t-sm-strike {
    text-decoration: line-through; }
  .t-sm-sup {
    vertical-align: super; }
  .t-sm-sub {
    vertical-align: sub; }
  .t-sm-list {
    list-style-type: none; } }

@media (min-width: 768px) {
  .t-md--3 {
    font-size: 0.625rem; }
  .t-md--2 {
    font-size: 0.75rem; }
  .t-md--1 {
    font-size: 0.875rem; }
  .t-md-1 {
    font-size: 1.25rem; }
  .t-md-2 {
    font-size: 1.5rem; }
  .t-md-3 {
    font-size: 2rem; }
  .t-md-4 {
    font-size: 2.5rem; }
  .t-md-5 {
    font-size: 3rem; }
  .t-md-6 {
    font-size: 4rem; }
  .t-md-7 {
    font-size: 6rem; }
  .t-md-0 {
    font-size: 1rem; }
  .t-md-light {
    font-weight: 300; }
  .t-md-regular {
    font-weight: 400; }
  .t-md-medium {
    font-weight: 500; }
  .t-md-bold {
    font-weight: 700; }
  .t-md-normal {
    font-style: normal; }
  .t-md-italic {
    font-style: italic; }
  .t-md-left {
    text-align: left; }
  .t-md-center {
    text-align: center; }
  .t-md-right {
    text-align: right; }
  .t-md-justify {
    text-align: justify; }
  .t-md-measure {
    max-width: 30em; }
  .t-md-measure-wide {
    max-width: 34em; }
  .t-md-measure-narrow {
    max-width: 20em; }
  .t-md-copy {
    line-height: 1.5; }
  .t-md-title {
    line-height: 1.25; }
  .t-md-solid {
    line-height: 1; }
  .t-md-tracked {
    letter-spacing: .1em; }
  .t-md-tracked-tight {
    letter-spacing: -.05em; }
  .t-md-tracked-mega {
    letter-spacing: .25em; }
  .t-md-lowercase {
    text-transform: lowercase; }
  .t-md-uppercase {
    text-transform: uppercase; }
  .t-md-capitalize {
    text-transform: capitalize; }
  .t-md-strike {
    text-decoration: line-through; }
  .t-md-sup {
    vertical-align: super; }
  .t-md-sub {
    vertical-align: sub; }
  .t-md-list {
    list-style-type: none; } }

@media (min-width: 992px) {
  .t-lg--3 {
    font-size: 0.625rem; }
  .t-lg--2 {
    font-size: 0.75rem; }
  .t-lg--1 {
    font-size: 0.875rem; }
  .t-lg-1 {
    font-size: 1.25rem; }
  .t-lg-2 {
    font-size: 1.5rem; }
  .t-lg-3 {
    font-size: 2rem; }
  .t-lg-4 {
    font-size: 2.5rem; }
  .t-lg-5 {
    font-size: 3rem; }
  .t-lg-6 {
    font-size: 4rem; }
  .t-lg-7 {
    font-size: 6rem; }
  .t-lg-0 {
    font-size: 1rem; }
  .t-lg-light {
    font-weight: 300; }
  .t-lg-regular {
    font-weight: 400; }
  .t-lg-medium {
    font-weight: 500; }
  .t-lg-bold {
    font-weight: 700; }
  .t-lg-normal {
    font-style: normal; }
  .t-lg-italic {
    font-style: italic; }
  .t-lg-left {
    text-align: left; }
  .t-lg-center {
    text-align: center; }
  .t-lg-right {
    text-align: right; }
  .t-lg-justify {
    text-align: justify; }
  .t-lg-measure {
    max-width: 30em; }
  .t-lg-measure-wide {
    max-width: 34em; }
  .t-lg-measure-narrow {
    max-width: 20em; }
  .t-lg-copy {
    line-height: 1.5; }
  .t-lg-title {
    line-height: 1.25; }
  .t-lg-solid {
    line-height: 1; }
  .t-lg-tracked {
    letter-spacing: .1em; }
  .t-lg-tracked-tight {
    letter-spacing: -.05em; }
  .t-lg-tracked-mega {
    letter-spacing: .25em; }
  .t-lg-lowercase {
    text-transform: lowercase; }
  .t-lg-uppercase {
    text-transform: uppercase; }
  .t-lg-capitalize {
    text-transform: capitalize; }
  .t-lg-strike {
    text-decoration: line-through; }
  .t-lg-sup {
    vertical-align: super; }
  .t-lg-sub {
    vertical-align: sub; }
  .t-lg-list {
    list-style-type: none; } }

@media (min-width: 1200px) {
  .t-xl--3 {
    font-size: 0.625rem; }
  .t-xl--2 {
    font-size: 0.75rem; }
  .t-xl--1 {
    font-size: 0.875rem; }
  .t-xl-1 {
    font-size: 1.25rem; }
  .t-xl-2 {
    font-size: 1.5rem; }
  .t-xl-3 {
    font-size: 2rem; }
  .t-xl-4 {
    font-size: 2.5rem; }
  .t-xl-5 {
    font-size: 3rem; }
  .t-xl-6 {
    font-size: 4rem; }
  .t-xl-7 {
    font-size: 6rem; }
  .t-xl-0 {
    font-size: 1rem; }
  .t-xl-light {
    font-weight: 300; }
  .t-xl-regular {
    font-weight: 400; }
  .t-xl-medium {
    font-weight: 500; }
  .t-xl-bold {
    font-weight: 700; }
  .t-xl-normal {
    font-style: normal; }
  .t-xl-italic {
    font-style: italic; }
  .t-xl-left {
    text-align: left; }
  .t-xl-center {
    text-align: center; }
  .t-xl-right {
    text-align: right; }
  .t-xl-justify {
    text-align: justify; }
  .t-xl-measure {
    max-width: 30em; }
  .t-xl-measure-wide {
    max-width: 34em; }
  .t-xl-measure-narrow {
    max-width: 20em; }
  .t-xl-copy {
    line-height: 1.5; }
  .t-xl-title {
    line-height: 1.25; }
  .t-xl-solid {
    line-height: 1; }
  .t-xl-tracked {
    letter-spacing: .1em; }
  .t-xl-tracked-tight {
    letter-spacing: -.05em; }
  .t-xl-tracked-mega {
    letter-spacing: .25em; }
  .t-xl-lowercase {
    text-transform: lowercase; }
  .t-xl-uppercase {
    text-transform: uppercase; }
  .t-xl-capitalize {
    text-transform: capitalize; }
  .t-xl-strike {
    text-decoration: line-through; }
  .t-xl-sup {
    vertical-align: super; }
  .t-xl-sub {
    vertical-align: sub; }
  .t-xl-list {
    list-style-type: none; } }

.t-arial, .t-helvetica {
  font-family: Arial, Helvetica, sans-serif; }

.t-arial-black, .t-gadget {
  font-family: "Arial Black", Gadget, sans-serif; }

.t-comic {
  font-family: "Comic Sans MS", cursive; }

.t-courier {
  font-family: "Courier New", Courier, monospace; }

.t-georgia {
  font-family: Georgia, serif; }

.t-impact, .t-charcoal {
  font-family: Impact,Charcoal, sans-serif; }

.t-lucida-console, .t-monaco {
  font-family: "Lucida Console", Monaco, monospace; }

.t-lucida-sans, .t-lucida-grande {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

.t-palatino, .t-book-antiqua {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }

.t-tahoma, .t-geneva {
  font-family: Tahoma, Geneva, sans-serif; }

.t-times {
  font-family: "Times New Roman", Times, serif; }

.t-trebuchet {
  font-family: "Trebuchet MS", Helvetica, sans-serif; }

.t-verdana {
  font-family: Verdana, Geneva, sans-serif; }

a.l-inherit, .l-inherit a, a.l-inherit:hover, .l-inherit a:hover {
  color: inherit; }

a.l-underline, .l-underline a {
  text-decoration: underline; }

a.l-underline-none, .l-underline-none a {
  text-decoration: none; }

a.l-dashed, .l-dashed a {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: inherit; }

a.l-hover-underline:hover, .l-hover-underline a:hover {
  text-decoration: underline; }

a.l-hover-underline-none:hover, .l-hover-underline-none a:hover {
  text-decoration: none; }

a.l-underline,
.l-underline a,
a.l-underline-none,
.l-underline-none a,
a.l-hover-underline:hover,
.l-hover-underline a:hover,
a.l-hover-underline-none:hover,
.l-hover-underline-none a:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

a.sf-link, .sf-link :not(.l-inherit) > a:not([class]) {
  text-decoration: none;
  outline: none;
  background-repeat: repeat-x;
  background-size: 200% 1px;
  background-position: 0 100%;
  padding-bottom: 0.125rem;
  text-decoration: none !important;
  color: #1b86c0;
  background-image: linear-gradient(to right, rgba(27, 134, 192, 0.3) 50%, transparent 50%); }
  a.sf-link:visited, .sf-link :not(.l-inherit) > a:not([class]):visited {
    color: #551a8b;
    background-image: linear-gradient(to right, rgba(85, 26, 139, 0.3) 50%, transparent 50%); }
  a.sf-link:hover, .sf-link :not(.l-inherit) > a:not([class]):hover {
    color: #fc4a0a;
    background-image: linear-gradient(to right, rgba(252, 74, 10, 0.3) 50%, transparent 50%); }
  a.sf-link:active, .sf-link :not(.l-inherit) > a:not([class]):active {
    background-image: linear-gradient(to right, 50%, transparent 50%); }

.theme-light .sf-link-theme :not(.l-inherit) > a:not([class]), .theme-light
a.sf-link.sf-link-theme, .theme-light
.sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) {
  color: rgba(21, 25, 30, 0.87);
  background-image: linear-gradient(to right, rgba(21, 25, 30, 0.2) 50%, transparent 50%); }
  .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]):visited, .theme-light
  a.sf-link.sf-link-theme:visited, .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):visited {
    color: rgba(21, 25, 30, 0.54);
    background-image: linear-gradient(to right, rgba(21, 25, 30, 0.2) 50%, transparent 50%); }
  .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]):hover, .theme-light
  a.sf-link.sf-link-theme:hover, .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):hover {
    color: #15191e;
    background-image: linear-gradient(to right, rgba(21, 25, 30, 0.6) 50%, transparent 50%); }
  .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]):active, .theme-light
  a.sf-link.sf-link-theme:active, .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):active {
    background-image: linear-gradient(to right, 50%, transparent 50%); }
  .theme-dark .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]), .theme-dark .theme-light
  a.sf-link.sf-link-theme, .theme-dark .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) {
    color: rgba(21, 25, 30, 0.87);
    background-image: linear-gradient(to right, rgba(21, 25, 30, 0.2) 50%, transparent 50%); }
    .theme-dark .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]):visited, .theme-dark .theme-light
    a.sf-link.sf-link-theme:visited, .theme-dark .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):visited {
      color: rgba(21, 25, 30, 0.54);
      background-image: linear-gradient(to right, rgba(21, 25, 30, 0.2) 50%, transparent 50%); }
    .theme-dark .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]):hover, .theme-dark .theme-light
    a.sf-link.sf-link-theme:hover, .theme-dark .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):hover {
      color: #15191e;
      background-image: linear-gradient(to right, rgba(21, 25, 30, 0.6) 50%, transparent 50%); }
    .theme-dark .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]):active, .theme-dark .theme-light
    a.sf-link.sf-link-theme:active, .theme-dark .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):active {
      background-image: linear-gradient(to right, 50%, transparent 50%); }
  .theme-ligth .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]), .theme-ligth .theme-light
  a.sf-link.sf-link-theme, .theme-ligth .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) {
    color: rgba(21, 25, 30, 0.87);
    background-image: linear-gradient(to right, rgba(21, 25, 30, 0.2) 50%, transparent 50%); }
    .theme-ligth .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]):visited, .theme-ligth .theme-light
    a.sf-link.sf-link-theme:visited, .theme-ligth .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):visited {
      color: rgba(21, 25, 30, 0.54);
      background-image: linear-gradient(to right, rgba(21, 25, 30, 0.2) 50%, transparent 50%); }
    .theme-ligth .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]):hover, .theme-ligth .theme-light
    a.sf-link.sf-link-theme:hover, .theme-ligth .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):hover {
      color: #15191e;
      background-image: linear-gradient(to right, rgba(21, 25, 30, 0.6) 50%, transparent 50%); }
    .theme-ligth .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]):active, .theme-ligth .theme-light
    a.sf-link.sf-link-theme:active, .theme-ligth .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):active {
      background-image: linear-gradient(to right, 50%, transparent 50%); }

.theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]), .theme-dark
a.sf-link.sf-link-theme, .theme-dark
.sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) {
  color: white;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, transparent 50%); }
  .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]):visited, .theme-dark
  a.sf-link.sf-link-theme:visited, .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):visited {
    color: rgba(255, 255, 255, 0.7);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, transparent 50%); }
  .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]):hover, .theme-dark
  a.sf-link.sf-link-theme:hover, .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):hover {
    color: white;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6) 50%, transparent 50%); }
  .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]):active, .theme-dark
  a.sf-link.sf-link-theme:active, .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):active {
    background-image: linear-gradient(to right, 50%, transparent 50%); }
  .theme-dark .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]), .theme-dark .theme-dark
  a.sf-link.sf-link-theme, .theme-dark .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) {
    color: white;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, transparent 50%); }
    .theme-dark .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]):visited, .theme-dark .theme-dark
    a.sf-link.sf-link-theme:visited, .theme-dark .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):visited {
      color: rgba(255, 255, 255, 0.7);
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, transparent 50%); }
    .theme-dark .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]):hover, .theme-dark .theme-dark
    a.sf-link.sf-link-theme:hover, .theme-dark .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):hover {
      color: white;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6) 50%, transparent 50%); }
    .theme-dark .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]):active, .theme-dark .theme-dark
    a.sf-link.sf-link-theme:active, .theme-dark .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):active {
      background-image: linear-gradient(to right, 50%, transparent 50%); }
  .theme-ligth .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]), .theme-ligth .theme-dark
  a.sf-link.sf-link-theme, .theme-ligth .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) {
    color: white;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, transparent 50%); }
    .theme-ligth .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]):visited, .theme-ligth .theme-dark
    a.sf-link.sf-link-theme:visited, .theme-ligth .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):visited {
      color: rgba(255, 255, 255, 0.7);
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, transparent 50%); }
    .theme-ligth .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]):hover, .theme-ligth .theme-dark
    a.sf-link.sf-link-theme:hover, .theme-ligth .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):hover {
      color: white;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6) 50%, transparent 50%); }
    .theme-ligth .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]):active, .theme-ligth .theme-dark
    a.sf-link.sf-link-theme:active, .theme-ligth .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]):active {
      background-image: linear-gradient(to right, 50%, transparent 50%); }

.theme-light .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link, .theme-light
.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link, .theme-light
a.sf-link.sf-link-theme .sf-link, .theme-light
a.sf-link.sf-link-theme a.sf-link, .theme-light
.sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link, .theme-light
.sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link {
  color: rgba(21, 25, 30, 0.87);
  background-image: linear-gradient(to right, rgba(21, 25, 30, 0.2) 50%, transparent 50%); }
  .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:visited, .theme-light
  .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:visited, .theme-light
  a.sf-link.sf-link-theme .sf-link:visited, .theme-light
  a.sf-link.sf-link-theme a.sf-link:visited, .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:visited, .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:visited {
    color: rgba(21, 25, 30, 0.54);
    background-image: linear-gradient(to right, rgba(21, 25, 30, 0.2) 50%, transparent 50%); }
  .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:hover, .theme-light
  .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:hover, .theme-light
  a.sf-link.sf-link-theme .sf-link:hover, .theme-light
  a.sf-link.sf-link-theme a.sf-link:hover, .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:hover, .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:hover {
    color: #15191e;
    background-image: linear-gradient(to right, rgba(21, 25, 30, 0.6) 50%, transparent 50%); }
  .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:active, .theme-light
  .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:active, .theme-light
  a.sf-link.sf-link-theme .sf-link:active, .theme-light
  a.sf-link.sf-link-theme a.sf-link:active, .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:active, .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:active {
    background-image: linear-gradient(to right, 50%, transparent 50%); }
  .theme-dark .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link, .theme-dark .theme-light
  .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link, .theme-dark .theme-light
  a.sf-link.sf-link-theme .sf-link, .theme-dark .theme-light
  a.sf-link.sf-link-theme a.sf-link, .theme-dark .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link, .theme-dark .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link {
    color: rgba(21, 25, 30, 0.87);
    background-image: linear-gradient(to right, rgba(21, 25, 30, 0.2) 50%, transparent 50%); }
    .theme-dark .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:visited, .theme-dark .theme-light
    .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:visited, .theme-dark .theme-light
    a.sf-link.sf-link-theme .sf-link:visited, .theme-dark .theme-light
    a.sf-link.sf-link-theme a.sf-link:visited, .theme-dark .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:visited, .theme-dark .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:visited {
      color: rgba(21, 25, 30, 0.54);
      background-image: linear-gradient(to right, rgba(21, 25, 30, 0.2) 50%, transparent 50%); }
    .theme-dark .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:hover, .theme-dark .theme-light
    .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:hover, .theme-dark .theme-light
    a.sf-link.sf-link-theme .sf-link:hover, .theme-dark .theme-light
    a.sf-link.sf-link-theme a.sf-link:hover, .theme-dark .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:hover, .theme-dark .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:hover {
      color: #15191e;
      background-image: linear-gradient(to right, rgba(21, 25, 30, 0.6) 50%, transparent 50%); }
    .theme-dark .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:active, .theme-dark .theme-light
    .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:active, .theme-dark .theme-light
    a.sf-link.sf-link-theme .sf-link:active, .theme-dark .theme-light
    a.sf-link.sf-link-theme a.sf-link:active, .theme-dark .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:active, .theme-dark .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:active {
      background-image: linear-gradient(to right, 50%, transparent 50%); }
  .theme-ligth .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link, .theme-ligth .theme-light
  .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link, .theme-ligth .theme-light
  a.sf-link.sf-link-theme .sf-link, .theme-ligth .theme-light
  a.sf-link.sf-link-theme a.sf-link, .theme-ligth .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link, .theme-ligth .theme-light
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link {
    color: rgba(21, 25, 30, 0.87);
    background-image: linear-gradient(to right, rgba(21, 25, 30, 0.2) 50%, transparent 50%); }
    .theme-ligth .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:visited, .theme-ligth .theme-light
    .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:visited, .theme-ligth .theme-light
    a.sf-link.sf-link-theme .sf-link:visited, .theme-ligth .theme-light
    a.sf-link.sf-link-theme a.sf-link:visited, .theme-ligth .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:visited, .theme-ligth .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:visited {
      color: rgba(21, 25, 30, 0.54);
      background-image: linear-gradient(to right, rgba(21, 25, 30, 0.2) 50%, transparent 50%); }
    .theme-ligth .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:hover, .theme-ligth .theme-light
    .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:hover, .theme-ligth .theme-light
    a.sf-link.sf-link-theme .sf-link:hover, .theme-ligth .theme-light
    a.sf-link.sf-link-theme a.sf-link:hover, .theme-ligth .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:hover, .theme-ligth .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:hover {
      color: #15191e;
      background-image: linear-gradient(to right, rgba(21, 25, 30, 0.6) 50%, transparent 50%); }
    .theme-ligth .theme-light .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:active, .theme-ligth .theme-light
    .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:active, .theme-ligth .theme-light
    a.sf-link.sf-link-theme .sf-link:active, .theme-ligth .theme-light
    a.sf-link.sf-link-theme a.sf-link:active, .theme-ligth .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:active, .theme-ligth .theme-light
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:active {
      background-image: linear-gradient(to right, 50%, transparent 50%); }

.theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link, .theme-dark
.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link, .theme-dark
a.sf-link.sf-link-theme .sf-link, .theme-dark
a.sf-link.sf-link-theme a.sf-link, .theme-dark
.sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link, .theme-dark
.sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link {
  color: white;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, transparent 50%); }
  .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:visited, .theme-dark
  .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:visited, .theme-dark
  a.sf-link.sf-link-theme .sf-link:visited, .theme-dark
  a.sf-link.sf-link-theme a.sf-link:visited, .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:visited, .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:visited {
    color: rgba(255, 255, 255, 0.7);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, transparent 50%); }
  .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:hover, .theme-dark
  .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:hover, .theme-dark
  a.sf-link.sf-link-theme .sf-link:hover, .theme-dark
  a.sf-link.sf-link-theme a.sf-link:hover, .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:hover, .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:hover {
    color: white;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6) 50%, transparent 50%); }
  .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:active, .theme-dark
  .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:active, .theme-dark
  a.sf-link.sf-link-theme .sf-link:active, .theme-dark
  a.sf-link.sf-link-theme a.sf-link:active, .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:active, .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:active {
    background-image: linear-gradient(to right, 50%, transparent 50%); }
  .theme-dark .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link, .theme-dark .theme-dark
  .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link, .theme-dark .theme-dark
  a.sf-link.sf-link-theme .sf-link, .theme-dark .theme-dark
  a.sf-link.sf-link-theme a.sf-link, .theme-dark .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link, .theme-dark .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link {
    color: white;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, transparent 50%); }
    .theme-dark .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:visited, .theme-dark .theme-dark
    .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:visited, .theme-dark .theme-dark
    a.sf-link.sf-link-theme .sf-link:visited, .theme-dark .theme-dark
    a.sf-link.sf-link-theme a.sf-link:visited, .theme-dark .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:visited, .theme-dark .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:visited {
      color: rgba(255, 255, 255, 0.7);
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, transparent 50%); }
    .theme-dark .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:hover, .theme-dark .theme-dark
    .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:hover, .theme-dark .theme-dark
    a.sf-link.sf-link-theme .sf-link:hover, .theme-dark .theme-dark
    a.sf-link.sf-link-theme a.sf-link:hover, .theme-dark .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:hover, .theme-dark .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:hover {
      color: white;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6) 50%, transparent 50%); }
    .theme-dark .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:active, .theme-dark .theme-dark
    .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:active, .theme-dark .theme-dark
    a.sf-link.sf-link-theme .sf-link:active, .theme-dark .theme-dark
    a.sf-link.sf-link-theme a.sf-link:active, .theme-dark .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:active, .theme-dark .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:active {
      background-image: linear-gradient(to right, 50%, transparent 50%); }
  .theme-ligth .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link, .theme-ligth .theme-dark
  .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link, .theme-ligth .theme-dark
  a.sf-link.sf-link-theme .sf-link, .theme-ligth .theme-dark
  a.sf-link.sf-link-theme a.sf-link, .theme-ligth .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link, .theme-ligth .theme-dark
  .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link {
    color: white;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, transparent 50%); }
    .theme-ligth .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:visited, .theme-ligth .theme-dark
    .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:visited, .theme-ligth .theme-dark
    a.sf-link.sf-link-theme .sf-link:visited, .theme-ligth .theme-dark
    a.sf-link.sf-link-theme a.sf-link:visited, .theme-ligth .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:visited, .theme-ligth .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:visited {
      color: rgba(255, 255, 255, 0.7);
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, transparent 50%); }
    .theme-ligth .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:hover, .theme-ligth .theme-dark
    .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:hover, .theme-ligth .theme-dark
    a.sf-link.sf-link-theme .sf-link:hover, .theme-ligth .theme-dark
    a.sf-link.sf-link-theme a.sf-link:hover, .theme-ligth .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:hover, .theme-ligth .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:hover {
      color: white;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6) 50%, transparent 50%); }
    .theme-ligth .theme-dark .sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:active, .theme-ligth .theme-dark
    .sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:active, .theme-ligth .theme-dark
    a.sf-link.sf-link-theme .sf-link:active, .theme-ligth .theme-dark
    a.sf-link.sf-link-theme a.sf-link:active, .theme-ligth .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) .sf-link:active, .theme-ligth .theme-dark
    .sf-link.sf-link-theme :not(.l-inherit) > a:not([class]) a.sf-link:active {
      background-image: linear-gradient(to right, 50%, transparent 50%); }

a.sf-link.sf-link-dotted, .sf-link.sf-link-dotted :not(.l-inherit) > a:not([class]) {
  background-size: 0.125rem 1px; }

a.sf-link.sf-link-dashed, .sf-link.sf-link-dashed :not(.l-inherit) > a:not([class]) {
  background-size: 0.375rem 1px; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

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

.svg-icon {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }

.s-1 {
  stroke-width: 1px; }

.s-2 {
  stroke-width: 2px; }

.s-3 {
  stroke-width: 3px; }

.s-4 {
  stroke-width: 4px; }

.s-5 {
  stroke-width: 5px; }

.s-6 {
  stroke-width: 6px; }

.s-7 {
  stroke-width: 7px; }

.s-8 {
  stroke-width: 8px; }

.s-9 {
  stroke-width: 9px; }

.s-10 {
  stroke-width: 10px; }

.s-0 {
  stroke-width: 0; }

.svg--3 {
  width: 0.65rem;
  height: 0.65rem !important;
  line-height: 0.65rem !important; }

.svg--2 {
  width: 0.75rem;
  height: 0.75rem !important;
  line-height: 0.75rem !important; }

.svg--1 {
  width: 0.85rem;
  height: 0.85rem !important;
  line-height: 0.85rem !important; }

.svg-1 {
  width: 1.25rem;
  height: 1.25rem !important;
  line-height: 1.25rem !important; }

.svg-2 {
  width: 1.5rem;
  height: 1.5rem !important;
  line-height: 1.5rem !important; }

.svg-3 {
  width: 2rem;
  height: 2rem !important;
  line-height: 2rem !important; }

.svg-4 {
  width: 2.5rem;
  height: 2.5rem !important;
  line-height: 2.5rem !important; }

.svg-5 {
  width: 3rem;
  height: 3rem !important;
  line-height: 3rem !important; }

.svg-6 {
  width: 4rem;
  height: 4rem !important;
  line-height: 4rem !important; }

.svg-7 {
  width: 6rem;
  height: 6rem !important;
  line-height: 6rem !important; }

.svg-0 {
  width: 1rem;
  height: 1rem !important;
  line-height: 1rem !important; }

@media (min-width: 576px) {
  .s-sm-1 {
    stroke-width: 1px; }
  .s-sm-2 {
    stroke-width: 2px; }
  .s-sm-3 {
    stroke-width: 3px; }
  .s-sm-4 {
    stroke-width: 4px; }
  .s-sm-5 {
    stroke-width: 5px; }
  .s-sm-6 {
    stroke-width: 6px; }
  .s-sm-7 {
    stroke-width: 7px; }
  .s-sm-8 {
    stroke-width: 8px; }
  .s-sm-9 {
    stroke-width: 9px; }
  .s-sm-10 {
    stroke-width: 10px; }
  .s-sm-0 {
    stroke-width: 0; }
  .svg-sm--3 {
    width: 0.65rem;
    height: 0.65rem !important;
    line-height: 0.65rem !important; }
  .svg-sm--2 {
    width: 0.75rem;
    height: 0.75rem !important;
    line-height: 0.75rem !important; }
  .svg-sm--1 {
    width: 0.85rem;
    height: 0.85rem !important;
    line-height: 0.85rem !important; }
  .svg-sm-1 {
    width: 1.25rem;
    height: 1.25rem !important;
    line-height: 1.25rem !important; }
  .svg-sm-2 {
    width: 1.5rem;
    height: 1.5rem !important;
    line-height: 1.5rem !important; }
  .svg-sm-3 {
    width: 2rem;
    height: 2rem !important;
    line-height: 2rem !important; }
  .svg-sm-4 {
    width: 2.5rem;
    height: 2.5rem !important;
    line-height: 2.5rem !important; }
  .svg-sm-5 {
    width: 3rem;
    height: 3rem !important;
    line-height: 3rem !important; }
  .svg-sm-6 {
    width: 4rem;
    height: 4rem !important;
    line-height: 4rem !important; }
  .svg-sm-7 {
    width: 6rem;
    height: 6rem !important;
    line-height: 6rem !important; }
  .svg-sm-0 {
    width: 1rem;
    height: 1rem !important;
    line-height: 1rem !important; } }

@media (min-width: 768px) {
  .s-md-1 {
    stroke-width: 1px; }
  .s-md-2 {
    stroke-width: 2px; }
  .s-md-3 {
    stroke-width: 3px; }
  .s-md-4 {
    stroke-width: 4px; }
  .s-md-5 {
    stroke-width: 5px; }
  .s-md-6 {
    stroke-width: 6px; }
  .s-md-7 {
    stroke-width: 7px; }
  .s-md-8 {
    stroke-width: 8px; }
  .s-md-9 {
    stroke-width: 9px; }
  .s-md-10 {
    stroke-width: 10px; }
  .s-md-0 {
    stroke-width: 0; }
  .svg-md--3 {
    width: 0.65rem;
    height: 0.65rem !important;
    line-height: 0.65rem !important; }
  .svg-md--2 {
    width: 0.75rem;
    height: 0.75rem !important;
    line-height: 0.75rem !important; }
  .svg-md--1 {
    width: 0.85rem;
    height: 0.85rem !important;
    line-height: 0.85rem !important; }
  .svg-md-1 {
    width: 1.25rem;
    height: 1.25rem !important;
    line-height: 1.25rem !important; }
  .svg-md-2 {
    width: 1.5rem;
    height: 1.5rem !important;
    line-height: 1.5rem !important; }
  .svg-md-3 {
    width: 2rem;
    height: 2rem !important;
    line-height: 2rem !important; }
  .svg-md-4 {
    width: 2.5rem;
    height: 2.5rem !important;
    line-height: 2.5rem !important; }
  .svg-md-5 {
    width: 3rem;
    height: 3rem !important;
    line-height: 3rem !important; }
  .svg-md-6 {
    width: 4rem;
    height: 4rem !important;
    line-height: 4rem !important; }
  .svg-md-7 {
    width: 6rem;
    height: 6rem !important;
    line-height: 6rem !important; }
  .svg-md-0 {
    width: 1rem;
    height: 1rem !important;
    line-height: 1rem !important; } }

@media (min-width: 992px) {
  .s-lg-1 {
    stroke-width: 1px; }
  .s-lg-2 {
    stroke-width: 2px; }
  .s-lg-3 {
    stroke-width: 3px; }
  .s-lg-4 {
    stroke-width: 4px; }
  .s-lg-5 {
    stroke-width: 5px; }
  .s-lg-6 {
    stroke-width: 6px; }
  .s-lg-7 {
    stroke-width: 7px; }
  .s-lg-8 {
    stroke-width: 8px; }
  .s-lg-9 {
    stroke-width: 9px; }
  .s-lg-10 {
    stroke-width: 10px; }
  .s-lg-0 {
    stroke-width: 0; }
  .svg-lg--3 {
    width: 0.65rem;
    height: 0.65rem !important;
    line-height: 0.65rem !important; }
  .svg-lg--2 {
    width: 0.75rem;
    height: 0.75rem !important;
    line-height: 0.75rem !important; }
  .svg-lg--1 {
    width: 0.85rem;
    height: 0.85rem !important;
    line-height: 0.85rem !important; }
  .svg-lg-1 {
    width: 1.25rem;
    height: 1.25rem !important;
    line-height: 1.25rem !important; }
  .svg-lg-2 {
    width: 1.5rem;
    height: 1.5rem !important;
    line-height: 1.5rem !important; }
  .svg-lg-3 {
    width: 2rem;
    height: 2rem !important;
    line-height: 2rem !important; }
  .svg-lg-4 {
    width: 2.5rem;
    height: 2.5rem !important;
    line-height: 2.5rem !important; }
  .svg-lg-5 {
    width: 3rem;
    height: 3rem !important;
    line-height: 3rem !important; }
  .svg-lg-6 {
    width: 4rem;
    height: 4rem !important;
    line-height: 4rem !important; }
  .svg-lg-7 {
    width: 6rem;
    height: 6rem !important;
    line-height: 6rem !important; }
  .svg-lg-0 {
    width: 1rem;
    height: 1rem !important;
    line-height: 1rem !important; } }

@media (min-width: 1200px) {
  .s-xl-1 {
    stroke-width: 1px; }
  .s-xl-2 {
    stroke-width: 2px; }
  .s-xl-3 {
    stroke-width: 3px; }
  .s-xl-4 {
    stroke-width: 4px; }
  .s-xl-5 {
    stroke-width: 5px; }
  .s-xl-6 {
    stroke-width: 6px; }
  .s-xl-7 {
    stroke-width: 7px; }
  .s-xl-8 {
    stroke-width: 8px; }
  .s-xl-9 {
    stroke-width: 9px; }
  .s-xl-10 {
    stroke-width: 10px; }
  .s-xl-0 {
    stroke-width: 0; }
  .svg-xl--3 {
    width: 0.65rem;
    height: 0.65rem !important;
    line-height: 0.65rem !important; }
  .svg-xl--2 {
    width: 0.75rem;
    height: 0.75rem !important;
    line-height: 0.75rem !important; }
  .svg-xl--1 {
    width: 0.85rem;
    height: 0.85rem !important;
    line-height: 0.85rem !important; }
  .svg-xl-1 {
    width: 1.25rem;
    height: 1.25rem !important;
    line-height: 1.25rem !important; }
  .svg-xl-2 {
    width: 1.5rem;
    height: 1.5rem !important;
    line-height: 1.5rem !important; }
  .svg-xl-3 {
    width: 2rem;
    height: 2rem !important;
    line-height: 2rem !important; }
  .svg-xl-4 {
    width: 2.5rem;
    height: 2.5rem !important;
    line-height: 2.5rem !important; }
  .svg-xl-5 {
    width: 3rem;
    height: 3rem !important;
    line-height: 3rem !important; }
  .svg-xl-6 {
    width: 4rem;
    height: 4rem !important;
    line-height: 4rem !important; }
  .svg-xl-7 {
    width: 6rem;
    height: 6rem !important;
    line-height: 6rem !important; }
  .svg-xl-0 {
    width: 1rem;
    height: 1rem !important;
    line-height: 1rem !important; } }

.f-none {
  fill: none; }

.f-nonzero {
  fill-rule: nonzero; }

.f-evenodd {
  fill-rule: evenodd; }

.s-miter {
  stroke-linejoin: miter; }

.s-round {
  stroke-linejoin: round; }

.s-bevel {
  stroke-linejoin: bevel; }

.s-butt {
  stroke-linecap: butt; }

.s-round {
  stroke-linecap: round; }

.s-square {
  stroke-linecap: square; }

.b-1 {
  border-width: 1px;
  border-color: transparent;
  border-style: solid; }

.bt-1 {
  border-top-width: 1px;
  border-top-style: solid; }

.br-1 {
  border-right-width: 1px;
  border-right-style: solid; }

.bb-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.bl-1 {
  border-left-width: 1px;
  border-left-style: solid; }

.bx-1 {
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: transparent;
  border-left-style: solid;
  border-right-style: solid; }

.by-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: transparent;
  border-top-style: solid;
  border-bottom-style: solid; }

.b-2 {
  border-width: 2px;
  border-color: transparent;
  border-style: solid; }

.bt-2 {
  border-top-width: 2px;
  border-top-style: solid; }

.br-2 {
  border-right-width: 2px;
  border-right-style: solid; }

.bb-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid; }

.bl-2 {
  border-left-width: 2px;
  border-left-style: solid; }

.bx-2 {
  border-left-width: 2px;
  border-right-width: 2px;
  border-color: transparent;
  border-left-style: solid;
  border-right-style: solid; }

.by-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: transparent;
  border-top-style: solid;
  border-bottom-style: solid; }

.b-3 {
  border-width: 3px;
  border-color: transparent;
  border-style: solid; }

.bt-3 {
  border-top-width: 3px;
  border-top-style: solid; }

.br-3 {
  border-right-width: 3px;
  border-right-style: solid; }

.bb-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid; }

.bl-3 {
  border-left-width: 3px;
  border-left-style: solid; }

.bx-3 {
  border-left-width: 3px;
  border-right-width: 3px;
  border-color: transparent;
  border-left-style: solid;
  border-right-style: solid; }

.by-3 {
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-color: transparent;
  border-top-style: solid;
  border-bottom-style: solid; }

.b-4 {
  border-width: 4px;
  border-color: transparent;
  border-style: solid; }

.bt-4 {
  border-top-width: 4px;
  border-top-style: solid; }

.br-4 {
  border-right-width: 4px;
  border-right-style: solid; }

.bb-4 {
  border-bottom-width: 4px;
  border-bottom-style: solid; }

.bl-4 {
  border-left-width: 4px;
  border-left-style: solid; }

.bx-4 {
  border-left-width: 4px;
  border-right-width: 4px;
  border-color: transparent;
  border-left-style: solid;
  border-right-style: solid; }

.by-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-color: transparent;
  border-top-style: solid;
  border-bottom-style: solid; }

.b-5 {
  border-width: 5px;
  border-color: transparent;
  border-style: solid; }

.bt-5 {
  border-top-width: 5px;
  border-top-style: solid; }

.br-5 {
  border-right-width: 5px;
  border-right-style: solid; }

.bb-5 {
  border-bottom-width: 5px;
  border-bottom-style: solid; }

.bl-5 {
  border-left-width: 5px;
  border-left-style: solid; }

.bx-5 {
  border-left-width: 5px;
  border-right-width: 5px;
  border-color: transparent;
  border-left-style: solid;
  border-right-style: solid; }

.by-5 {
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-color: transparent;
  border-top-style: solid;
  border-bottom-style: solid; }

.b-6 {
  border-width: 6px;
  border-color: transparent;
  border-style: solid; }

.bt-6 {
  border-top-width: 6px;
  border-top-style: solid; }

.br-6 {
  border-right-width: 6px;
  border-right-style: solid; }

.bb-6 {
  border-bottom-width: 6px;
  border-bottom-style: solid; }

.bl-6 {
  border-left-width: 6px;
  border-left-style: solid; }

.bx-6 {
  border-left-width: 6px;
  border-right-width: 6px;
  border-color: transparent;
  border-left-style: solid;
  border-right-style: solid; }

.by-6 {
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-color: transparent;
  border-top-style: solid;
  border-bottom-style: solid; }

.b-7 {
  border-width: 7px;
  border-color: transparent;
  border-style: solid; }

.bt-7 {
  border-top-width: 7px;
  border-top-style: solid; }

.br-7 {
  border-right-width: 7px;
  border-right-style: solid; }

.bb-7 {
  border-bottom-width: 7px;
  border-bottom-style: solid; }

.bl-7 {
  border-left-width: 7px;
  border-left-style: solid; }

.bx-7 {
  border-left-width: 7px;
  border-right-width: 7px;
  border-color: transparent;
  border-left-style: solid;
  border-right-style: solid; }

.by-7 {
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-color: transparent;
  border-top-style: solid;
  border-bottom-style: solid; }

.b-8 {
  border-width: 8px;
  border-color: transparent;
  border-style: solid; }

.bt-8 {
  border-top-width: 8px;
  border-top-style: solid; }

.br-8 {
  border-right-width: 8px;
  border-right-style: solid; }

.bb-8 {
  border-bottom-width: 8px;
  border-bottom-style: solid; }

.bl-8 {
  border-left-width: 8px;
  border-left-style: solid; }

.bx-8 {
  border-left-width: 8px;
  border-right-width: 8px;
  border-color: transparent;
  border-left-style: solid;
  border-right-style: solid; }

.by-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-color: transparent;
  border-top-style: solid;
  border-bottom-style: solid; }

.b-9 {
  border-width: 9px;
  border-color: transparent;
  border-style: solid; }

.bt-9 {
  border-top-width: 9px;
  border-top-style: solid; }

.br-9 {
  border-right-width: 9px;
  border-right-style: solid; }

.bb-9 {
  border-bottom-width: 9px;
  border-bottom-style: solid; }

.bl-9 {
  border-left-width: 9px;
  border-left-style: solid; }

.bx-9 {
  border-left-width: 9px;
  border-right-width: 9px;
  border-color: transparent;
  border-left-style: solid;
  border-right-style: solid; }

.by-9 {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-color: transparent;
  border-top-style: solid;
  border-bottom-style: solid; }

.b-10 {
  border-width: 10px;
  border-color: transparent;
  border-style: solid; }

.bt-10 {
  border-top-width: 10px;
  border-top-style: solid; }

.br-10 {
  border-right-width: 10px;
  border-right-style: solid; }

.bb-10 {
  border-bottom-width: 10px;
  border-bottom-style: solid; }

.bl-10 {
  border-left-width: 10px;
  border-left-style: solid; }

.bx-10 {
  border-left-width: 10px;
  border-right-width: 10px;
  border-color: transparent;
  border-left-style: solid;
  border-right-style: solid; }

.by-10 {
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-color: transparent;
  border-top-style: solid;
  border-bottom-style: solid; }

.b-0 {
  border-width: 0px; }

.bt-0 {
  border-top-width: 0px; }

.br-0 {
  border-right-width: 0px; }

.bb-0 {
  border-bottom-width: 0px; }

.bl-0 {
  border-left-width: 0px; }

.bx-0 {
  border-left-width: 0px;
  border-right-width: 0px; }

.by-0 {
  border-top-width: 0px;
  border-bottom-width: 0px; }

@media (min-width: 576px) {
  .b-sm-1 {
    border-width: 1px;
    border-color: transparent;
    border-style: solid; }
  .bt-sm-1 {
    border-top-width: 1px;
    border-top-style: solid; }
  .br-sm-1 {
    border-right-width: 1px;
    border-right-style: solid; }
  .bb-sm-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .bl-sm-1 {
    border-left-width: 1px;
    border-left-style: solid; }
  .bx-sm-1 {
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-sm-1 {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-sm-2 {
    border-width: 2px;
    border-color: transparent;
    border-style: solid; }
  .bt-sm-2 {
    border-top-width: 2px;
    border-top-style: solid; }
  .br-sm-2 {
    border-right-width: 2px;
    border-right-style: solid; }
  .bb-sm-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid; }
  .bl-sm-2 {
    border-left-width: 2px;
    border-left-style: solid; }
  .bx-sm-2 {
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-sm-2 {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-sm-3 {
    border-width: 3px;
    border-color: transparent;
    border-style: solid; }
  .bt-sm-3 {
    border-top-width: 3px;
    border-top-style: solid; }
  .br-sm-3 {
    border-right-width: 3px;
    border-right-style: solid; }
  .bb-sm-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .bl-sm-3 {
    border-left-width: 3px;
    border-left-style: solid; }
  .bx-sm-3 {
    border-left-width: 3px;
    border-right-width: 3px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-sm-3 {
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-sm-4 {
    border-width: 4px;
    border-color: transparent;
    border-style: solid; }
  .bt-sm-4 {
    border-top-width: 4px;
    border-top-style: solid; }
  .br-sm-4 {
    border-right-width: 4px;
    border-right-style: solid; }
  .bb-sm-4 {
    border-bottom-width: 4px;
    border-bottom-style: solid; }
  .bl-sm-4 {
    border-left-width: 4px;
    border-left-style: solid; }
  .bx-sm-4 {
    border-left-width: 4px;
    border-right-width: 4px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-sm-4 {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-sm-5 {
    border-width: 5px;
    border-color: transparent;
    border-style: solid; }
  .bt-sm-5 {
    border-top-width: 5px;
    border-top-style: solid; }
  .br-sm-5 {
    border-right-width: 5px;
    border-right-style: solid; }
  .bb-sm-5 {
    border-bottom-width: 5px;
    border-bottom-style: solid; }
  .bl-sm-5 {
    border-left-width: 5px;
    border-left-style: solid; }
  .bx-sm-5 {
    border-left-width: 5px;
    border-right-width: 5px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-sm-5 {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-sm-6 {
    border-width: 6px;
    border-color: transparent;
    border-style: solid; }
  .bt-sm-6 {
    border-top-width: 6px;
    border-top-style: solid; }
  .br-sm-6 {
    border-right-width: 6px;
    border-right-style: solid; }
  .bb-sm-6 {
    border-bottom-width: 6px;
    border-bottom-style: solid; }
  .bl-sm-6 {
    border-left-width: 6px;
    border-left-style: solid; }
  .bx-sm-6 {
    border-left-width: 6px;
    border-right-width: 6px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-sm-6 {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-sm-7 {
    border-width: 7px;
    border-color: transparent;
    border-style: solid; }
  .bt-sm-7 {
    border-top-width: 7px;
    border-top-style: solid; }
  .br-sm-7 {
    border-right-width: 7px;
    border-right-style: solid; }
  .bb-sm-7 {
    border-bottom-width: 7px;
    border-bottom-style: solid; }
  .bl-sm-7 {
    border-left-width: 7px;
    border-left-style: solid; }
  .bx-sm-7 {
    border-left-width: 7px;
    border-right-width: 7px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-sm-7 {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-sm-8 {
    border-width: 8px;
    border-color: transparent;
    border-style: solid; }
  .bt-sm-8 {
    border-top-width: 8px;
    border-top-style: solid; }
  .br-sm-8 {
    border-right-width: 8px;
    border-right-style: solid; }
  .bb-sm-8 {
    border-bottom-width: 8px;
    border-bottom-style: solid; }
  .bl-sm-8 {
    border-left-width: 8px;
    border-left-style: solid; }
  .bx-sm-8 {
    border-left-width: 8px;
    border-right-width: 8px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-sm-8 {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-sm-9 {
    border-width: 9px;
    border-color: transparent;
    border-style: solid; }
  .bt-sm-9 {
    border-top-width: 9px;
    border-top-style: solid; }
  .br-sm-9 {
    border-right-width: 9px;
    border-right-style: solid; }
  .bb-sm-9 {
    border-bottom-width: 9px;
    border-bottom-style: solid; }
  .bl-sm-9 {
    border-left-width: 9px;
    border-left-style: solid; }
  .bx-sm-9 {
    border-left-width: 9px;
    border-right-width: 9px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-sm-9 {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-sm-10 {
    border-width: 10px;
    border-color: transparent;
    border-style: solid; }
  .bt-sm-10 {
    border-top-width: 10px;
    border-top-style: solid; }
  .br-sm-10 {
    border-right-width: 10px;
    border-right-style: solid; }
  .bb-sm-10 {
    border-bottom-width: 10px;
    border-bottom-style: solid; }
  .bl-sm-10 {
    border-left-width: 10px;
    border-left-style: solid; }
  .bx-sm-10 {
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-sm-10 {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-sm-0 {
    border-width: 0px; }
  .bt-sm-0 {
    border-top-width: 0px; }
  .br-sm-0 {
    border-right-width: 0px; }
  .bb-sm-0 {
    border-bottom-width: 0px; }
  .bl-sm-0 {
    border-left-width: 0px; }
  .bx-sm-0 {
    border-left-width: 0px;
    border-right-width: 0px; }
  .by-sm-0 {
    border-top-width: 0px;
    border-bottom-width: 0px; } }

@media (min-width: 768px) {
  .b-md-1 {
    border-width: 1px;
    border-color: transparent;
    border-style: solid; }
  .bt-md-1 {
    border-top-width: 1px;
    border-top-style: solid; }
  .br-md-1 {
    border-right-width: 1px;
    border-right-style: solid; }
  .bb-md-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .bl-md-1 {
    border-left-width: 1px;
    border-left-style: solid; }
  .bx-md-1 {
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-md-1 {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-md-2 {
    border-width: 2px;
    border-color: transparent;
    border-style: solid; }
  .bt-md-2 {
    border-top-width: 2px;
    border-top-style: solid; }
  .br-md-2 {
    border-right-width: 2px;
    border-right-style: solid; }
  .bb-md-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid; }
  .bl-md-2 {
    border-left-width: 2px;
    border-left-style: solid; }
  .bx-md-2 {
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-md-2 {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-md-3 {
    border-width: 3px;
    border-color: transparent;
    border-style: solid; }
  .bt-md-3 {
    border-top-width: 3px;
    border-top-style: solid; }
  .br-md-3 {
    border-right-width: 3px;
    border-right-style: solid; }
  .bb-md-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .bl-md-3 {
    border-left-width: 3px;
    border-left-style: solid; }
  .bx-md-3 {
    border-left-width: 3px;
    border-right-width: 3px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-md-3 {
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-md-4 {
    border-width: 4px;
    border-color: transparent;
    border-style: solid; }
  .bt-md-4 {
    border-top-width: 4px;
    border-top-style: solid; }
  .br-md-4 {
    border-right-width: 4px;
    border-right-style: solid; }
  .bb-md-4 {
    border-bottom-width: 4px;
    border-bottom-style: solid; }
  .bl-md-4 {
    border-left-width: 4px;
    border-left-style: solid; }
  .bx-md-4 {
    border-left-width: 4px;
    border-right-width: 4px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-md-4 {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-md-5 {
    border-width: 5px;
    border-color: transparent;
    border-style: solid; }
  .bt-md-5 {
    border-top-width: 5px;
    border-top-style: solid; }
  .br-md-5 {
    border-right-width: 5px;
    border-right-style: solid; }
  .bb-md-5 {
    border-bottom-width: 5px;
    border-bottom-style: solid; }
  .bl-md-5 {
    border-left-width: 5px;
    border-left-style: solid; }
  .bx-md-5 {
    border-left-width: 5px;
    border-right-width: 5px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-md-5 {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-md-6 {
    border-width: 6px;
    border-color: transparent;
    border-style: solid; }
  .bt-md-6 {
    border-top-width: 6px;
    border-top-style: solid; }
  .br-md-6 {
    border-right-width: 6px;
    border-right-style: solid; }
  .bb-md-6 {
    border-bottom-width: 6px;
    border-bottom-style: solid; }
  .bl-md-6 {
    border-left-width: 6px;
    border-left-style: solid; }
  .bx-md-6 {
    border-left-width: 6px;
    border-right-width: 6px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-md-6 {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-md-7 {
    border-width: 7px;
    border-color: transparent;
    border-style: solid; }
  .bt-md-7 {
    border-top-width: 7px;
    border-top-style: solid; }
  .br-md-7 {
    border-right-width: 7px;
    border-right-style: solid; }
  .bb-md-7 {
    border-bottom-width: 7px;
    border-bottom-style: solid; }
  .bl-md-7 {
    border-left-width: 7px;
    border-left-style: solid; }
  .bx-md-7 {
    border-left-width: 7px;
    border-right-width: 7px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-md-7 {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-md-8 {
    border-width: 8px;
    border-color: transparent;
    border-style: solid; }
  .bt-md-8 {
    border-top-width: 8px;
    border-top-style: solid; }
  .br-md-8 {
    border-right-width: 8px;
    border-right-style: solid; }
  .bb-md-8 {
    border-bottom-width: 8px;
    border-bottom-style: solid; }
  .bl-md-8 {
    border-left-width: 8px;
    border-left-style: solid; }
  .bx-md-8 {
    border-left-width: 8px;
    border-right-width: 8px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-md-8 {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-md-9 {
    border-width: 9px;
    border-color: transparent;
    border-style: solid; }
  .bt-md-9 {
    border-top-width: 9px;
    border-top-style: solid; }
  .br-md-9 {
    border-right-width: 9px;
    border-right-style: solid; }
  .bb-md-9 {
    border-bottom-width: 9px;
    border-bottom-style: solid; }
  .bl-md-9 {
    border-left-width: 9px;
    border-left-style: solid; }
  .bx-md-9 {
    border-left-width: 9px;
    border-right-width: 9px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-md-9 {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-md-10 {
    border-width: 10px;
    border-color: transparent;
    border-style: solid; }
  .bt-md-10 {
    border-top-width: 10px;
    border-top-style: solid; }
  .br-md-10 {
    border-right-width: 10px;
    border-right-style: solid; }
  .bb-md-10 {
    border-bottom-width: 10px;
    border-bottom-style: solid; }
  .bl-md-10 {
    border-left-width: 10px;
    border-left-style: solid; }
  .bx-md-10 {
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-md-10 {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-md-0 {
    border-width: 0px; }
  .bt-md-0 {
    border-top-width: 0px; }
  .br-md-0 {
    border-right-width: 0px; }
  .bb-md-0 {
    border-bottom-width: 0px; }
  .bl-md-0 {
    border-left-width: 0px; }
  .bx-md-0 {
    border-left-width: 0px;
    border-right-width: 0px; }
  .by-md-0 {
    border-top-width: 0px;
    border-bottom-width: 0px; } }

@media (min-width: 992px) {
  .b-lg-1 {
    border-width: 1px;
    border-color: transparent;
    border-style: solid; }
  .bt-lg-1 {
    border-top-width: 1px;
    border-top-style: solid; }
  .br-lg-1 {
    border-right-width: 1px;
    border-right-style: solid; }
  .bb-lg-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .bl-lg-1 {
    border-left-width: 1px;
    border-left-style: solid; }
  .bx-lg-1 {
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-lg-1 {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-lg-2 {
    border-width: 2px;
    border-color: transparent;
    border-style: solid; }
  .bt-lg-2 {
    border-top-width: 2px;
    border-top-style: solid; }
  .br-lg-2 {
    border-right-width: 2px;
    border-right-style: solid; }
  .bb-lg-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid; }
  .bl-lg-2 {
    border-left-width: 2px;
    border-left-style: solid; }
  .bx-lg-2 {
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-lg-2 {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-lg-3 {
    border-width: 3px;
    border-color: transparent;
    border-style: solid; }
  .bt-lg-3 {
    border-top-width: 3px;
    border-top-style: solid; }
  .br-lg-3 {
    border-right-width: 3px;
    border-right-style: solid; }
  .bb-lg-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .bl-lg-3 {
    border-left-width: 3px;
    border-left-style: solid; }
  .bx-lg-3 {
    border-left-width: 3px;
    border-right-width: 3px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-lg-3 {
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-lg-4 {
    border-width: 4px;
    border-color: transparent;
    border-style: solid; }
  .bt-lg-4 {
    border-top-width: 4px;
    border-top-style: solid; }
  .br-lg-4 {
    border-right-width: 4px;
    border-right-style: solid; }
  .bb-lg-4 {
    border-bottom-width: 4px;
    border-bottom-style: solid; }
  .bl-lg-4 {
    border-left-width: 4px;
    border-left-style: solid; }
  .bx-lg-4 {
    border-left-width: 4px;
    border-right-width: 4px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-lg-4 {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-lg-5 {
    border-width: 5px;
    border-color: transparent;
    border-style: solid; }
  .bt-lg-5 {
    border-top-width: 5px;
    border-top-style: solid; }
  .br-lg-5 {
    border-right-width: 5px;
    border-right-style: solid; }
  .bb-lg-5 {
    border-bottom-width: 5px;
    border-bottom-style: solid; }
  .bl-lg-5 {
    border-left-width: 5px;
    border-left-style: solid; }
  .bx-lg-5 {
    border-left-width: 5px;
    border-right-width: 5px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-lg-5 {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-lg-6 {
    border-width: 6px;
    border-color: transparent;
    border-style: solid; }
  .bt-lg-6 {
    border-top-width: 6px;
    border-top-style: solid; }
  .br-lg-6 {
    border-right-width: 6px;
    border-right-style: solid; }
  .bb-lg-6 {
    border-bottom-width: 6px;
    border-bottom-style: solid; }
  .bl-lg-6 {
    border-left-width: 6px;
    border-left-style: solid; }
  .bx-lg-6 {
    border-left-width: 6px;
    border-right-width: 6px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-lg-6 {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-lg-7 {
    border-width: 7px;
    border-color: transparent;
    border-style: solid; }
  .bt-lg-7 {
    border-top-width: 7px;
    border-top-style: solid; }
  .br-lg-7 {
    border-right-width: 7px;
    border-right-style: solid; }
  .bb-lg-7 {
    border-bottom-width: 7px;
    border-bottom-style: solid; }
  .bl-lg-7 {
    border-left-width: 7px;
    border-left-style: solid; }
  .bx-lg-7 {
    border-left-width: 7px;
    border-right-width: 7px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-lg-7 {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-lg-8 {
    border-width: 8px;
    border-color: transparent;
    border-style: solid; }
  .bt-lg-8 {
    border-top-width: 8px;
    border-top-style: solid; }
  .br-lg-8 {
    border-right-width: 8px;
    border-right-style: solid; }
  .bb-lg-8 {
    border-bottom-width: 8px;
    border-bottom-style: solid; }
  .bl-lg-8 {
    border-left-width: 8px;
    border-left-style: solid; }
  .bx-lg-8 {
    border-left-width: 8px;
    border-right-width: 8px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-lg-8 {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-lg-9 {
    border-width: 9px;
    border-color: transparent;
    border-style: solid; }
  .bt-lg-9 {
    border-top-width: 9px;
    border-top-style: solid; }
  .br-lg-9 {
    border-right-width: 9px;
    border-right-style: solid; }
  .bb-lg-9 {
    border-bottom-width: 9px;
    border-bottom-style: solid; }
  .bl-lg-9 {
    border-left-width: 9px;
    border-left-style: solid; }
  .bx-lg-9 {
    border-left-width: 9px;
    border-right-width: 9px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-lg-9 {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-lg-10 {
    border-width: 10px;
    border-color: transparent;
    border-style: solid; }
  .bt-lg-10 {
    border-top-width: 10px;
    border-top-style: solid; }
  .br-lg-10 {
    border-right-width: 10px;
    border-right-style: solid; }
  .bb-lg-10 {
    border-bottom-width: 10px;
    border-bottom-style: solid; }
  .bl-lg-10 {
    border-left-width: 10px;
    border-left-style: solid; }
  .bx-lg-10 {
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-lg-10 {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-lg-0 {
    border-width: 0px; }
  .bt-lg-0 {
    border-top-width: 0px; }
  .br-lg-0 {
    border-right-width: 0px; }
  .bb-lg-0 {
    border-bottom-width: 0px; }
  .bl-lg-0 {
    border-left-width: 0px; }
  .bx-lg-0 {
    border-left-width: 0px;
    border-right-width: 0px; }
  .by-lg-0 {
    border-top-width: 0px;
    border-bottom-width: 0px; } }

@media (min-width: 1200px) {
  .b-xl-1 {
    border-width: 1px;
    border-color: transparent;
    border-style: solid; }
  .bt-xl-1 {
    border-top-width: 1px;
    border-top-style: solid; }
  .br-xl-1 {
    border-right-width: 1px;
    border-right-style: solid; }
  .bb-xl-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .bl-xl-1 {
    border-left-width: 1px;
    border-left-style: solid; }
  .bx-xl-1 {
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-xl-1 {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-xl-2 {
    border-width: 2px;
    border-color: transparent;
    border-style: solid; }
  .bt-xl-2 {
    border-top-width: 2px;
    border-top-style: solid; }
  .br-xl-2 {
    border-right-width: 2px;
    border-right-style: solid; }
  .bb-xl-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid; }
  .bl-xl-2 {
    border-left-width: 2px;
    border-left-style: solid; }
  .bx-xl-2 {
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-xl-2 {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-xl-3 {
    border-width: 3px;
    border-color: transparent;
    border-style: solid; }
  .bt-xl-3 {
    border-top-width: 3px;
    border-top-style: solid; }
  .br-xl-3 {
    border-right-width: 3px;
    border-right-style: solid; }
  .bb-xl-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .bl-xl-3 {
    border-left-width: 3px;
    border-left-style: solid; }
  .bx-xl-3 {
    border-left-width: 3px;
    border-right-width: 3px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-xl-3 {
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-xl-4 {
    border-width: 4px;
    border-color: transparent;
    border-style: solid; }
  .bt-xl-4 {
    border-top-width: 4px;
    border-top-style: solid; }
  .br-xl-4 {
    border-right-width: 4px;
    border-right-style: solid; }
  .bb-xl-4 {
    border-bottom-width: 4px;
    border-bottom-style: solid; }
  .bl-xl-4 {
    border-left-width: 4px;
    border-left-style: solid; }
  .bx-xl-4 {
    border-left-width: 4px;
    border-right-width: 4px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-xl-4 {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-xl-5 {
    border-width: 5px;
    border-color: transparent;
    border-style: solid; }
  .bt-xl-5 {
    border-top-width: 5px;
    border-top-style: solid; }
  .br-xl-5 {
    border-right-width: 5px;
    border-right-style: solid; }
  .bb-xl-5 {
    border-bottom-width: 5px;
    border-bottom-style: solid; }
  .bl-xl-5 {
    border-left-width: 5px;
    border-left-style: solid; }
  .bx-xl-5 {
    border-left-width: 5px;
    border-right-width: 5px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-xl-5 {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-xl-6 {
    border-width: 6px;
    border-color: transparent;
    border-style: solid; }
  .bt-xl-6 {
    border-top-width: 6px;
    border-top-style: solid; }
  .br-xl-6 {
    border-right-width: 6px;
    border-right-style: solid; }
  .bb-xl-6 {
    border-bottom-width: 6px;
    border-bottom-style: solid; }
  .bl-xl-6 {
    border-left-width: 6px;
    border-left-style: solid; }
  .bx-xl-6 {
    border-left-width: 6px;
    border-right-width: 6px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-xl-6 {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-xl-7 {
    border-width: 7px;
    border-color: transparent;
    border-style: solid; }
  .bt-xl-7 {
    border-top-width: 7px;
    border-top-style: solid; }
  .br-xl-7 {
    border-right-width: 7px;
    border-right-style: solid; }
  .bb-xl-7 {
    border-bottom-width: 7px;
    border-bottom-style: solid; }
  .bl-xl-7 {
    border-left-width: 7px;
    border-left-style: solid; }
  .bx-xl-7 {
    border-left-width: 7px;
    border-right-width: 7px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-xl-7 {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-xl-8 {
    border-width: 8px;
    border-color: transparent;
    border-style: solid; }
  .bt-xl-8 {
    border-top-width: 8px;
    border-top-style: solid; }
  .br-xl-8 {
    border-right-width: 8px;
    border-right-style: solid; }
  .bb-xl-8 {
    border-bottom-width: 8px;
    border-bottom-style: solid; }
  .bl-xl-8 {
    border-left-width: 8px;
    border-left-style: solid; }
  .bx-xl-8 {
    border-left-width: 8px;
    border-right-width: 8px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-xl-8 {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-xl-9 {
    border-width: 9px;
    border-color: transparent;
    border-style: solid; }
  .bt-xl-9 {
    border-top-width: 9px;
    border-top-style: solid; }
  .br-xl-9 {
    border-right-width: 9px;
    border-right-style: solid; }
  .bb-xl-9 {
    border-bottom-width: 9px;
    border-bottom-style: solid; }
  .bl-xl-9 {
    border-left-width: 9px;
    border-left-style: solid; }
  .bx-xl-9 {
    border-left-width: 9px;
    border-right-width: 9px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-xl-9 {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-xl-10 {
    border-width: 10px;
    border-color: transparent;
    border-style: solid; }
  .bt-xl-10 {
    border-top-width: 10px;
    border-top-style: solid; }
  .br-xl-10 {
    border-right-width: 10px;
    border-right-style: solid; }
  .bb-xl-10 {
    border-bottom-width: 10px;
    border-bottom-style: solid; }
  .bl-xl-10 {
    border-left-width: 10px;
    border-left-style: solid; }
  .bx-xl-10 {
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: transparent;
    border-left-style: solid;
    border-right-style: solid; }
  .by-xl-10 {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid; }
  .b-xl-0 {
    border-width: 0px; }
  .bt-xl-0 {
    border-top-width: 0px; }
  .br-xl-0 {
    border-right-width: 0px; }
  .bb-xl-0 {
    border-bottom-width: 0px; }
  .bl-xl-0 {
    border-left-width: 0px; }
  .bx-xl-0 {
    border-left-width: 0px;
    border-right-width: 0px; }
  .by-xl-0 {
    border-top-width: 0px;
    border-bottom-width: 0px; } }

.b-dotted {
  border-style: dotted; }

.b-dashed {
  border-style: dashed; }

.b-double {
  border-style: double; }

.hover\:b-0:hover {
  border-color: transparent !important; }

.r-1 {
  border-radius: 0.125rem; }

.rt-1 {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem; }

.rb-1 {
  border-bottom-left-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem; }

.rl-1 {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem; }

.rr-1 {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem; }

.rtl-1 {
  border-top-left-radius: 0.125rem; }

.rtr-1 {
  border-top-right-radius: 0.125rem; }

.rbl-1 {
  border-bottom-left-radius: 0.125rem; }

.rbr-1 {
  border-bottom-right-radius: 0.125rem; }

.r-2 {
  border-radius: 0.25rem; }

.rt-2 {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rb-2 {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.rl-2 {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rr-2 {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.rtl-2 {
  border-top-left-radius: 0.25rem; }

.rtr-2 {
  border-top-right-radius: 0.25rem; }

.rbl-2 {
  border-bottom-left-radius: 0.25rem; }

.rbr-2 {
  border-bottom-right-radius: 0.25rem; }

.r-3 {
  border-radius: 0.5rem; }

.rt-3 {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem; }

.rb-3 {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.rl-3 {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.rr-3 {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.rtl-3 {
  border-top-left-radius: 0.5rem; }

.rtr-3 {
  border-top-right-radius: 0.5rem; }

.rbl-3 {
  border-bottom-left-radius: 0.5rem; }

.rbr-3 {
  border-bottom-right-radius: 0.5rem; }

.r-4 {
  border-radius: 1rem; }

.rt-4 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; }

.rb-4 {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; }

.rl-4 {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.rr-4 {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem; }

.rtl-4 {
  border-top-left-radius: 1rem; }

.rtr-4 {
  border-top-right-radius: 1rem; }

.rbl-4 {
  border-bottom-left-radius: 1rem; }

.rbr-4 {
  border-bottom-right-radius: 1rem; }

.r-5 {
  border-radius: 2rem; }

.rt-5 {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem; }

.rb-5 {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem; }

.rl-5 {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem; }

.rr-5 {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem; }

.rtl-5 {
  border-top-left-radius: 2rem; }

.rtr-5 {
  border-top-right-radius: 2rem; }

.rbl-5 {
  border-bottom-left-radius: 2rem; }

.rbr-5 {
  border-bottom-right-radius: 2rem; }

.r-6 {
  border-radius: 4rem; }

.rt-6 {
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem; }

.rb-6 {
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 4rem; }

.rl-6 {
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem; }

.rr-6 {
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem; }

.rtl-6 {
  border-top-left-radius: 4rem; }

.rtr-6 {
  border-top-right-radius: 4rem; }

.rbl-6 {
  border-bottom-left-radius: 4rem; }

.rbr-6 {
  border-bottom-right-radius: 4rem; }

.r-7 {
  border-radius: 8rem; }

.rt-7 {
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem; }

.rb-7 {
  border-bottom-left-radius: 8rem;
  border-bottom-right-radius: 8rem; }

.rl-7 {
  border-top-left-radius: 8rem;
  border-bottom-left-radius: 8rem; }

.rr-7 {
  border-top-right-radius: 8rem;
  border-bottom-right-radius: 8rem; }

.rtl-7 {
  border-top-left-radius: 8rem; }

.rtr-7 {
  border-top-right-radius: 8rem; }

.rbl-7 {
  border-bottom-left-radius: 8rem; }

.rbr-7 {
  border-bottom-right-radius: 8rem; }

.r-0 {
  border-radius: 0; }

.rt-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.rb-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.rl-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rr-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rtl-0 {
  border-top-left-radius: 0; }

.rtr-0 {
  border-top-right-radius: 0; }

.rbl-0 {
  border-bottom-left-radius: 0; }

.rbr-0 {
  border-bottom-right-radius: 0; }

.circle {
  border-radius: 50%; }

@media (min-width: 576px) {
  .r-sm-1 {
    border-radius: 0.125rem; }
  .rt-sm-1 {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem; }
  .rb-sm-1 {
    border-bottom-left-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .rl-sm-1 {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem; }
  .rr-sm-1 {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .rtl-sm-1 {
    border-top-left-radius: 0.125rem; }
  .rtr-sm-1 {
    border-top-right-radius: 0.125rem; }
  .rbl-sm-1 {
    border-bottom-left-radius: 0.125rem; }
  .rbr-sm-1 {
    border-bottom-right-radius: 0.125rem; }
  .r-sm-2 {
    border-radius: 0.25rem; }
  .rt-sm-2 {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .rb-sm-2 {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .rl-sm-2 {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .rr-sm-2 {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .rtl-sm-2 {
    border-top-left-radius: 0.25rem; }
  .rtr-sm-2 {
    border-top-right-radius: 0.25rem; }
  .rbl-sm-2 {
    border-bottom-left-radius: 0.25rem; }
  .rbr-sm-2 {
    border-bottom-right-radius: 0.25rem; }
  .r-sm-3 {
    border-radius: 0.5rem; }
  .rt-sm-3 {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .rb-sm-3 {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .rl-sm-3 {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
  .rr-sm-3 {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .rtl-sm-3 {
    border-top-left-radius: 0.5rem; }
  .rtr-sm-3 {
    border-top-right-radius: 0.5rem; }
  .rbl-sm-3 {
    border-bottom-left-radius: 0.5rem; }
  .rbr-sm-3 {
    border-bottom-right-radius: 0.5rem; }
  .r-sm-4 {
    border-radius: 1rem; }
  .rt-sm-4 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
  .rb-sm-4 {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .rl-sm-4 {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; }
  .rr-sm-4 {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .rtl-sm-4 {
    border-top-left-radius: 1rem; }
  .rtr-sm-4 {
    border-top-right-radius: 1rem; }
  .rbl-sm-4 {
    border-bottom-left-radius: 1rem; }
  .rbr-sm-4 {
    border-bottom-right-radius: 1rem; }
  .r-sm-5 {
    border-radius: 2rem; }
  .rt-sm-5 {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem; }
  .rb-sm-5 {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem; }
  .rl-sm-5 {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem; }
  .rr-sm-5 {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem; }
  .rtl-sm-5 {
    border-top-left-radius: 2rem; }
  .rtr-sm-5 {
    border-top-right-radius: 2rem; }
  .rbl-sm-5 {
    border-bottom-left-radius: 2rem; }
  .rbr-sm-5 {
    border-bottom-right-radius: 2rem; }
  .r-sm-6 {
    border-radius: 4rem; }
  .rt-sm-6 {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem; }
  .rb-sm-6 {
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem; }
  .rl-sm-6 {
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem; }
  .rr-sm-6 {
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem; }
  .rtl-sm-6 {
    border-top-left-radius: 4rem; }
  .rtr-sm-6 {
    border-top-right-radius: 4rem; }
  .rbl-sm-6 {
    border-bottom-left-radius: 4rem; }
  .rbr-sm-6 {
    border-bottom-right-radius: 4rem; }
  .r-sm-7 {
    border-radius: 8rem; }
  .rt-sm-7 {
    border-top-left-radius: 8rem;
    border-top-right-radius: 8rem; }
  .rb-sm-7 {
    border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 8rem; }
  .rl-sm-7 {
    border-top-left-radius: 8rem;
    border-bottom-left-radius: 8rem; }
  .rr-sm-7 {
    border-top-right-radius: 8rem;
    border-bottom-right-radius: 8rem; }
  .rtl-sm-7 {
    border-top-left-radius: 8rem; }
  .rtr-sm-7 {
    border-top-right-radius: 8rem; }
  .rbl-sm-7 {
    border-bottom-left-radius: 8rem; }
  .rbr-sm-7 {
    border-bottom-right-radius: 8rem; }
  .r-sm-0 {
    border-radius: 0; }
  .rt-sm-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .rb-sm-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .rl-sm-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rr-sm-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rtl-sm-0 {
    border-top-left-radius: 0; }
  .rtr-sm-0 {
    border-top-right-radius: 0; }
  .rbl-sm-0 {
    border-bottom-left-radius: 0; }
  .rbr-sm-0 {
    border-bottom-right-radius: 0; }
  .circle-sm {
    border-radius: 50%; } }

@media (min-width: 768px) {
  .r-md-1 {
    border-radius: 0.125rem; }
  .rt-md-1 {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem; }
  .rb-md-1 {
    border-bottom-left-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .rl-md-1 {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem; }
  .rr-md-1 {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .rtl-md-1 {
    border-top-left-radius: 0.125rem; }
  .rtr-md-1 {
    border-top-right-radius: 0.125rem; }
  .rbl-md-1 {
    border-bottom-left-radius: 0.125rem; }
  .rbr-md-1 {
    border-bottom-right-radius: 0.125rem; }
  .r-md-2 {
    border-radius: 0.25rem; }
  .rt-md-2 {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .rb-md-2 {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .rl-md-2 {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .rr-md-2 {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .rtl-md-2 {
    border-top-left-radius: 0.25rem; }
  .rtr-md-2 {
    border-top-right-radius: 0.25rem; }
  .rbl-md-2 {
    border-bottom-left-radius: 0.25rem; }
  .rbr-md-2 {
    border-bottom-right-radius: 0.25rem; }
  .r-md-3 {
    border-radius: 0.5rem; }
  .rt-md-3 {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .rb-md-3 {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .rl-md-3 {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
  .rr-md-3 {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .rtl-md-3 {
    border-top-left-radius: 0.5rem; }
  .rtr-md-3 {
    border-top-right-radius: 0.5rem; }
  .rbl-md-3 {
    border-bottom-left-radius: 0.5rem; }
  .rbr-md-3 {
    border-bottom-right-radius: 0.5rem; }
  .r-md-4 {
    border-radius: 1rem; }
  .rt-md-4 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
  .rb-md-4 {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .rl-md-4 {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; }
  .rr-md-4 {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .rtl-md-4 {
    border-top-left-radius: 1rem; }
  .rtr-md-4 {
    border-top-right-radius: 1rem; }
  .rbl-md-4 {
    border-bottom-left-radius: 1rem; }
  .rbr-md-4 {
    border-bottom-right-radius: 1rem; }
  .r-md-5 {
    border-radius: 2rem; }
  .rt-md-5 {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem; }
  .rb-md-5 {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem; }
  .rl-md-5 {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem; }
  .rr-md-5 {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem; }
  .rtl-md-5 {
    border-top-left-radius: 2rem; }
  .rtr-md-5 {
    border-top-right-radius: 2rem; }
  .rbl-md-5 {
    border-bottom-left-radius: 2rem; }
  .rbr-md-5 {
    border-bottom-right-radius: 2rem; }
  .r-md-6 {
    border-radius: 4rem; }
  .rt-md-6 {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem; }
  .rb-md-6 {
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem; }
  .rl-md-6 {
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem; }
  .rr-md-6 {
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem; }
  .rtl-md-6 {
    border-top-left-radius: 4rem; }
  .rtr-md-6 {
    border-top-right-radius: 4rem; }
  .rbl-md-6 {
    border-bottom-left-radius: 4rem; }
  .rbr-md-6 {
    border-bottom-right-radius: 4rem; }
  .r-md-7 {
    border-radius: 8rem; }
  .rt-md-7 {
    border-top-left-radius: 8rem;
    border-top-right-radius: 8rem; }
  .rb-md-7 {
    border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 8rem; }
  .rl-md-7 {
    border-top-left-radius: 8rem;
    border-bottom-left-radius: 8rem; }
  .rr-md-7 {
    border-top-right-radius: 8rem;
    border-bottom-right-radius: 8rem; }
  .rtl-md-7 {
    border-top-left-radius: 8rem; }
  .rtr-md-7 {
    border-top-right-radius: 8rem; }
  .rbl-md-7 {
    border-bottom-left-radius: 8rem; }
  .rbr-md-7 {
    border-bottom-right-radius: 8rem; }
  .r-md-0 {
    border-radius: 0; }
  .rt-md-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .rb-md-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .rl-md-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rr-md-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rtl-md-0 {
    border-top-left-radius: 0; }
  .rtr-md-0 {
    border-top-right-radius: 0; }
  .rbl-md-0 {
    border-bottom-left-radius: 0; }
  .rbr-md-0 {
    border-bottom-right-radius: 0; }
  .circle-md {
    border-radius: 50%; } }

@media (min-width: 992px) {
  .r-lg-1 {
    border-radius: 0.125rem; }
  .rt-lg-1 {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem; }
  .rb-lg-1 {
    border-bottom-left-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .rl-lg-1 {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem; }
  .rr-lg-1 {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .rtl-lg-1 {
    border-top-left-radius: 0.125rem; }
  .rtr-lg-1 {
    border-top-right-radius: 0.125rem; }
  .rbl-lg-1 {
    border-bottom-left-radius: 0.125rem; }
  .rbr-lg-1 {
    border-bottom-right-radius: 0.125rem; }
  .r-lg-2 {
    border-radius: 0.25rem; }
  .rt-lg-2 {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .rb-lg-2 {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .rl-lg-2 {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .rr-lg-2 {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .rtl-lg-2 {
    border-top-left-radius: 0.25rem; }
  .rtr-lg-2 {
    border-top-right-radius: 0.25rem; }
  .rbl-lg-2 {
    border-bottom-left-radius: 0.25rem; }
  .rbr-lg-2 {
    border-bottom-right-radius: 0.25rem; }
  .r-lg-3 {
    border-radius: 0.5rem; }
  .rt-lg-3 {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .rb-lg-3 {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .rl-lg-3 {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
  .rr-lg-3 {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .rtl-lg-3 {
    border-top-left-radius: 0.5rem; }
  .rtr-lg-3 {
    border-top-right-radius: 0.5rem; }
  .rbl-lg-3 {
    border-bottom-left-radius: 0.5rem; }
  .rbr-lg-3 {
    border-bottom-right-radius: 0.5rem; }
  .r-lg-4 {
    border-radius: 1rem; }
  .rt-lg-4 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
  .rb-lg-4 {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .rl-lg-4 {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; }
  .rr-lg-4 {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .rtl-lg-4 {
    border-top-left-radius: 1rem; }
  .rtr-lg-4 {
    border-top-right-radius: 1rem; }
  .rbl-lg-4 {
    border-bottom-left-radius: 1rem; }
  .rbr-lg-4 {
    border-bottom-right-radius: 1rem; }
  .r-lg-5 {
    border-radius: 2rem; }
  .rt-lg-5 {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem; }
  .rb-lg-5 {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem; }
  .rl-lg-5 {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem; }
  .rr-lg-5 {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem; }
  .rtl-lg-5 {
    border-top-left-radius: 2rem; }
  .rtr-lg-5 {
    border-top-right-radius: 2rem; }
  .rbl-lg-5 {
    border-bottom-left-radius: 2rem; }
  .rbr-lg-5 {
    border-bottom-right-radius: 2rem; }
  .r-lg-6 {
    border-radius: 4rem; }
  .rt-lg-6 {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem; }
  .rb-lg-6 {
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem; }
  .rl-lg-6 {
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem; }
  .rr-lg-6 {
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem; }
  .rtl-lg-6 {
    border-top-left-radius: 4rem; }
  .rtr-lg-6 {
    border-top-right-radius: 4rem; }
  .rbl-lg-6 {
    border-bottom-left-radius: 4rem; }
  .rbr-lg-6 {
    border-bottom-right-radius: 4rem; }
  .r-lg-7 {
    border-radius: 8rem; }
  .rt-lg-7 {
    border-top-left-radius: 8rem;
    border-top-right-radius: 8rem; }
  .rb-lg-7 {
    border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 8rem; }
  .rl-lg-7 {
    border-top-left-radius: 8rem;
    border-bottom-left-radius: 8rem; }
  .rr-lg-7 {
    border-top-right-radius: 8rem;
    border-bottom-right-radius: 8rem; }
  .rtl-lg-7 {
    border-top-left-radius: 8rem; }
  .rtr-lg-7 {
    border-top-right-radius: 8rem; }
  .rbl-lg-7 {
    border-bottom-left-radius: 8rem; }
  .rbr-lg-7 {
    border-bottom-right-radius: 8rem; }
  .r-lg-0 {
    border-radius: 0; }
  .rt-lg-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .rb-lg-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .rl-lg-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rr-lg-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rtl-lg-0 {
    border-top-left-radius: 0; }
  .rtr-lg-0 {
    border-top-right-radius: 0; }
  .rbl-lg-0 {
    border-bottom-left-radius: 0; }
  .rbr-lg-0 {
    border-bottom-right-radius: 0; }
  .circle-lg {
    border-radius: 50%; } }

@media (min-width: 1200px) {
  .r-xl-1 {
    border-radius: 0.125rem; }
  .rt-xl-1 {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem; }
  .rb-xl-1 {
    border-bottom-left-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .rl-xl-1 {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem; }
  .rr-xl-1 {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem; }
  .rtl-xl-1 {
    border-top-left-radius: 0.125rem; }
  .rtr-xl-1 {
    border-top-right-radius: 0.125rem; }
  .rbl-xl-1 {
    border-bottom-left-radius: 0.125rem; }
  .rbr-xl-1 {
    border-bottom-right-radius: 0.125rem; }
  .r-xl-2 {
    border-radius: 0.25rem; }
  .rt-xl-2 {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .rb-xl-2 {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .rl-xl-2 {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .rr-xl-2 {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .rtl-xl-2 {
    border-top-left-radius: 0.25rem; }
  .rtr-xl-2 {
    border-top-right-radius: 0.25rem; }
  .rbl-xl-2 {
    border-bottom-left-radius: 0.25rem; }
  .rbr-xl-2 {
    border-bottom-right-radius: 0.25rem; }
  .r-xl-3 {
    border-radius: 0.5rem; }
  .rt-xl-3 {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .rb-xl-3 {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .rl-xl-3 {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
  .rr-xl-3 {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .rtl-xl-3 {
    border-top-left-radius: 0.5rem; }
  .rtr-xl-3 {
    border-top-right-radius: 0.5rem; }
  .rbl-xl-3 {
    border-bottom-left-radius: 0.5rem; }
  .rbr-xl-3 {
    border-bottom-right-radius: 0.5rem; }
  .r-xl-4 {
    border-radius: 1rem; }
  .rt-xl-4 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
  .rb-xl-4 {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .rl-xl-4 {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; }
  .rr-xl-4 {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .rtl-xl-4 {
    border-top-left-radius: 1rem; }
  .rtr-xl-4 {
    border-top-right-radius: 1rem; }
  .rbl-xl-4 {
    border-bottom-left-radius: 1rem; }
  .rbr-xl-4 {
    border-bottom-right-radius: 1rem; }
  .r-xl-5 {
    border-radius: 2rem; }
  .rt-xl-5 {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem; }
  .rb-xl-5 {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem; }
  .rl-xl-5 {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem; }
  .rr-xl-5 {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem; }
  .rtl-xl-5 {
    border-top-left-radius: 2rem; }
  .rtr-xl-5 {
    border-top-right-radius: 2rem; }
  .rbl-xl-5 {
    border-bottom-left-radius: 2rem; }
  .rbr-xl-5 {
    border-bottom-right-radius: 2rem; }
  .r-xl-6 {
    border-radius: 4rem; }
  .rt-xl-6 {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem; }
  .rb-xl-6 {
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem; }
  .rl-xl-6 {
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem; }
  .rr-xl-6 {
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem; }
  .rtl-xl-6 {
    border-top-left-radius: 4rem; }
  .rtr-xl-6 {
    border-top-right-radius: 4rem; }
  .rbl-xl-6 {
    border-bottom-left-radius: 4rem; }
  .rbr-xl-6 {
    border-bottom-right-radius: 4rem; }
  .r-xl-7 {
    border-radius: 8rem; }
  .rt-xl-7 {
    border-top-left-radius: 8rem;
    border-top-right-radius: 8rem; }
  .rb-xl-7 {
    border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 8rem; }
  .rl-xl-7 {
    border-top-left-radius: 8rem;
    border-bottom-left-radius: 8rem; }
  .rr-xl-7 {
    border-top-right-radius: 8rem;
    border-bottom-right-radius: 8rem; }
  .rtl-xl-7 {
    border-top-left-radius: 8rem; }
  .rtr-xl-7 {
    border-top-right-radius: 8rem; }
  .rbl-xl-7 {
    border-bottom-left-radius: 8rem; }
  .rbr-xl-7 {
    border-bottom-right-radius: 8rem; }
  .r-xl-0 {
    border-radius: 0; }
  .rt-xl-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .rb-xl-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .rl-xl-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rr-xl-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rtl-xl-0 {
    border-top-left-radius: 0; }
  .rtr-xl-0 {
    border-top-right-radius: 0; }
  .rbl-xl-0 {
    border-bottom-left-radius: 0; }
  .rbr-xl-0 {
    border-bottom-right-radius: 0; }
  .circle-xl {
    border-radius: 50%; } }

.theme-light {
  color: rgba(27, 31, 44, 0.87);
  background: #f1f3f5; }
  .theme-light[class|=b],
  .theme-light [class|=b],
  .theme-dark .theme-light [class|=b],
  .theme-light .theme-dark .theme-light [class|=b],
  .theme-dark .theme-dark .theme-light [class|=b],
  .theme-light .theme-dark .theme-dark .theme-light [class|=b],
  .theme-dark .theme-dark .theme-dark .theme-light [class|=b],
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light [class|=b] {
    border-color: rgba(27, 31, 44, 0.12); }
  .theme-light.c-text-primary,
  .theme-light .c-text-primary,
  .theme-dark .theme-light .c-text-primary,
  .theme-light .theme-dark .theme-light .c-text-primary,
  .theme-dark .theme-dark .theme-light .c-text-primary,
  .theme-light .theme-dark .theme-dark .theme-light .c-text-primary,
  .theme-dark .theme-dark .theme-dark .theme-light .c-text-primary,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-text-primary {
    color: rgba(27, 31, 44, 0.87); }
  .theme-light.c-text-secondary,
  .theme-light .c-text-secondary,
  .theme-dark .theme-light .c-text-secondary,
  .theme-light .theme-dark .theme-light .c-text-secondary,
  .theme-dark .theme-dark .theme-light .c-text-secondary,
  .theme-light .theme-dark .theme-dark .theme-light .c-text-secondary,
  .theme-dark .theme-dark .theme-dark .theme-light .c-text-secondary,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-text-secondary {
    color: rgba(27, 31, 44, 0.54); }
  .theme-light.c-text-hint,
  .theme-light .c-text-hint,
  .theme-dark .theme-light .c-text-hint,
  .theme-light .theme-dark .theme-light .c-text-hint,
  .theme-dark .theme-dark .theme-light .c-text-hint,
  .theme-light .theme-dark .theme-dark .theme-light .c-text-hint,
  .theme-dark .theme-dark .theme-dark .theme-light .c-text-hint,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-text-hint {
    color: rgba(27, 31, 44, 0.26); }
  .theme-light.c-icon-active,
  .theme-light .c-icon-active,
  .theme-dark .theme-light .c-icon-active,
  .theme-light .theme-dark .theme-light .c-icon-active,
  .theme-dark .theme-dark .theme-light .c-icon-active,
  .theme-light .theme-dark .theme-dark .theme-light .c-icon-active,
  .theme-dark .theme-dark .theme-dark .theme-light .c-icon-active,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-icon-active {
    color: rgba(27, 31, 44, 0.54); }
  .theme-light.c-icon-inactive,
  .theme-light .c-icon-inactive,
  .theme-dark .theme-light .c-icon-inactive,
  .theme-light .theme-dark .theme-light .c-icon-inactive,
  .theme-dark .theme-dark .theme-light .c-icon-inactive,
  .theme-light .theme-dark .theme-dark .theme-light .c-icon-inactive,
  .theme-dark .theme-dark .theme-dark .theme-light .c-icon-inactive,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-icon-inactive {
    color: rgba(27, 31, 44, 0.38); }
  .theme-light.b-divider,
  .theme-light .b-divider,
  .theme-dark .theme-light .b-divider,
  .theme-light .theme-dark .theme-light .b-divider,
  .theme-dark .theme-dark .theme-light .b-divider,
  .theme-light .theme-dark .theme-dark .theme-light .b-divider,
  .theme-dark .theme-dark .theme-dark .theme-light .b-divider,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .b-divider {
    border-color: rgba(27, 31, 44, 0.12); }
  .theme-light.c-theme-1,
  .theme-light .c-theme-1,
  .theme-dark .theme-light .c-theme-1,
  .theme-light .theme-dark .theme-light .c-theme-1,
  .theme-dark .theme-dark .theme-light .c-theme-1,
  .theme-light .theme-dark .theme-dark .theme-light .c-theme-1,
  .theme-dark .theme-dark .theme-dark .theme-light .c-theme-1,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-theme-1 {
    color: rgba(0, 0, 0, 0.02); }
  .theme-light.bg-theme-1,
  .theme-light .bg-theme-1,
  .theme-dark .theme-light .bg-theme-1,
  .theme-light .theme-dark .theme-light .bg-theme-1,
  .theme-dark .theme-dark .theme-light .bg-theme-1,
  .theme-light .theme-dark .theme-dark .theme-light .bg-theme-1,
  .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-1,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-1 {
    background: rgba(0, 0, 0, 0.02); }
  .theme-light.b-theme-1,
  .theme-light .b-theme-1,
  .theme-dark .theme-light .b-theme-1,
  .theme-light .theme-dark .theme-light .b-theme-1,
  .theme-dark .theme-dark .theme-light .b-theme-1,
  .theme-light .theme-dark .theme-dark .theme-light .b-theme-1,
  .theme-dark .theme-dark .theme-dark .theme-light .b-theme-1,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .b-theme-1 {
    border-color: rgba(0, 0, 0, 0.02); }
  .theme-light.hover\:bg-theme-1:hover,
  .theme-light .hover\:bg-theme-1:hover,
  .theme-dark .theme-light .hover\:bg-theme-1:hover,
  .theme-light .theme-dark .theme-light .hover\:bg-theme-1:hover,
  .theme-dark .theme-dark .theme-light .hover\:bg-theme-1:hover,
  .theme-light .theme-dark .theme-dark .theme-light .hover\:bg-theme-1:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-1:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-1:hover {
    background: rgba(0, 0, 0, 0.02); }
  .theme-light.c-theme-2,
  .theme-light .c-theme-2,
  .theme-dark .theme-light .c-theme-2,
  .theme-light .theme-dark .theme-light .c-theme-2,
  .theme-dark .theme-dark .theme-light .c-theme-2,
  .theme-light .theme-dark .theme-dark .theme-light .c-theme-2,
  .theme-dark .theme-dark .theme-dark .theme-light .c-theme-2,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-theme-2 {
    color: rgba(0, 0, 0, 0.04); }
  .theme-light.bg-theme-2,
  .theme-light .bg-theme-2,
  .theme-dark .theme-light .bg-theme-2,
  .theme-light .theme-dark .theme-light .bg-theme-2,
  .theme-dark .theme-dark .theme-light .bg-theme-2,
  .theme-light .theme-dark .theme-dark .theme-light .bg-theme-2,
  .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-2,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-2 {
    background: rgba(0, 0, 0, 0.04); }
  .theme-light.b-theme-2,
  .theme-light .b-theme-2,
  .theme-dark .theme-light .b-theme-2,
  .theme-light .theme-dark .theme-light .b-theme-2,
  .theme-dark .theme-dark .theme-light .b-theme-2,
  .theme-light .theme-dark .theme-dark .theme-light .b-theme-2,
  .theme-dark .theme-dark .theme-dark .theme-light .b-theme-2,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .b-theme-2 {
    border-color: rgba(0, 0, 0, 0.04); }
  .theme-light.hover\:bg-theme-2:hover,
  .theme-light .hover\:bg-theme-2:hover,
  .theme-dark .theme-light .hover\:bg-theme-2:hover,
  .theme-light .theme-dark .theme-light .hover\:bg-theme-2:hover,
  .theme-dark .theme-dark .theme-light .hover\:bg-theme-2:hover,
  .theme-light .theme-dark .theme-dark .theme-light .hover\:bg-theme-2:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-2:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-2:hover {
    background: rgba(0, 0, 0, 0.04); }
  .theme-light.c-theme-3,
  .theme-light .c-theme-3,
  .theme-dark .theme-light .c-theme-3,
  .theme-light .theme-dark .theme-light .c-theme-3,
  .theme-dark .theme-dark .theme-light .c-theme-3,
  .theme-light .theme-dark .theme-dark .theme-light .c-theme-3,
  .theme-dark .theme-dark .theme-dark .theme-light .c-theme-3,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-theme-3 {
    color: rgba(0, 0, 0, 0.06); }
  .theme-light.bg-theme-3,
  .theme-light .bg-theme-3,
  .theme-dark .theme-light .bg-theme-3,
  .theme-light .theme-dark .theme-light .bg-theme-3,
  .theme-dark .theme-dark .theme-light .bg-theme-3,
  .theme-light .theme-dark .theme-dark .theme-light .bg-theme-3,
  .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-3,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-3 {
    background: rgba(0, 0, 0, 0.06); }
  .theme-light.b-theme-3,
  .theme-light .b-theme-3,
  .theme-dark .theme-light .b-theme-3,
  .theme-light .theme-dark .theme-light .b-theme-3,
  .theme-dark .theme-dark .theme-light .b-theme-3,
  .theme-light .theme-dark .theme-dark .theme-light .b-theme-3,
  .theme-dark .theme-dark .theme-dark .theme-light .b-theme-3,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .b-theme-3 {
    border-color: rgba(0, 0, 0, 0.06); }
  .theme-light.hover\:bg-theme-3:hover,
  .theme-light .hover\:bg-theme-3:hover,
  .theme-dark .theme-light .hover\:bg-theme-3:hover,
  .theme-light .theme-dark .theme-light .hover\:bg-theme-3:hover,
  .theme-dark .theme-dark .theme-light .hover\:bg-theme-3:hover,
  .theme-light .theme-dark .theme-dark .theme-light .hover\:bg-theme-3:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-3:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-3:hover {
    background: rgba(0, 0, 0, 0.06); }
  .theme-light.c-theme-4,
  .theme-light .c-theme-4,
  .theme-dark .theme-light .c-theme-4,
  .theme-light .theme-dark .theme-light .c-theme-4,
  .theme-dark .theme-dark .theme-light .c-theme-4,
  .theme-light .theme-dark .theme-dark .theme-light .c-theme-4,
  .theme-dark .theme-dark .theme-dark .theme-light .c-theme-4,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-theme-4 {
    color: rgba(0, 0, 0, 0.1); }
  .theme-light.bg-theme-4,
  .theme-light .bg-theme-4,
  .theme-dark .theme-light .bg-theme-4,
  .theme-light .theme-dark .theme-light .bg-theme-4,
  .theme-dark .theme-dark .theme-light .bg-theme-4,
  .theme-light .theme-dark .theme-dark .theme-light .bg-theme-4,
  .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-4,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-4 {
    background: rgba(0, 0, 0, 0.1); }
  .theme-light.b-theme-4,
  .theme-light .b-theme-4,
  .theme-dark .theme-light .b-theme-4,
  .theme-light .theme-dark .theme-light .b-theme-4,
  .theme-dark .theme-dark .theme-light .b-theme-4,
  .theme-light .theme-dark .theme-dark .theme-light .b-theme-4,
  .theme-dark .theme-dark .theme-dark .theme-light .b-theme-4,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .b-theme-4 {
    border-color: rgba(0, 0, 0, 0.1); }
  .theme-light.hover\:bg-theme-4:hover,
  .theme-light .hover\:bg-theme-4:hover,
  .theme-dark .theme-light .hover\:bg-theme-4:hover,
  .theme-light .theme-dark .theme-light .hover\:bg-theme-4:hover,
  .theme-dark .theme-dark .theme-light .hover\:bg-theme-4:hover,
  .theme-light .theme-dark .theme-dark .theme-light .hover\:bg-theme-4:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-4:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-4:hover {
    background: rgba(0, 0, 0, 0.1); }
  .theme-light.c-theme-5,
  .theme-light .c-theme-5,
  .theme-dark .theme-light .c-theme-5,
  .theme-light .theme-dark .theme-light .c-theme-5,
  .theme-dark .theme-dark .theme-light .c-theme-5,
  .theme-light .theme-dark .theme-dark .theme-light .c-theme-5,
  .theme-dark .theme-dark .theme-dark .theme-light .c-theme-5,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-theme-5 {
    color: rgba(0, 0, 0, 0.16); }
  .theme-light.bg-theme-5,
  .theme-light .bg-theme-5,
  .theme-dark .theme-light .bg-theme-5,
  .theme-light .theme-dark .theme-light .bg-theme-5,
  .theme-dark .theme-dark .theme-light .bg-theme-5,
  .theme-light .theme-dark .theme-dark .theme-light .bg-theme-5,
  .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-5,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-5 {
    background: rgba(0, 0, 0, 0.16); }
  .theme-light.b-theme-5,
  .theme-light .b-theme-5,
  .theme-dark .theme-light .b-theme-5,
  .theme-light .theme-dark .theme-light .b-theme-5,
  .theme-dark .theme-dark .theme-light .b-theme-5,
  .theme-light .theme-dark .theme-dark .theme-light .b-theme-5,
  .theme-dark .theme-dark .theme-dark .theme-light .b-theme-5,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .b-theme-5 {
    border-color: rgba(0, 0, 0, 0.16); }
  .theme-light.hover\:bg-theme-5:hover,
  .theme-light .hover\:bg-theme-5:hover,
  .theme-dark .theme-light .hover\:bg-theme-5:hover,
  .theme-light .theme-dark .theme-light .hover\:bg-theme-5:hover,
  .theme-dark .theme-dark .theme-light .hover\:bg-theme-5:hover,
  .theme-light .theme-dark .theme-dark .theme-light .hover\:bg-theme-5:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-5:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-5:hover {
    background: rgba(0, 0, 0, 0.16); }
  .theme-light.c-theme-6,
  .theme-light .c-theme-6,
  .theme-dark .theme-light .c-theme-6,
  .theme-light .theme-dark .theme-light .c-theme-6,
  .theme-dark .theme-dark .theme-light .c-theme-6,
  .theme-light .theme-dark .theme-dark .theme-light .c-theme-6,
  .theme-dark .theme-dark .theme-dark .theme-light .c-theme-6,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-theme-6 {
    color: rgba(0, 0, 0, 0.26); }
  .theme-light.bg-theme-6,
  .theme-light .bg-theme-6,
  .theme-dark .theme-light .bg-theme-6,
  .theme-light .theme-dark .theme-light .bg-theme-6,
  .theme-dark .theme-dark .theme-light .bg-theme-6,
  .theme-light .theme-dark .theme-dark .theme-light .bg-theme-6,
  .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-6,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-6 {
    background: rgba(0, 0, 0, 0.26); }
  .theme-light.b-theme-6,
  .theme-light .b-theme-6,
  .theme-dark .theme-light .b-theme-6,
  .theme-light .theme-dark .theme-light .b-theme-6,
  .theme-dark .theme-dark .theme-light .b-theme-6,
  .theme-light .theme-dark .theme-dark .theme-light .b-theme-6,
  .theme-dark .theme-dark .theme-dark .theme-light .b-theme-6,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .b-theme-6 {
    border-color: rgba(0, 0, 0, 0.26); }
  .theme-light.hover\:bg-theme-6:hover,
  .theme-light .hover\:bg-theme-6:hover,
  .theme-dark .theme-light .hover\:bg-theme-6:hover,
  .theme-light .theme-dark .theme-light .hover\:bg-theme-6:hover,
  .theme-dark .theme-dark .theme-light .hover\:bg-theme-6:hover,
  .theme-light .theme-dark .theme-dark .theme-light .hover\:bg-theme-6:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-6:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-6:hover {
    background: rgba(0, 0, 0, 0.26); }
  .theme-light.c-theme-7,
  .theme-light .c-theme-7,
  .theme-dark .theme-light .c-theme-7,
  .theme-light .theme-dark .theme-light .c-theme-7,
  .theme-dark .theme-dark .theme-light .c-theme-7,
  .theme-light .theme-dark .theme-dark .theme-light .c-theme-7,
  .theme-dark .theme-dark .theme-dark .theme-light .c-theme-7,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-theme-7 {
    color: rgba(0, 0, 0, 0.42); }
  .theme-light.bg-theme-7,
  .theme-light .bg-theme-7,
  .theme-dark .theme-light .bg-theme-7,
  .theme-light .theme-dark .theme-light .bg-theme-7,
  .theme-dark .theme-dark .theme-light .bg-theme-7,
  .theme-light .theme-dark .theme-dark .theme-light .bg-theme-7,
  .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-7,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-7 {
    background: rgba(0, 0, 0, 0.42); }
  .theme-light.b-theme-7,
  .theme-light .b-theme-7,
  .theme-dark .theme-light .b-theme-7,
  .theme-light .theme-dark .theme-light .b-theme-7,
  .theme-dark .theme-dark .theme-light .b-theme-7,
  .theme-light .theme-dark .theme-dark .theme-light .b-theme-7,
  .theme-dark .theme-dark .theme-dark .theme-light .b-theme-7,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .b-theme-7 {
    border-color: rgba(0, 0, 0, 0.42); }
  .theme-light.hover\:bg-theme-7:hover,
  .theme-light .hover\:bg-theme-7:hover,
  .theme-dark .theme-light .hover\:bg-theme-7:hover,
  .theme-light .theme-dark .theme-light .hover\:bg-theme-7:hover,
  .theme-dark .theme-dark .theme-light .hover\:bg-theme-7:hover,
  .theme-light .theme-dark .theme-dark .theme-light .hover\:bg-theme-7:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-7:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-7:hover {
    background: rgba(0, 0, 0, 0.42); }
  .theme-light.c-theme-8,
  .theme-light .c-theme-8,
  .theme-dark .theme-light .c-theme-8,
  .theme-light .theme-dark .theme-light .c-theme-8,
  .theme-dark .theme-dark .theme-light .c-theme-8,
  .theme-light .theme-dark .theme-dark .theme-light .c-theme-8,
  .theme-dark .theme-dark .theme-dark .theme-light .c-theme-8,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-theme-8 {
    color: rgba(0, 0, 0, 0.68); }
  .theme-light.bg-theme-8,
  .theme-light .bg-theme-8,
  .theme-dark .theme-light .bg-theme-8,
  .theme-light .theme-dark .theme-light .bg-theme-8,
  .theme-dark .theme-dark .theme-light .bg-theme-8,
  .theme-light .theme-dark .theme-dark .theme-light .bg-theme-8,
  .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-8,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-8 {
    background: rgba(0, 0, 0, 0.68); }
  .theme-light.b-theme-8,
  .theme-light .b-theme-8,
  .theme-dark .theme-light .b-theme-8,
  .theme-light .theme-dark .theme-light .b-theme-8,
  .theme-dark .theme-dark .theme-light .b-theme-8,
  .theme-light .theme-dark .theme-dark .theme-light .b-theme-8,
  .theme-dark .theme-dark .theme-dark .theme-light .b-theme-8,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .b-theme-8 {
    border-color: rgba(0, 0, 0, 0.68); }
  .theme-light.hover\:bg-theme-8:hover,
  .theme-light .hover\:bg-theme-8:hover,
  .theme-dark .theme-light .hover\:bg-theme-8:hover,
  .theme-light .theme-dark .theme-light .hover\:bg-theme-8:hover,
  .theme-dark .theme-dark .theme-light .hover\:bg-theme-8:hover,
  .theme-light .theme-dark .theme-dark .theme-light .hover\:bg-theme-8:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-8:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-8:hover {
    background: rgba(0, 0, 0, 0.68); }
  .theme-light.c-theme-9,
  .theme-light .c-theme-9,
  .theme-dark .theme-light .c-theme-9,
  .theme-light .theme-dark .theme-light .c-theme-9,
  .theme-dark .theme-dark .theme-light .c-theme-9,
  .theme-light .theme-dark .theme-dark .theme-light .c-theme-9,
  .theme-dark .theme-dark .theme-dark .theme-light .c-theme-9,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-theme-9 {
    color: rgba(0, 0, 0, 0.98); }
  .theme-light.bg-theme-9,
  .theme-light .bg-theme-9,
  .theme-dark .theme-light .bg-theme-9,
  .theme-light .theme-dark .theme-light .bg-theme-9,
  .theme-dark .theme-dark .theme-light .bg-theme-9,
  .theme-light .theme-dark .theme-dark .theme-light .bg-theme-9,
  .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-9,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-9 {
    background: rgba(0, 0, 0, 0.98); }
  .theme-light.b-theme-9,
  .theme-light .b-theme-9,
  .theme-dark .theme-light .b-theme-9,
  .theme-light .theme-dark .theme-light .b-theme-9,
  .theme-dark .theme-dark .theme-light .b-theme-9,
  .theme-light .theme-dark .theme-dark .theme-light .b-theme-9,
  .theme-dark .theme-dark .theme-dark .theme-light .b-theme-9,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .b-theme-9 {
    border-color: rgba(0, 0, 0, 0.98); }
  .theme-light.hover\:bg-theme-9:hover,
  .theme-light .hover\:bg-theme-9:hover,
  .theme-dark .theme-light .hover\:bg-theme-9:hover,
  .theme-light .theme-dark .theme-light .hover\:bg-theme-9:hover,
  .theme-dark .theme-dark .theme-light .hover\:bg-theme-9:hover,
  .theme-light .theme-dark .theme-dark .theme-light .hover\:bg-theme-9:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-9:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-9:hover {
    background: rgba(0, 0, 0, 0.98); }
  .theme-light.c-theme-0,
  .theme-light .c-theme-0,
  .theme-dark .theme-light .c-theme-0,
  .theme-light .theme-dark .theme-light .c-theme-0,
  .theme-dark .theme-dark .theme-light .c-theme-0,
  .theme-light .theme-dark .theme-dark .theme-light .c-theme-0,
  .theme-dark .theme-dark .theme-dark .theme-light .c-theme-0,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .c-theme-0 {
    color: white; }
  .theme-light.bg-theme-0,
  .theme-light .bg-theme-0,
  .theme-dark .theme-light .bg-theme-0,
  .theme-light .theme-dark .theme-light .bg-theme-0,
  .theme-dark .theme-dark .theme-light .bg-theme-0,
  .theme-light .theme-dark .theme-dark .theme-light .bg-theme-0,
  .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-0,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .bg-theme-0 {
    background: white; }
  .theme-light.b-theme-0,
  .theme-light .b-theme-0,
  .theme-dark .theme-light .b-theme-0,
  .theme-light .theme-dark .theme-light .b-theme-0,
  .theme-dark .theme-dark .theme-light .b-theme-0,
  .theme-light .theme-dark .theme-dark .theme-light .b-theme-0,
  .theme-dark .theme-dark .theme-dark .theme-light .b-theme-0,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .b-theme-0 {
    border-color: white; }
  .theme-light.hover\:bg-theme-0:hover,
  .theme-light .hover\:bg-theme-0:hover,
  .theme-dark .theme-light .hover\:bg-theme-0:hover,
  .theme-light .theme-dark .theme-light .hover\:bg-theme-0:hover,
  .theme-dark .theme-dark .theme-light .hover\:bg-theme-0:hover,
  .theme-light .theme-dark .theme-dark .theme-light .hover\:bg-theme-0:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-0:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .hover\:bg-theme-0:hover {
    background: white; }

.theme-dark {
  color: white;
  background: #212529; }
  .theme-dark[class|=b],
  .theme-dark [class|=b],
  .theme-light .theme-dark [class|=b],
  .theme-dark .theme-light .theme-dark [class|=b],
  .theme-light .theme-light .theme-dark [class|=b],
  .theme-dark .theme-light .theme-light .theme-dark [class|=b],
  .theme-light .theme-light .theme-light .theme-dark [class|=b],
  .theme-dark .theme-light .theme-light .theme-light .theme-dark [class|=b] {
    border-color: rgba(255, 255, 255, 0.12); }
  .theme-dark.c-text-primary,
  .theme-dark .c-text-primary,
  .theme-light .theme-dark .c-text-primary,
  .theme-dark .theme-light .theme-dark .c-text-primary,
  .theme-light .theme-light .theme-dark .c-text-primary,
  .theme-dark .theme-light .theme-light .theme-dark .c-text-primary,
  .theme-light .theme-light .theme-light .theme-dark .c-text-primary,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-text-primary {
    color: white; }
  .theme-dark.c-text-secondary,
  .theme-dark .c-text-secondary,
  .theme-light .theme-dark .c-text-secondary,
  .theme-dark .theme-light .theme-dark .c-text-secondary,
  .theme-light .theme-light .theme-dark .c-text-secondary,
  .theme-dark .theme-light .theme-light .theme-dark .c-text-secondary,
  .theme-light .theme-light .theme-light .theme-dark .c-text-secondary,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-text-secondary {
    color: rgba(255, 255, 255, 0.7); }
  .theme-dark.c-text-hint,
  .theme-dark .c-text-hint,
  .theme-light .theme-dark .c-text-hint,
  .theme-dark .theme-light .theme-dark .c-text-hint,
  .theme-light .theme-light .theme-dark .c-text-hint,
  .theme-dark .theme-light .theme-light .theme-dark .c-text-hint,
  .theme-light .theme-light .theme-light .theme-dark .c-text-hint,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-text-hint {
    color: rgba(255, 255, 255, 0.3); }
  .theme-dark.c-icon-active,
  .theme-dark .c-icon-active,
  .theme-light .theme-dark .c-icon-active,
  .theme-dark .theme-light .theme-dark .c-icon-active,
  .theme-light .theme-light .theme-dark .c-icon-active,
  .theme-dark .theme-light .theme-light .theme-dark .c-icon-active,
  .theme-light .theme-light .theme-light .theme-dark .c-icon-active,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-icon-active {
    color: white; }
  .theme-dark.c-icon-inactive,
  .theme-dark .c-icon-inactive,
  .theme-light .theme-dark .c-icon-inactive,
  .theme-dark .theme-light .theme-dark .c-icon-inactive,
  .theme-light .theme-light .theme-dark .c-icon-inactive,
  .theme-dark .theme-light .theme-light .theme-dark .c-icon-inactive,
  .theme-light .theme-light .theme-light .theme-dark .c-icon-inactive,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-icon-inactive {
    color: rgba(255, 255, 255, 0.5); }
  .theme-dark.b-divider,
  .theme-dark .b-divider,
  .theme-light .theme-dark .b-divider,
  .theme-dark .theme-light .theme-dark .b-divider,
  .theme-light .theme-light .theme-dark .b-divider,
  .theme-dark .theme-light .theme-light .theme-dark .b-divider,
  .theme-light .theme-light .theme-light .theme-dark .b-divider,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .b-divider {
    border-color: rgba(255, 255, 255, 0.12); }
  .theme-dark.c-theme-1,
  .theme-dark .c-theme-1,
  .theme-light .theme-dark .c-theme-1,
  .theme-dark .theme-light .theme-dark .c-theme-1,
  .theme-light .theme-light .theme-dark .c-theme-1,
  .theme-dark .theme-light .theme-light .theme-dark .c-theme-1,
  .theme-light .theme-light .theme-light .theme-dark .c-theme-1,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-theme-1 {
    color: rgba(255, 255, 255, 0.02); }
  .theme-dark.bg-theme-1,
  .theme-dark .bg-theme-1,
  .theme-light .theme-dark .bg-theme-1,
  .theme-dark .theme-light .theme-dark .bg-theme-1,
  .theme-light .theme-light .theme-dark .bg-theme-1,
  .theme-dark .theme-light .theme-light .theme-dark .bg-theme-1,
  .theme-light .theme-light .theme-light .theme-dark .bg-theme-1,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .bg-theme-1 {
    background: rgba(255, 255, 255, 0.02); }
  .theme-dark.b-theme-1,
  .theme-dark .b-theme-1,
  .theme-light .theme-dark .b-theme-1,
  .theme-dark .theme-light .theme-dark .b-theme-1,
  .theme-light .theme-light .theme-dark .b-theme-1,
  .theme-dark .theme-light .theme-light .theme-dark .b-theme-1,
  .theme-light .theme-light .theme-light .theme-dark .b-theme-1,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .b-theme-1 {
    border-color: rgba(255, 255, 255, 0.02); }
  .theme-dark.hover\:bg-theme-1:hover,
  .theme-dark .hover\:bg-theme-1:hover,
  .theme-light .theme-dark .hover\:bg-theme-1:hover,
  .theme-dark .theme-light .theme-dark .hover\:bg-theme-1:hover,
  .theme-light .theme-light .theme-dark .hover\:bg-theme-1:hover,
  .theme-dark .theme-light .theme-light .theme-dark .hover\:bg-theme-1:hover,
  .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-1:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-1:hover {
    background: rgba(255, 255, 255, 0.02); }
  .theme-dark.c-theme-2,
  .theme-dark .c-theme-2,
  .theme-light .theme-dark .c-theme-2,
  .theme-dark .theme-light .theme-dark .c-theme-2,
  .theme-light .theme-light .theme-dark .c-theme-2,
  .theme-dark .theme-light .theme-light .theme-dark .c-theme-2,
  .theme-light .theme-light .theme-light .theme-dark .c-theme-2,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-theme-2 {
    color: rgba(255, 255, 255, 0.04); }
  .theme-dark.bg-theme-2,
  .theme-dark .bg-theme-2,
  .theme-light .theme-dark .bg-theme-2,
  .theme-dark .theme-light .theme-dark .bg-theme-2,
  .theme-light .theme-light .theme-dark .bg-theme-2,
  .theme-dark .theme-light .theme-light .theme-dark .bg-theme-2,
  .theme-light .theme-light .theme-light .theme-dark .bg-theme-2,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .bg-theme-2 {
    background: rgba(255, 255, 255, 0.04); }
  .theme-dark.b-theme-2,
  .theme-dark .b-theme-2,
  .theme-light .theme-dark .b-theme-2,
  .theme-dark .theme-light .theme-dark .b-theme-2,
  .theme-light .theme-light .theme-dark .b-theme-2,
  .theme-dark .theme-light .theme-light .theme-dark .b-theme-2,
  .theme-light .theme-light .theme-light .theme-dark .b-theme-2,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .b-theme-2 {
    border-color: rgba(255, 255, 255, 0.04); }
  .theme-dark.hover\:bg-theme-2:hover,
  .theme-dark .hover\:bg-theme-2:hover,
  .theme-light .theme-dark .hover\:bg-theme-2:hover,
  .theme-dark .theme-light .theme-dark .hover\:bg-theme-2:hover,
  .theme-light .theme-light .theme-dark .hover\:bg-theme-2:hover,
  .theme-dark .theme-light .theme-light .theme-dark .hover\:bg-theme-2:hover,
  .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-2:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-2:hover {
    background: rgba(255, 255, 255, 0.04); }
  .theme-dark.c-theme-3,
  .theme-dark .c-theme-3,
  .theme-light .theme-dark .c-theme-3,
  .theme-dark .theme-light .theme-dark .c-theme-3,
  .theme-light .theme-light .theme-dark .c-theme-3,
  .theme-dark .theme-light .theme-light .theme-dark .c-theme-3,
  .theme-light .theme-light .theme-light .theme-dark .c-theme-3,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-theme-3 {
    color: rgba(255, 255, 255, 0.06); }
  .theme-dark.bg-theme-3,
  .theme-dark .bg-theme-3,
  .theme-light .theme-dark .bg-theme-3,
  .theme-dark .theme-light .theme-dark .bg-theme-3,
  .theme-light .theme-light .theme-dark .bg-theme-3,
  .theme-dark .theme-light .theme-light .theme-dark .bg-theme-3,
  .theme-light .theme-light .theme-light .theme-dark .bg-theme-3,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .bg-theme-3 {
    background: rgba(255, 255, 255, 0.06); }
  .theme-dark.b-theme-3,
  .theme-dark .b-theme-3,
  .theme-light .theme-dark .b-theme-3,
  .theme-dark .theme-light .theme-dark .b-theme-3,
  .theme-light .theme-light .theme-dark .b-theme-3,
  .theme-dark .theme-light .theme-light .theme-dark .b-theme-3,
  .theme-light .theme-light .theme-light .theme-dark .b-theme-3,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .b-theme-3 {
    border-color: rgba(255, 255, 255, 0.06); }
  .theme-dark.hover\:bg-theme-3:hover,
  .theme-dark .hover\:bg-theme-3:hover,
  .theme-light .theme-dark .hover\:bg-theme-3:hover,
  .theme-dark .theme-light .theme-dark .hover\:bg-theme-3:hover,
  .theme-light .theme-light .theme-dark .hover\:bg-theme-3:hover,
  .theme-dark .theme-light .theme-light .theme-dark .hover\:bg-theme-3:hover,
  .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-3:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-3:hover {
    background: rgba(255, 255, 255, 0.06); }
  .theme-dark.c-theme-4,
  .theme-dark .c-theme-4,
  .theme-light .theme-dark .c-theme-4,
  .theme-dark .theme-light .theme-dark .c-theme-4,
  .theme-light .theme-light .theme-dark .c-theme-4,
  .theme-dark .theme-light .theme-light .theme-dark .c-theme-4,
  .theme-light .theme-light .theme-light .theme-dark .c-theme-4,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-theme-4 {
    color: rgba(255, 255, 255, 0.1); }
  .theme-dark.bg-theme-4,
  .theme-dark .bg-theme-4,
  .theme-light .theme-dark .bg-theme-4,
  .theme-dark .theme-light .theme-dark .bg-theme-4,
  .theme-light .theme-light .theme-dark .bg-theme-4,
  .theme-dark .theme-light .theme-light .theme-dark .bg-theme-4,
  .theme-light .theme-light .theme-light .theme-dark .bg-theme-4,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .bg-theme-4 {
    background: rgba(255, 255, 255, 0.1); }
  .theme-dark.b-theme-4,
  .theme-dark .b-theme-4,
  .theme-light .theme-dark .b-theme-4,
  .theme-dark .theme-light .theme-dark .b-theme-4,
  .theme-light .theme-light .theme-dark .b-theme-4,
  .theme-dark .theme-light .theme-light .theme-dark .b-theme-4,
  .theme-light .theme-light .theme-light .theme-dark .b-theme-4,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .b-theme-4 {
    border-color: rgba(255, 255, 255, 0.1); }
  .theme-dark.hover\:bg-theme-4:hover,
  .theme-dark .hover\:bg-theme-4:hover,
  .theme-light .theme-dark .hover\:bg-theme-4:hover,
  .theme-dark .theme-light .theme-dark .hover\:bg-theme-4:hover,
  .theme-light .theme-light .theme-dark .hover\:bg-theme-4:hover,
  .theme-dark .theme-light .theme-light .theme-dark .hover\:bg-theme-4:hover,
  .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-4:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-4:hover {
    background: rgba(255, 255, 255, 0.1); }
  .theme-dark.c-theme-5,
  .theme-dark .c-theme-5,
  .theme-light .theme-dark .c-theme-5,
  .theme-dark .theme-light .theme-dark .c-theme-5,
  .theme-light .theme-light .theme-dark .c-theme-5,
  .theme-dark .theme-light .theme-light .theme-dark .c-theme-5,
  .theme-light .theme-light .theme-light .theme-dark .c-theme-5,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-theme-5 {
    color: rgba(255, 255, 255, 0.16); }
  .theme-dark.bg-theme-5,
  .theme-dark .bg-theme-5,
  .theme-light .theme-dark .bg-theme-5,
  .theme-dark .theme-light .theme-dark .bg-theme-5,
  .theme-light .theme-light .theme-dark .bg-theme-5,
  .theme-dark .theme-light .theme-light .theme-dark .bg-theme-5,
  .theme-light .theme-light .theme-light .theme-dark .bg-theme-5,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .bg-theme-5 {
    background: rgba(255, 255, 255, 0.16); }
  .theme-dark.b-theme-5,
  .theme-dark .b-theme-5,
  .theme-light .theme-dark .b-theme-5,
  .theme-dark .theme-light .theme-dark .b-theme-5,
  .theme-light .theme-light .theme-dark .b-theme-5,
  .theme-dark .theme-light .theme-light .theme-dark .b-theme-5,
  .theme-light .theme-light .theme-light .theme-dark .b-theme-5,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .b-theme-5 {
    border-color: rgba(255, 255, 255, 0.16); }
  .theme-dark.hover\:bg-theme-5:hover,
  .theme-dark .hover\:bg-theme-5:hover,
  .theme-light .theme-dark .hover\:bg-theme-5:hover,
  .theme-dark .theme-light .theme-dark .hover\:bg-theme-5:hover,
  .theme-light .theme-light .theme-dark .hover\:bg-theme-5:hover,
  .theme-dark .theme-light .theme-light .theme-dark .hover\:bg-theme-5:hover,
  .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-5:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-5:hover {
    background: rgba(255, 255, 255, 0.16); }
  .theme-dark.c-theme-6,
  .theme-dark .c-theme-6,
  .theme-light .theme-dark .c-theme-6,
  .theme-dark .theme-light .theme-dark .c-theme-6,
  .theme-light .theme-light .theme-dark .c-theme-6,
  .theme-dark .theme-light .theme-light .theme-dark .c-theme-6,
  .theme-light .theme-light .theme-light .theme-dark .c-theme-6,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-theme-6 {
    color: rgba(255, 255, 255, 0.26); }
  .theme-dark.bg-theme-6,
  .theme-dark .bg-theme-6,
  .theme-light .theme-dark .bg-theme-6,
  .theme-dark .theme-light .theme-dark .bg-theme-6,
  .theme-light .theme-light .theme-dark .bg-theme-6,
  .theme-dark .theme-light .theme-light .theme-dark .bg-theme-6,
  .theme-light .theme-light .theme-light .theme-dark .bg-theme-6,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .bg-theme-6 {
    background: rgba(255, 255, 255, 0.26); }
  .theme-dark.b-theme-6,
  .theme-dark .b-theme-6,
  .theme-light .theme-dark .b-theme-6,
  .theme-dark .theme-light .theme-dark .b-theme-6,
  .theme-light .theme-light .theme-dark .b-theme-6,
  .theme-dark .theme-light .theme-light .theme-dark .b-theme-6,
  .theme-light .theme-light .theme-light .theme-dark .b-theme-6,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .b-theme-6 {
    border-color: rgba(255, 255, 255, 0.26); }
  .theme-dark.hover\:bg-theme-6:hover,
  .theme-dark .hover\:bg-theme-6:hover,
  .theme-light .theme-dark .hover\:bg-theme-6:hover,
  .theme-dark .theme-light .theme-dark .hover\:bg-theme-6:hover,
  .theme-light .theme-light .theme-dark .hover\:bg-theme-6:hover,
  .theme-dark .theme-light .theme-light .theme-dark .hover\:bg-theme-6:hover,
  .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-6:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-6:hover {
    background: rgba(255, 255, 255, 0.26); }
  .theme-dark.c-theme-7,
  .theme-dark .c-theme-7,
  .theme-light .theme-dark .c-theme-7,
  .theme-dark .theme-light .theme-dark .c-theme-7,
  .theme-light .theme-light .theme-dark .c-theme-7,
  .theme-dark .theme-light .theme-light .theme-dark .c-theme-7,
  .theme-light .theme-light .theme-light .theme-dark .c-theme-7,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-theme-7 {
    color: rgba(255, 255, 255, 0.42); }
  .theme-dark.bg-theme-7,
  .theme-dark .bg-theme-7,
  .theme-light .theme-dark .bg-theme-7,
  .theme-dark .theme-light .theme-dark .bg-theme-7,
  .theme-light .theme-light .theme-dark .bg-theme-7,
  .theme-dark .theme-light .theme-light .theme-dark .bg-theme-7,
  .theme-light .theme-light .theme-light .theme-dark .bg-theme-7,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .bg-theme-7 {
    background: rgba(255, 255, 255, 0.42); }
  .theme-dark.b-theme-7,
  .theme-dark .b-theme-7,
  .theme-light .theme-dark .b-theme-7,
  .theme-dark .theme-light .theme-dark .b-theme-7,
  .theme-light .theme-light .theme-dark .b-theme-7,
  .theme-dark .theme-light .theme-light .theme-dark .b-theme-7,
  .theme-light .theme-light .theme-light .theme-dark .b-theme-7,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .b-theme-7 {
    border-color: rgba(255, 255, 255, 0.42); }
  .theme-dark.hover\:bg-theme-7:hover,
  .theme-dark .hover\:bg-theme-7:hover,
  .theme-light .theme-dark .hover\:bg-theme-7:hover,
  .theme-dark .theme-light .theme-dark .hover\:bg-theme-7:hover,
  .theme-light .theme-light .theme-dark .hover\:bg-theme-7:hover,
  .theme-dark .theme-light .theme-light .theme-dark .hover\:bg-theme-7:hover,
  .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-7:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-7:hover {
    background: rgba(255, 255, 255, 0.42); }
  .theme-dark.c-theme-8,
  .theme-dark .c-theme-8,
  .theme-light .theme-dark .c-theme-8,
  .theme-dark .theme-light .theme-dark .c-theme-8,
  .theme-light .theme-light .theme-dark .c-theme-8,
  .theme-dark .theme-light .theme-light .theme-dark .c-theme-8,
  .theme-light .theme-light .theme-light .theme-dark .c-theme-8,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-theme-8 {
    color: rgba(255, 255, 255, 0.68); }
  .theme-dark.bg-theme-8,
  .theme-dark .bg-theme-8,
  .theme-light .theme-dark .bg-theme-8,
  .theme-dark .theme-light .theme-dark .bg-theme-8,
  .theme-light .theme-light .theme-dark .bg-theme-8,
  .theme-dark .theme-light .theme-light .theme-dark .bg-theme-8,
  .theme-light .theme-light .theme-light .theme-dark .bg-theme-8,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .bg-theme-8 {
    background: rgba(255, 255, 255, 0.68); }
  .theme-dark.b-theme-8,
  .theme-dark .b-theme-8,
  .theme-light .theme-dark .b-theme-8,
  .theme-dark .theme-light .theme-dark .b-theme-8,
  .theme-light .theme-light .theme-dark .b-theme-8,
  .theme-dark .theme-light .theme-light .theme-dark .b-theme-8,
  .theme-light .theme-light .theme-light .theme-dark .b-theme-8,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .b-theme-8 {
    border-color: rgba(255, 255, 255, 0.68); }
  .theme-dark.hover\:bg-theme-8:hover,
  .theme-dark .hover\:bg-theme-8:hover,
  .theme-light .theme-dark .hover\:bg-theme-8:hover,
  .theme-dark .theme-light .theme-dark .hover\:bg-theme-8:hover,
  .theme-light .theme-light .theme-dark .hover\:bg-theme-8:hover,
  .theme-dark .theme-light .theme-light .theme-dark .hover\:bg-theme-8:hover,
  .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-8:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-8:hover {
    background: rgba(255, 255, 255, 0.68); }
  .theme-dark.c-theme-9,
  .theme-dark .c-theme-9,
  .theme-light .theme-dark .c-theme-9,
  .theme-dark .theme-light .theme-dark .c-theme-9,
  .theme-light .theme-light .theme-dark .c-theme-9,
  .theme-dark .theme-light .theme-light .theme-dark .c-theme-9,
  .theme-light .theme-light .theme-light .theme-dark .c-theme-9,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-theme-9 {
    color: rgba(255, 255, 255, 0.98); }
  .theme-dark.bg-theme-9,
  .theme-dark .bg-theme-9,
  .theme-light .theme-dark .bg-theme-9,
  .theme-dark .theme-light .theme-dark .bg-theme-9,
  .theme-light .theme-light .theme-dark .bg-theme-9,
  .theme-dark .theme-light .theme-light .theme-dark .bg-theme-9,
  .theme-light .theme-light .theme-light .theme-dark .bg-theme-9,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .bg-theme-9 {
    background: rgba(255, 255, 255, 0.98); }
  .theme-dark.b-theme-9,
  .theme-dark .b-theme-9,
  .theme-light .theme-dark .b-theme-9,
  .theme-dark .theme-light .theme-dark .b-theme-9,
  .theme-light .theme-light .theme-dark .b-theme-9,
  .theme-dark .theme-light .theme-light .theme-dark .b-theme-9,
  .theme-light .theme-light .theme-light .theme-dark .b-theme-9,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .b-theme-9 {
    border-color: rgba(255, 255, 255, 0.98); }
  .theme-dark.hover\:bg-theme-9:hover,
  .theme-dark .hover\:bg-theme-9:hover,
  .theme-light .theme-dark .hover\:bg-theme-9:hover,
  .theme-dark .theme-light .theme-dark .hover\:bg-theme-9:hover,
  .theme-light .theme-light .theme-dark .hover\:bg-theme-9:hover,
  .theme-dark .theme-light .theme-light .theme-dark .hover\:bg-theme-9:hover,
  .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-9:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-9:hover {
    background: rgba(255, 255, 255, 0.98); }
  .theme-dark.c-theme-0,
  .theme-dark .c-theme-0,
  .theme-light .theme-dark .c-theme-0,
  .theme-dark .theme-light .theme-dark .c-theme-0,
  .theme-light .theme-light .theme-dark .c-theme-0,
  .theme-dark .theme-light .theme-light .theme-dark .c-theme-0,
  .theme-light .theme-light .theme-light .theme-dark .c-theme-0,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .c-theme-0 {
    color: black; }
  .theme-dark.bg-theme-0,
  .theme-dark .bg-theme-0,
  .theme-light .theme-dark .bg-theme-0,
  .theme-dark .theme-light .theme-dark .bg-theme-0,
  .theme-light .theme-light .theme-dark .bg-theme-0,
  .theme-dark .theme-light .theme-light .theme-dark .bg-theme-0,
  .theme-light .theme-light .theme-light .theme-dark .bg-theme-0,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .bg-theme-0 {
    background: black; }
  .theme-dark.b-theme-0,
  .theme-dark .b-theme-0,
  .theme-light .theme-dark .b-theme-0,
  .theme-dark .theme-light .theme-dark .b-theme-0,
  .theme-light .theme-light .theme-dark .b-theme-0,
  .theme-dark .theme-light .theme-light .theme-dark .b-theme-0,
  .theme-light .theme-light .theme-light .theme-dark .b-theme-0,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .b-theme-0 {
    border-color: black; }
  .theme-dark.hover\:bg-theme-0:hover,
  .theme-dark .hover\:bg-theme-0:hover,
  .theme-light .theme-dark .hover\:bg-theme-0:hover,
  .theme-dark .theme-light .theme-dark .hover\:bg-theme-0:hover,
  .theme-light .theme-light .theme-dark .hover\:bg-theme-0:hover,
  .theme-dark .theme-light .theme-light .theme-dark .hover\:bg-theme-0:hover,
  .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-0:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .hover\:bg-theme-0:hover {
    background: black; }

.c-default {
  color: #343a40; }

.hover\:c-default:hover {
  color: #343a40; }

.bg-default {
  background-color: #343a40; }

.hover\:bg-default:hover {
  background-color: #343a40; }

.b-default {
  border-color: #343a40; }

.hover\:b-default:hover {
  border-color: #343a40; }

.f-default {
  fill: #343a40; }

.hover\:f-default:hover {
  fill: #343a40; }

.s-default {
  stroke: #343a40; }

.hover\:s-default:hover {
  stroke: #343a40; }

a.l-default,
.l-default a {
  color: #343a40; }

a.l-hover-default:hover,
.l-hover-default a:hover {
  color: #343a40; }

a.l-active-default:active,
.l-active-default a:active {
  color: #343a40; }

a.l-visited-default:visited,
.l-visited-default a:visited {
  color: #343a40; }

.c-primary {
  color: #4c6ef5; }

.hover\:c-primary:hover {
  color: #4c6ef5; }

.bg-primary {
  background-color: #4c6ef5; }

.hover\:bg-primary:hover {
  background-color: #4c6ef5; }

.b-primary {
  border-color: #4c6ef5; }

.hover\:b-primary:hover {
  border-color: #4c6ef5; }

.f-primary {
  fill: #4c6ef5; }

.hover\:f-primary:hover {
  fill: #4c6ef5; }

.s-primary {
  stroke: #4c6ef5; }

.hover\:s-primary:hover {
  stroke: #4c6ef5; }

a.l-primary,
.l-primary a {
  color: #4c6ef5; }

a.l-hover-primary:hover,
.l-hover-primary a:hover {
  color: #4c6ef5; }

a.l-active-primary:active,
.l-active-primary a:active {
  color: #4c6ef5; }

a.l-visited-primary:visited,
.l-visited-primary a:visited {
  color: #4c6ef5; }

.c-secondary {
  color: #e64980; }

.hover\:c-secondary:hover {
  color: #e64980; }

.bg-secondary {
  background-color: #e64980; }

.hover\:bg-secondary:hover {
  background-color: #e64980; }

.b-secondary {
  border-color: #e64980; }

.hover\:b-secondary:hover {
  border-color: #e64980; }

.f-secondary {
  fill: #e64980; }

.hover\:f-secondary:hover {
  fill: #e64980; }

.s-secondary {
  stroke: #e64980; }

.hover\:s-secondary:hover {
  stroke: #e64980; }

a.l-secondary,
.l-secondary a {
  color: #e64980; }

a.l-hover-secondary:hover,
.l-hover-secondary a:hover {
  color: #e64980; }

a.l-active-secondary:active,
.l-active-secondary a:active {
  color: #e64980; }

a.l-visited-secondary:visited,
.l-visited-secondary a:visited {
  color: #e64980; }

.c-success {
  color: #40c057; }

.hover\:c-success:hover {
  color: #40c057; }

.bg-success {
  background-color: #40c057; }

.hover\:bg-success:hover {
  background-color: #40c057; }

.b-success {
  border-color: #40c057; }

.hover\:b-success:hover {
  border-color: #40c057; }

.f-success {
  fill: #40c057; }

.hover\:f-success:hover {
  fill: #40c057; }

.s-success {
  stroke: #40c057; }

.hover\:s-success:hover {
  stroke: #40c057; }

a.l-success,
.l-success a {
  color: #40c057; }

a.l-hover-success:hover,
.l-hover-success a:hover {
  color: #40c057; }

a.l-active-success:active,
.l-active-success a:active {
  color: #40c057; }

a.l-visited-success:visited,
.l-visited-success a:visited {
  color: #40c057; }

.c-info {
  color: #228be6; }

.hover\:c-info:hover {
  color: #228be6; }

.bg-info {
  background-color: #228be6; }

.hover\:bg-info:hover {
  background-color: #228be6; }

.b-info {
  border-color: #228be6; }

.hover\:b-info:hover {
  border-color: #228be6; }

.f-info {
  fill: #228be6; }

.hover\:f-info:hover {
  fill: #228be6; }

.s-info {
  stroke: #228be6; }

.hover\:s-info:hover {
  stroke: #228be6; }

a.l-info,
.l-info a {
  color: #228be6; }

a.l-hover-info:hover,
.l-hover-info a:hover {
  color: #228be6; }

a.l-active-info:active,
.l-active-info a:active {
  color: #228be6; }

a.l-visited-info:visited,
.l-visited-info a:visited {
  color: #228be6; }

.c-warning {
  color: #fd7e14; }

.hover\:c-warning:hover {
  color: #fd7e14; }

.bg-warning {
  background-color: #fd7e14; }

.hover\:bg-warning:hover {
  background-color: #fd7e14; }

.b-warning {
  border-color: #fd7e14; }

.hover\:b-warning:hover {
  border-color: #fd7e14; }

.f-warning {
  fill: #fd7e14; }

.hover\:f-warning:hover {
  fill: #fd7e14; }

.s-warning {
  stroke: #fd7e14; }

.hover\:s-warning:hover {
  stroke: #fd7e14; }

a.l-warning,
.l-warning a {
  color: #fd7e14; }

a.l-hover-warning:hover,
.l-hover-warning a:hover {
  color: #fd7e14; }

a.l-active-warning:active,
.l-active-warning a:active {
  color: #fd7e14; }

a.l-visited-warning:visited,
.l-visited-warning a:visited {
  color: #fd7e14; }

.c-danger {
  color: #fa5252; }

.hover\:c-danger:hover {
  color: #fa5252; }

.bg-danger {
  background-color: #fa5252; }

.hover\:bg-danger:hover {
  background-color: #fa5252; }

.b-danger {
  border-color: #fa5252; }

.hover\:b-danger:hover {
  border-color: #fa5252; }

.f-danger {
  fill: #fa5252; }

.hover\:f-danger:hover {
  fill: #fa5252; }

.s-danger {
  stroke: #fa5252; }

.hover\:s-danger:hover {
  stroke: #fa5252; }

a.l-danger,
.l-danger a {
  color: #fa5252; }

a.l-hover-danger:hover,
.l-hover-danger a:hover {
  color: #fa5252; }

a.l-active-danger:active,
.l-active-danger a:active {
  color: #fa5252; }

a.l-visited-danger:visited,
.l-visited-danger a:visited {
  color: #fa5252; }

.c-fb {
  color: #4267B2; }

.bg-fb {
  background-color: #4267B2; }

.b-fb {
  border-color: #4267B2; }

.f-fb {
  fill: #4267B2; }

.s-fb {
  stroke: #4267B2; }

a.l-fb,
.l-fb a {
  color: #4267B2; }

a.l-hover-fb:hover,
.l-hover-fb a:hover {
  color: #4267B2; }

a.l-active-fb:active,
.l-active-fb a:active {
  color: #4267B2; }

a.l-visited-fb:visited,
.l-visited-fb a:visited {
  color: #4267B2; }

.c-vk {
  color: #4A76A8; }

.bg-vk {
  background-color: #4A76A8; }

.b-vk {
  border-color: #4A76A8; }

.f-vk {
  fill: #4A76A8; }

.s-vk {
  stroke: #4A76A8; }

a.l-vk,
.l-vk a {
  color: #4A76A8; }

a.l-hover-vk:hover,
.l-hover-vk a:hover {
  color: #4A76A8; }

a.l-active-vk:active,
.l-active-vk a:active {
  color: #4A76A8; }

a.l-visited-vk:visited,
.l-visited-vk a:visited {
  color: #4A76A8; }

.c-tw {
  color: #1DA1F2; }

.bg-tw {
  background-color: #1DA1F2; }

.b-tw {
  border-color: #1DA1F2; }

.f-tw {
  fill: #1DA1F2; }

.s-tw {
  stroke: #1DA1F2; }

a.l-tw,
.l-tw a {
  color: #1DA1F2; }

a.l-hover-tw:hover,
.l-hover-tw a:hover {
  color: #1DA1F2; }

a.l-active-tw:active,
.l-active-tw a:active {
  color: #1DA1F2; }

a.l-visited-tw:visited,
.l-visited-tw a:visited {
  color: #1DA1F2; }

.c-gp {
  color: #DB4437; }

.bg-gp {
  background-color: #DB4437; }

.b-gp {
  border-color: #DB4437; }

.f-gp {
  fill: #DB4437; }

.s-gp {
  stroke: #DB4437; }

a.l-gp,
.l-gp a {
  color: #DB4437; }

a.l-hover-gp:hover,
.l-hover-gp a:hover {
  color: #DB4437; }

a.l-active-gp:active,
.l-active-gp a:active {
  color: #DB4437; }

a.l-visited-gp:visited,
.l-visited-gp a:visited {
  color: #DB4437; }

.c-pr {
  color: #BD081B; }

.bg-pr {
  background-color: #BD081B; }

.b-pr {
  border-color: #BD081B; }

.f-pr {
  fill: #BD081B; }

.s-pr {
  stroke: #BD081B; }

a.l-pr,
.l-pr a {
  color: #BD081B; }

a.l-hover-pr:hover,
.l-hover-pr a:hover {
  color: #BD081B; }

a.l-active-pr:active,
.l-active-pr a:active {
  color: #BD081B; }

a.l-visited-pr:visited,
.l-visited-pr a:visited {
  color: #BD081B; }

.c-ok {
  color: #F58220; }

.bg-ok {
  background-color: #F58220; }

.b-ok {
  border-color: #F58220; }

.f-ok {
  fill: #F58220; }

.s-ok {
  stroke: #F58220; }

a.l-ok,
.l-ok a {
  color: #F58220; }

a.l-hover-ok:hover,
.l-hover-ok a:hover {
  color: #F58220; }

a.l-active-ok:active,
.l-active-ok a:active {
  color: #F58220; }

a.l-visited-ok:visited,
.l-visited-ok a:visited {
  color: #F58220; }

.c-mr {
  color: #2164AB; }

.bg-mr {
  background-color: #2164AB; }

.b-mr {
  border-color: #2164AB; }

.f-mr {
  fill: #2164AB; }

.s-mr {
  stroke: #2164AB; }

a.l-mr,
.l-mr a {
  color: #2164AB; }

a.l-hover-mr:hover,
.l-hover-mr a:hover {
  color: #2164AB; }

a.l-active-mr:active,
.l-active-mr a:active {
  color: #2164AB; }

a.l-visited-mr:visited,
.l-visited-mr a:visited {
  color: #2164AB; }

.c-yt {
  color: #FF0000; }

.bg-yt {
  background-color: #FF0000; }

.b-yt {
  border-color: #FF0000; }

.f-yt {
  fill: #FF0000; }

.s-yt {
  stroke: #FF0000; }

a.l-yt,
.l-yt a {
  color: #FF0000; }

a.l-hover-yt:hover,
.l-hover-yt a:hover {
  color: #FF0000; }

a.l-active-yt:active,
.l-active-yt a:active {
  color: #FF0000; }

a.l-visited-yt:visited,
.l-visited-yt a:visited {
  color: #FF0000; }

.bg-g1 {
  background: #da020a;
  background: radial-gradient(at top, #da020a 0%, #d9020d 10%, #d5021c 22%, #c10257 53%, #ae0381 76%, #9e039c 95%, #9e039c 100%); }

.bg-gblack-0-50 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); }

.bg-gblack-0-60 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%); }

.bg-gblack-0-70 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%); }

.bg-gblack-0-80 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%); }

.bg-gblack-0-90 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%); }

.c-gray {
  color: #868e96 !important; }

.bg-gray {
  background-color: #868e96 !important; }

.b-gray {
  border-color: #868e96 !important; }

.f-gray {
  fill: #868e96 !important; }

.s-gray {
  stroke: #868e96 !important; }

.hover\:c-gray:hover {
  color: #868e96 !important; }

.hover\:bg-gray:hover {
  background-color: #868e96 !important; }

.hover\:b-gray:hover {
  border-color: #868e96 !important; }

.hover\:f-gray:hover {
  fill: #868e96 !important; }

.hover\:s-gray:hover {
  stroke: #868e96 !important; }

.focus\:c-gray:focus {
  color: #868e96 !important; }

.focus\:bg-gray:focus {
  background-color: #868e96 !important; }

.focus\:b-gray:focus {
  border-color: #868e96 !important; }

.focus\:f-gray:focus {
  fill: #868e96 !important; }

.focus\:s-gray:focus {
  stroke: #868e96 !important; }

.c-gray-0 {
  color: #f8f9fa !important; }

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

.b-gray-0 {
  border-color: #f8f9fa !important; }

.f-gray-0 {
  fill: #f8f9fa !important; }

.s-gray-0 {
  stroke: #f8f9fa !important; }

.c-gray-1 {
  color: #f1f3f5 !important; }

.bg-gray-1 {
  background-color: #f1f3f5 !important; }

.b-gray-1 {
  border-color: #f1f3f5 !important; }

.f-gray-1 {
  fill: #f1f3f5 !important; }

.s-gray-1 {
  stroke: #f1f3f5 !important; }

.c-gray-2 {
  color: #e9ecef !important; }

.bg-gray-2 {
  background-color: #e9ecef !important; }

.b-gray-2 {
  border-color: #e9ecef !important; }

.f-gray-2 {
  fill: #e9ecef !important; }

.s-gray-2 {
  stroke: #e9ecef !important; }

.c-gray-3 {
  color: #dee2e6 !important; }

.bg-gray-3 {
  background-color: #dee2e6 !important; }

.b-gray-3 {
  border-color: #dee2e6 !important; }

.f-gray-3 {
  fill: #dee2e6 !important; }

.s-gray-3 {
  stroke: #dee2e6 !important; }

.c-gray-4 {
  color: #ced4da !important; }

.bg-gray-4 {
  background-color: #ced4da !important; }

.b-gray-4 {
  border-color: #ced4da !important; }

.f-gray-4 {
  fill: #ced4da !important; }

.s-gray-4 {
  stroke: #ced4da !important; }

.c-gray-5 {
  color: #adb5bd !important; }

.bg-gray-5 {
  background-color: #adb5bd !important; }

.b-gray-5 {
  border-color: #adb5bd !important; }

.f-gray-5 {
  fill: #adb5bd !important; }

.s-gray-5 {
  stroke: #adb5bd !important; }

.c-gray-6 {
  color: #868e96 !important; }

.bg-gray-6 {
  background-color: #868e96 !important; }

.b-gray-6 {
  border-color: #868e96 !important; }

.f-gray-6 {
  fill: #868e96 !important; }

.s-gray-6 {
  stroke: #868e96 !important; }

.c-gray-7 {
  color: #495057 !important; }

.bg-gray-7 {
  background-color: #495057 !important; }

.b-gray-7 {
  border-color: #495057 !important; }

.f-gray-7 {
  fill: #495057 !important; }

.s-gray-7 {
  stroke: #495057 !important; }

.c-gray-8 {
  color: #343a40 !important; }

.bg-gray-8 {
  background-color: #343a40 !important; }

.b-gray-8 {
  border-color: #343a40 !important; }

.f-gray-8 {
  fill: #343a40 !important; }

.s-gray-8 {
  stroke: #343a40 !important; }

.c-gray-9 {
  color: #212529 !important; }

.bg-gray-9 {
  background-color: #212529 !important; }

.b-gray-9 {
  border-color: #212529 !important; }

.f-gray-9 {
  fill: #212529 !important; }

.s-gray-9 {
  stroke: #212529 !important; }

.c-red {
  color: #fa5252 !important; }

.bg-red {
  background-color: #fa5252 !important; }

.b-red {
  border-color: #fa5252 !important; }

.f-red {
  fill: #fa5252 !important; }

.s-red {
  stroke: #fa5252 !important; }

.hover\:c-red:hover {
  color: #fa5252 !important; }

.hover\:bg-red:hover {
  background-color: #fa5252 !important; }

.hover\:b-red:hover {
  border-color: #fa5252 !important; }

.hover\:f-red:hover {
  fill: #fa5252 !important; }

.hover\:s-red:hover {
  stroke: #fa5252 !important; }

.focus\:c-red:focus {
  color: #fa5252 !important; }

.focus\:bg-red:focus {
  background-color: #fa5252 !important; }

.focus\:b-red:focus {
  border-color: #fa5252 !important; }

.focus\:f-red:focus {
  fill: #fa5252 !important; }

.focus\:s-red:focus {
  stroke: #fa5252 !important; }

.c-red-0 {
  color: #fff5f5 !important; }

.bg-red-0 {
  background-color: #fff5f5 !important; }

.b-red-0 {
  border-color: #fff5f5 !important; }

.f-red-0 {
  fill: #fff5f5 !important; }

.s-red-0 {
  stroke: #fff5f5 !important; }

.c-red-1 {
  color: #ffe3e3 !important; }

.bg-red-1 {
  background-color: #ffe3e3 !important; }

.b-red-1 {
  border-color: #ffe3e3 !important; }

.f-red-1 {
  fill: #ffe3e3 !important; }

.s-red-1 {
  stroke: #ffe3e3 !important; }

.c-red-2 {
  color: #ffc9c9 !important; }

.bg-red-2 {
  background-color: #ffc9c9 !important; }

.b-red-2 {
  border-color: #ffc9c9 !important; }

.f-red-2 {
  fill: #ffc9c9 !important; }

.s-red-2 {
  stroke: #ffc9c9 !important; }

.c-red-3 {
  color: #ffa8a8 !important; }

.bg-red-3 {
  background-color: #ffa8a8 !important; }

.b-red-3 {
  border-color: #ffa8a8 !important; }

.f-red-3 {
  fill: #ffa8a8 !important; }

.s-red-3 {
  stroke: #ffa8a8 !important; }

.c-red-4 {
  color: #ff8787 !important; }

.bg-red-4 {
  background-color: #ff8787 !important; }

.b-red-4 {
  border-color: #ff8787 !important; }

.f-red-4 {
  fill: #ff8787 !important; }

.s-red-4 {
  stroke: #ff8787 !important; }

.c-red-5 {
  color: #ff6b6b !important; }

.bg-red-5 {
  background-color: #ff6b6b !important; }

.b-red-5 {
  border-color: #ff6b6b !important; }

.f-red-5 {
  fill: #ff6b6b !important; }

.s-red-5 {
  stroke: #ff6b6b !important; }

.c-red-6 {
  color: #fa5252 !important; }

.bg-red-6 {
  background-color: #fa5252 !important; }

.b-red-6 {
  border-color: #fa5252 !important; }

.f-red-6 {
  fill: #fa5252 !important; }

.s-red-6 {
  stroke: #fa5252 !important; }

.c-red-7 {
  color: #f03e3e !important; }

.bg-red-7 {
  background-color: #f03e3e !important; }

.b-red-7 {
  border-color: #f03e3e !important; }

.f-red-7 {
  fill: #f03e3e !important; }

.s-red-7 {
  stroke: #f03e3e !important; }

.c-red-8 {
  color: #e03131 !important; }

.bg-red-8 {
  background-color: #e03131 !important; }

.b-red-8 {
  border-color: #e03131 !important; }

.f-red-8 {
  fill: #e03131 !important; }

.s-red-8 {
  stroke: #e03131 !important; }

.c-red-9 {
  color: #c92a2a !important; }

.bg-red-9 {
  background-color: #c92a2a !important; }

.b-red-9 {
  border-color: #c92a2a !important; }

.f-red-9 {
  fill: #c92a2a !important; }

.s-red-9 {
  stroke: #c92a2a !important; }

.c-orange {
  color: #fd7e14 !important; }

.bg-orange {
  background-color: #fd7e14 !important; }

.b-orange {
  border-color: #fd7e14 !important; }

.f-orange {
  fill: #fd7e14 !important; }

.s-orange {
  stroke: #fd7e14 !important; }

.hover\:c-orange:hover {
  color: #fd7e14 !important; }

.hover\:bg-orange:hover {
  background-color: #fd7e14 !important; }

.hover\:b-orange:hover {
  border-color: #fd7e14 !important; }

.hover\:f-orange:hover {
  fill: #fd7e14 !important; }

.hover\:s-orange:hover {
  stroke: #fd7e14 !important; }

.focus\:c-orange:focus {
  color: #fd7e14 !important; }

.focus\:bg-orange:focus {
  background-color: #fd7e14 !important; }

.focus\:b-orange:focus {
  border-color: #fd7e14 !important; }

.focus\:f-orange:focus {
  fill: #fd7e14 !important; }

.focus\:s-orange:focus {
  stroke: #fd7e14 !important; }

.c-orange-0 {
  color: #fff4e6 !important; }

.bg-orange-0 {
  background-color: #fff4e6 !important; }

.b-orange-0 {
  border-color: #fff4e6 !important; }

.f-orange-0 {
  fill: #fff4e6 !important; }

.s-orange-0 {
  stroke: #fff4e6 !important; }

.c-orange-1 {
  color: #ffe8cc !important; }

.bg-orange-1 {
  background-color: #ffe8cc !important; }

.b-orange-1 {
  border-color: #ffe8cc !important; }

.f-orange-1 {
  fill: #ffe8cc !important; }

.s-orange-1 {
  stroke: #ffe8cc !important; }

.c-orange-2 {
  color: #ffd8a8 !important; }

.bg-orange-2 {
  background-color: #ffd8a8 !important; }

.b-orange-2 {
  border-color: #ffd8a8 !important; }

.f-orange-2 {
  fill: #ffd8a8 !important; }

.s-orange-2 {
  stroke: #ffd8a8 !important; }

.c-orange-3 {
  color: #ffc078 !important; }

.bg-orange-3 {
  background-color: #ffc078 !important; }

.b-orange-3 {
  border-color: #ffc078 !important; }

.f-orange-3 {
  fill: #ffc078 !important; }

.s-orange-3 {
  stroke: #ffc078 !important; }

.c-orange-4 {
  color: #ffa94d !important; }

.bg-orange-4 {
  background-color: #ffa94d !important; }

.b-orange-4 {
  border-color: #ffa94d !important; }

.f-orange-4 {
  fill: #ffa94d !important; }

.s-orange-4 {
  stroke: #ffa94d !important; }

.c-orange-5 {
  color: #ff922b !important; }

.bg-orange-5 {
  background-color: #ff922b !important; }

.b-orange-5 {
  border-color: #ff922b !important; }

.f-orange-5 {
  fill: #ff922b !important; }

.s-orange-5 {
  stroke: #ff922b !important; }

.c-orange-6 {
  color: #fd7e14 !important; }

.bg-orange-6 {
  background-color: #fd7e14 !important; }

.b-orange-6 {
  border-color: #fd7e14 !important; }

.f-orange-6 {
  fill: #fd7e14 !important; }

.s-orange-6 {
  stroke: #fd7e14 !important; }

.c-orange-7 {
  color: #f76707 !important; }

.bg-orange-7 {
  background-color: #f76707 !important; }

.b-orange-7 {
  border-color: #f76707 !important; }

.f-orange-7 {
  fill: #f76707 !important; }

.s-orange-7 {
  stroke: #f76707 !important; }

.c-orange-8 {
  color: #e8590c !important; }

.bg-orange-8 {
  background-color: #e8590c !important; }

.b-orange-8 {
  border-color: #e8590c !important; }

.f-orange-8 {
  fill: #e8590c !important; }

.s-orange-8 {
  stroke: #e8590c !important; }

.c-orange-9 {
  color: #d9480f !important; }

.bg-orange-9 {
  background-color: #d9480f !important; }

.b-orange-9 {
  border-color: #d9480f !important; }

.f-orange-9 {
  fill: #d9480f !important; }

.s-orange-9 {
  stroke: #d9480f !important; }

.c-yellow {
  color: #fab005 !important; }

.bg-yellow {
  background-color: #fab005 !important; }

.b-yellow {
  border-color: #fab005 !important; }

.f-yellow {
  fill: #fab005 !important; }

.s-yellow {
  stroke: #fab005 !important; }

.hover\:c-yellow:hover {
  color: #fab005 !important; }

.hover\:bg-yellow:hover {
  background-color: #fab005 !important; }

.hover\:b-yellow:hover {
  border-color: #fab005 !important; }

.hover\:f-yellow:hover {
  fill: #fab005 !important; }

.hover\:s-yellow:hover {
  stroke: #fab005 !important; }

.focus\:c-yellow:focus {
  color: #fab005 !important; }

.focus\:bg-yellow:focus {
  background-color: #fab005 !important; }

.focus\:b-yellow:focus {
  border-color: #fab005 !important; }

.focus\:f-yellow:focus {
  fill: #fab005 !important; }

.focus\:s-yellow:focus {
  stroke: #fab005 !important; }

.c-yellow-0 {
  color: #fff9db !important; }

.bg-yellow-0 {
  background-color: #fff9db !important; }

.b-yellow-0 {
  border-color: #fff9db !important; }

.f-yellow-0 {
  fill: #fff9db !important; }

.s-yellow-0 {
  stroke: #fff9db !important; }

.c-yellow-1 {
  color: #fff3bf !important; }

.bg-yellow-1 {
  background-color: #fff3bf !important; }

.b-yellow-1 {
  border-color: #fff3bf !important; }

.f-yellow-1 {
  fill: #fff3bf !important; }

.s-yellow-1 {
  stroke: #fff3bf !important; }

.c-yellow-2 {
  color: #ffec99 !important; }

.bg-yellow-2 {
  background-color: #ffec99 !important; }

.b-yellow-2 {
  border-color: #ffec99 !important; }

.f-yellow-2 {
  fill: #ffec99 !important; }

.s-yellow-2 {
  stroke: #ffec99 !important; }

.c-yellow-3 {
  color: #ffe066 !important; }

.bg-yellow-3 {
  background-color: #ffe066 !important; }

.b-yellow-3 {
  border-color: #ffe066 !important; }

.f-yellow-3 {
  fill: #ffe066 !important; }

.s-yellow-3 {
  stroke: #ffe066 !important; }

.c-yellow-4 {
  color: #ffd43b !important; }

.bg-yellow-4 {
  background-color: #ffd43b !important; }

.b-yellow-4 {
  border-color: #ffd43b !important; }

.f-yellow-4 {
  fill: #ffd43b !important; }

.s-yellow-4 {
  stroke: #ffd43b !important; }

.c-yellow-5 {
  color: #fcc419 !important; }

.bg-yellow-5 {
  background-color: #fcc419 !important; }

.b-yellow-5 {
  border-color: #fcc419 !important; }

.f-yellow-5 {
  fill: #fcc419 !important; }

.s-yellow-5 {
  stroke: #fcc419 !important; }

.c-yellow-6 {
  color: #fab005 !important; }

.bg-yellow-6 {
  background-color: #fab005 !important; }

.b-yellow-6 {
  border-color: #fab005 !important; }

.f-yellow-6 {
  fill: #fab005 !important; }

.s-yellow-6 {
  stroke: #fab005 !important; }

.c-yellow-7 {
  color: #f59f00 !important; }

.bg-yellow-7 {
  background-color: #f59f00 !important; }

.b-yellow-7 {
  border-color: #f59f00 !important; }

.f-yellow-7 {
  fill: #f59f00 !important; }

.s-yellow-7 {
  stroke: #f59f00 !important; }

.c-yellow-8 {
  color: #f08c00 !important; }

.bg-yellow-8 {
  background-color: #f08c00 !important; }

.b-yellow-8 {
  border-color: #f08c00 !important; }

.f-yellow-8 {
  fill: #f08c00 !important; }

.s-yellow-8 {
  stroke: #f08c00 !important; }

.c-yellow-9 {
  color: #e67700 !important; }

.bg-yellow-9 {
  background-color: #e67700 !important; }

.b-yellow-9 {
  border-color: #e67700 !important; }

.f-yellow-9 {
  fill: #e67700 !important; }

.s-yellow-9 {
  stroke: #e67700 !important; }

.c-lime {
  color: #82c91e !important; }

.bg-lime {
  background-color: #82c91e !important; }

.b-lime {
  border-color: #82c91e !important; }

.f-lime {
  fill: #82c91e !important; }

.s-lime {
  stroke: #82c91e !important; }

.hover\:c-lime:hover {
  color: #82c91e !important; }

.hover\:bg-lime:hover {
  background-color: #82c91e !important; }

.hover\:b-lime:hover {
  border-color: #82c91e !important; }

.hover\:f-lime:hover {
  fill: #82c91e !important; }

.hover\:s-lime:hover {
  stroke: #82c91e !important; }

.focus\:c-lime:focus {
  color: #82c91e !important; }

.focus\:bg-lime:focus {
  background-color: #82c91e !important; }

.focus\:b-lime:focus {
  border-color: #82c91e !important; }

.focus\:f-lime:focus {
  fill: #82c91e !important; }

.focus\:s-lime:focus {
  stroke: #82c91e !important; }

.c-lime-0 {
  color: #f4fce3 !important; }

.bg-lime-0 {
  background-color: #f4fce3 !important; }

.b-lime-0 {
  border-color: #f4fce3 !important; }

.f-lime-0 {
  fill: #f4fce3 !important; }

.s-lime-0 {
  stroke: #f4fce3 !important; }

.c-lime-1 {
  color: #e9fac8 !important; }

.bg-lime-1 {
  background-color: #e9fac8 !important; }

.b-lime-1 {
  border-color: #e9fac8 !important; }

.f-lime-1 {
  fill: #e9fac8 !important; }

.s-lime-1 {
  stroke: #e9fac8 !important; }

.c-lime-2 {
  color: #d8f5a2 !important; }

.bg-lime-2 {
  background-color: #d8f5a2 !important; }

.b-lime-2 {
  border-color: #d8f5a2 !important; }

.f-lime-2 {
  fill: #d8f5a2 !important; }

.s-lime-2 {
  stroke: #d8f5a2 !important; }

.c-lime-3 {
  color: #c0eb75 !important; }

.bg-lime-3 {
  background-color: #c0eb75 !important; }

.b-lime-3 {
  border-color: #c0eb75 !important; }

.f-lime-3 {
  fill: #c0eb75 !important; }

.s-lime-3 {
  stroke: #c0eb75 !important; }

.c-lime-4 {
  color: #a9e34b !important; }

.bg-lime-4 {
  background-color: #a9e34b !important; }

.b-lime-4 {
  border-color: #a9e34b !important; }

.f-lime-4 {
  fill: #a9e34b !important; }

.s-lime-4 {
  stroke: #a9e34b !important; }

.c-lime-5 {
  color: #94d82d !important; }

.bg-lime-5 {
  background-color: #94d82d !important; }

.b-lime-5 {
  border-color: #94d82d !important; }

.f-lime-5 {
  fill: #94d82d !important; }

.s-lime-5 {
  stroke: #94d82d !important; }

.c-lime-6 {
  color: #82c91e !important; }

.bg-lime-6 {
  background-color: #82c91e !important; }

.b-lime-6 {
  border-color: #82c91e !important; }

.f-lime-6 {
  fill: #82c91e !important; }

.s-lime-6 {
  stroke: #82c91e !important; }

.c-lime-7 {
  color: #74b816 !important; }

.bg-lime-7 {
  background-color: #74b816 !important; }

.b-lime-7 {
  border-color: #74b816 !important; }

.f-lime-7 {
  fill: #74b816 !important; }

.s-lime-7 {
  stroke: #74b816 !important; }

.c-lime-8 {
  color: #66a80f !important; }

.bg-lime-8 {
  background-color: #66a80f !important; }

.b-lime-8 {
  border-color: #66a80f !important; }

.f-lime-8 {
  fill: #66a80f !important; }

.s-lime-8 {
  stroke: #66a80f !important; }

.c-lime-9 {
  color: #5c940d !important; }

.bg-lime-9 {
  background-color: #5c940d !important; }

.b-lime-9 {
  border-color: #5c940d !important; }

.f-lime-9 {
  fill: #5c940d !important; }

.s-lime-9 {
  stroke: #5c940d !important; }

.c-green {
  color: #40c057 !important; }

.bg-green {
  background-color: #40c057 !important; }

.b-green {
  border-color: #40c057 !important; }

.f-green {
  fill: #40c057 !important; }

.s-green {
  stroke: #40c057 !important; }

.hover\:c-green:hover {
  color: #40c057 !important; }

.hover\:bg-green:hover {
  background-color: #40c057 !important; }

.hover\:b-green:hover {
  border-color: #40c057 !important; }

.hover\:f-green:hover {
  fill: #40c057 !important; }

.hover\:s-green:hover {
  stroke: #40c057 !important; }

.focus\:c-green:focus {
  color: #40c057 !important; }

.focus\:bg-green:focus {
  background-color: #40c057 !important; }

.focus\:b-green:focus {
  border-color: #40c057 !important; }

.focus\:f-green:focus {
  fill: #40c057 !important; }

.focus\:s-green:focus {
  stroke: #40c057 !important; }

.c-green-0 {
  color: #ebfbee !important; }

.bg-green-0 {
  background-color: #ebfbee !important; }

.b-green-0 {
  border-color: #ebfbee !important; }

.f-green-0 {
  fill: #ebfbee !important; }

.s-green-0 {
  stroke: #ebfbee !important; }

.c-green-1 {
  color: #d3f9d8 !important; }

.bg-green-1 {
  background-color: #d3f9d8 !important; }

.b-green-1 {
  border-color: #d3f9d8 !important; }

.f-green-1 {
  fill: #d3f9d8 !important; }

.s-green-1 {
  stroke: #d3f9d8 !important; }

.c-green-2 {
  color: #b2f2bb !important; }

.bg-green-2 {
  background-color: #b2f2bb !important; }

.b-green-2 {
  border-color: #b2f2bb !important; }

.f-green-2 {
  fill: #b2f2bb !important; }

.s-green-2 {
  stroke: #b2f2bb !important; }

.c-green-3 {
  color: #8ce99a !important; }

.bg-green-3 {
  background-color: #8ce99a !important; }

.b-green-3 {
  border-color: #8ce99a !important; }

.f-green-3 {
  fill: #8ce99a !important; }

.s-green-3 {
  stroke: #8ce99a !important; }

.c-green-4 {
  color: #69db7c !important; }

.bg-green-4 {
  background-color: #69db7c !important; }

.b-green-4 {
  border-color: #69db7c !important; }

.f-green-4 {
  fill: #69db7c !important; }

.s-green-4 {
  stroke: #69db7c !important; }

.c-green-5 {
  color: #51cf66 !important; }

.bg-green-5 {
  background-color: #51cf66 !important; }

.b-green-5 {
  border-color: #51cf66 !important; }

.f-green-5 {
  fill: #51cf66 !important; }

.s-green-5 {
  stroke: #51cf66 !important; }

.c-green-6 {
  color: #40c057 !important; }

.bg-green-6 {
  background-color: #40c057 !important; }

.b-green-6 {
  border-color: #40c057 !important; }

.f-green-6 {
  fill: #40c057 !important; }

.s-green-6 {
  stroke: #40c057 !important; }

.c-green-7 {
  color: #37b24d !important; }

.bg-green-7 {
  background-color: #37b24d !important; }

.b-green-7 {
  border-color: #37b24d !important; }

.f-green-7 {
  fill: #37b24d !important; }

.s-green-7 {
  stroke: #37b24d !important; }

.c-green-8 {
  color: #2f9e44 !important; }

.bg-green-8 {
  background-color: #2f9e44 !important; }

.b-green-8 {
  border-color: #2f9e44 !important; }

.f-green-8 {
  fill: #2f9e44 !important; }

.s-green-8 {
  stroke: #2f9e44 !important; }

.c-green-9 {
  color: #2b8a3e !important; }

.bg-green-9 {
  background-color: #2b8a3e !important; }

.b-green-9 {
  border-color: #2b8a3e !important; }

.f-green-9 {
  fill: #2b8a3e !important; }

.s-green-9 {
  stroke: #2b8a3e !important; }

.c-teal {
  color: #12b886 !important; }

.bg-teal {
  background-color: #12b886 !important; }

.b-teal {
  border-color: #12b886 !important; }

.f-teal {
  fill: #12b886 !important; }

.s-teal {
  stroke: #12b886 !important; }

.hover\:c-teal:hover {
  color: #12b886 !important; }

.hover\:bg-teal:hover {
  background-color: #12b886 !important; }

.hover\:b-teal:hover {
  border-color: #12b886 !important; }

.hover\:f-teal:hover {
  fill: #12b886 !important; }

.hover\:s-teal:hover {
  stroke: #12b886 !important; }

.focus\:c-teal:focus {
  color: #12b886 !important; }

.focus\:bg-teal:focus {
  background-color: #12b886 !important; }

.focus\:b-teal:focus {
  border-color: #12b886 !important; }

.focus\:f-teal:focus {
  fill: #12b886 !important; }

.focus\:s-teal:focus {
  stroke: #12b886 !important; }

.c-teal-0 {
  color: #e6fcf5 !important; }

.bg-teal-0 {
  background-color: #e6fcf5 !important; }

.b-teal-0 {
  border-color: #e6fcf5 !important; }

.f-teal-0 {
  fill: #e6fcf5 !important; }

.s-teal-0 {
  stroke: #e6fcf5 !important; }

.c-teal-1 {
  color: #c3fae8 !important; }

.bg-teal-1 {
  background-color: #c3fae8 !important; }

.b-teal-1 {
  border-color: #c3fae8 !important; }

.f-teal-1 {
  fill: #c3fae8 !important; }

.s-teal-1 {
  stroke: #c3fae8 !important; }

.c-teal-2 {
  color: #96f2d7 !important; }

.bg-teal-2 {
  background-color: #96f2d7 !important; }

.b-teal-2 {
  border-color: #96f2d7 !important; }

.f-teal-2 {
  fill: #96f2d7 !important; }

.s-teal-2 {
  stroke: #96f2d7 !important; }

.c-teal-3 {
  color: #63e6be !important; }

.bg-teal-3 {
  background-color: #63e6be !important; }

.b-teal-3 {
  border-color: #63e6be !important; }

.f-teal-3 {
  fill: #63e6be !important; }

.s-teal-3 {
  stroke: #63e6be !important; }

.c-teal-4 {
  color: #38d9a9 !important; }

.bg-teal-4 {
  background-color: #38d9a9 !important; }

.b-teal-4 {
  border-color: #38d9a9 !important; }

.f-teal-4 {
  fill: #38d9a9 !important; }

.s-teal-4 {
  stroke: #38d9a9 !important; }

.c-teal-5 {
  color: #20c997 !important; }

.bg-teal-5 {
  background-color: #20c997 !important; }

.b-teal-5 {
  border-color: #20c997 !important; }

.f-teal-5 {
  fill: #20c997 !important; }

.s-teal-5 {
  stroke: #20c997 !important; }

.c-teal-6 {
  color: #12b886 !important; }

.bg-teal-6 {
  background-color: #12b886 !important; }

.b-teal-6 {
  border-color: #12b886 !important; }

.f-teal-6 {
  fill: #12b886 !important; }

.s-teal-6 {
  stroke: #12b886 !important; }

.c-teal-7 {
  color: #0ca678 !important; }

.bg-teal-7 {
  background-color: #0ca678 !important; }

.b-teal-7 {
  border-color: #0ca678 !important; }

.f-teal-7 {
  fill: #0ca678 !important; }

.s-teal-7 {
  stroke: #0ca678 !important; }

.c-teal-8 {
  color: #099268 !important; }

.bg-teal-8 {
  background-color: #099268 !important; }

.b-teal-8 {
  border-color: #099268 !important; }

.f-teal-8 {
  fill: #099268 !important; }

.s-teal-8 {
  stroke: #099268 !important; }

.c-teal-9 {
  color: #087f5b !important; }

.bg-teal-9 {
  background-color: #087f5b !important; }

.b-teal-9 {
  border-color: #087f5b !important; }

.f-teal-9 {
  fill: #087f5b !important; }

.s-teal-9 {
  stroke: #087f5b !important; }

.c-blue {
  color: #228be6 !important; }

.bg-blue {
  background-color: #228be6 !important; }

.b-blue {
  border-color: #228be6 !important; }

.f-blue {
  fill: #228be6 !important; }

.s-blue {
  stroke: #228be6 !important; }

.hover\:c-blue:hover {
  color: #228be6 !important; }

.hover\:bg-blue:hover {
  background-color: #228be6 !important; }

.hover\:b-blue:hover {
  border-color: #228be6 !important; }

.hover\:f-blue:hover {
  fill: #228be6 !important; }

.hover\:s-blue:hover {
  stroke: #228be6 !important; }

.focus\:c-blue:focus {
  color: #228be6 !important; }

.focus\:bg-blue:focus {
  background-color: #228be6 !important; }

.focus\:b-blue:focus {
  border-color: #228be6 !important; }

.focus\:f-blue:focus {
  fill: #228be6 !important; }

.focus\:s-blue:focus {
  stroke: #228be6 !important; }

.c-blue-0 {
  color: #e7f5ff !important; }

.bg-blue-0 {
  background-color: #e7f5ff !important; }

.b-blue-0 {
  border-color: #e7f5ff !important; }

.f-blue-0 {
  fill: #e7f5ff !important; }

.s-blue-0 {
  stroke: #e7f5ff !important; }

.c-blue-1 {
  color: #d0ebff !important; }

.bg-blue-1 {
  background-color: #d0ebff !important; }

.b-blue-1 {
  border-color: #d0ebff !important; }

.f-blue-1 {
  fill: #d0ebff !important; }

.s-blue-1 {
  stroke: #d0ebff !important; }

.c-blue-2 {
  color: #a5d8ff !important; }

.bg-blue-2 {
  background-color: #a5d8ff !important; }

.b-blue-2 {
  border-color: #a5d8ff !important; }

.f-blue-2 {
  fill: #a5d8ff !important; }

.s-blue-2 {
  stroke: #a5d8ff !important; }

.c-blue-3 {
  color: #74c0fc !important; }

.bg-blue-3 {
  background-color: #74c0fc !important; }

.b-blue-3 {
  border-color: #74c0fc !important; }

.f-blue-3 {
  fill: #74c0fc !important; }

.s-blue-3 {
  stroke: #74c0fc !important; }

.c-blue-4 {
  color: #4dabf7 !important; }

.bg-blue-4 {
  background-color: #4dabf7 !important; }

.b-blue-4 {
  border-color: #4dabf7 !important; }

.f-blue-4 {
  fill: #4dabf7 !important; }

.s-blue-4 {
  stroke: #4dabf7 !important; }

.c-blue-5 {
  color: #339af0 !important; }

.bg-blue-5 {
  background-color: #339af0 !important; }

.b-blue-5 {
  border-color: #339af0 !important; }

.f-blue-5 {
  fill: #339af0 !important; }

.s-blue-5 {
  stroke: #339af0 !important; }

.c-blue-6 {
  color: #228be6 !important; }

.bg-blue-6 {
  background-color: #228be6 !important; }

.b-blue-6 {
  border-color: #228be6 !important; }

.f-blue-6 {
  fill: #228be6 !important; }

.s-blue-6 {
  stroke: #228be6 !important; }

.c-blue-7 {
  color: #1c7ed6 !important; }

.bg-blue-7 {
  background-color: #1c7ed6 !important; }

.b-blue-7 {
  border-color: #1c7ed6 !important; }

.f-blue-7 {
  fill: #1c7ed6 !important; }

.s-blue-7 {
  stroke: #1c7ed6 !important; }

.c-blue-8 {
  color: #1971c2 !important; }

.bg-blue-8 {
  background-color: #1971c2 !important; }

.b-blue-8 {
  border-color: #1971c2 !important; }

.f-blue-8 {
  fill: #1971c2 !important; }

.s-blue-8 {
  stroke: #1971c2 !important; }

.c-blue-9 {
  color: #1864ab !important; }

.bg-blue-9 {
  background-color: #1864ab !important; }

.b-blue-9 {
  border-color: #1864ab !important; }

.f-blue-9 {
  fill: #1864ab !important; }

.s-blue-9 {
  stroke: #1864ab !important; }

.c-indigo {
  color: #4c6ef5 !important; }

.bg-indigo {
  background-color: #4c6ef5 !important; }

.b-indigo {
  border-color: #4c6ef5 !important; }

.f-indigo {
  fill: #4c6ef5 !important; }

.s-indigo {
  stroke: #4c6ef5 !important; }

.hover\:c-indigo:hover {
  color: #4c6ef5 !important; }

.hover\:bg-indigo:hover {
  background-color: #4c6ef5 !important; }

.hover\:b-indigo:hover {
  border-color: #4c6ef5 !important; }

.hover\:f-indigo:hover {
  fill: #4c6ef5 !important; }

.hover\:s-indigo:hover {
  stroke: #4c6ef5 !important; }

.focus\:c-indigo:focus {
  color: #4c6ef5 !important; }

.focus\:bg-indigo:focus {
  background-color: #4c6ef5 !important; }

.focus\:b-indigo:focus {
  border-color: #4c6ef5 !important; }

.focus\:f-indigo:focus {
  fill: #4c6ef5 !important; }

.focus\:s-indigo:focus {
  stroke: #4c6ef5 !important; }

.c-indigo-0 {
  color: #edf2ff !important; }

.bg-indigo-0 {
  background-color: #edf2ff !important; }

.b-indigo-0 {
  border-color: #edf2ff !important; }

.f-indigo-0 {
  fill: #edf2ff !important; }

.s-indigo-0 {
  stroke: #edf2ff !important; }

.c-indigo-1 {
  color: #dbe4ff !important; }

.bg-indigo-1 {
  background-color: #dbe4ff !important; }

.b-indigo-1 {
  border-color: #dbe4ff !important; }

.f-indigo-1 {
  fill: #dbe4ff !important; }

.s-indigo-1 {
  stroke: #dbe4ff !important; }

.c-indigo-2 {
  color: #bac8ff !important; }

.bg-indigo-2 {
  background-color: #bac8ff !important; }

.b-indigo-2 {
  border-color: #bac8ff !important; }

.f-indigo-2 {
  fill: #bac8ff !important; }

.s-indigo-2 {
  stroke: #bac8ff !important; }

.c-indigo-3 {
  color: #91a7ff !important; }

.bg-indigo-3 {
  background-color: #91a7ff !important; }

.b-indigo-3 {
  border-color: #91a7ff !important; }

.f-indigo-3 {
  fill: #91a7ff !important; }

.s-indigo-3 {
  stroke: #91a7ff !important; }

.c-indigo-4 {
  color: #748ffc !important; }

.bg-indigo-4 {
  background-color: #748ffc !important; }

.b-indigo-4 {
  border-color: #748ffc !important; }

.f-indigo-4 {
  fill: #748ffc !important; }

.s-indigo-4 {
  stroke: #748ffc !important; }

.c-indigo-5 {
  color: #5c7cfa !important; }

.bg-indigo-5 {
  background-color: #5c7cfa !important; }

.b-indigo-5 {
  border-color: #5c7cfa !important; }

.f-indigo-5 {
  fill: #5c7cfa !important; }

.s-indigo-5 {
  stroke: #5c7cfa !important; }

.c-indigo-6 {
  color: #4c6ef5 !important; }

.bg-indigo-6 {
  background-color: #4c6ef5 !important; }

.b-indigo-6 {
  border-color: #4c6ef5 !important; }

.f-indigo-6 {
  fill: #4c6ef5 !important; }

.s-indigo-6 {
  stroke: #4c6ef5 !important; }

.c-indigo-7 {
  color: #4263eb !important; }

.bg-indigo-7 {
  background-color: #4263eb !important; }

.b-indigo-7 {
  border-color: #4263eb !important; }

.f-indigo-7 {
  fill: #4263eb !important; }

.s-indigo-7 {
  stroke: #4263eb !important; }

.c-indigo-8 {
  color: #3b5bdb !important; }

.bg-indigo-8 {
  background-color: #3b5bdb !important; }

.b-indigo-8 {
  border-color: #3b5bdb !important; }

.f-indigo-8 {
  fill: #3b5bdb !important; }

.s-indigo-8 {
  stroke: #3b5bdb !important; }

.c-indigo-9 {
  color: #364fc7 !important; }

.bg-indigo-9 {
  background-color: #364fc7 !important; }

.b-indigo-9 {
  border-color: #364fc7 !important; }

.f-indigo-9 {
  fill: #364fc7 !important; }

.s-indigo-9 {
  stroke: #364fc7 !important; }

.c-violet {
  color: #7950f2 !important; }

.bg-violet {
  background-color: #7950f2 !important; }

.b-violet {
  border-color: #7950f2 !important; }

.f-violet {
  fill: #7950f2 !important; }

.s-violet {
  stroke: #7950f2 !important; }

.hover\:c-violet:hover {
  color: #7950f2 !important; }

.hover\:bg-violet:hover {
  background-color: #7950f2 !important; }

.hover\:b-violet:hover {
  border-color: #7950f2 !important; }

.hover\:f-violet:hover {
  fill: #7950f2 !important; }

.hover\:s-violet:hover {
  stroke: #7950f2 !important; }

.focus\:c-violet:focus {
  color: #7950f2 !important; }

.focus\:bg-violet:focus {
  background-color: #7950f2 !important; }

.focus\:b-violet:focus {
  border-color: #7950f2 !important; }

.focus\:f-violet:focus {
  fill: #7950f2 !important; }

.focus\:s-violet:focus {
  stroke: #7950f2 !important; }

.c-violet-0 {
  color: #f3f0ff !important; }

.bg-violet-0 {
  background-color: #f3f0ff !important; }

.b-violet-0 {
  border-color: #f3f0ff !important; }

.f-violet-0 {
  fill: #f3f0ff !important; }

.s-violet-0 {
  stroke: #f3f0ff !important; }

.c-violet-1 {
  color: #e5dbff !important; }

.bg-violet-1 {
  background-color: #e5dbff !important; }

.b-violet-1 {
  border-color: #e5dbff !important; }

.f-violet-1 {
  fill: #e5dbff !important; }

.s-violet-1 {
  stroke: #e5dbff !important; }

.c-violet-2 {
  color: #d0bfff !important; }

.bg-violet-2 {
  background-color: #d0bfff !important; }

.b-violet-2 {
  border-color: #d0bfff !important; }

.f-violet-2 {
  fill: #d0bfff !important; }

.s-violet-2 {
  stroke: #d0bfff !important; }

.c-violet-3 {
  color: #b197fc !important; }

.bg-violet-3 {
  background-color: #b197fc !important; }

.b-violet-3 {
  border-color: #b197fc !important; }

.f-violet-3 {
  fill: #b197fc !important; }

.s-violet-3 {
  stroke: #b197fc !important; }

.c-violet-4 {
  color: #9775fa !important; }

.bg-violet-4 {
  background-color: #9775fa !important; }

.b-violet-4 {
  border-color: #9775fa !important; }

.f-violet-4 {
  fill: #9775fa !important; }

.s-violet-4 {
  stroke: #9775fa !important; }

.c-violet-5 {
  color: #845ef7 !important; }

.bg-violet-5 {
  background-color: #845ef7 !important; }

.b-violet-5 {
  border-color: #845ef7 !important; }

.f-violet-5 {
  fill: #845ef7 !important; }

.s-violet-5 {
  stroke: #845ef7 !important; }

.c-violet-6 {
  color: #7950f2 !important; }

.bg-violet-6 {
  background-color: #7950f2 !important; }

.b-violet-6 {
  border-color: #7950f2 !important; }

.f-violet-6 {
  fill: #7950f2 !important; }

.s-violet-6 {
  stroke: #7950f2 !important; }

.c-violet-7 {
  color: #7048e8 !important; }

.bg-violet-7 {
  background-color: #7048e8 !important; }

.b-violet-7 {
  border-color: #7048e8 !important; }

.f-violet-7 {
  fill: #7048e8 !important; }

.s-violet-7 {
  stroke: #7048e8 !important; }

.c-violet-8 {
  color: #6741d9 !important; }

.bg-violet-8 {
  background-color: #6741d9 !important; }

.b-violet-8 {
  border-color: #6741d9 !important; }

.f-violet-8 {
  fill: #6741d9 !important; }

.s-violet-8 {
  stroke: #6741d9 !important; }

.c-violet-9 {
  color: #5f3dc4 !important; }

.bg-violet-9 {
  background-color: #5f3dc4 !important; }

.b-violet-9 {
  border-color: #5f3dc4 !important; }

.f-violet-9 {
  fill: #5f3dc4 !important; }

.s-violet-9 {
  stroke: #5f3dc4 !important; }

.c-grape {
  color: #be4bdb !important; }

.bg-grape {
  background-color: #be4bdb !important; }

.b-grape {
  border-color: #be4bdb !important; }

.f-grape {
  fill: #be4bdb !important; }

.s-grape {
  stroke: #be4bdb !important; }

.hover\:c-grape:hover {
  color: #be4bdb !important; }

.hover\:bg-grape:hover {
  background-color: #be4bdb !important; }

.hover\:b-grape:hover {
  border-color: #be4bdb !important; }

.hover\:f-grape:hover {
  fill: #be4bdb !important; }

.hover\:s-grape:hover {
  stroke: #be4bdb !important; }

.focus\:c-grape:focus {
  color: #be4bdb !important; }

.focus\:bg-grape:focus {
  background-color: #be4bdb !important; }

.focus\:b-grape:focus {
  border-color: #be4bdb !important; }

.focus\:f-grape:focus {
  fill: #be4bdb !important; }

.focus\:s-grape:focus {
  stroke: #be4bdb !important; }

.c-grape-0 {
  color: #f8f0fc !important; }

.bg-grape-0 {
  background-color: #f8f0fc !important; }

.b-grape-0 {
  border-color: #f8f0fc !important; }

.f-grape-0 {
  fill: #f8f0fc !important; }

.s-grape-0 {
  stroke: #f8f0fc !important; }

.c-grape-1 {
  color: #f3d9fa !important; }

.bg-grape-1 {
  background-color: #f3d9fa !important; }

.b-grape-1 {
  border-color: #f3d9fa !important; }

.f-grape-1 {
  fill: #f3d9fa !important; }

.s-grape-1 {
  stroke: #f3d9fa !important; }

.c-grape-2 {
  color: #eebefa !important; }

.bg-grape-2 {
  background-color: #eebefa !important; }

.b-grape-2 {
  border-color: #eebefa !important; }

.f-grape-2 {
  fill: #eebefa !important; }

.s-grape-2 {
  stroke: #eebefa !important; }

.c-grape-3 {
  color: #e599f7 !important; }

.bg-grape-3 {
  background-color: #e599f7 !important; }

.b-grape-3 {
  border-color: #e599f7 !important; }

.f-grape-3 {
  fill: #e599f7 !important; }

.s-grape-3 {
  stroke: #e599f7 !important; }

.c-grape-4 {
  color: #da77f2 !important; }

.bg-grape-4 {
  background-color: #da77f2 !important; }

.b-grape-4 {
  border-color: #da77f2 !important; }

.f-grape-4 {
  fill: #da77f2 !important; }

.s-grape-4 {
  stroke: #da77f2 !important; }

.c-grape-5 {
  color: #cc5de8 !important; }

.bg-grape-5 {
  background-color: #cc5de8 !important; }

.b-grape-5 {
  border-color: #cc5de8 !important; }

.f-grape-5 {
  fill: #cc5de8 !important; }

.s-grape-5 {
  stroke: #cc5de8 !important; }

.c-grape-6 {
  color: #be4bdb !important; }

.bg-grape-6 {
  background-color: #be4bdb !important; }

.b-grape-6 {
  border-color: #be4bdb !important; }

.f-grape-6 {
  fill: #be4bdb !important; }

.s-grape-6 {
  stroke: #be4bdb !important; }

.c-grape-7 {
  color: #ae3ec9 !important; }

.bg-grape-7 {
  background-color: #ae3ec9 !important; }

.b-grape-7 {
  border-color: #ae3ec9 !important; }

.f-grape-7 {
  fill: #ae3ec9 !important; }

.s-grape-7 {
  stroke: #ae3ec9 !important; }

.c-grape-8 {
  color: #9c36b5 !important; }

.bg-grape-8 {
  background-color: #9c36b5 !important; }

.b-grape-8 {
  border-color: #9c36b5 !important; }

.f-grape-8 {
  fill: #9c36b5 !important; }

.s-grape-8 {
  stroke: #9c36b5 !important; }

.c-grape-9 {
  color: #862e9c !important; }

.bg-grape-9 {
  background-color: #862e9c !important; }

.b-grape-9 {
  border-color: #862e9c !important; }

.f-grape-9 {
  fill: #862e9c !important; }

.s-grape-9 {
  stroke: #862e9c !important; }

.c-pink {
  color: #e64980 !important; }

.bg-pink {
  background-color: #e64980 !important; }

.b-pink {
  border-color: #e64980 !important; }

.f-pink {
  fill: #e64980 !important; }

.s-pink {
  stroke: #e64980 !important; }

.hover\:c-pink:hover {
  color: #e64980 !important; }

.hover\:bg-pink:hover {
  background-color: #e64980 !important; }

.hover\:b-pink:hover {
  border-color: #e64980 !important; }

.hover\:f-pink:hover {
  fill: #e64980 !important; }

.hover\:s-pink:hover {
  stroke: #e64980 !important; }

.focus\:c-pink:focus {
  color: #e64980 !important; }

.focus\:bg-pink:focus {
  background-color: #e64980 !important; }

.focus\:b-pink:focus {
  border-color: #e64980 !important; }

.focus\:f-pink:focus {
  fill: #e64980 !important; }

.focus\:s-pink:focus {
  stroke: #e64980 !important; }

.c-pink-0 {
  color: #fff0f6 !important; }

.bg-pink-0 {
  background-color: #fff0f6 !important; }

.b-pink-0 {
  border-color: #fff0f6 !important; }

.f-pink-0 {
  fill: #fff0f6 !important; }

.s-pink-0 {
  stroke: #fff0f6 !important; }

.c-pink-1 {
  color: #ffdeeb !important; }

.bg-pink-1 {
  background-color: #ffdeeb !important; }

.b-pink-1 {
  border-color: #ffdeeb !important; }

.f-pink-1 {
  fill: #ffdeeb !important; }

.s-pink-1 {
  stroke: #ffdeeb !important; }

.c-pink-2 {
  color: #fcc2d7 !important; }

.bg-pink-2 {
  background-color: #fcc2d7 !important; }

.b-pink-2 {
  border-color: #fcc2d7 !important; }

.f-pink-2 {
  fill: #fcc2d7 !important; }

.s-pink-2 {
  stroke: #fcc2d7 !important; }

.c-pink-3 {
  color: #faa2c1 !important; }

.bg-pink-3 {
  background-color: #faa2c1 !important; }

.b-pink-3 {
  border-color: #faa2c1 !important; }

.f-pink-3 {
  fill: #faa2c1 !important; }

.s-pink-3 {
  stroke: #faa2c1 !important; }

.c-pink-4 {
  color: #f783ac !important; }

.bg-pink-4 {
  background-color: #f783ac !important; }

.b-pink-4 {
  border-color: #f783ac !important; }

.f-pink-4 {
  fill: #f783ac !important; }

.s-pink-4 {
  stroke: #f783ac !important; }

.c-pink-5 {
  color: #f06595 !important; }

.bg-pink-5 {
  background-color: #f06595 !important; }

.b-pink-5 {
  border-color: #f06595 !important; }

.f-pink-5 {
  fill: #f06595 !important; }

.s-pink-5 {
  stroke: #f06595 !important; }

.c-pink-6 {
  color: #e64980 !important; }

.bg-pink-6 {
  background-color: #e64980 !important; }

.b-pink-6 {
  border-color: #e64980 !important; }

.f-pink-6 {
  fill: #e64980 !important; }

.s-pink-6 {
  stroke: #e64980 !important; }

.c-pink-7 {
  color: #d6336c !important; }

.bg-pink-7 {
  background-color: #d6336c !important; }

.b-pink-7 {
  border-color: #d6336c !important; }

.f-pink-7 {
  fill: #d6336c !important; }

.s-pink-7 {
  stroke: #d6336c !important; }

.c-pink-8 {
  color: #c2255c !important; }

.bg-pink-8 {
  background-color: #c2255c !important; }

.b-pink-8 {
  border-color: #c2255c !important; }

.f-pink-8 {
  fill: #c2255c !important; }

.s-pink-8 {
  stroke: #c2255c !important; }

.c-pink-9 {
  color: #a61e4d !important; }

.bg-pink-9 {
  background-color: #a61e4d !important; }

.b-pink-9 {
  border-color: #a61e4d !important; }

.f-pink-9 {
  fill: #a61e4d !important; }

.s-pink-9 {
  stroke: #a61e4d !important; }

.c-black {
  color: #000000 !important; }

.bg-black {
  background-color: #000000 !important; }

.b-black {
  border-color: #000000 !important; }

.f-black {
  fill: #000000 !important; }

.s-black {
  stroke: #000000 !important; }

.hover\:c-black:hover {
  color: #000000 !important; }

.hover\:bg-black:hover {
  background-color: #000000 !important; }

.hover\:b-black:hover {
  border-color: #000000 !important; }

.hover\:f-black:hover {
  fill: #000000 !important; }

.hover\:s-black:hover {
  stroke: #000000 !important; }

.focus\:c-black:focus {
  color: #000000 !important; }

.focus\:bg-black:focus {
  background-color: #000000 !important; }

.focus\:b-black:focus {
  border-color: #000000 !important; }

.focus\:f-black:focus {
  fill: #000000 !important; }

.focus\:s-black:focus {
  stroke: #000000 !important; }

.c-black-1 {
  color: rgba(0, 0, 0, 0.02) !important; }

.bg-black-1 {
  background-color: rgba(0, 0, 0, 0.02) !important; }

.b-black-1 {
  border-color: rgba(0, 0, 0, 0.02) !important; }

.f-black-1 {
  fill: rgba(0, 0, 0, 0.02) !important; }

.s-black-1 {
  stroke: rgba(0, 0, 0, 0.02) !important; }

.c-black-2 {
  color: rgba(0, 0, 0, 0.05) !important; }

.bg-black-2 {
  background-color: rgba(0, 0, 0, 0.05) !important; }

.b-black-2 {
  border-color: rgba(0, 0, 0, 0.05) !important; }

.f-black-2 {
  fill: rgba(0, 0, 0, 0.05) !important; }

.s-black-2 {
  stroke: rgba(0, 0, 0, 0.05) !important; }

.c-black-3 {
  color: rgba(0, 0, 0, 0.1) !important; }

.bg-black-3 {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.b-black-3 {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.f-black-3 {
  fill: rgba(0, 0, 0, 0.1) !important; }

.s-black-3 {
  stroke: rgba(0, 0, 0, 0.1) !important; }

.c-black-4 {
  color: rgba(0, 0, 0, 0.175) !important; }

.bg-black-4 {
  background-color: rgba(0, 0, 0, 0.175) !important; }

.b-black-4 {
  border-color: rgba(0, 0, 0, 0.175) !important; }

.f-black-4 {
  fill: rgba(0, 0, 0, 0.175) !important; }

.s-black-4 {
  stroke: rgba(0, 0, 0, 0.175) !important; }

.c-black-5 {
  color: rgba(0, 0, 0, 0.325) !important; }

.bg-black-5 {
  background-color: rgba(0, 0, 0, 0.325) !important; }

.b-black-5 {
  border-color: rgba(0, 0, 0, 0.325) !important; }

.f-black-5 {
  fill: rgba(0, 0, 0, 0.325) !important; }

.s-black-5 {
  stroke: rgba(0, 0, 0, 0.325) !important; }

.c-black-6 {
  color: rgba(0, 0, 0, 0.505) !important; }

.bg-black-6 {
  background-color: rgba(0, 0, 0, 0.505) !important; }

.b-black-6 {
  border-color: rgba(0, 0, 0, 0.505) !important; }

.f-black-6 {
  fill: rgba(0, 0, 0, 0.505) !important; }

.s-black-6 {
  stroke: rgba(0, 0, 0, 0.505) !important; }

.c-black-7 {
  color: rgba(0, 0, 0, 0.67) !important; }

.bg-black-7 {
  background-color: rgba(0, 0, 0, 0.67) !important; }

.b-black-7 {
  border-color: rgba(0, 0, 0, 0.67) !important; }

.f-black-7 {
  fill: rgba(0, 0, 0, 0.67) !important; }

.s-black-7 {
  stroke: rgba(0, 0, 0, 0.67) !important; }

.c-black-8 {
  color: rgba(0, 0, 0, 0.79) !important; }

.bg-black-8 {
  background-color: rgba(0, 0, 0, 0.79) !important; }

.b-black-8 {
  border-color: rgba(0, 0, 0, 0.79) !important; }

.f-black-8 {
  fill: rgba(0, 0, 0, 0.79) !important; }

.s-black-8 {
  stroke: rgba(0, 0, 0, 0.79) !important; }

.c-black-9 {
  color: rgba(0, 0, 0, 0.88) !important; }

.bg-black-9 {
  background-color: rgba(0, 0, 0, 0.88) !important; }

.b-black-9 {
  border-color: rgba(0, 0, 0, 0.88) !important; }

.f-black-9 {
  fill: rgba(0, 0, 0, 0.88) !important; }

.s-black-9 {
  stroke: rgba(0, 0, 0, 0.88) !important; }

.c-white {
  color: #ffffff !important; }

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

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

.f-white {
  fill: #ffffff !important; }

.s-white {
  stroke: #ffffff !important; }

.hover\:c-white:hover {
  color: #ffffff !important; }

.hover\:bg-white:hover {
  background-color: #ffffff !important; }

.hover\:b-white:hover {
  border-color: #ffffff !important; }

.hover\:f-white:hover {
  fill: #ffffff !important; }

.hover\:s-white:hover {
  stroke: #ffffff !important; }

.focus\:c-white:focus {
  color: #ffffff !important; }

.focus\:bg-white:focus {
  background-color: #ffffff !important; }

.focus\:b-white:focus {
  border-color: #ffffff !important; }

.focus\:f-white:focus {
  fill: #ffffff !important; }

.focus\:s-white:focus {
  stroke: #ffffff !important; }

.c-white-1 {
  color: rgba(255, 255, 255, 0.12) !important; }

.bg-white-1 {
  background-color: rgba(255, 255, 255, 0.12) !important; }

.b-white-1 {
  border-color: rgba(255, 255, 255, 0.12) !important; }

.f-white-1 {
  fill: rgba(255, 255, 255, 0.12) !important; }

.s-white-1 {
  stroke: rgba(255, 255, 255, 0.12) !important; }

.c-white-2 {
  color: rgba(255, 255, 255, 0.21) !important; }

.bg-white-2 {
  background-color: rgba(255, 255, 255, 0.21) !important; }

.b-white-2 {
  border-color: rgba(255, 255, 255, 0.21) !important; }

.f-white-2 {
  fill: rgba(255, 255, 255, 0.21) !important; }

.s-white-2 {
  stroke: rgba(255, 255, 255, 0.21) !important; }

.c-white-3 {
  color: rgba(255, 255, 255, 0.33) !important; }

.bg-white-3 {
  background-color: rgba(255, 255, 255, 0.33) !important; }

.b-white-3 {
  border-color: rgba(255, 255, 255, 0.33) !important; }

.f-white-3 {
  fill: rgba(255, 255, 255, 0.33) !important; }

.s-white-3 {
  stroke: rgba(255, 255, 255, 0.33) !important; }

.c-white-4 {
  color: rgba(255, 255, 255, 0.495) !important; }

.bg-white-4 {
  background-color: rgba(255, 255, 255, 0.495) !important; }

.b-white-4 {
  border-color: rgba(255, 255, 255, 0.495) !important; }

.f-white-4 {
  fill: rgba(255, 255, 255, 0.495) !important; }

.s-white-4 {
  stroke: rgba(255, 255, 255, 0.495) !important; }

.c-white-5 {
  color: rgba(255, 255, 255, 0.675) !important; }

.bg-white-5 {
  background-color: rgba(255, 255, 255, 0.675) !important; }

.b-white-5 {
  border-color: rgba(255, 255, 255, 0.675) !important; }

.f-white-5 {
  fill: rgba(255, 255, 255, 0.675) !important; }

.s-white-5 {
  stroke: rgba(255, 255, 255, 0.675) !important; }

.c-white-6 {
  color: rgba(255, 255, 255, 0.825) !important; }

.bg-white-6 {
  background-color: rgba(255, 255, 255, 0.825) !important; }

.b-white-6 {
  border-color: rgba(255, 255, 255, 0.825) !important; }

.f-white-6 {
  fill: rgba(255, 255, 255, 0.825) !important; }

.s-white-6 {
  stroke: rgba(255, 255, 255, 0.825) !important; }

.c-white-7 {
  color: rgba(255, 255, 255, 0.9) !important; }

.bg-white-7 {
  background-color: rgba(255, 255, 255, 0.9) !important; }

.b-white-7 {
  border-color: rgba(255, 255, 255, 0.9) !important; }

.f-white-7 {
  fill: rgba(255, 255, 255, 0.9) !important; }

.s-white-7 {
  stroke: rgba(255, 255, 255, 0.9) !important; }

.c-white-8 {
  color: rgba(255, 255, 255, 0.95) !important; }

.bg-white-8 {
  background-color: rgba(255, 255, 255, 0.95) !important; }

.b-white-8 {
  border-color: rgba(255, 255, 255, 0.95) !important; }

.f-white-8 {
  fill: rgba(255, 255, 255, 0.95) !important; }

.s-white-8 {
  stroke: rgba(255, 255, 255, 0.95) !important; }

.c-white-9 {
  color: rgba(255, 255, 255, 0.98) !important; }

.bg-white-9 {
  background-color: rgba(255, 255, 255, 0.98) !important; }

.b-white-9 {
  border-color: rgba(255, 255, 255, 0.98) !important; }

.f-white-9 {
  fill: rgba(255, 255, 255, 0.98) !important; }

.s-white-9 {
  stroke: rgba(255, 255, 255, 0.98) !important; }

.c-transparent {
  color: transparent !important; }

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

.b-transparent {
  border-color: transparent !important; }

.f-transparent {
  fill: transparent !important; }

.s-transparent {
  stroke: transparent !important; }

.hover\:c-transparent:hover {
  color: transparent !important; }

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

.hover\:b-transparent:hover {
  border-color: transparent !important; }

.hover\:f-transparent:hover {
  fill: transparent !important; }

.hover\:s-transparent:hover {
  stroke: transparent !important; }

.focus\:c-transparent:focus {
  color: transparent !important; }

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

.focus\:b-transparent:focus {
  border-color: transparent !important; }

.focus\:f-transparent:focus {
  fill: transparent !important; }

.focus\:s-transparent:focus {
  stroke: transparent !important; }

.o-0 {
  opacity: 1; }

.o-1 {
  opacity: .9; }

.o-2 {
  opacity: .8; }

.o-3 {
  opacity: .7; }

.o-4 {
  opacity: .6; }

.o-5 {
  opacity: .5; }

.o-6 {
  opacity: .4; }

.o-7 {
  opacity: .3; }

.o-8 {
  opacity: .2; }

.o-9 {
  opacity: .1; }

@media (min-width: 576px) {
  .o-sm-0 {
    opacity: 1; }
  .o-sm-1 {
    opacity: .9; }
  .o-sm-2 {
    opacity: .8; }
  .o-sm-3 {
    opacity: .7; }
  .o-sm-4 {
    opacity: .6; }
  .o-sm-5 {
    opacity: .5; }
  .o-sm-6 {
    opacity: .4; }
  .o-sm-7 {
    opacity: .3; }
  .o-sm-8 {
    opacity: .2; }
  .o-sm-9 {
    opacity: .1; } }

@media (min-width: 768px) {
  .o-md-0 {
    opacity: 1; }
  .o-md-1 {
    opacity: .9; }
  .o-md-2 {
    opacity: .8; }
  .o-md-3 {
    opacity: .7; }
  .o-md-4 {
    opacity: .6; }
  .o-md-5 {
    opacity: .5; }
  .o-md-6 {
    opacity: .4; }
  .o-md-7 {
    opacity: .3; }
  .o-md-8 {
    opacity: .2; }
  .o-md-9 {
    opacity: .1; } }

@media (min-width: 992px) {
  .o-lg-0 {
    opacity: 1; }
  .o-lg-1 {
    opacity: .9; }
  .o-lg-2 {
    opacity: .8; }
  .o-lg-3 {
    opacity: .7; }
  .o-lg-4 {
    opacity: .6; }
  .o-lg-5 {
    opacity: .5; }
  .o-lg-6 {
    opacity: .4; }
  .o-lg-7 {
    opacity: .3; }
  .o-lg-8 {
    opacity: .2; }
  .o-lg-9 {
    opacity: .1; } }

@media (min-width: 1200px) {
  .o-xl-0 {
    opacity: 1; }
  .o-xl-1 {
    opacity: .9; }
  .o-xl-2 {
    opacity: .8; }
  .o-xl-3 {
    opacity: .7; }
  .o-xl-4 {
    opacity: .6; }
  .o-xl-5 {
    opacity: .5; }
  .o-xl-6 {
    opacity: .4; }
  .o-xl-7 {
    opacity: .3; }
  .o-xl-8 {
    opacity: .2; }
  .o-xl-9 {
    opacity: .1; } }

.bg-p1 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2' height='2'><rect x='0' y='0' width='1' height='1'/></svg>"); }

.bg-p2 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2' height='2'><rect x='0' y='1' width='1' height='1' /><rect x='1' y='0' width='1' height='1'/></svg>"); }

.bg-p3 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2' height='2'><rect x='0' y='0' width='1' height='2'/></svg>"); }

.bg-p4 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2' height='2'><rect x='0' y='0' width='2' height='1'/></svg>"); }

.bg-p5 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='3' height='3'><rect x='0' y='0' width='1' height='1'/></svg>"); }

.bg-p6 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='3' height='3'><rect x='0' y='0' width='2' height='2'/></svg>"); }

.bg-p7 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='3' height='3'><rect x='0' y='2' width='1' height='1'/><rect x='1' y='1' width='1' height='1'/><rect x='2' y='0' width='1' height='1'/></svg>"); }

.bg-p8 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='3' height='3'><rect x='0' y='0' width='1' height='1'/><rect x='1' y='1' width='1' height='1'/><rect x='2' y='2' width='1' height='1'/></svg>"); }

.bg-p9 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='3' height='3'><rect x='0' y='0' width='1' height='3'/></svg>"); }

.bg-p10 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='3' height='3'><rect x='0' y='0' width='3' height='1'/></svg>"); }

.bg-p11 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><rect x='0' y='0' width='1' height='1' /></svg>"); }

.bg-p12 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><rect x='0' y='0' width='2' height='2' /></svg>"); }

.bg-p13 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><rect x='0' y='0' width='3' height='3' /></svg>"); }

.bg-p14 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><rect x='0' y='3' width='1' height='1'/><rect x='1' y='2' width='1' height='1'/><rect x='2' y='1' width='1' height='1'/><rect x='3' y='0' width='1' height='1'/></svg>"); }

.bg-p15 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><rect x='0' y='0' width='1' height='1' /><rect x='1' y='1' width='1' height='1' /><rect x='2' y='2' width='1' height='1' /><rect x='3' y='3' width='1' height='1' /></svg>"); }

.bg-p16 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><rect x='0' y='0' width='1' height='1' /><rect x='1' y='1' width='1' height='1' /><rect x='2' y='2' width='1' height='1' /><rect x='3' y='1' width='1' height='1' /><rect x='1' y='3' width='1' height='1' /><rect x='3' y='3' width='1' height='1' /></svg>"); }

.bg-p17 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><rect x='0' y='0' width='1' height='4'/></svg>"); }

.bg-p18 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><rect x='0' y='0' width='4' height='1'/></svg>"); }

.bg-p19 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><rect x='0' y='0' width='1' height='1'/><rect x='1' y='1' width='1' height='1'/><rect x='2' y='2' width='1' height='1'/>><rect x='0' y='2' width='1' height='1'/>><rect x='2' y='0' width='1' height='1'/></svg>"); }

.bg-p20 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><rect x='0' y='0' width='3' height='1'/><rect x='0' y='2' width='3' height='1'/><rect x='0' y='0' width='1' height='3'/>><rect x='2' y='0' width='1' height='3'/>><rect x='2' y='0' width='1' height='1'/></svg>"); }

.shadow-1 {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }

.hover\:shadow-1:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }

.shadow-2 {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }

.hover\:shadow-2:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }

.shadow-3 {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

.hover\:shadow-3:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

.shadow-4 {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

.hover\:shadow-4:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

.shadow-5 {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

.hover\:shadow-5:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

.shadow-0 {
  box-shadow: none; }

.hover\:shadow-0:hover {
  box-shadow: none; }

.hover\:up-1:hover {
  transform: translateY(-0.125rem); }

.hover\:up-2:hover {
  transform: translateY(-0.25rem); }

.hover\:up-3:hover {
  transform: translateY(-0.375rem); }

.hover\:up-4:hover {
  transform: translateY(-0.5rem); }

.hover\:up-5:hover {
  transform: translateY(-0.75rem); }

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }

.focus\:shadow:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important; }

.shadow-inner-y {
  box-shadow: inset 0 10px 15px -3px rgba(0, 0, 0, 0.1), inset 0 4px 6px -2px rgba(0, 0, 0, 0.05), inset 0 -10px 15px -3px rgba(0, 0, 0, 0.1), inset 0 -4px 6px -2px rgba(0, 0, 0, 0.05); }

.shadow-inner-2y {
  box-shadow: inset 0 4px 6px -1px rgba(0, 0, 0, 0.1), inset 0 2px 4px -1px rgba(0, 0, 0, 0.06), inset 0 -4px 6px -1px rgba(0, 0, 0, 0.1), inset 0 -2px 4px -1px rgba(0, 0, 0, 0.06); }

.sf-title-underline-center .sf-title,
.sf-title-underline-center.sf-title {
  position: relative;
  text-align: center;
  padding-bottom: 0.5em; }
  .sf-title-underline-center .sf-title:after,
  .sf-title-underline-center.sf-title:after {
    content: "";
    position: absolute;
    bottom: -0.05em;
    left: 50%;
    margin-left: -3em;
    width: 6em;
    height: 0.125em;
    background: #4c6ef5; }

.sf-title-underline-center-double .sf-title,
.sf-title-underline-center-double.sf-title {
  position: relative;
  text-align: center;
  padding-bottom: 0.5em; }
  .sf-title-underline-center-double .sf-title:before,
  .sf-title-underline-center-double.sf-title:before {
    content: "";
    position: absolute;
    bottom: 0.125em;
    left: 50%;
    margin-left: -3em;
    width: 6em;
    height: 0.075em;
    background: #4c6ef5; }
  .sf-title-underline-center-double .sf-title:after,
  .sf-title-underline-center-double.sf-title:after {
    content: "";
    position: absolute;
    bottom: -0.125em;
    left: 50%;
    margin-left: -2em;
    width: 4em;
    height: 0.075em;
    background: #4c6ef5; }

.sf-title-underline-left .sf-title,
.sf-title-underline-left.sf-title {
  position: relative;
  text-align: left;
  padding-bottom: 0.5em; }
  .sf-title-underline-left .sf-title:after,
  .sf-title-underline-left.sf-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6em;
    height: 0.125em;
    background: #4c6ef5; }

.sf-title-line .sf-title,
.sf-title-line.sf-title {
  overflow: hidden;
  text-align: center; }
  .sf-title-line .sf-title:before, .sf-title-line .sf-title:after,
  .sf-title-line.sf-title:before,
  .sf-title-line.sf-title:after {
    background-color: rgba(27, 31, 44, 0.12);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%; }
  .sf-title-line .sf-title:before,
  .sf-title-line.sf-title:before {
    right: 0.5em;
    margin-left: -50%; }
  .sf-title-line .sf-title:after,
  .sf-title-line.sf-title:after {
    left: 0.5em;
    margin-right: -50%; }

.theme-dark .sf-title-line .sf-title:before, .theme-dark .sf-title-line .sf-title:after,
.theme-dark .sf-title-line.sf-title:before,
.theme-dark .sf-title-line.sf-title:after {
  background-color: rgba(255, 255, 255, 0.12); }

.theme-light.sf-form-check input[type="checkbox"].sf-form-check-input + label, .theme-light.sf-form-check input[type="radio"].sf-form-check-input + label,
.theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label,
.theme-light .sf-form-check input[type="radio"].sf-form-check-input + label,
.theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label,
.theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label,
.theme-light .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label,
.theme-light .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label,
.theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label,
.theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label,
.theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label,
.theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label {
  color: rgba(27, 31, 44, 0.87); }
  .theme-light.sf-form-check input[type="checkbox"].sf-form-check-input + label:before, .theme-light.sf-form-check input[type="radio"].sf-form-check-input + label:before,
  .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label:before,
  .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label:before,
  .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label:before,
  .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label:before,
  .theme-light .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label:before,
  .theme-light .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label:before,
  .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label:before,
  .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label:before,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label:before,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label:before,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label:before,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label:before,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label:before,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label:before {
    background-color: #f1f3f5;
    border-color: rgba(27, 31, 44, 0.12); }
  .theme-light.sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before, .theme-light.sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before, .theme-light.sf-form-check input[type="radio"].sf-form-check-input + label:hover:before, .theme-light.sf-form-check input[type="radio"].sf-form-check-input + label.focus:before,
  .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before,
  .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before,
  .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label:hover:before,
  .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label.focus:before,
  .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before,
  .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before,
  .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label:hover:before,
  .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label.focus:before,
  .theme-light .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before,
  .theme-light .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before,
  .theme-light .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label:hover:before,
  .theme-light .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label.focus:before,
  .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before,
  .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before,
  .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label:hover:before,
  .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label.focus:before,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label:hover:before,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label.focus:before,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label:hover:before,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label.focus:before,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label:hover:before,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input + label.focus:before {
    border-color: #4c6ef5; }

.theme-light.sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before, .theme-light.sf-form-check input[type="radio"].sf-form-check-input:checked + label:before,
.theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before,
.theme-light .sf-form-check input[type="radio"].sf-form-check-input:checked + label:before,
.theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before,
.theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:checked + label:before,
.theme-light .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before,
.theme-light .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:checked + label:before,
.theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before,
.theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:checked + label:before,
.theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before,
.theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:checked + label:before,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:checked + label:before,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:checked + label:before {
  background-color: #4c6ef5; }

.theme-light.sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label, .theme-light.sf-form-check input[type="radio"].sf-form-check-input:disabled + label,
.theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label,
.theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label,
.theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label,
.theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label,
.theme-light .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label,
.theme-light .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label,
.theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label,
.theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label,
.theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label,
.theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label {
  color: rgba(27, 31, 44, 0.12); }
  .theme-light.sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before, .theme-light.sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before,
  .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before,
  .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before,
  .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before,
  .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before,
  .theme-light .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before,
  .theme-light .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before,
  .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before,
  .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before {
    background-color: #e9ecef;
    border-color: rgba(27, 31, 44, 0.12); }
  .theme-light.sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover, .theme-light.sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover,
  .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover,
  .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover,
  .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover,
  .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover,
  .theme-light .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover,
  .theme-light .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover,
  .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover,
  .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover {
    color: rgba(27, 31, 44, 0.12); }
    .theme-light.sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before, .theme-light.sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before,
    .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before,
    .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before,
    .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before,
    .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before,
    .theme-light .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before,
    .theme-light .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before,
    .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before,
    .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before,
    .theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before,
    .theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before,
    .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before,
    .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before,
    .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before,
    .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before {
      border-color: rgba(27, 31, 44, 0.12); }

.theme-light.sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before, .theme-light.sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before,
.theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before,
.theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before,
.theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before,
.theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before,
.theme-light .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before,
.theme-light .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before,
.theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before,
.theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before,
.theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before,
.theme-light .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before {
  background-color: #e9ecef;
  border-color: rgba(27, 31, 44, 0.12); }

.theme-dark.sf-form-check input[type="checkbox"].sf-form-check-input + label, .theme-dark.sf-form-check input[type="radio"].sf-form-check-input + label,
.theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label,
.theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label,
.theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label,
.theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label,
.theme-dark .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label,
.theme-dark .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label,
.theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label,
.theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label,
.theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label,
.theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label,
.theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label,
.theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label {
  color: white; }
  .theme-dark.sf-form-check input[type="checkbox"].sf-form-check-input + label:before, .theme-dark.sf-form-check input[type="radio"].sf-form-check-input + label:before,
  .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label:before,
  .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label:before,
  .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label:before,
  .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label:before,
  .theme-dark .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label:before,
  .theme-dark .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label:before,
  .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label:before,
  .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label:before,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label:before,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label:before,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label:before,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label:before,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label:before,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label:before {
    background-color: #212529;
    border-color: rgba(255, 255, 255, 0.12); }
  .theme-dark.sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before, .theme-dark.sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before, .theme-dark.sf-form-check input[type="radio"].sf-form-check-input + label:hover:before, .theme-dark.sf-form-check input[type="radio"].sf-form-check-input + label.focus:before,
  .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before,
  .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before,
  .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label:hover:before,
  .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label.focus:before,
  .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before,
  .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before,
  .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label:hover:before,
  .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label.focus:before,
  .theme-dark .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before,
  .theme-dark .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before,
  .theme-dark .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label:hover:before,
  .theme-dark .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label.focus:before,
  .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before,
  .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before,
  .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label:hover:before,
  .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label.focus:before,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label:hover:before,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label.focus:before,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label:hover:before,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label.focus:before,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label:hover:before,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input + label.focus:before,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label:hover:before,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input + label.focus:before {
    border-color: #4c6ef5; }

.theme-dark.sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before, .theme-dark.sf-form-check input[type="radio"].sf-form-check-input:checked + label:before,
.theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before,
.theme-dark .sf-form-check input[type="radio"].sf-form-check-input:checked + label:before,
.theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before,
.theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:checked + label:before,
.theme-dark .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before,
.theme-dark .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:checked + label:before,
.theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before,
.theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:checked + label:before,
.theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before,
.theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:checked + label:before,
.theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before,
.theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:checked + label:before,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:checked + label:before,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:checked + label:before {
  background-color: #4c6ef5; }

.theme-dark.sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label, .theme-dark.sf-form-check input[type="radio"].sf-form-check-input:disabled + label,
.theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label,
.theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label,
.theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label,
.theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label,
.theme-dark .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label,
.theme-dark .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label,
.theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label,
.theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label,
.theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label,
.theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label,
.theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label,
.theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label {
  color: rgba(255, 255, 255, 0.12); }
  .theme-dark.sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before, .theme-dark.sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before,
  .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before,
  .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before,
  .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before,
  .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before,
  .theme-dark .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before,
  .theme-dark .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before,
  .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before,
  .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:before,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:before {
    background-color: #343a40;
    border-color: rgba(255, 255, 255, 0.12); }
  .theme-dark.sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover, .theme-dark.sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover,
  .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover,
  .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover,
  .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover,
  .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover,
  .theme-dark .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover,
  .theme-dark .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover,
  .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover,
  .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover {
    color: rgba(255, 255, 255, 0.12); }
    .theme-dark.sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before, .theme-dark.sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before,
    .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before,
    .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before,
    .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before,
    .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before,
    .theme-dark .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before,
    .theme-dark .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before,
    .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before,
    .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before,
    .theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before,
    .theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before,
    .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before,
    .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before,
    .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled + label:hover:before,
    .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled + label:hover:before {
      border-color: rgba(255, 255, 255, 0.12); }

.theme-dark.sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before, .theme-dark.sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before,
.theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before,
.theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before,
.theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before,
.theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before,
.theme-dark .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before,
.theme-dark .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before,
.theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before,
.theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before,
.theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before,
.theme-dark .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before,
.theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before,
.theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="checkbox"].sf-form-check-input:disabled:checked + label:before,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-check input[type="radio"].sf-form-check-input:disabled:checked + label:before {
  background-color: #343a40;
  border-color: rgba(255, 255, 255, 0.12); }

.sf-form-check.check-default input[type="checkbox"]:not([disabled]).sf-form-check-input + label:hover:before, .sf-form-check.check-default input[type="checkbox"]:not([disabled]).sf-form-check-input + label.focus:before, .sf-form-check.check-default input[type="radio"]:not([disabled]).sf-form-check-input + label:hover:before, .sf-form-check.check-default input[type="radio"]:not([disabled]).sf-form-check-input + label.focus:before {
  border-color: #343a40 !important; }

.sf-form-check.check-default input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:before, .sf-form-check.check-default input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:before {
  background-color: #343a40 !important;
  border-color: #343a40 !important; }

.sf-form-check.check-default input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:hover:before, .sf-form-check.check-default input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:focus:before, .sf-form-check.check-default input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:hover:before, .sf-form-check.check-default input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:focus:before {
  background-color: #15252D !important; }

.sf-form-check.check-primary input[type="checkbox"]:not([disabled]).sf-form-check-input + label:hover:before, .sf-form-check.check-primary input[type="checkbox"]:not([disabled]).sf-form-check-input + label.focus:before, .sf-form-check.check-primary input[type="radio"]:not([disabled]).sf-form-check-input + label:hover:before, .sf-form-check.check-primary input[type="radio"]:not([disabled]).sf-form-check-input + label.focus:before {
  border-color: #4c6ef5 !important; }

.sf-form-check.check-primary input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:before, .sf-form-check.check-primary input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:before {
  background-color: #4c6ef5 !important;
  border-color: #4c6ef5 !important; }

.sf-form-check.check-primary input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:hover:before, .sf-form-check.check-primary input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:focus:before, .sf-form-check.check-primary input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:hover:before, .sf-form-check.check-primary input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:focus:before {
  background-color: #2268DD !important; }

.sf-form-check.check-secondary input[type="checkbox"]:not([disabled]).sf-form-check-input + label:hover:before, .sf-form-check.check-secondary input[type="checkbox"]:not([disabled]).sf-form-check-input + label.focus:before, .sf-form-check.check-secondary input[type="radio"]:not([disabled]).sf-form-check-input + label:hover:before, .sf-form-check.check-secondary input[type="radio"]:not([disabled]).sf-form-check-input + label.focus:before {
  border-color: #e64980 !important; }

.sf-form-check.check-secondary input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:before, .sf-form-check.check-secondary input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:before {
  background-color: #e64980 !important;
  border-color: #e64980 !important; }

.sf-form-check.check-secondary input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:hover:before, .sf-form-check.check-secondary input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:focus:before, .sf-form-check.check-secondary input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:hover:before, .sf-form-check.check-secondary input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:focus:before {
  background-color: #A30020 !important; }

.sf-form-check.check-success input[type="checkbox"]:not([disabled]).sf-form-check-input + label:hover:before, .sf-form-check.check-success input[type="checkbox"]:not([disabled]).sf-form-check-input + label.focus:before, .sf-form-check.check-success input[type="radio"]:not([disabled]).sf-form-check-input + label:hover:before, .sf-form-check.check-success input[type="radio"]:not([disabled]).sf-form-check-input + label.focus:before {
  border-color: #40c057 !important; }

.sf-form-check.check-success input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:before, .sf-form-check.check-success input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:before {
  background-color: #40c057 !important;
  border-color: #40c057 !important; }

.sf-form-check.check-success input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:hover:before, .sf-form-check.check-success input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:focus:before, .sf-form-check.check-success input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:hover:before, .sf-form-check.check-success input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:focus:before {
  background-color: #2A8D30 !important; }

.sf-form-check.check-info input[type="checkbox"]:not([disabled]).sf-form-check-input + label:hover:before, .sf-form-check.check-info input[type="checkbox"]:not([disabled]).sf-form-check-input + label.focus:before, .sf-form-check.check-info input[type="radio"]:not([disabled]).sf-form-check-input + label:hover:before, .sf-form-check.check-info input[type="radio"]:not([disabled]).sf-form-check-input + label.focus:before {
  border-color: #228be6 !important; }

.sf-form-check.check-info input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:before, .sf-form-check.check-info input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:before {
  background-color: #228be6 !important;
  border-color: #228be6 !important; }

.sf-form-check.check-info input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:hover:before, .sf-form-check.check-info input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:focus:before, .sf-form-check.check-info input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:hover:before, .sf-form-check.check-info input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:focus:before {
  background-color: #0287D2 !important; }

.sf-form-check.check-warning input[type="checkbox"]:not([disabled]).sf-form-check-input + label:hover:before, .sf-form-check.check-warning input[type="checkbox"]:not([disabled]).sf-form-check-input + label.focus:before, .sf-form-check.check-warning input[type="radio"]:not([disabled]).sf-form-check-input + label:hover:before, .sf-form-check.check-warning input[type="radio"]:not([disabled]).sf-form-check-input + label.focus:before {
  border-color: #fd7e14 !important; }

.sf-form-check.check-warning input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:before, .sf-form-check.check-warning input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:before {
  background-color: #fd7e14 !important;
  border-color: #fd7e14 !important; }

.sf-form-check.check-warning input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:hover:before, .sf-form-check.check-warning input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:focus:before, .sf-form-check.check-warning input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:hover:before, .sf-form-check.check-warning input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:focus:before {
  background-color: #DD9200 !important; }

.sf-form-check.check-danger input[type="checkbox"]:not([disabled]).sf-form-check-input + label:hover:before, .sf-form-check.check-danger input[type="checkbox"]:not([disabled]).sf-form-check-input + label.focus:before, .sf-form-check.check-danger input[type="radio"]:not([disabled]).sf-form-check-input + label:hover:before, .sf-form-check.check-danger input[type="radio"]:not([disabled]).sf-form-check-input + label.focus:before {
  border-color: #fa5252 !important; }

.sf-form-check.check-danger input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:before, .sf-form-check.check-danger input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:before {
  background-color: #fa5252 !important;
  border-color: #fa5252 !important; }

.sf-form-check.check-danger input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:hover:before, .sf-form-check.check-danger input[type="checkbox"]:not([disabled]).sf-form-check-input:checked + label:focus:before, .sf-form-check.check-danger input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:hover:before, .sf-form-check.check-danger input[type="radio"]:not([disabled]).sf-form-check-input:checked + label:focus:before {
  background-color: #D22114 !important; }

.theme-light.sf-form-switch input[type="checkbox"].sf-form-switch-input + label,
.theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label,
.theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label,
.theme-light .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label,
.theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label,
.theme-light .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label {
  color: rgba(27, 31, 44, 0.87); }
  .theme-light.sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before,
  .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before,
  .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before,
  .theme-light .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before,
  .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before {
    background-color: #f1f3f5;
    border-color: rgba(27, 31, 44, 0.12); }
  .theme-light.sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before, .theme-light.sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before,
  .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before,
  .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before,
  .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before,
  .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before,
  .theme-light .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before,
  .theme-light .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before,
  .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before,
  .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before {
    border-color: #4c6ef5; }

.theme-light.sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before,
.theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before,
.theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before,
.theme-light .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before,
.theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before,
.theme-light .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before {
  background-color: #4c6ef5; }

.theme-light.sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label,
.theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label,
.theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label,
.theme-light .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label,
.theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label,
.theme-light .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label {
  color: rgba(27, 31, 44, 0.12); }
  .theme-light.sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before,
  .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before,
  .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before,
  .theme-light .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before,
  .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before {
    background-color: #e9ecef;
    border-color: rgba(27, 31, 44, 0.12); }
  .theme-light.sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover,
  .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover,
  .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover,
  .theme-light .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover,
  .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover {
    color: rgba(27, 31, 44, 0.12); }
    .theme-light.sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before,
    .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before,
    .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before,
    .theme-light .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before,
    .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before,
    .theme-light .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before,
    .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before,
    .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before {
      border-color: rgba(27, 31, 44, 0.12); }

.theme-light.sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before,
.theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before,
.theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before,
.theme-light .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before,
.theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before,
.theme-light .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before {
  background-color: #e9ecef;
  border-color: rgba(27, 31, 44, 0.12); }

.theme-dark.sf-form-switch input[type="checkbox"].sf-form-switch-input + label,
.theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label,
.theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label,
.theme-dark .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label,
.theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label,
.theme-dark .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label,
.theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label {
  color: white; }
  .theme-dark.sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before,
  .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before,
  .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before,
  .theme-dark .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before,
  .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before {
    background-color: #212529;
    border-color: rgba(255, 255, 255, 0.12); }
  .theme-dark.sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before, .theme-dark.sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before,
  .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before,
  .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before,
  .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before,
  .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before,
  .theme-dark .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before,
  .theme-dark .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before,
  .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before,
  .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.focus:before {
    border-color: #4c6ef5; }

.theme-dark.sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before,
.theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before,
.theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before,
.theme-dark .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before,
.theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before,
.theme-dark .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before,
.theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before {
  background-color: #4c6ef5; }

.theme-dark.sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label,
.theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label,
.theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label,
.theme-dark .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label,
.theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label,
.theme-dark .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label,
.theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label {
  color: rgba(255, 255, 255, 0.12); }
  .theme-dark.sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before,
  .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before,
  .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before,
  .theme-dark .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before,
  .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before {
    background-color: #343a40;
    border-color: rgba(255, 255, 255, 0.12); }
  .theme-dark.sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover,
  .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover,
  .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover,
  .theme-dark .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover,
  .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover {
    color: rgba(255, 255, 255, 0.12); }
    .theme-dark.sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before,
    .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before,
    .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before,
    .theme-dark .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before,
    .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before,
    .theme-dark .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before,
    .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before,
    .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before {
      border-color: rgba(255, 255, 255, 0.12); }

.theme-dark.sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before,
.theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before,
.theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before,
.theme-dark .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before,
.theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before,
.theme-dark .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before,
.theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled:checked + label:before {
  background-color: #343a40;
  border-color: rgba(255, 255, 255, 0.12); }

.sf-form-switch.switch-default input[type="checkbox"]:not([disabled]).sf-form-switch-input + label:hover:before, .sf-form-switch.switch-default input[type="checkbox"]:not([disabled]).sf-form-switch-input + label.focus:before {
  border-color: #343a40 !important; }

.sf-form-switch.switch-default input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:before {
  background-color: #343a40 !important;
  border-color: #343a40 !important; }

.sf-form-switch.switch-default input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:hover:before, .sf-form-switch.switch-default input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:focus:before {
  background-color: #15252D !important; }

.sf-form-switch.switch-primary input[type="checkbox"]:not([disabled]).sf-form-switch-input + label:hover:before, .sf-form-switch.switch-primary input[type="checkbox"]:not([disabled]).sf-form-switch-input + label.focus:before {
  border-color: #4c6ef5 !important; }

.sf-form-switch.switch-primary input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:before {
  background-color: #4c6ef5 !important;
  border-color: #4c6ef5 !important; }

.sf-form-switch.switch-primary input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:hover:before, .sf-form-switch.switch-primary input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:focus:before {
  background-color: #2268DD !important; }

.sf-form-switch.switch-secondary input[type="checkbox"]:not([disabled]).sf-form-switch-input + label:hover:before, .sf-form-switch.switch-secondary input[type="checkbox"]:not([disabled]).sf-form-switch-input + label.focus:before {
  border-color: #e64980 !important; }

.sf-form-switch.switch-secondary input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:before {
  background-color: #e64980 !important;
  border-color: #e64980 !important; }

.sf-form-switch.switch-secondary input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:hover:before, .sf-form-switch.switch-secondary input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:focus:before {
  background-color: #A30020 !important; }

.sf-form-switch.switch-success input[type="checkbox"]:not([disabled]).sf-form-switch-input + label:hover:before, .sf-form-switch.switch-success input[type="checkbox"]:not([disabled]).sf-form-switch-input + label.focus:before {
  border-color: #40c057 !important; }

.sf-form-switch.switch-success input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:before {
  background-color: #40c057 !important;
  border-color: #40c057 !important; }

.sf-form-switch.switch-success input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:hover:before, .sf-form-switch.switch-success input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:focus:before {
  background-color: #2A8D30 !important; }

.sf-form-switch.switch-info input[type="checkbox"]:not([disabled]).sf-form-switch-input + label:hover:before, .sf-form-switch.switch-info input[type="checkbox"]:not([disabled]).sf-form-switch-input + label.focus:before {
  border-color: #228be6 !important; }

.sf-form-switch.switch-info input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:before {
  background-color: #228be6 !important;
  border-color: #228be6 !important; }

.sf-form-switch.switch-info input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:hover:before, .sf-form-switch.switch-info input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:focus:before {
  background-color: #0287D2 !important; }

.sf-form-switch.switch-warning input[type="checkbox"]:not([disabled]).sf-form-switch-input + label:hover:before, .sf-form-switch.switch-warning input[type="checkbox"]:not([disabled]).sf-form-switch-input + label.focus:before {
  border-color: #fd7e14 !important; }

.sf-form-switch.switch-warning input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:before {
  background-color: #fd7e14 !important;
  border-color: #fd7e14 !important; }

.sf-form-switch.switch-warning input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:hover:before, .sf-form-switch.switch-warning input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:focus:before {
  background-color: #DD9200 !important; }

.sf-form-switch.switch-danger input[type="checkbox"]:not([disabled]).sf-form-switch-input + label:hover:before, .sf-form-switch.switch-danger input[type="checkbox"]:not([disabled]).sf-form-switch-input + label.focus:before {
  border-color: #fa5252 !important; }

.sf-form-switch.switch-danger input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:before {
  background-color: #fa5252 !important;
  border-color: #fa5252 !important; }

.sf-form-switch.switch-danger input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:hover:before, .sf-form-switch.switch-danger input[type="checkbox"]:not([disabled]).sf-form-switch-input:checked + label:focus:before {
  background-color: #D22114 !important; }

.theme-light.sf-form-range input[type="range"].sf-form-range-input:disabled + .axis,
.theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis,
.theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis,
.theme-light .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis,
.theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis,
.theme-light .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis {
  background-color: #e9ecef; }
  .theme-light.sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover,
  .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover,
  .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover,
  .theme-light .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover,
  .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover {
    background-color: #e9ecef; }
  .theme-light.sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
  .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
  .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
  .theme-light .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
  .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment {
    background-color: #dee2e6; }
  .theme-light.sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin,
  .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin,
  .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin,
  .theme-light .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin,
  .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin {
    background-color: #dee2e6; }

.theme-light.sf-form-range input[type="range"].sf-form-range-input + .axis,
.theme-light .sf-form-range input[type="range"].sf-form-range-input + .axis,
.theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input + .axis,
.theme-light .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input + .axis,
.theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input + .axis,
.theme-light .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input + .axis,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input + .axis,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input + .axis {
  background-color: #e9ecef;
  /*& .axis-pin {
                            background-color: map-get($colors, primary);

                            &:hover {
                                background-color: map-get(map-get($defaultColors, primary), hover)
                            }

                            & .axis-count {
                                background-color: map-get($colors, primary)
                            }
                        }*/ }
  .theme-light.sf-form-range input[type="range"].sf-form-range-input + .axis:hover,
  .theme-light .sf-form-range input[type="range"].sf-form-range-input + .axis:hover,
  .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input + .axis:hover,
  .theme-light .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input + .axis:hover,
  .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input + .axis:hover,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input + .axis:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input + .axis:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form-range input[type="range"].sf-form-range-input + .axis:hover {
    background-color: rgba(27, 31, 44, 0.05); }

.theme-dark.sf-form-range input[type="range"].sf-form-range-input:disabled + .axis,
.theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis,
.theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis,
.theme-dark .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis,
.theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis,
.theme-dark .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis,
.theme-light .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis {
  background-color: #343a40; }
  .theme-dark.sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover,
  .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover,
  .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover,
  .theme-dark .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover,
  .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis:hover {
    background-color: #343a40; }
  .theme-dark.sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
  .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
  .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
  .theme-dark .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
  .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment {
    background-color: #868e96; }
  .theme-dark.sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin,
  .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin,
  .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin,
  .theme-dark .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin,
  .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin {
    background-color: #868e96; }

.theme-dark.sf-form-range input[type="range"].sf-form-range-input + .axis,
.theme-dark .sf-form-range input[type="range"].sf-form-range-input + .axis,
.theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input + .axis,
.theme-dark .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input + .axis,
.theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input + .axis,
.theme-dark .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input + .axis,
.theme-light .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input + .axis,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input + .axis {
  background-color: #343a40;
  /*& .axis-pin {
                            background-color: map-get($colors, primary);

                            &:hover {
                                background-color: map-get(map-get($defaultColors, primary), hover)
                            }

                            & .axis-count {
                                background-color: map-get($colors, primary)
                            }
                        }*/ }
  .theme-dark.sf-form-range input[type="range"].sf-form-range-input + .axis:hover,
  .theme-dark .sf-form-range input[type="range"].sf-form-range-input + .axis:hover,
  .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input + .axis:hover,
  .theme-dark .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input + .axis:hover,
  .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input + .axis:hover,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input + .axis:hover,
  .theme-light .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input + .axis:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form-range input[type="range"].sf-form-range-input + .axis:hover {
    background-color: rgba(255, 255, 255, 0.1); }

.sf-form-range.range-default input[type="range"].sf-form-range-input + .axis:hover .axis-segment {
  background-color: rgba(52, 58, 64, 0.6); }

.sf-form-range.range-default input[type="range"].sf-form-range-input + .axis .axis-pin {
  background-color: #343a40; }
  .sf-form-range.range-default input[type="range"].sf-form-range-input + .axis .axis-pin .axis-count {
    background-color: #343a40; }

.sf-form-range.range-default input[type="range"].sf-form-range-input + .axis .axis-pin:hover, .sf-form-range.range-default input[type="range"].sf-form-range-input + .axis .axis-pin:focus {
  background-color: #15252D !important; }

.sf-form-range.range-primary input[type="range"].sf-form-range-input + .axis:hover .axis-segment {
  background-color: rgba(76, 110, 245, 0.6); }

.sf-form-range.range-primary input[type="range"].sf-form-range-input + .axis .axis-pin {
  background-color: #4c6ef5; }
  .sf-form-range.range-primary input[type="range"].sf-form-range-input + .axis .axis-pin .axis-count {
    background-color: #4c6ef5; }

.sf-form-range.range-primary input[type="range"].sf-form-range-input + .axis .axis-pin:hover, .sf-form-range.range-primary input[type="range"].sf-form-range-input + .axis .axis-pin:focus {
  background-color: #2268DD !important; }

.sf-form-range.range-secondary input[type="range"].sf-form-range-input + .axis:hover .axis-segment {
  background-color: rgba(230, 73, 128, 0.6); }

.sf-form-range.range-secondary input[type="range"].sf-form-range-input + .axis .axis-pin {
  background-color: #e64980; }
  .sf-form-range.range-secondary input[type="range"].sf-form-range-input + .axis .axis-pin .axis-count {
    background-color: #e64980; }

.sf-form-range.range-secondary input[type="range"].sf-form-range-input + .axis .axis-pin:hover, .sf-form-range.range-secondary input[type="range"].sf-form-range-input + .axis .axis-pin:focus {
  background-color: #A30020 !important; }

.sf-form-range.range-success input[type="range"].sf-form-range-input + .axis:hover .axis-segment {
  background-color: rgba(64, 192, 87, 0.6); }

.sf-form-range.range-success input[type="range"].sf-form-range-input + .axis .axis-pin {
  background-color: #40c057; }
  .sf-form-range.range-success input[type="range"].sf-form-range-input + .axis .axis-pin .axis-count {
    background-color: #40c057; }

.sf-form-range.range-success input[type="range"].sf-form-range-input + .axis .axis-pin:hover, .sf-form-range.range-success input[type="range"].sf-form-range-input + .axis .axis-pin:focus {
  background-color: #2A8D30 !important; }

.sf-form-range.range-info input[type="range"].sf-form-range-input + .axis:hover .axis-segment {
  background-color: rgba(34, 139, 230, 0.6); }

.sf-form-range.range-info input[type="range"].sf-form-range-input + .axis .axis-pin {
  background-color: #228be6; }
  .sf-form-range.range-info input[type="range"].sf-form-range-input + .axis .axis-pin .axis-count {
    background-color: #228be6; }

.sf-form-range.range-info input[type="range"].sf-form-range-input + .axis .axis-pin:hover, .sf-form-range.range-info input[type="range"].sf-form-range-input + .axis .axis-pin:focus {
  background-color: #0287D2 !important; }

.sf-form-range.range-warning input[type="range"].sf-form-range-input + .axis:hover .axis-segment {
  background-color: rgba(253, 126, 20, 0.6); }

.sf-form-range.range-warning input[type="range"].sf-form-range-input + .axis .axis-pin {
  background-color: #fd7e14; }
  .sf-form-range.range-warning input[type="range"].sf-form-range-input + .axis .axis-pin .axis-count {
    background-color: #fd7e14; }

.sf-form-range.range-warning input[type="range"].sf-form-range-input + .axis .axis-pin:hover, .sf-form-range.range-warning input[type="range"].sf-form-range-input + .axis .axis-pin:focus {
  background-color: #DD9200 !important; }

.sf-form-range.range-danger input[type="range"].sf-form-range-input + .axis:hover .axis-segment {
  background-color: rgba(250, 82, 82, 0.6); }

.sf-form-range.range-danger input[type="range"].sf-form-range-input + .axis .axis-pin {
  background-color: #fa5252; }
  .sf-form-range.range-danger input[type="range"].sf-form-range-input + .axis .axis-pin .axis-count {
    background-color: #fa5252; }

.sf-form-range.range-danger input[type="range"].sf-form-range-input + .axis .axis-pin:hover, .sf-form-range.range-danger input[type="range"].sf-form-range-input + .axis .axis-pin:focus {
  background-color: #D22114 !important; }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  position: relative;
  padding: 0.5em 1.2em;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:hover {
    cursor: pointer; }
    .btn:hover::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.12); }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none; }
  .btn:active, .btn.active {
    background-image: auto; }

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  box-shadow: none; }

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

.btn-default {
  color: white;
  background-color: #343a40;
  border-color: #292d32; }
  .btn-default:hover {
    color: white;
    background-color: #1d2124;
    border-color: #191b1e; }
  .btn-default:hover::after {
    background: transparent; }
  .btn-default.disabled, .btn-default:disabled {
    background-color: #343a40;
    border-color: #191b1e; }
  .btn-default:not([disabled]):not(.disabled).active, .btn-default:not([disabled]):not(.disabled):active,
  .show > .btn-default.dropdown-toggle {
    color: white;
    background-color: #1d2124;
    border-color: #191b1e; }
  .btn-default:active, .btn-default.active,
  .show > .btn-default.dropdown-toggle {
    color: white;
    background-color: #1d2124;
    background-image: none;
    border-color: #191b1e; }
  .btn-default.focus, .btn-default:focus {
    box-shadow: none !important;
    border-color: #191b1e; }
  .btn-default.btn-flat {
    background: transparent;
    color: #343a40;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    outline: none !important; }
    .btn-default.btn-flat:hover, .btn-default.btn-flat.focus, .btn-default.btn-flat:focus, .btn-default.btn-flat:active, .btn-default.btn-flat.active {
      color: #343a40 !important;
      background-color: rgba(0, 0, 0, 0.12) !important;
      border-color: transparent;
      box-shadow: none; }

.btn-primary {
  color: white;
  background-color: #4c6ef5;
  border-color: #345af4; }
  .btn-primary:hover {
    color: white;
    background-color: #1c47f2;
    border-color: #123ff2; }
  .btn-primary:hover::after {
    background: transparent; }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #4c6ef5;
    border-color: #123ff2; }
  .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #1c47f2;
    border-color: #123ff2; }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #1c47f2;
    background-image: none;
    border-color: #123ff2; }
  .btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
    border-color: #123ff2; }
  .btn-primary.btn-flat {
    background: transparent;
    color: #4c6ef5;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    outline: none !important; }
    .btn-primary.btn-flat:hover, .btn-primary.btn-flat.focus, .btn-primary.btn-flat:focus, .btn-primary.btn-flat:active, .btn-primary.btn-flat.active {
      color: #4c6ef5 !important;
      background-color: rgba(0, 0, 0, 0.12) !important;
      border-color: transparent;
      box-shadow: none; }

.btn-secondary {
  color: white;
  background-color: #e64980;
  border-color: #e33370; }
  .btn-secondary:hover {
    color: white;
    background-color: #de1e61;
    border-color: #d51d5d; }
  .btn-secondary:hover::after {
    background: transparent; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #e64980;
    border-color: #d51d5d; }
  .btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active,
  .show > .btn-secondary.dropdown-toggle {
    color: white;
    background-color: #de1e61;
    border-color: #d51d5d; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: white;
    background-color: #de1e61;
    background-image: none;
    border-color: #d51d5d; }
  .btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none !important;
    border-color: #d51d5d; }
  .btn-secondary.btn-flat {
    background: transparent;
    color: #e64980;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    outline: none !important; }
    .btn-secondary.btn-flat:hover, .btn-secondary.btn-flat.focus, .btn-secondary.btn-flat:focus, .btn-secondary.btn-flat:active, .btn-secondary.btn-flat.active {
      color: #e64980 !important;
      background-color: rgba(0, 0, 0, 0.12) !important;
      border-color: transparent;
      box-shadow: none; }

.btn-success {
  color: white;
  background-color: #40c057;
  border-color: #39ad4e; }
  .btn-success:hover {
    color: white;
    background-color: #339a45;
    border-color: #309242; }
  .btn-success:hover::after {
    background: transparent; }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #40c057;
    border-color: #309242; }
  .btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active,
  .show > .btn-success.dropdown-toggle {
    color: white;
    background-color: #339a45;
    border-color: #309242; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: white;
    background-color: #339a45;
    background-image: none;
    border-color: #309242; }
  .btn-success.focus, .btn-success:focus {
    box-shadow: none !important;
    border-color: #309242; }
  .btn-success.btn-flat {
    background: transparent;
    color: #40c057;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    outline: none !important; }
    .btn-success.btn-flat:hover, .btn-success.btn-flat.focus, .btn-success.btn-flat:focus, .btn-success.btn-flat:active, .btn-success.btn-flat.active {
      color: #40c057 !important;
      background-color: rgba(0, 0, 0, 0.12) !important;
      border-color: transparent;
      box-shadow: none; }

.btn-info {
  color: white;
  background-color: #228be6;
  border-color: #187ed6; }
  .btn-info:hover {
    color: white;
    background-color: #1671bf;
    border-color: #156bb6; }
  .btn-info:hover::after {
    background: transparent; }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #228be6;
    border-color: #156bb6; }
  .btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active,
  .show > .btn-info.dropdown-toggle {
    color: white;
    background-color: #1671bf;
    border-color: #156bb6; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: white;
    background-color: #1671bf;
    background-image: none;
    border-color: #156bb6; }
  .btn-info.focus, .btn-info:focus {
    box-shadow: none !important;
    border-color: #156bb6; }
  .btn-info.btn-flat {
    background: transparent;
    color: #228be6;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    outline: none !important; }
    .btn-info.btn-flat:hover, .btn-info.btn-flat.focus, .btn-info.btn-flat:focus, .btn-info.btn-flat:active, .btn-info.btn-flat.active {
      color: #228be6 !important;
      background-color: rgba(0, 0, 0, 0.12) !important;
      border-color: transparent;
      box-shadow: none; }

.btn-warning {
  color: white;
  background-color: #fd7e14;
  border-color: #f57102; }
  .btn-warning:hover {
    color: white;
    background-color: #dc6502;
    border-color: #d26102; }
  .btn-warning:hover::after {
    background: transparent; }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #fd7e14;
    border-color: #d26102; }
  .btn-warning:not([disabled]):not(.disabled).active, .btn-warning:not([disabled]):not(.disabled):active,
  .show > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #dc6502;
    border-color: #d26102; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #dc6502;
    background-image: none;
    border-color: #d26102; }
  .btn-warning.focus, .btn-warning:focus {
    box-shadow: none !important;
    border-color: #d26102; }
  .btn-warning.btn-flat {
    background: transparent;
    color: #fd7e14;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    outline: none !important; }
    .btn-warning.btn-flat:hover, .btn-warning.btn-flat.focus, .btn-warning.btn-flat:focus, .btn-warning.btn-flat:active, .btn-warning.btn-flat.active {
      color: #fd7e14 !important;
      background-color: rgba(0, 0, 0, 0.12) !important;
      border-color: transparent;
      box-shadow: none; }

.btn-danger {
  color: white;
  background-color: #fa5252;
  border-color: #f93939; }
  .btn-danger:hover {
    color: white;
    background-color: #f92020;
    border-color: #f81717; }
  .btn-danger:hover::after {
    background: transparent; }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #fa5252;
    border-color: #f81717; }
  .btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active,
  .show > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #f92020;
    border-color: #f81717; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #f92020;
    background-image: none;
    border-color: #f81717; }
  .btn-danger.focus, .btn-danger:focus {
    box-shadow: none !important;
    border-color: #f81717; }
  .btn-danger.btn-flat {
    background: transparent;
    color: #fa5252;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    outline: none !important; }
    .btn-danger.btn-flat:hover, .btn-danger.btn-flat.focus, .btn-danger.btn-flat:focus, .btn-danger.btn-flat:active, .btn-danger.btn-flat.active {
      color: #fa5252 !important;
      background-color: rgba(0, 0, 0, 0.12) !important;
      border-color: transparent;
      box-shadow: none; }

.theme-light .btn-theme,
.theme-dark .theme-light .btn-theme,
.theme-light .theme-dark .theme-light .btn-theme,
.theme-dark .theme-dark .theme-light .btn-theme,
.theme-light .theme-dark .theme-dark .theme-light .btn-theme,
.theme-dark .theme-dark .theme-dark .theme-light .btn-theme,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .btn-theme {
  color: rgba(27, 31, 44, 0.87);
  background-color: rgba(27, 31, 44, 0);
  border-color: rgba(27, 31, 44, 0.12); }
  .theme-light .btn-theme:hover,
  .theme-dark .theme-light .btn-theme:hover,
  .theme-light .theme-dark .theme-light .btn-theme:hover,
  .theme-dark .theme-dark .theme-light .btn-theme:hover,
  .theme-light .theme-dark .theme-dark .theme-light .btn-theme:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .btn-theme:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .btn-theme:hover {
    background-color: rgba(27, 31, 44, 0.05);
    color: rgba(27, 31, 44, 0.87);
    border-color: rgba(27, 31, 44, 0.54); }
    .theme-light .btn-theme:hover::after,
    .theme-dark .theme-light .btn-theme:hover::after,
    .theme-light .theme-dark .theme-light .btn-theme:hover::after,
    .theme-dark .theme-dark .theme-light .btn-theme:hover::after,
    .theme-light .theme-dark .theme-dark .theme-light .btn-theme:hover::after,
    .theme-dark .theme-dark .theme-dark .theme-light .btn-theme:hover::after,
    .theme-light .theme-dark .theme-dark .theme-dark .theme-light .btn-theme:hover::after {
      background: transparent; }

.theme-dark .btn-theme,
.theme-light .theme-dark .btn-theme,
.theme-dark .theme-light .theme-dark .btn-theme,
.theme-light .theme-light .theme-dark .btn-theme,
.theme-dark .theme-light .theme-light .theme-dark .btn-theme,
.theme-light .theme-light .theme-light .theme-dark .btn-theme,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .btn-theme {
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.12); }
  .theme-dark .btn-theme:hover,
  .theme-light .theme-dark .btn-theme:hover,
  .theme-dark .theme-light .theme-dark .btn-theme:hover,
  .theme-light .theme-light .theme-dark .btn-theme:hover,
  .theme-dark .theme-light .theme-light .theme-dark .btn-theme:hover,
  .theme-light .theme-light .theme-light .theme-dark .btn-theme:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .btn-theme:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border-color: white; }
    .theme-dark .btn-theme:hover::after,
    .theme-light .theme-dark .btn-theme:hover::after,
    .theme-dark .theme-light .theme-dark .btn-theme:hover::after,
    .theme-light .theme-light .theme-dark .btn-theme:hover::after,
    .theme-dark .theme-light .theme-light .theme-dark .btn-theme:hover::after,
    .theme-light .theme-light .theme-light .theme-dark .btn-theme:hover::after,
    .theme-dark .theme-light .theme-light .theme-light .theme-dark .btn-theme:hover::after {
      background: transparent; }

.btn-outline.btn-default {
  color: #343a40;
  background-image: none;
  background-color: transparent;
  border-color: #343a40; }
  .btn-outline.btn-default:hover {
    color: white;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline.btn-default.disabled, .btn-outline.btn-default:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline.btn-default:active, .btn-outline.btn-default.active, .btn-outline.btn-default.focus, .btn-outline.btn-default:focus,
  .show > .btn-outline.btn-default.dropdown-toggle {
    color: white !important;
    background-color: #343a40 !important;
    border-color: #343a40 !important; }

.btn-outline.btn-primary {
  color: #4c6ef5;
  background-image: none;
  background-color: transparent;
  border-color: #4c6ef5; }
  .btn-outline.btn-primary:hover {
    color: white;
    background-color: #4c6ef5;
    border-color: #4c6ef5; }
  .btn-outline.btn-primary.disabled, .btn-outline.btn-primary:disabled {
    color: #4c6ef5;
    background-color: transparent; }
  .btn-outline.btn-primary:active, .btn-outline.btn-primary.active, .btn-outline.btn-primary.focus, .btn-outline.btn-primary:focus,
  .show > .btn-outline.btn-primary.dropdown-toggle {
    color: white !important;
    background-color: #4c6ef5 !important;
    border-color: #4c6ef5 !important; }

.btn-outline.btn-secondary {
  color: #e64980;
  background-image: none;
  background-color: transparent;
  border-color: #e64980; }
  .btn-outline.btn-secondary:hover {
    color: white;
    background-color: #e64980;
    border-color: #e64980; }
  .btn-outline.btn-secondary.disabled, .btn-outline.btn-secondary:disabled {
    color: #e64980;
    background-color: transparent; }
  .btn-outline.btn-secondary:active, .btn-outline.btn-secondary.active, .btn-outline.btn-secondary.focus, .btn-outline.btn-secondary:focus,
  .show > .btn-outline.btn-secondary.dropdown-toggle {
    color: white !important;
    background-color: #e64980 !important;
    border-color: #e64980 !important; }

.btn-outline.btn-success {
  color: #40c057;
  background-image: none;
  background-color: transparent;
  border-color: #40c057; }
  .btn-outline.btn-success:hover {
    color: white;
    background-color: #40c057;
    border-color: #40c057; }
  .btn-outline.btn-success.disabled, .btn-outline.btn-success:disabled {
    color: #40c057;
    background-color: transparent; }
  .btn-outline.btn-success:active, .btn-outline.btn-success.active, .btn-outline.btn-success.focus, .btn-outline.btn-success:focus,
  .show > .btn-outline.btn-success.dropdown-toggle {
    color: white !important;
    background-color: #40c057 !important;
    border-color: #40c057 !important; }

.btn-outline.btn-info {
  color: #228be6;
  background-image: none;
  background-color: transparent;
  border-color: #228be6; }
  .btn-outline.btn-info:hover {
    color: white;
    background-color: #228be6;
    border-color: #228be6; }
  .btn-outline.btn-info.disabled, .btn-outline.btn-info:disabled {
    color: #228be6;
    background-color: transparent; }
  .btn-outline.btn-info:active, .btn-outline.btn-info.active, .btn-outline.btn-info.focus, .btn-outline.btn-info:focus,
  .show > .btn-outline.btn-info.dropdown-toggle {
    color: white !important;
    background-color: #228be6 !important;
    border-color: #228be6 !important; }

.btn-outline.btn-warning {
  color: #fd7e14;
  background-image: none;
  background-color: transparent;
  border-color: #fd7e14; }
  .btn-outline.btn-warning:hover {
    color: white;
    background-color: #fd7e14;
    border-color: #fd7e14; }
  .btn-outline.btn-warning.disabled, .btn-outline.btn-warning:disabled {
    color: #fd7e14;
    background-color: transparent; }
  .btn-outline.btn-warning:active, .btn-outline.btn-warning.active, .btn-outline.btn-warning.focus, .btn-outline.btn-warning:focus,
  .show > .btn-outline.btn-warning.dropdown-toggle {
    color: white !important;
    background-color: #fd7e14 !important;
    border-color: #fd7e14 !important; }

.btn-outline.btn-danger {
  color: #fa5252;
  background-image: none;
  background-color: transparent;
  border-color: #fa5252; }
  .btn-outline.btn-danger:hover {
    color: white;
    background-color: #fa5252;
    border-color: #fa5252; }
  .btn-outline.btn-danger.disabled, .btn-outline.btn-danger:disabled {
    color: #fa5252;
    background-color: transparent; }
  .btn-outline.btn-danger:active, .btn-outline.btn-danger.active, .btn-outline.btn-danger.focus, .btn-outline.btn-danger:focus,
  .show > .btn-outline.btn-danger.dropdown-toggle {
    color: white !important;
    background-color: #fa5252 !important;
    border-color: #fa5252 !important; }

.btn-link {
  font-weight: normal;
  color: #4c6ef5;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #0d39e8;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:hover::after {
    background: transparent; }
  .btn-link:disabled {
    color: rgba(255, 255, 255, 0.5); }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-square {
  border-radius: 0; }

.btn-md {
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.675em 1.2em;
  font-size: 0.9rem;
  font-weight: 500;
  border: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .btn-md:hover, .btn-md.btn-icon:hover, .btn-md:active, .btn-md.active, .btn-md.focus, .btn-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }

.btn-flat {
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.675em 1.2em;
  font-size: 0.9rem;
  font-weight: 500;
  border: none; }
  .btn-flat.btn-icon {
    font-size: 1rem; }

.btn-rounded {
  border-radius: 10rem; }
  .btn-rounded.btn-icon {
    border-radius: 50%; }

.btn-icon {
  padding: 0.5em !important;
  width: 2.375em; }

.btn--2 {
  padding: 0.3em 0.6em;
  font-size: 0.75rem; }
  .btn--2.btn-md {
    padding: 0.405em 0.6em;
    font-size: 0.675rem; }

.btn--1 {
  padding: 0.4em 0.8em;
  font-size: 0.875rem; }
  .btn--1.btn-md {
    padding: 0.54em 0.8em;
    font-size: 0.7875rem; }

.btn-0 {
  padding: 0.5em 1.2em;
  font-size: 1rem; }
  .btn-0.btn-md {
    padding: 0.675em 1.2em;
    font-size: 0.9rem; }

.btn-1 {
  padding: 0.6em 1.2em;
  font-size: 1.25rem; }
  .btn-1.btn-md {
    padding: 0.81em 1.2em;
    font-size: 1.125rem; }

.btn-2 {
  padding: 0.7em 1.4em;
  font-size: 1.5rem; }
  .btn-2.btn-md {
    padding: 0.945em 1.4em;
    font-size: 1.35rem; }

@media (min-width: 576px) {
  .btn-sm--2 {
    padding: 0.3em 0.6em;
    font-size: 0.75rem; }
    .btn-sm--2.btn-md {
      padding: 0.405em 0.6em;
      font-size: 0.675rem; }
  .btn-sm--1 {
    padding: 0.4em 0.8em;
    font-size: 0.875rem; }
    .btn-sm--1.btn-md {
      padding: 0.54em 0.8em;
      font-size: 0.7875rem; }
  .btn-sm-0 {
    padding: 0.5em 1.2em;
    font-size: 1rem; }
    .btn-sm-0.btn-md {
      padding: 0.675em 1.2em;
      font-size: 0.9rem; }
  .btn-sm-1 {
    padding: 0.6em 1.2em;
    font-size: 1.25rem; }
    .btn-sm-1.btn-md {
      padding: 0.81em 1.2em;
      font-size: 1.125rem; }
  .btn-sm-2 {
    padding: 0.7em 1.4em;
    font-size: 1.5rem; }
    .btn-sm-2.btn-md {
      padding: 0.945em 1.4em;
      font-size: 1.35rem; } }

@media (min-width: 768px) {
  .btn-md--2 {
    padding: 0.3em 0.6em;
    font-size: 0.75rem; }
    .btn-md--2.btn-md {
      padding: 0.405em 0.6em;
      font-size: 0.675rem; }
  .btn-md--1 {
    padding: 0.4em 0.8em;
    font-size: 0.875rem; }
    .btn-md--1.btn-md {
      padding: 0.54em 0.8em;
      font-size: 0.7875rem; }
  .btn-md-0 {
    padding: 0.5em 1.2em;
    font-size: 1rem; }
    .btn-md-0.btn-md {
      padding: 0.675em 1.2em;
      font-size: 0.9rem; }
  .btn-md-1 {
    padding: 0.6em 1.2em;
    font-size: 1.25rem; }
    .btn-md-1.btn-md {
      padding: 0.81em 1.2em;
      font-size: 1.125rem; }
  .btn-md-2 {
    padding: 0.7em 1.4em;
    font-size: 1.5rem; }
    .btn-md-2.btn-md {
      padding: 0.945em 1.4em;
      font-size: 1.35rem; } }

@media (min-width: 992px) {
  .btn-lg--2 {
    padding: 0.3em 0.6em;
    font-size: 0.75rem; }
    .btn-lg--2.btn-md {
      padding: 0.405em 0.6em;
      font-size: 0.675rem; }
  .btn-lg--1 {
    padding: 0.4em 0.8em;
    font-size: 0.875rem; }
    .btn-lg--1.btn-md {
      padding: 0.54em 0.8em;
      font-size: 0.7875rem; }
  .btn-lg-0 {
    padding: 0.5em 1.2em;
    font-size: 1rem; }
    .btn-lg-0.btn-md {
      padding: 0.675em 1.2em;
      font-size: 0.9rem; }
  .btn-lg-1 {
    padding: 0.6em 1.2em;
    font-size: 1.25rem; }
    .btn-lg-1.btn-md {
      padding: 0.81em 1.2em;
      font-size: 1.125rem; }
  .btn-lg-2 {
    padding: 0.7em 1.4em;
    font-size: 1.5rem; }
    .btn-lg-2.btn-md {
      padding: 0.945em 1.4em;
      font-size: 1.35rem; } }

@media (min-width: 1200px) {
  .btn-xl--2 {
    padding: 0.3em 0.6em;
    font-size: 0.75rem; }
    .btn-xl--2.btn-md {
      padding: 0.405em 0.6em;
      font-size: 0.675rem; }
  .btn-xl--1 {
    padding: 0.4em 0.8em;
    font-size: 0.875rem; }
    .btn-xl--1.btn-md {
      padding: 0.54em 0.8em;
      font-size: 0.7875rem; }
  .btn-xl-0 {
    padding: 0.5em 1.2em;
    font-size: 1rem; }
    .btn-xl-0.btn-md {
      padding: 0.675em 1.2em;
      font-size: 0.9rem; }
  .btn-xl-1 {
    padding: 0.6em 1.2em;
    font-size: 1.25rem; }
    .btn-xl-1.btn-md {
      padding: 0.81em 1.2em;
      font-size: 1.125rem; }
  .btn-xl-2 {
    padding: 0.7em 1.4em;
    font-size: 1.5rem; }
    .btn-xl-2.btn-md {
      padding: 0.945em 1.4em;
      font-size: 1.35rem; } }

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

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0; }
  .btn-labeled .btn-label {
    position: relative;
    background: transparent;
    background: rgba(27, 31, 44, 0.05);
    display: inline-block;
    padding: 0.5em;
    width: 2.375em;
    left: -1.1875em; }
    .btn-labeled .btn-label.btn-label-right {
      left: auto;
      right: -1.1875em; }

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.125rem; }
  .badge:empty {
    display: none; }

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

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

.badge-default {
  color: color-yiq(#343a40);
  background-color: #343a40; }
  .badge-default[href]:focus, .badge-default[href]:hover {
    color: color-yiq(#343a40);
    text-decoration: none;
    background-color: #1d2124; }

.badge-primary {
  color: color-yiq(#4c6ef5);
  background-color: #4c6ef5; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    color: color-yiq(#4c6ef5);
    text-decoration: none;
    background-color: #1c47f2; }

.badge-secondary {
  color: color-yiq(#e64980);
  background-color: #e64980; }
  .badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: color-yiq(#e64980);
    text-decoration: none;
    background-color: #de1e61; }

.badge-success {
  color: color-yiq(#40c057);
  background-color: #40c057; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    color: color-yiq(#40c057);
    text-decoration: none;
    background-color: #339a45; }

.badge-info {
  color: color-yiq(#228be6);
  background-color: #228be6; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    color: color-yiq(#228be6);
    text-decoration: none;
    background-color: #1671bf; }

.badge-warning {
  color: color-yiq(#fd7e14);
  background-color: #fd7e14; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    color: color-yiq(#fd7e14);
    text-decoration: none;
    background-color: #dc6502; }

.badge-danger {
  color: color-yiq(#fa5252);
  background-color: #fa5252; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    color: color-yiq(#fa5252);
    text-decoration: none;
    background-color: #f92020; }

.dropup,
.dropdown {
  position: relative; }

.dropdown:hover ul {
  display: block; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-divider {
  height: 1px;
  overflow: hidden;
  background-color: rgba(27, 31, 44, 0.12); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5em 1.5rem;
  clear: both;
  font-weight: normal;
  color: rgba(27, 31, 44, 0.87);
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: rgba(27, 31, 44, 0.87);
    text-decoration: none;
    background-color: rgba(27, 31, 44, 0.05); }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #4c6ef5; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    cursor: not-allowed;
    background-color: transparent; }
  .dropdown-item > i {
    width: 1rem;
    vertical-align: middle;
    text-align: center;
    margin: auto 1rem auto 0; }

.dropdown-square {
  border-radius: 0; }

.dropdown-md {
  border-radius: 0; }

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

.show > a {
  outline: 0; }

.dropdown-header {
  display: block;
  padding: 0.5em 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.hide-show .hide-show-btn.show {
  display: none; }

.hide-show .hide-show-btn.hide {
  display: inline; }

.hide-show .hide-show-block {
  display: block; }

.hide-show.hidden .hide-show-btn.hide {
  display: none; }

.hide-show.hidden .hide-show-btn.show {
  display: inline; }

.hide-show.hidden .hide-show-block {
  display: none; }

.sf-overcard {
  position: relative; }
  .sf-overcard:hover {
    z-index: 60; }
  .sf-overcard:hover .sf-overcard-secondary {
    visibility: visible;
    opacity: 1; }

.sf-overcard-secondary {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0; }

.sf-scroll {
  overflow-y: auto; }
  .sf-scroll.sf-scroll-x {
    overflow-x: auto; }
  .sf-scroll::-webkit-scrollbar {
    width: 0.875rem;
    height: 0.875rem; }
  .sf-scroll::-webkit-scrollbar-thumb {
    height: 0.375rem;
    border: 0.25rem solid transparent;
    background-clip: padding-box;
    border-radius: 4rem;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05); }
  .sf-scroll::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none; }
  .sf-scroll::-webkit-scrollbar-corner {
    background-color: transparent; }

.sf-scroll-x {
  overflow-x: auto; }
  .sf-scroll-x::-webkit-scrollbar {
    width: 0.875rem;
    height: 0.875rem; }
  .sf-scroll-x::-webkit-scrollbar-thumb {
    height: 0.375rem;
    border: 0.25rem solid transparent;
    background-clip: padding-box;
    border-radius: 4rem;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05); }
  .sf-scroll-x::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none; }
  .sf-scroll-x::-webkit-scrollbar-corner {
    background-color: transparent; }

.sf-hero {
  background-size: cover;
  position: relative;
  height: 100vh; }

.sf-hero-content {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 36px;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Safari */
  transform: translate(0, -50%); }

html {
  transition-property: none; }

.sf-up {
  position: fixed;
  z-index: 7000;
  cursor: pointer;
  opacity: 0; }
  .sf-up.active {
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.sf-tab ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row; }
  .sf-tab ul li .sf-tab-active {
    display: none; }
  .sf-tab ul li .sf-tab-inactive {
    display: block;
    cursor: pointer; }
  .sf-tab ul li.active .sf-tab-active {
    display: block; }
  .sf-tab ul li.active .sf-tab-inactive {
    display: none; }

.sf-tab .sf-tab-content {
  position: relative; }
  .sf-tab .sf-tab-content > section {
    display: none; }
  .sf-tab .sf-tab-content > section.active {
    display: block; }

.fit {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }

.view,
.sf-viewbox-wrap {
  position: relative;
  cursor: default; }
  .view .sf-viewbox,
  .view .mask,
  .view .content,
  .view .decor,
  .sf-viewbox-wrap .sf-viewbox,
  .sf-viewbox-wrap .mask,
  .sf-viewbox-wrap .content,
  .sf-viewbox-wrap .decor {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .view .sf-viewbox-video,
  .sf-viewbox-wrap .sf-viewbox-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity; }
  @media (min-aspect-ratio: 16 / 9) {
    .view .sf-viewbox-video,
    .sf-viewbox-wrap .sf-viewbox-video {
      width: 100%;
      height: auto; } }
  .view img, .view video,
  .sf-viewbox-wrap img,
  .sf-viewbox-wrap video {
    display: block;
    position: relative; }
  .view .sf-viewbox-hover,
  .sf-viewbox-wrap .sf-viewbox-hover {
    opacity: 0; }
  .view:hover > .sf-viewbox-hover,
  .sf-viewbox-wrap:hover > .sf-viewbox-hover {
    opacity: 1; }

.sf-viewbox-1x1 {
  padding-top: 100%; }

.sf-viewbox-1x2 {
  padding-top: 200%; }

.sf-viewbox-2x1 {
  padding-top: 50%; }

.sf-viewbox-2x3 {
  padding-top: 150%; }

.sf-viewbox-3x1 {
  padding-top: 33.33%; }

.sf-viewbox-3x2 {
  padding-top: 66.66%; }

.sf-viewbox-3x4 {
  padding-top: 133.33%; }

.sf-viewbox-4x1 {
  padding-top: 25%; }

.sf-viewbox-4x3 {
  padding-top: 75%; }

.sf-share {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  cursor: pointer; }
  .sf-share .sf-share-btn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center; }
    .sf-share .sf-share-btn .div {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .sf-share .sf-share-btn:hover {
      opacity: 0.95; }
    .sf-share .sf-share-btn .sf-share-icon {
      text-align: center; }
      .sf-share .sf-share-btn .sf-share-icon i {
        min-width: 1.5em; }

.sf-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.47);
  opacity: 1; }

.blur {
  filter: blur(10px); }

.sf-modal-area {
  position: relative;
  width: 50%;
  background: #FFFFFF; }

.sf-modal-content {
  overflow-y: auto;
  max-height: 100vh;
  padding: 2rem; }

iframe.sf-modal-content {
  display: flex;
  border: none; }

@media (max-width: 991px) {
  .sf-modal-area {
    width: 75%; } }

@media (max-width: 767px) {
  .sf-modal-area {
    width: 85%; } }

@media (max-width: 575px) {
  .sf-modal-area {
    width: 100%; } }

.sf-close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1em;
  height: 1em;
  opacity: 0.4;
  cursor: pointer;
  border: none;
  background: transparent; }
  .sf-close:hover {
    opacity: 1; }
  .sf-close:before, .sf-close:after {
    position: absolute;
    left: 50%;
    content: ' ';
    height: 100%;
    width: 2px;
    top: 0;
    background-color: rgba(27, 31, 44, 0.87); }
  .sf-close:before {
    transform: rotate(45deg); }
  .sf-close:after {
    transform: rotate(-45deg); }

.theme-light.sf-close {
  background-color: transparent; }

.theme-light.sf-close:before, .theme-light.sf-close:after,
.theme-light .sf-close:before,
.theme-light .sf-close:after {
  background-color: rgba(27, 31, 44, 0.87); }

.theme-dark.sf-close {
  background-color: transparent; }

.theme-dark.sf-close:before, .theme-dark.sf-close:after,
.theme-dark .sf-close:before,
.theme-dark .sf-close:after {
  background-color: white; }

.sf-close-right {
  margin-right: -3em; }
  .sf-close-right-top {
    margin-top: -1em;
    margin-right: -3em; }

.sf-close-left {
  margin-left: -3em;
  left: 1em;
  right: auto; }
  .sf-close-left-top {
    left: 1em;
    right: auto;
    margin-top: -1em;
    margin-left: -3em; }

.sf-close-top {
  margin-top: -3em;
  top: 1em;
  bottom: auto; }

.sf-close-bottom {
  margin-bottom: -3em;
  bottom: 1em;
  top: auto; }

.sf-close-center {
  top: 50%;
  margin-top: -0.5em; }

.sf-progress {
  position: relative;
  height: 0.25rem;
  display: block;
  width: 100%;
  background-color: rgba(27, 31, 44, 0.12);
  border-radius: 0.125rem;
  background-clip: padding-box;
  overflow: hidden; }

.sf-progress-bar {
  position: absolute;
  background-color: inherit;
  top: 0;
  bottom: 0;
  background-color: #2196F3;
  transition: width .3s linear; }

.sf-progress-animation {
  background-color: #2196F3; }
  .sf-progress-animation:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
  .sf-progress-animation:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@-moz-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

@-moz-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

.form-control {
  border-radius: 0.125rem;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.sf-form {
  display: flex;
  position: relative;
  box-sizing: border-box;
  outline: none; }
  .sf-form.sf-form-label input[type=text],
  .sf-form.sf-form-label input[type=password],
  .sf-form.sf-form-label input[type=email],
  .sf-form.sf-form-label input[type=url],
  .sf-form.sf-form-label input[type="file"],
  .sf-form.sf-form-label input[type=time],
  .sf-form.sf-form-label input[type=date],
  .sf-form.sf-form-label input[type=datetime],
  .sf-form.sf-form-label input[type=datetime-local],
  .sf-form.sf-form-label input[type=tel],
  .sf-form.sf-form-label input[type=number],
  .sf-form.sf-form-label input[type=search],
  .sf-form.sf-form-label textarea {
    box-sizing: border-box;
    outline: none; }
    .sf-form.sf-form-label input[type=text].sf-form-control,
    .sf-form.sf-form-label input[type=password].sf-form-control,
    .sf-form.sf-form-label input[type=email].sf-form-control,
    .sf-form.sf-form-label input[type=url].sf-form-control,
    .sf-form.sf-form-label input[type="file"].sf-form-control,
    .sf-form.sf-form-label input[type=time].sf-form-control,
    .sf-form.sf-form-label input[type=date].sf-form-control,
    .sf-form.sf-form-label input[type=datetime].sf-form-control,
    .sf-form.sf-form-label input[type=datetime-local].sf-form-control,
    .sf-form.sf-form-label input[type=tel].sf-form-control,
    .sf-form.sf-form-label input[type=number].sf-form-control,
    .sf-form.sf-form-label input[type=search].sf-form-control,
    .sf-form.sf-form-label textarea.sf-form-control {
      padding: 2rem 1rem 0.5rem; }
      .sf-form.sf-form-label input[type=text].sf-form-control:focus + label,
      .sf-form.sf-form-label input[type=text].sf-form-control:focus + label:active,
      .sf-form.sf-form-label input[type=text].sf-form-control:focus + label:focus, .sf-form.sf-form-label input[type=text].sf-form-control.active + label,
      .sf-form.sf-form-label input[type=text].sf-form-control.active + label:active,
      .sf-form.sf-form-label input[type=text].sf-form-control.active + label:focus,
      .sf-form.sf-form-label input[type=password].sf-form-control:focus + label,
      .sf-form.sf-form-label input[type=password].sf-form-control:focus + label:active,
      .sf-form.sf-form-label input[type=password].sf-form-control:focus + label:focus,
      .sf-form.sf-form-label input[type=password].sf-form-control.active + label,
      .sf-form.sf-form-label input[type=password].sf-form-control.active + label:active,
      .sf-form.sf-form-label input[type=password].sf-form-control.active + label:focus,
      .sf-form.sf-form-label input[type=email].sf-form-control:focus + label,
      .sf-form.sf-form-label input[type=email].sf-form-control:focus + label:active,
      .sf-form.sf-form-label input[type=email].sf-form-control:focus + label:focus,
      .sf-form.sf-form-label input[type=email].sf-form-control.active + label,
      .sf-form.sf-form-label input[type=email].sf-form-control.active + label:active,
      .sf-form.sf-form-label input[type=email].sf-form-control.active + label:focus,
      .sf-form.sf-form-label input[type=url].sf-form-control:focus + label,
      .sf-form.sf-form-label input[type=url].sf-form-control:focus + label:active,
      .sf-form.sf-form-label input[type=url].sf-form-control:focus + label:focus,
      .sf-form.sf-form-label input[type=url].sf-form-control.active + label,
      .sf-form.sf-form-label input[type=url].sf-form-control.active + label:active,
      .sf-form.sf-form-label input[type=url].sf-form-control.active + label:focus,
      .sf-form.sf-form-label input[type="file"].sf-form-control:focus + label,
      .sf-form.sf-form-label input[type="file"].sf-form-control:focus + label:active,
      .sf-form.sf-form-label input[type="file"].sf-form-control:focus + label:focus,
      .sf-form.sf-form-label input[type="file"].sf-form-control.active + label,
      .sf-form.sf-form-label input[type="file"].sf-form-control.active + label:active,
      .sf-form.sf-form-label input[type="file"].sf-form-control.active + label:focus,
      .sf-form.sf-form-label input[type=time].sf-form-control:focus + label,
      .sf-form.sf-form-label input[type=time].sf-form-control:focus + label:active,
      .sf-form.sf-form-label input[type=time].sf-form-control:focus + label:focus,
      .sf-form.sf-form-label input[type=time].sf-form-control.active + label,
      .sf-form.sf-form-label input[type=time].sf-form-control.active + label:active,
      .sf-form.sf-form-label input[type=time].sf-form-control.active + label:focus,
      .sf-form.sf-form-label input[type=date].sf-form-control:focus + label,
      .sf-form.sf-form-label input[type=date].sf-form-control:focus + label:active,
      .sf-form.sf-form-label input[type=date].sf-form-control:focus + label:focus,
      .sf-form.sf-form-label input[type=date].sf-form-control.active + label,
      .sf-form.sf-form-label input[type=date].sf-form-control.active + label:active,
      .sf-form.sf-form-label input[type=date].sf-form-control.active + label:focus,
      .sf-form.sf-form-label input[type=datetime].sf-form-control:focus + label,
      .sf-form.sf-form-label input[type=datetime].sf-form-control:focus + label:active,
      .sf-form.sf-form-label input[type=datetime].sf-form-control:focus + label:focus,
      .sf-form.sf-form-label input[type=datetime].sf-form-control.active + label,
      .sf-form.sf-form-label input[type=datetime].sf-form-control.active + label:active,
      .sf-form.sf-form-label input[type=datetime].sf-form-control.active + label:focus,
      .sf-form.sf-form-label input[type=datetime-local].sf-form-control:focus + label,
      .sf-form.sf-form-label input[type=datetime-local].sf-form-control:focus + label:active,
      .sf-form.sf-form-label input[type=datetime-local].sf-form-control:focus + label:focus,
      .sf-form.sf-form-label input[type=datetime-local].sf-form-control.active + label,
      .sf-form.sf-form-label input[type=datetime-local].sf-form-control.active + label:active,
      .sf-form.sf-form-label input[type=datetime-local].sf-form-control.active + label:focus,
      .sf-form.sf-form-label input[type=tel].sf-form-control:focus + label,
      .sf-form.sf-form-label input[type=tel].sf-form-control:focus + label:active,
      .sf-form.sf-form-label input[type=tel].sf-form-control:focus + label:focus,
      .sf-form.sf-form-label input[type=tel].sf-form-control.active + label,
      .sf-form.sf-form-label input[type=tel].sf-form-control.active + label:active,
      .sf-form.sf-form-label input[type=tel].sf-form-control.active + label:focus,
      .sf-form.sf-form-label input[type=number].sf-form-control:focus + label,
      .sf-form.sf-form-label input[type=number].sf-form-control:focus + label:active,
      .sf-form.sf-form-label input[type=number].sf-form-control:focus + label:focus,
      .sf-form.sf-form-label input[type=number].sf-form-control.active + label,
      .sf-form.sf-form-label input[type=number].sf-form-control.active + label:active,
      .sf-form.sf-form-label input[type=number].sf-form-control.active + label:focus,
      .sf-form.sf-form-label input[type=search].sf-form-control:focus + label,
      .sf-form.sf-form-label input[type=search].sf-form-control:focus + label:active,
      .sf-form.sf-form-label input[type=search].sf-form-control:focus + label:focus,
      .sf-form.sf-form-label input[type=search].sf-form-control.active + label,
      .sf-form.sf-form-label input[type=search].sf-form-control.active + label:active,
      .sf-form.sf-form-label input[type=search].sf-form-control.active + label:focus,
      .sf-form.sf-form-label textarea.sf-form-control:focus + label,
      .sf-form.sf-form-label textarea.sf-form-control:focus + label:active,
      .sf-form.sf-form-label textarea.sf-form-control:focus + label:focus,
      .sf-form.sf-form-label textarea.sf-form-control.active + label,
      .sf-form.sf-form-label textarea.sf-form-control.active + label:active,
      .sf-form.sf-form-label textarea.sf-form-control.active + label:focus {
        font-size: 0.75rem; }
      .sf-form.sf-form-label input[type=text].sf-form-control.sf-form-control-lg,
      .sf-form.sf-form-label input[type=password].sf-form-control.sf-form-control-lg,
      .sf-form.sf-form-label input[type=email].sf-form-control.sf-form-control-lg,
      .sf-form.sf-form-label input[type=url].sf-form-control.sf-form-control-lg,
      .sf-form.sf-form-label input[type="file"].sf-form-control.sf-form-control-lg,
      .sf-form.sf-form-label input[type=time].sf-form-control.sf-form-control-lg,
      .sf-form.sf-form-label input[type=date].sf-form-control.sf-form-control-lg,
      .sf-form.sf-form-label input[type=datetime].sf-form-control.sf-form-control-lg,
      .sf-form.sf-form-label input[type=datetime-local].sf-form-control.sf-form-control-lg,
      .sf-form.sf-form-label input[type=tel].sf-form-control.sf-form-control-lg,
      .sf-form.sf-form-label input[type=number].sf-form-control.sf-form-control-lg,
      .sf-form.sf-form-label input[type=search].sf-form-control.sf-form-control-lg,
      .sf-form.sf-form-label textarea.sf-form-control.sf-form-control-lg {
        padding: 2.25rem 1.25rem 0.75rem;
        font-size: 1.25rem; }
        .sf-form.sf-form-label input[type=text].sf-form-control.sf-form-control-lg + label,
        .sf-form.sf-form-label input[type=password].sf-form-control.sf-form-control-lg + label,
        .sf-form.sf-form-label input[type=email].sf-form-control.sf-form-control-lg + label,
        .sf-form.sf-form-label input[type=url].sf-form-control.sf-form-control-lg + label,
        .sf-form.sf-form-label input[type="file"].sf-form-control.sf-form-control-lg + label,
        .sf-form.sf-form-label input[type=time].sf-form-control.sf-form-control-lg + label,
        .sf-form.sf-form-label input[type=date].sf-form-control.sf-form-control-lg + label,
        .sf-form.sf-form-label input[type=datetime].sf-form-control.sf-form-control-lg + label,
        .sf-form.sf-form-label input[type=datetime-local].sf-form-control.sf-form-control-lg + label,
        .sf-form.sf-form-label input[type=tel].sf-form-control.sf-form-control-lg + label,
        .sf-form.sf-form-label input[type=number].sf-form-control.sf-form-control-lg + label,
        .sf-form.sf-form-label input[type=search].sf-form-control.sf-form-control-lg + label,
        .sf-form.sf-form-label textarea.sf-form-control.sf-form-control-lg + label {
          font-size: 1.25rem;
          padding: 0 1.25rem; }
          .sf-form.sf-form-label input[type=text].sf-form-control.sf-form-control-lg + label:focus, .sf-form.sf-form-label input[type=text].sf-form-control.sf-form-control-lg + label.active, .sf-form.sf-form-label input[type=text].sf-form-control.sf-form-control-lg + label:active,
          .sf-form.sf-form-label input[type=password].sf-form-control.sf-form-control-lg + label:focus,
          .sf-form.sf-form-label input[type=password].sf-form-control.sf-form-control-lg + label.active,
          .sf-form.sf-form-label input[type=password].sf-form-control.sf-form-control-lg + label:active,
          .sf-form.sf-form-label input[type=email].sf-form-control.sf-form-control-lg + label:focus,
          .sf-form.sf-form-label input[type=email].sf-form-control.sf-form-control-lg + label.active,
          .sf-form.sf-form-label input[type=email].sf-form-control.sf-form-control-lg + label:active,
          .sf-form.sf-form-label input[type=url].sf-form-control.sf-form-control-lg + label:focus,
          .sf-form.sf-form-label input[type=url].sf-form-control.sf-form-control-lg + label.active,
          .sf-form.sf-form-label input[type=url].sf-form-control.sf-form-control-lg + label:active,
          .sf-form.sf-form-label input[type="file"].sf-form-control.sf-form-control-lg + label:focus,
          .sf-form.sf-form-label input[type="file"].sf-form-control.sf-form-control-lg + label.active,
          .sf-form.sf-form-label input[type="file"].sf-form-control.sf-form-control-lg + label:active,
          .sf-form.sf-form-label input[type=time].sf-form-control.sf-form-control-lg + label:focus,
          .sf-form.sf-form-label input[type=time].sf-form-control.sf-form-control-lg + label.active,
          .sf-form.sf-form-label input[type=time].sf-form-control.sf-form-control-lg + label:active,
          .sf-form.sf-form-label input[type=date].sf-form-control.sf-form-control-lg + label:focus,
          .sf-form.sf-form-label input[type=date].sf-form-control.sf-form-control-lg + label.active,
          .sf-form.sf-form-label input[type=date].sf-form-control.sf-form-control-lg + label:active,
          .sf-form.sf-form-label input[type=datetime].sf-form-control.sf-form-control-lg + label:focus,
          .sf-form.sf-form-label input[type=datetime].sf-form-control.sf-form-control-lg + label.active,
          .sf-form.sf-form-label input[type=datetime].sf-form-control.sf-form-control-lg + label:active,
          .sf-form.sf-form-label input[type=datetime-local].sf-form-control.sf-form-control-lg + label:focus,
          .sf-form.sf-form-label input[type=datetime-local].sf-form-control.sf-form-control-lg + label.active,
          .sf-form.sf-form-label input[type=datetime-local].sf-form-control.sf-form-control-lg + label:active,
          .sf-form.sf-form-label input[type=tel].sf-form-control.sf-form-control-lg + label:focus,
          .sf-form.sf-form-label input[type=tel].sf-form-control.sf-form-control-lg + label.active,
          .sf-form.sf-form-label input[type=tel].sf-form-control.sf-form-control-lg + label:active,
          .sf-form.sf-form-label input[type=number].sf-form-control.sf-form-control-lg + label:focus,
          .sf-form.sf-form-label input[type=number].sf-form-control.sf-form-control-lg + label.active,
          .sf-form.sf-form-label input[type=number].sf-form-control.sf-form-control-lg + label:active,
          .sf-form.sf-form-label input[type=search].sf-form-control.sf-form-control-lg + label:focus,
          .sf-form.sf-form-label input[type=search].sf-form-control.sf-form-control-lg + label.active,
          .sf-form.sf-form-label input[type=search].sf-form-control.sf-form-control-lg + label:active,
          .sf-form.sf-form-label textarea.sf-form-control.sf-form-control-lg + label:focus,
          .sf-form.sf-form-label textarea.sf-form-control.sf-form-control-lg + label.active,
          .sf-form.sf-form-label textarea.sf-form-control.sf-form-control-lg + label:active {
            font-size: 1rem; }
      .sf-form.sf-form-label input[type=text].sf-form-control.sf-form-control-sm,
      .sf-form.sf-form-label input[type=password].sf-form-control.sf-form-control-sm,
      .sf-form.sf-form-label input[type=email].sf-form-control.sf-form-control-sm,
      .sf-form.sf-form-label input[type=url].sf-form-control.sf-form-control-sm,
      .sf-form.sf-form-label input[type="file"].sf-form-control.sf-form-control-sm,
      .sf-form.sf-form-label input[type=time].sf-form-control.sf-form-control-sm,
      .sf-form.sf-form-label input[type=date].sf-form-control.sf-form-control-sm,
      .sf-form.sf-form-label input[type=datetime].sf-form-control.sf-form-control-sm,
      .sf-form.sf-form-label input[type=datetime-local].sf-form-control.sf-form-control-sm,
      .sf-form.sf-form-label input[type=tel].sf-form-control.sf-form-control-sm,
      .sf-form.sf-form-label input[type=number].sf-form-control.sf-form-control-sm,
      .sf-form.sf-form-label input[type=search].sf-form-control.sf-form-control-sm,
      .sf-form.sf-form-label textarea.sf-form-control.sf-form-control-sm {
        padding: 1.5rem 0.75rem 0.5rem;
        font-size: 0.875rem; }
        .sf-form.sf-form-label input[type=text].sf-form-control.sf-form-control-sm + label,
        .sf-form.sf-form-label input[type=password].sf-form-control.sf-form-control-sm + label,
        .sf-form.sf-form-label input[type=email].sf-form-control.sf-form-control-sm + label,
        .sf-form.sf-form-label input[type=url].sf-form-control.sf-form-control-sm + label,
        .sf-form.sf-form-label input[type="file"].sf-form-control.sf-form-control-sm + label,
        .sf-form.sf-form-label input[type=time].sf-form-control.sf-form-control-sm + label,
        .sf-form.sf-form-label input[type=date].sf-form-control.sf-form-control-sm + label,
        .sf-form.sf-form-label input[type=datetime].sf-form-control.sf-form-control-sm + label,
        .sf-form.sf-form-label input[type=datetime-local].sf-form-control.sf-form-control-sm + label,
        .sf-form.sf-form-label input[type=tel].sf-form-control.sf-form-control-sm + label,
        .sf-form.sf-form-label input[type=number].sf-form-control.sf-form-control-sm + label,
        .sf-form.sf-form-label input[type=search].sf-form-control.sf-form-control-sm + label,
        .sf-form.sf-form-label textarea.sf-form-control.sf-form-control-sm + label {
          font-size: 0.875rem;
          padding: 0 0.75rem; }
          .sf-form.sf-form-label input[type=text].sf-form-control.sf-form-control-sm + label:focus, .sf-form.sf-form-label input[type=text].sf-form-control.sf-form-control-sm + label.active, .sf-form.sf-form-label input[type=text].sf-form-control.sf-form-control-sm + label:active,
          .sf-form.sf-form-label input[type=password].sf-form-control.sf-form-control-sm + label:focus,
          .sf-form.sf-form-label input[type=password].sf-form-control.sf-form-control-sm + label.active,
          .sf-form.sf-form-label input[type=password].sf-form-control.sf-form-control-sm + label:active,
          .sf-form.sf-form-label input[type=email].sf-form-control.sf-form-control-sm + label:focus,
          .sf-form.sf-form-label input[type=email].sf-form-control.sf-form-control-sm + label.active,
          .sf-form.sf-form-label input[type=email].sf-form-control.sf-form-control-sm + label:active,
          .sf-form.sf-form-label input[type=url].sf-form-control.sf-form-control-sm + label:focus,
          .sf-form.sf-form-label input[type=url].sf-form-control.sf-form-control-sm + label.active,
          .sf-form.sf-form-label input[type=url].sf-form-control.sf-form-control-sm + label:active,
          .sf-form.sf-form-label input[type="file"].sf-form-control.sf-form-control-sm + label:focus,
          .sf-form.sf-form-label input[type="file"].sf-form-control.sf-form-control-sm + label.active,
          .sf-form.sf-form-label input[type="file"].sf-form-control.sf-form-control-sm + label:active,
          .sf-form.sf-form-label input[type=time].sf-form-control.sf-form-control-sm + label:focus,
          .sf-form.sf-form-label input[type=time].sf-form-control.sf-form-control-sm + label.active,
          .sf-form.sf-form-label input[type=time].sf-form-control.sf-form-control-sm + label:active,
          .sf-form.sf-form-label input[type=date].sf-form-control.sf-form-control-sm + label:focus,
          .sf-form.sf-form-label input[type=date].sf-form-control.sf-form-control-sm + label.active,
          .sf-form.sf-form-label input[type=date].sf-form-control.sf-form-control-sm + label:active,
          .sf-form.sf-form-label input[type=datetime].sf-form-control.sf-form-control-sm + label:focus,
          .sf-form.sf-form-label input[type=datetime].sf-form-control.sf-form-control-sm + label.active,
          .sf-form.sf-form-label input[type=datetime].sf-form-control.sf-form-control-sm + label:active,
          .sf-form.sf-form-label input[type=datetime-local].sf-form-control.sf-form-control-sm + label:focus,
          .sf-form.sf-form-label input[type=datetime-local].sf-form-control.sf-form-control-sm + label.active,
          .sf-form.sf-form-label input[type=datetime-local].sf-form-control.sf-form-control-sm + label:active,
          .sf-form.sf-form-label input[type=tel].sf-form-control.sf-form-control-sm + label:focus,
          .sf-form.sf-form-label input[type=tel].sf-form-control.sf-form-control-sm + label.active,
          .sf-form.sf-form-label input[type=tel].sf-form-control.sf-form-control-sm + label:active,
          .sf-form.sf-form-label input[type=number].sf-form-control.sf-form-control-sm + label:focus,
          .sf-form.sf-form-label input[type=number].sf-form-control.sf-form-control-sm + label.active,
          .sf-form.sf-form-label input[type=number].sf-form-control.sf-form-control-sm + label:active,
          .sf-form.sf-form-label input[type=search].sf-form-control.sf-form-control-sm + label:focus,
          .sf-form.sf-form-label input[type=search].sf-form-control.sf-form-control-sm + label.active,
          .sf-form.sf-form-label input[type=search].sf-form-control.sf-form-control-sm + label:active,
          .sf-form.sf-form-label textarea.sf-form-control.sf-form-control-sm + label:focus,
          .sf-form.sf-form-label textarea.sf-form-control.sf-form-control-sm + label.active,
          .sf-form.sf-form-label textarea.sf-form-control.sf-form-control-sm + label:active {
            font-size: 0.75rem; }
    .sf-form.sf-form-label input[type=text] + label,
    .sf-form.sf-form-label input[type=password] + label,
    .sf-form.sf-form-label input[type=email] + label,
    .sf-form.sf-form-label input[type=url] + label,
    .sf-form.sf-form-label input[type="file"] + label,
    .sf-form.sf-form-label input[type=time] + label,
    .sf-form.sf-form-label input[type=date] + label,
    .sf-form.sf-form-label input[type=datetime] + label,
    .sf-form.sf-form-label input[type=datetime-local] + label,
    .sf-form.sf-form-label input[type=tel] + label,
    .sf-form.sf-form-label input[type=number] + label,
    .sf-form.sf-form-label input[type=search] + label,
    .sf-form.sf-form-label textarea + label {
      display: inline-block; }
  .sf-form input[type=text],
  .sf-form input[type=password],
  .sf-form input[type=email],
  .sf-form input[type=url],
  .sf-form input[type=time],
  .sf-form input[type=date],
  .sf-form input[type=datetime],
  .sf-form input[type=datetime-local],
  .sf-form input[type=tel],
  .sf-form input[type=number],
  .sf-form input[type=search],
  .sf-form textarea {
    outline: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-sizing: content-box;
    background-color: inherit;
    box-sizing: content-box; }
    .sf-form input[type=text]:focus, .sf-form input[type=text]:active,
    .sf-form input[type=password]:focus,
    .sf-form input[type=password]:active,
    .sf-form input[type=email]:focus,
    .sf-form input[type=email]:active,
    .sf-form input[type=url]:focus,
    .sf-form input[type=url]:active,
    .sf-form input[type=time]:focus,
    .sf-form input[type=time]:active,
    .sf-form input[type=date]:focus,
    .sf-form input[type=date]:active,
    .sf-form input[type=datetime]:focus,
    .sf-form input[type=datetime]:active,
    .sf-form input[type=datetime-local]:focus,
    .sf-form input[type=datetime-local]:active,
    .sf-form input[type=tel]:focus,
    .sf-form input[type=tel]:active,
    .sf-form input[type=number]:focus,
    .sf-form input[type=number]:active,
    .sf-form input[type=search]:focus,
    .sf-form input[type=search]:active,
    .sf-form textarea:focus,
    .sf-form textarea:active {
      box-shadow: none;
      border: 1px solid #4c6ef5;
      background-color: #ffffff; }
      .sf-form input[type=text]:focus + label,
      .sf-form input[type=text]:focus + label:focus, .sf-form input[type=text]:active + label,
      .sf-form input[type=text]:active + label:focus,
      .sf-form input[type=password]:focus + label,
      .sf-form input[type=password]:focus + label:focus,
      .sf-form input[type=password]:active + label,
      .sf-form input[type=password]:active + label:focus,
      .sf-form input[type=email]:focus + label,
      .sf-form input[type=email]:focus + label:focus,
      .sf-form input[type=email]:active + label,
      .sf-form input[type=email]:active + label:focus,
      .sf-form input[type=url]:focus + label,
      .sf-form input[type=url]:focus + label:focus,
      .sf-form input[type=url]:active + label,
      .sf-form input[type=url]:active + label:focus,
      .sf-form input[type=time]:focus + label,
      .sf-form input[type=time]:focus + label:focus,
      .sf-form input[type=time]:active + label,
      .sf-form input[type=time]:active + label:focus,
      .sf-form input[type=date]:focus + label,
      .sf-form input[type=date]:focus + label:focus,
      .sf-form input[type=date]:active + label,
      .sf-form input[type=date]:active + label:focus,
      .sf-form input[type=datetime]:focus + label,
      .sf-form input[type=datetime]:focus + label:focus,
      .sf-form input[type=datetime]:active + label,
      .sf-form input[type=datetime]:active + label:focus,
      .sf-form input[type=datetime-local]:focus + label,
      .sf-form input[type=datetime-local]:focus + label:focus,
      .sf-form input[type=datetime-local]:active + label,
      .sf-form input[type=datetime-local]:active + label:focus,
      .sf-form input[type=tel]:focus + label,
      .sf-form input[type=tel]:focus + label:focus,
      .sf-form input[type=tel]:active + label,
      .sf-form input[type=tel]:active + label:focus,
      .sf-form input[type=number]:focus + label,
      .sf-form input[type=number]:focus + label:focus,
      .sf-form input[type=number]:active + label,
      .sf-form input[type=number]:active + label:focus,
      .sf-form input[type=search]:focus + label,
      .sf-form input[type=search]:focus + label:focus,
      .sf-form input[type=search]:active + label,
      .sf-form input[type=search]:active + label:focus,
      .sf-form textarea:focus + label,
      .sf-form textarea:focus + label:focus,
      .sf-form textarea:active + label,
      .sf-form textarea:active + label:focus {
        color: #4c6ef5;
        transform: translateY(-110%); }
    .sf-form input[type=text].sf-form-focus,
    .sf-form input[type=password].sf-form-focus,
    .sf-form input[type=email].sf-form-focus,
    .sf-form input[type=url].sf-form-focus,
    .sf-form input[type=time].sf-form-focus,
    .sf-form input[type=date].sf-form-focus,
    .sf-form input[type=datetime].sf-form-focus,
    .sf-form input[type=datetime-local].sf-form-focus,
    .sf-form input[type=tel].sf-form-focus,
    .sf-form input[type=number].sf-form-focus,
    .sf-form input[type=search].sf-form-focus,
    .sf-form textarea.sf-form-focus {
      background-color: #ffffff; }
    .sf-form input[type=text]:hover:not([readonly]),
    .sf-form input[type=password]:hover:not([readonly]),
    .sf-form input[type=email]:hover:not([readonly]),
    .sf-form input[type=url]:hover:not([readonly]),
    .sf-form input[type=time]:hover:not([readonly]),
    .sf-form input[type=date]:hover:not([readonly]),
    .sf-form input[type=datetime]:hover:not([readonly]),
    .sf-form input[type=datetime-local]:hover:not([readonly]),
    .sf-form input[type=tel]:hover:not([readonly]),
    .sf-form input[type=number]:hover:not([readonly]),
    .sf-form input[type=search]:hover:not([readonly]),
    .sf-form textarea:hover:not([readonly]) {
      border: 1px solid #adb5bd; }
    .sf-form input[type=text]:placeholder, .sf-form input[type=text]:-moz-placeholder, .sf-form input[type=text]::-webkit-input-placeholder, .sf-form input[type=text]:-ms-input-placeholder, .sf-form input[type=text]:-ms-input-placeholder,
    .sf-form input[type=password]:placeholder,
    .sf-form input[type=password]:-moz-placeholder,
    .sf-form input[type=password]::-webkit-input-placeholder,
    .sf-form input[type=password]:-ms-input-placeholder,
    .sf-form input[type=password]:-ms-input-placeholder,
    .sf-form input[type=email]:placeholder,
    .sf-form input[type=email]:-moz-placeholder,
    .sf-form input[type=email]::-webkit-input-placeholder,
    .sf-form input[type=email]:-ms-input-placeholder,
    .sf-form input[type=email]:-ms-input-placeholder,
    .sf-form input[type=url]:placeholder,
    .sf-form input[type=url]:-moz-placeholder,
    .sf-form input[type=url]::-webkit-input-placeholder,
    .sf-form input[type=url]:-ms-input-placeholder,
    .sf-form input[type=url]:-ms-input-placeholder,
    .sf-form input[type=time]:placeholder,
    .sf-form input[type=time]:-moz-placeholder,
    .sf-form input[type=time]::-webkit-input-placeholder,
    .sf-form input[type=time]:-ms-input-placeholder,
    .sf-form input[type=time]:-ms-input-placeholder,
    .sf-form input[type=date]:placeholder,
    .sf-form input[type=date]:-moz-placeholder,
    .sf-form input[type=date]::-webkit-input-placeholder,
    .sf-form input[type=date]:-ms-input-placeholder,
    .sf-form input[type=date]:-ms-input-placeholder,
    .sf-form input[type=datetime]:placeholder,
    .sf-form input[type=datetime]:-moz-placeholder,
    .sf-form input[type=datetime]::-webkit-input-placeholder,
    .sf-form input[type=datetime]:-ms-input-placeholder,
    .sf-form input[type=datetime]:-ms-input-placeholder,
    .sf-form input[type=datetime-local]:placeholder,
    .sf-form input[type=datetime-local]:-moz-placeholder,
    .sf-form input[type=datetime-local]::-webkit-input-placeholder,
    .sf-form input[type=datetime-local]:-ms-input-placeholder,
    .sf-form input[type=datetime-local]:-ms-input-placeholder,
    .sf-form input[type=tel]:placeholder,
    .sf-form input[type=tel]:-moz-placeholder,
    .sf-form input[type=tel]::-webkit-input-placeholder,
    .sf-form input[type=tel]:-ms-input-placeholder,
    .sf-form input[type=tel]:-ms-input-placeholder,
    .sf-form input[type=number]:placeholder,
    .sf-form input[type=number]:-moz-placeholder,
    .sf-form input[type=number]::-webkit-input-placeholder,
    .sf-form input[type=number]:-ms-input-placeholder,
    .sf-form input[type=number]:-ms-input-placeholder,
    .sf-form input[type=search]:placeholder,
    .sf-form input[type=search]:-moz-placeholder,
    .sf-form input[type=search]::-webkit-input-placeholder,
    .sf-form input[type=search]:-ms-input-placeholder,
    .sf-form input[type=search]:-ms-input-placeholder,
    .sf-form textarea:placeholder,
    .sf-form textarea:-moz-placeholder,
    .sf-form textarea::-webkit-input-placeholder,
    .sf-form textarea:-ms-input-placeholder,
    .sf-form textarea:-ms-input-placeholder {
      color: #adb5bd;
      box-sizing: border-box;
      outline: none; }
    .sf-form input[type=text].sf-form-control,
    .sf-form input[type=password].sf-form-control,
    .sf-form input[type=email].sf-form-control,
    .sf-form input[type=url].sf-form-control,
    .sf-form input[type=time].sf-form-control,
    .sf-form input[type=date].sf-form-control,
    .sf-form input[type=datetime].sf-form-control,
    .sf-form input[type=datetime-local].sf-form-control,
    .sf-form input[type=tel].sf-form-control,
    .sf-form input[type=number].sf-form-control,
    .sf-form input[type=search].sf-form-control,
    .sf-form textarea.sf-form-control {
      display: block;
      line-height: 1.5;
      font-size: 1rem;
      padding: 1.25rem 1rem;
      width: 100%;
      background-image: none;
      background-color: inherit;
      background-clip: padding-box;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      -webkit-appearance: none;
      vertical-align: middle; }
      .sf-form input[type=text].sf-form-control:disabled, .sf-form input[type=text].sf-form-control[readonly],
      .sf-form input[type=password].sf-form-control:disabled,
      .sf-form input[type=password].sf-form-control[readonly],
      .sf-form input[type=email].sf-form-control:disabled,
      .sf-form input[type=email].sf-form-control[readonly],
      .sf-form input[type=url].sf-form-control:disabled,
      .sf-form input[type=url].sf-form-control[readonly],
      .sf-form input[type=time].sf-form-control:disabled,
      .sf-form input[type=time].sf-form-control[readonly],
      .sf-form input[type=date].sf-form-control:disabled,
      .sf-form input[type=date].sf-form-control[readonly],
      .sf-form input[type=datetime].sf-form-control:disabled,
      .sf-form input[type=datetime].sf-form-control[readonly],
      .sf-form input[type=datetime-local].sf-form-control:disabled,
      .sf-form input[type=datetime-local].sf-form-control[readonly],
      .sf-form input[type=tel].sf-form-control:disabled,
      .sf-form input[type=tel].sf-form-control[readonly],
      .sf-form input[type=number].sf-form-control:disabled,
      .sf-form input[type=number].sf-form-control[readonly],
      .sf-form input[type=search].sf-form-control:disabled,
      .sf-form input[type=search].sf-form-control[readonly],
      .sf-form textarea.sf-form-control:disabled,
      .sf-form textarea.sf-form-control[readonly] {
        background-color: #e9ecef;
        border-color: #dee2e6;
        box-sizing: border-box;
        outline: none; }
        .sf-form input[type=text].sf-form-control:disabled:hover, .sf-form input[type=text].sf-form-control[readonly]:hover,
        .sf-form input[type=password].sf-form-control:disabled:hover,
        .sf-form input[type=password].sf-form-control[readonly]:hover,
        .sf-form input[type=email].sf-form-control:disabled:hover,
        .sf-form input[type=email].sf-form-control[readonly]:hover,
        .sf-form input[type=url].sf-form-control:disabled:hover,
        .sf-form input[type=url].sf-form-control[readonly]:hover,
        .sf-form input[type=time].sf-form-control:disabled:hover,
        .sf-form input[type=time].sf-form-control[readonly]:hover,
        .sf-form input[type=date].sf-form-control:disabled:hover,
        .sf-form input[type=date].sf-form-control[readonly]:hover,
        .sf-form input[type=datetime].sf-form-control:disabled:hover,
        .sf-form input[type=datetime].sf-form-control[readonly]:hover,
        .sf-form input[type=datetime-local].sf-form-control:disabled:hover,
        .sf-form input[type=datetime-local].sf-form-control[readonly]:hover,
        .sf-form input[type=tel].sf-form-control:disabled:hover,
        .sf-form input[type=tel].sf-form-control[readonly]:hover,
        .sf-form input[type=number].sf-form-control:disabled:hover,
        .sf-form input[type=number].sf-form-control[readonly]:hover,
        .sf-form input[type=search].sf-form-control:disabled:hover,
        .sf-form input[type=search].sf-form-control[readonly]:hover,
        .sf-form textarea.sf-form-control:disabled:hover,
        .sf-form textarea.sf-form-control[readonly]:hover {
          border-color: #dee2e6 !important; }
    .sf-form input[type=text].sf-form-control-lg,
    .sf-form input[type=password].sf-form-control-lg,
    .sf-form input[type=email].sf-form-control-lg,
    .sf-form input[type=url].sf-form-control-lg,
    .sf-form input[type=time].sf-form-control-lg,
    .sf-form input[type=date].sf-form-control-lg,
    .sf-form input[type=datetime].sf-form-control-lg,
    .sf-form input[type=datetime-local].sf-form-control-lg,
    .sf-form input[type=tel].sf-form-control-lg,
    .sf-form input[type=number].sf-form-control-lg,
    .sf-form input[type=search].sf-form-control-lg,
    .sf-form textarea.sf-form-control-lg {
      padding: 1.5rem 1.25rem;
      font-size: 1.25rem; }
    .sf-form input[type=text].sf-form-control-sm,
    .sf-form input[type=password].sf-form-control-sm,
    .sf-form input[type=email].sf-form-control-sm,
    .sf-form input[type=url].sf-form-control-sm,
    .sf-form input[type=time].sf-form-control-sm,
    .sf-form input[type=date].sf-form-control-sm,
    .sf-form input[type=datetime].sf-form-control-sm,
    .sf-form input[type=datetime-local].sf-form-control-sm,
    .sf-form input[type=tel].sf-form-control-sm,
    .sf-form input[type=number].sf-form-control-sm,
    .sf-form input[type=search].sf-form-control-sm,
    .sf-form textarea.sf-form-control-sm {
      padding: 1rem 0.75rem;
      font-size: 0.875rem; }
    .sf-form input[type=text]:focus:not([readonly]), .sf-form input[type=text]:active:not([readonly]),
    .sf-form input[type=password]:focus:not([readonly]),
    .sf-form input[type=password]:active:not([readonly]),
    .sf-form input[type=email]:focus:not([readonly]),
    .sf-form input[type=email]:active:not([readonly]),
    .sf-form input[type=url]:focus:not([readonly]),
    .sf-form input[type=url]:active:not([readonly]),
    .sf-form input[type=time]:focus:not([readonly]),
    .sf-form input[type=time]:active:not([readonly]),
    .sf-form input[type=date]:focus:not([readonly]),
    .sf-form input[type=date]:active:not([readonly]),
    .sf-form input[type=datetime]:focus:not([readonly]),
    .sf-form input[type=datetime]:active:not([readonly]),
    .sf-form input[type=datetime-local]:focus:not([readonly]),
    .sf-form input[type=datetime-local]:active:not([readonly]),
    .sf-form input[type=tel]:focus:not([readonly]),
    .sf-form input[type=tel]:active:not([readonly]),
    .sf-form input[type=number]:focus:not([readonly]),
    .sf-form input[type=number]:active:not([readonly]),
    .sf-form input[type=search]:focus:not([readonly]),
    .sf-form input[type=search]:active:not([readonly]),
    .sf-form textarea:focus:not([readonly]),
    .sf-form textarea:active:not([readonly]) {
      box-shadow: none;
      border: 1px solid #4c6ef5;
      background-color: #ffffff; }
      .sf-form input[type=text]:focus:not([readonly]):hover, .sf-form input[type=text]:active:not([readonly]):hover,
      .sf-form input[type=password]:focus:not([readonly]):hover,
      .sf-form input[type=password]:active:not([readonly]):hover,
      .sf-form input[type=email]:focus:not([readonly]):hover,
      .sf-form input[type=email]:active:not([readonly]):hover,
      .sf-form input[type=url]:focus:not([readonly]):hover,
      .sf-form input[type=url]:active:not([readonly]):hover,
      .sf-form input[type=time]:focus:not([readonly]):hover,
      .sf-form input[type=time]:active:not([readonly]):hover,
      .sf-form input[type=date]:focus:not([readonly]):hover,
      .sf-form input[type=date]:active:not([readonly]):hover,
      .sf-form input[type=datetime]:focus:not([readonly]):hover,
      .sf-form input[type=datetime]:active:not([readonly]):hover,
      .sf-form input[type=datetime-local]:focus:not([readonly]):hover,
      .sf-form input[type=datetime-local]:active:not([readonly]):hover,
      .sf-form input[type=tel]:focus:not([readonly]):hover,
      .sf-form input[type=tel]:active:not([readonly]):hover,
      .sf-form input[type=number]:focus:not([readonly]):hover,
      .sf-form input[type=number]:active:not([readonly]):hover,
      .sf-form input[type=search]:focus:not([readonly]):hover,
      .sf-form input[type=search]:active:not([readonly]):hover,
      .sf-form textarea:focus:not([readonly]):hover,
      .sf-form textarea:active:not([readonly]):hover {
        border: 1px solid #4c6ef5;
        background-color: #ffffff; }
      .sf-form input[type=text]:focus:not([readonly]) + label, .sf-form input[type=text]:active:not([readonly]) + label,
      .sf-form input[type=password]:focus:not([readonly]) + label,
      .sf-form input[type=password]:active:not([readonly]) + label,
      .sf-form input[type=email]:focus:not([readonly]) + label,
      .sf-form input[type=email]:active:not([readonly]) + label,
      .sf-form input[type=url]:focus:not([readonly]) + label,
      .sf-form input[type=url]:active:not([readonly]) + label,
      .sf-form input[type=time]:focus:not([readonly]) + label,
      .sf-form input[type=time]:active:not([readonly]) + label,
      .sf-form input[type=date]:focus:not([readonly]) + label,
      .sf-form input[type=date]:active:not([readonly]) + label,
      .sf-form input[type=datetime]:focus:not([readonly]) + label,
      .sf-form input[type=datetime]:active:not([readonly]) + label,
      .sf-form input[type=datetime-local]:focus:not([readonly]) + label,
      .sf-form input[type=datetime-local]:active:not([readonly]) + label,
      .sf-form input[type=tel]:focus:not([readonly]) + label,
      .sf-form input[type=tel]:active:not([readonly]) + label,
      .sf-form input[type=number]:focus:not([readonly]) + label,
      .sf-form input[type=number]:active:not([readonly]) + label,
      .sf-form input[type=search]:focus:not([readonly]) + label,
      .sf-form input[type=search]:active:not([readonly]) + label,
      .sf-form textarea:focus:not([readonly]) + label,
      .sf-form textarea:active:not([readonly]) + label {
        color: #4c6ef5;
        transform: translateY(-110%); }
    .sf-form input[type=text]:placeholder + label,
    .sf-form input[type=text]:placeholder + lable:focus, .sf-form input[type=text]:-moz-placeholder + label,
    .sf-form input[type=text]:-moz-placeholder + lable:focus, .sf-form input[type=text]::-webkit-input-placeholder + label,
    .sf-form input[type=text]::-webkit-input-placeholder + lable:focus, .sf-form input[type=text]:-ms-input-placeholder + label,
    .sf-form input[type=text]:-ms-input-placeholder + lable:focus, .sf-form input[type=text]:-ms-input-placeholder + label,
    .sf-form input[type=text]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=password]:placeholder + label,
    .sf-form input[type=password]:placeholder + lable:focus,
    .sf-form input[type=password]:-moz-placeholder + label,
    .sf-form input[type=password]:-moz-placeholder + lable:focus,
    .sf-form input[type=password]::-webkit-input-placeholder + label,
    .sf-form input[type=password]::-webkit-input-placeholder + lable:focus,
    .sf-form input[type=password]:-ms-input-placeholder + label,
    .sf-form input[type=password]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=password]:-ms-input-placeholder + label,
    .sf-form input[type=password]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=email]:placeholder + label,
    .sf-form input[type=email]:placeholder + lable:focus,
    .sf-form input[type=email]:-moz-placeholder + label,
    .sf-form input[type=email]:-moz-placeholder + lable:focus,
    .sf-form input[type=email]::-webkit-input-placeholder + label,
    .sf-form input[type=email]::-webkit-input-placeholder + lable:focus,
    .sf-form input[type=email]:-ms-input-placeholder + label,
    .sf-form input[type=email]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=email]:-ms-input-placeholder + label,
    .sf-form input[type=email]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=url]:placeholder + label,
    .sf-form input[type=url]:placeholder + lable:focus,
    .sf-form input[type=url]:-moz-placeholder + label,
    .sf-form input[type=url]:-moz-placeholder + lable:focus,
    .sf-form input[type=url]::-webkit-input-placeholder + label,
    .sf-form input[type=url]::-webkit-input-placeholder + lable:focus,
    .sf-form input[type=url]:-ms-input-placeholder + label,
    .sf-form input[type=url]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=url]:-ms-input-placeholder + label,
    .sf-form input[type=url]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=time]:placeholder + label,
    .sf-form input[type=time]:placeholder + lable:focus,
    .sf-form input[type=time]:-moz-placeholder + label,
    .sf-form input[type=time]:-moz-placeholder + lable:focus,
    .sf-form input[type=time]::-webkit-input-placeholder + label,
    .sf-form input[type=time]::-webkit-input-placeholder + lable:focus,
    .sf-form input[type=time]:-ms-input-placeholder + label,
    .sf-form input[type=time]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=time]:-ms-input-placeholder + label,
    .sf-form input[type=time]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=date]:placeholder + label,
    .sf-form input[type=date]:placeholder + lable:focus,
    .sf-form input[type=date]:-moz-placeholder + label,
    .sf-form input[type=date]:-moz-placeholder + lable:focus,
    .sf-form input[type=date]::-webkit-input-placeholder + label,
    .sf-form input[type=date]::-webkit-input-placeholder + lable:focus,
    .sf-form input[type=date]:-ms-input-placeholder + label,
    .sf-form input[type=date]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=date]:-ms-input-placeholder + label,
    .sf-form input[type=date]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=datetime]:placeholder + label,
    .sf-form input[type=datetime]:placeholder + lable:focus,
    .sf-form input[type=datetime]:-moz-placeholder + label,
    .sf-form input[type=datetime]:-moz-placeholder + lable:focus,
    .sf-form input[type=datetime]::-webkit-input-placeholder + label,
    .sf-form input[type=datetime]::-webkit-input-placeholder + lable:focus,
    .sf-form input[type=datetime]:-ms-input-placeholder + label,
    .sf-form input[type=datetime]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=datetime]:-ms-input-placeholder + label,
    .sf-form input[type=datetime]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=datetime-local]:placeholder + label,
    .sf-form input[type=datetime-local]:placeholder + lable:focus,
    .sf-form input[type=datetime-local]:-moz-placeholder + label,
    .sf-form input[type=datetime-local]:-moz-placeholder + lable:focus,
    .sf-form input[type=datetime-local]::-webkit-input-placeholder + label,
    .sf-form input[type=datetime-local]::-webkit-input-placeholder + lable:focus,
    .sf-form input[type=datetime-local]:-ms-input-placeholder + label,
    .sf-form input[type=datetime-local]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=datetime-local]:-ms-input-placeholder + label,
    .sf-form input[type=datetime-local]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=tel]:placeholder + label,
    .sf-form input[type=tel]:placeholder + lable:focus,
    .sf-form input[type=tel]:-moz-placeholder + label,
    .sf-form input[type=tel]:-moz-placeholder + lable:focus,
    .sf-form input[type=tel]::-webkit-input-placeholder + label,
    .sf-form input[type=tel]::-webkit-input-placeholder + lable:focus,
    .sf-form input[type=tel]:-ms-input-placeholder + label,
    .sf-form input[type=tel]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=tel]:-ms-input-placeholder + label,
    .sf-form input[type=tel]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=number]:placeholder + label,
    .sf-form input[type=number]:placeholder + lable:focus,
    .sf-form input[type=number]:-moz-placeholder + label,
    .sf-form input[type=number]:-moz-placeholder + lable:focus,
    .sf-form input[type=number]::-webkit-input-placeholder + label,
    .sf-form input[type=number]::-webkit-input-placeholder + lable:focus,
    .sf-form input[type=number]:-ms-input-placeholder + label,
    .sf-form input[type=number]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=number]:-ms-input-placeholder + label,
    .sf-form input[type=number]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=search]:placeholder + label,
    .sf-form input[type=search]:placeholder + lable:focus,
    .sf-form input[type=search]:-moz-placeholder + label,
    .sf-form input[type=search]:-moz-placeholder + lable:focus,
    .sf-form input[type=search]::-webkit-input-placeholder + label,
    .sf-form input[type=search]::-webkit-input-placeholder + lable:focus,
    .sf-form input[type=search]:-ms-input-placeholder + label,
    .sf-form input[type=search]:-ms-input-placeholder + lable:focus,
    .sf-form input[type=search]:-ms-input-placeholder + label,
    .sf-form input[type=search]:-ms-input-placeholder + lable:focus,
    .sf-form textarea:placeholder + label,
    .sf-form textarea:placeholder + lable:focus,
    .sf-form textarea:-moz-placeholder + label,
    .sf-form textarea:-moz-placeholder + lable:focus,
    .sf-form textarea::-webkit-input-placeholder + label,
    .sf-form textarea::-webkit-input-placeholder + lable:focus,
    .sf-form textarea:-ms-input-placeholder + label,
    .sf-form textarea:-ms-input-placeholder + lable:focus,
    .sf-form textarea:-ms-input-placeholder + label,
    .sf-form textarea:-ms-input-placeholder + lable:focus {
      transform: translateY(-110%); }
    .sf-form input[type=text].sf-form-focus:not([readonly]),
    .sf-form input[type=password].sf-form-focus:not([readonly]),
    .sf-form input[type=email].sf-form-focus:not([readonly]),
    .sf-form input[type=url].sf-form-focus:not([readonly]),
    .sf-form input[type=time].sf-form-focus:not([readonly]),
    .sf-form input[type=date].sf-form-focus:not([readonly]),
    .sf-form input[type=datetime].sf-form-focus:not([readonly]),
    .sf-form input[type=datetime-local].sf-form-focus:not([readonly]),
    .sf-form input[type=tel].sf-form-focus:not([readonly]),
    .sf-form input[type=number].sf-form-focus:not([readonly]),
    .sf-form input[type=search].sf-form-focus:not([readonly]),
    .sf-form textarea.sf-form-focus:not([readonly]) {
      background-color: #ffffff; }
    .sf-form input[type=text] + label,
    .sf-form input[type=password] + label,
    .sf-form input[type=email] + label,
    .sf-form input[type=url] + label,
    .sf-form input[type=time] + label,
    .sf-form input[type=date] + label,
    .sf-form input[type=datetime] + label,
    .sf-form input[type=datetime-local] + label,
    .sf-form input[type=tel] + label,
    .sf-form input[type=number] + label,
    .sf-form input[type=search] + label,
    .sf-form textarea + label {
      position: absolute;
      top: 50%;
      left: 1px;
      width: auto;
      transform: translateY(-50%);
      transition: 0.2s;
      cursor: default;
      color: inherit;
      padding: 0 1rem;
      font-size: 1rem;
      display: none;
      box-sizing: border-box;
      outline: none; }
      .sf-form input[type=text] + label:focus, .sf-form input[type=text] + label:active, .sf-form input[type=text] + label.active,
      .sf-form input[type=password] + label:focus,
      .sf-form input[type=password] + label:active,
      .sf-form input[type=password] + label.active,
      .sf-form input[type=email] + label:focus,
      .sf-form input[type=email] + label:active,
      .sf-form input[type=email] + label.active,
      .sf-form input[type=url] + label:focus,
      .sf-form input[type=url] + label:active,
      .sf-form input[type=url] + label.active,
      .sf-form input[type=time] + label:focus,
      .sf-form input[type=time] + label:active,
      .sf-form input[type=time] + label.active,
      .sf-form input[type=date] + label:focus,
      .sf-form input[type=date] + label:active,
      .sf-form input[type=date] + label.active,
      .sf-form input[type=datetime] + label:focus,
      .sf-form input[type=datetime] + label:active,
      .sf-form input[type=datetime] + label.active,
      .sf-form input[type=datetime-local] + label:focus,
      .sf-form input[type=datetime-local] + label:active,
      .sf-form input[type=datetime-local] + label.active,
      .sf-form input[type=tel] + label:focus,
      .sf-form input[type=tel] + label:active,
      .sf-form input[type=tel] + label.active,
      .sf-form input[type=number] + label:focus,
      .sf-form input[type=number] + label:active,
      .sf-form input[type=number] + label.active,
      .sf-form input[type=search] + label:focus,
      .sf-form input[type=search] + label:active,
      .sf-form input[type=search] + label.active,
      .sf-form textarea + label:focus,
      .sf-form textarea + label:active,
      .sf-form textarea + label.active {
        font-size: 0.875rem;
        transform: translateY(-110%); }
      .sf-form input[type=text] + label + small.text-muted,
      .sf-form input[type=password] + label + small.text-muted,
      .sf-form input[type=email] + label + small.text-muted,
      .sf-form input[type=url] + label + small.text-muted,
      .sf-form input[type=time] + label + small.text-muted,
      .sf-form input[type=date] + label + small.text-muted,
      .sf-form input[type=datetime] + label + small.text-muted,
      .sf-form input[type=datetime-local] + label + small.text-muted,
      .sf-form input[type=tel] + label + small.text-muted,
      .sf-form input[type=number] + label + small.text-muted,
      .sf-form input[type=search] + label + small.text-muted,
      .sf-form textarea + label + small.text-muted {
        margin-left: 1rem;
        display: flex;
        align-items: center; }
      .sf-form input[type=text] + label + span.character-counter,
      .sf-form input[type=password] + label + span.character-counter,
      .sf-form input[type=email] + label + span.character-counter,
      .sf-form input[type=url] + label + span.character-counter,
      .sf-form input[type=time] + label + span.character-counter,
      .sf-form input[type=date] + label + span.character-counter,
      .sf-form input[type=datetime] + label + span.character-counter,
      .sf-form input[type=datetime-local] + label + span.character-counter,
      .sf-form input[type=tel] + label + span.character-counter,
      .sf-form input[type=number] + label + span.character-counter,
      .sf-form input[type=search] + label + span.character-counter,
      .sf-form textarea + label + span.character-counter {
        position: absolute;
        top: 100%; }
  .sf-form .prefix {
    position: absolute;
    top: 0;
    left: 1px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    padding: 1.25rem 1rem;
    color: inherit;
    transition: color 0.2s;
    box-sizing: border-box;
    outline: none; }
    .sf-form .prefix ~ input,
    .sf-form .prefix ~ textarea {
      padding-left: 3.5rem !important; }
      .sf-form .prefix ~ input ~ label,
      .sf-form .prefix ~ textarea ~ label {
        padding-left: 3.5rem !important; }
    .sf-form .prefix.icon-sm {
      font-size: 1rem;
      padding: 1rem 0.75rem; }
      .sf-form .prefix.icon-sm ~ input.sf-form-control-sm,
      .sf-form .prefix.icon-sm ~ textarea.sf-form-control-sm {
        padding-left: 2.5rem !important; }
        .sf-form .prefix.icon-sm ~ input.sf-form-control-sm ~ label,
        .sf-form .prefix.icon-sm ~ textarea.sf-form-control-sm ~ label {
          padding-left: 2.5rem !important; }
    .sf-form .prefix.icon-lg {
      font-size: 1.75rem;
      padding: 1.5rem 1.25rem; }
      .sf-form .prefix.icon-lg ~ input.sf-form-control-lg,
      .sf-form .prefix.icon-lg ~ textarea.sf-form-control-lg {
        padding-left: 4.25rem !important; }
        .sf-form .prefix.icon-lg ~ input.sf-form-control-lg ~ label,
        .sf-form .prefix.icon-lg ~ textarea.sf-form-control-lg ~ label {
          padding-left: 4.25rem !important; }
  .sf-form textarea + label {
    top: 50% !important; }
    .sf-form textarea + label + small.text-muted {
      margin-left: 0.5rem; }
    .sf-form textarea + label + span.character-counter {
      position: absolute;
      top: 100%; }
  .sf-form .active + label {
    font-size: 0.75rem; }
  .sf-form textarea {
    overflow-y: hidden;
    resize: none; }
    .sf-form textarea ~ label {
      top: 2rem !important; }
    .sf-form textarea.sf-form-control-lg ~ label {
      top: 2.25rem !important; }
    .sf-form textarea.sf-form-control-sm ~ label {
      top: 1.5rem !important; }

.theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled, .theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only],
.theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled,
.theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only],
.theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled,
.theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only],
.theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled,
.theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only],
.theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled,
.theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only],
.theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled,
.theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only],
.theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only],
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only] {
  background-color: #e9ecef;
  border-color: rgba(27, 31, 44, 0.12); }
  .theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover, .theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover,
  .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover,
  .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover,
  .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover,
  .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover,
  .theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover,
  .theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover,
  .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover,
  .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover {
    border-color: rgba(27, 31, 44, 0.12) !important; }

.theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]), .theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover,
.theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]),
.theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover,
.theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]),
.theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover,
.theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]),
.theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover,
.theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]),
.theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover,
.theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]),
.theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]),
.theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]),
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover {
  border-color: rgba(27, 31, 44, 0.54);
  background-color: #ffffff !important; }

.theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus, .theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active,
.theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus,
.theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active,
.theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus,
.theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active,
.theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus,
.theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active,
.theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus,
.theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active,
.theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus,
.theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active {
  border-color: #4c6ef5;
  background-color: #ffffff !important; }
  .theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus, .theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus,
  .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus,
  .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus,
  .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus,
  .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus,
  .theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus,
  .theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus,
  .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus,
  .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus {
    color: #4c6ef5; }

.theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus,
.theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus,
.theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus,
.theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus,
.theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus,
.theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus {
  background-color: #ffffff !important; }

.theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active,
.theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active,
.theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active,
.theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active,
.theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active,
.theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active,
.theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active,
.theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active {
  border-color: #4c6ef5; }
  .theme-light.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label,
  .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label,
  .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label,
  .theme-light .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label,
  .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label,
  .theme-light .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label,
  .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label,
  .theme-light .theme-dark .theme-dark .theme-dark .theme-light .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label {
    color: #4c6ef5; }

.theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled, .theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only],
.theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled,
.theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only],
.theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled,
.theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only],
.theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled,
.theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only],
.theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled,
.theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only],
.theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled,
.theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only],
.theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled,
.theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only],
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only] {
  background-color: #343a40;
  border-color: rgba(255, 255, 255, 0.12); }
  .theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover, .theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover,
  .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover,
  .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover,
  .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover,
  .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover,
  .theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover,
  .theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover,
  .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover,
  .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover,
  .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover,
  .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:disabled:hover,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control[read-only]:hover {
    border-color: rgba(255, 255, 255, 0.12) !important; }

.theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]), .theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover,
.theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]),
.theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover,
.theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]),
.theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover,
.theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]),
.theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover,
.theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]),
.theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover,
.theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]),
.theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover,
.theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]),
.theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:hover:not([readonly]),
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.hover {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: #000000 !important; }

.theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus, .theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active,
.theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus,
.theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active,
.theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus,
.theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active,
.theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus,
.theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active,
.theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus,
.theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active,
.theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus,
.theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active,
.theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus,
.theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active {
  border-color: #4c6ef5;
  background-color: #000000 !important; }
  .theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus, .theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus,
  .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus,
  .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus,
  .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus,
  .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus,
  .theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus,
  .theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus,
  .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus,
  .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus,
  .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus,
  .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:focus + label:focus,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control:active + label:focus {
    color: #4c6ef5; }

.theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus,
.theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus,
.theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus,
.theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus,
.theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus,
.theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus,
.theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.sf-form-focus {
  background-color: #000000 !important; }

.theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active,
.theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active,
.theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active,
.theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active,
.theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active,
.theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active,
.theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active,
.theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active {
  border-color: #4c6ef5; }
  .theme-dark.sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label,
  .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label,
  .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label,
  .theme-dark .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label,
  .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label,
  .theme-dark .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label,
  .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label,
  .theme-dark .theme-light .theme-light .theme-light .theme-dark .sf-form :-webkit-any(input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="datetime"], input[type="time"], input[type="month"], input[type="week"], input[type="search"], input[type="url"]).sf-form-control.doc-active + label {
    color: #4c6ef5; }

/* == Color ===*/
.sf-form.form-default input[type=text].sf-form-control:focus:not([readonly]), .sf-form.form-default input[type=text].sf-form-control:active:not([readonly]),
.sf-form.form-default input[type=password].sf-form-control:focus:not([readonly]),
.sf-form.form-default input[type=password].sf-form-control:active:not([readonly]),
.sf-form.form-default input[type=email].sf-form-control:focus:not([readonly]),
.sf-form.form-default input[type=email].sf-form-control:active:not([readonly]),
.sf-form.form-default input[type=url].sf-form-control:focus:not([readonly]),
.sf-form.form-default input[type=url].sf-form-control:active:not([readonly]),
.sf-form.form-default input[type=time].sf-form-control:focus:not([readonly]),
.sf-form.form-default input[type=time].sf-form-control:active:not([readonly]),
.sf-form.form-default input[type=date].sf-form-control:focus:not([readonly]),
.sf-form.form-default input[type=date].sf-form-control:active:not([readonly]),
.sf-form.form-default input[type=datetime].sf-form-control:focus:not([readonly]),
.sf-form.form-default input[type=datetime].sf-form-control:active:not([readonly]),
.sf-form.form-default input[type=datetime-local].sf-form-control:focus:not([readonly]),
.sf-form.form-default input[type=datetime-local].sf-form-control:active:not([readonly]),
.sf-form.form-default input[type=tel].sf-form-control:focus:not([readonly]),
.sf-form.form-default input[type=tel].sf-form-control:active:not([readonly]),
.sf-form.form-default input[type=number].sf-form-control:focus:not([readonly]),
.sf-form.form-default input[type=number].sf-form-control:active:not([readonly]),
.sf-form.form-default input[type=search].sf-form-control:focus:not([readonly]),
.sf-form.form-default input[type=search].sf-form-control:active:not([readonly]),
.sf-form.form-default textarea.sf-form-control:focus:not([readonly]),
.sf-form.form-default textarea.sf-form-control:active:not([readonly]) {
  border: 1px solid #343a40 !important; }
  .sf-form.form-default input[type=text].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-default input[type=text].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-default input[type=text].sf-form-control:focus:not([readonly]) + label:active, .sf-form.form-default input[type=text].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-default input[type=text].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-default input[type=text].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-default input[type=password].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-default input[type=password].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-default input[type=password].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-default input[type=password].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-default input[type=password].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-default input[type=password].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-default input[type=email].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-default input[type=email].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-default input[type=email].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-default input[type=email].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-default input[type=email].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-default input[type=email].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-default input[type=url].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-default input[type=url].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-default input[type=url].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-default input[type=url].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-default input[type=url].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-default input[type=url].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-default input[type=time].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-default input[type=time].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-default input[type=time].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-default input[type=time].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-default input[type=time].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-default input[type=time].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-default input[type=date].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-default input[type=date].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-default input[type=date].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-default input[type=date].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-default input[type=date].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-default input[type=date].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-default input[type=datetime].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-default input[type=datetime].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-default input[type=datetime].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-default input[type=datetime].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-default input[type=datetime].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-default input[type=datetime].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-default input[type=datetime-local].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-default input[type=datetime-local].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-default input[type=datetime-local].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-default input[type=datetime-local].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-default input[type=datetime-local].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-default input[type=datetime-local].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-default input[type=tel].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-default input[type=tel].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-default input[type=tel].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-default input[type=tel].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-default input[type=tel].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-default input[type=tel].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-default input[type=number].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-default input[type=number].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-default input[type=number].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-default input[type=number].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-default input[type=number].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-default input[type=number].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-default input[type=search].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-default input[type=search].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-default input[type=search].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-default input[type=search].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-default input[type=search].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-default input[type=search].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-default textarea.sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-default textarea.sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-default textarea.sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-default textarea.sf-form-control:active:not([readonly]) + label,
  .sf-form.form-default textarea.sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-default textarea.sf-form-control:active:not([readonly]) + label:active {
    color: #343a40 !important; }

.sf-form.form-primary input[type=text].sf-form-control:focus:not([readonly]), .sf-form.form-primary input[type=text].sf-form-control:active:not([readonly]),
.sf-form.form-primary input[type=password].sf-form-control:focus:not([readonly]),
.sf-form.form-primary input[type=password].sf-form-control:active:not([readonly]),
.sf-form.form-primary input[type=email].sf-form-control:focus:not([readonly]),
.sf-form.form-primary input[type=email].sf-form-control:active:not([readonly]),
.sf-form.form-primary input[type=url].sf-form-control:focus:not([readonly]),
.sf-form.form-primary input[type=url].sf-form-control:active:not([readonly]),
.sf-form.form-primary input[type=time].sf-form-control:focus:not([readonly]),
.sf-form.form-primary input[type=time].sf-form-control:active:not([readonly]),
.sf-form.form-primary input[type=date].sf-form-control:focus:not([readonly]),
.sf-form.form-primary input[type=date].sf-form-control:active:not([readonly]),
.sf-form.form-primary input[type=datetime].sf-form-control:focus:not([readonly]),
.sf-form.form-primary input[type=datetime].sf-form-control:active:not([readonly]),
.sf-form.form-primary input[type=datetime-local].sf-form-control:focus:not([readonly]),
.sf-form.form-primary input[type=datetime-local].sf-form-control:active:not([readonly]),
.sf-form.form-primary input[type=tel].sf-form-control:focus:not([readonly]),
.sf-form.form-primary input[type=tel].sf-form-control:active:not([readonly]),
.sf-form.form-primary input[type=number].sf-form-control:focus:not([readonly]),
.sf-form.form-primary input[type=number].sf-form-control:active:not([readonly]),
.sf-form.form-primary input[type=search].sf-form-control:focus:not([readonly]),
.sf-form.form-primary input[type=search].sf-form-control:active:not([readonly]),
.sf-form.form-primary textarea.sf-form-control:focus:not([readonly]),
.sf-form.form-primary textarea.sf-form-control:active:not([readonly]) {
  border: 1px solid #4c6ef5 !important; }
  .sf-form.form-primary input[type=text].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-primary input[type=text].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=text].sf-form-control:focus:not([readonly]) + label:active, .sf-form.form-primary input[type=text].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-primary input[type=text].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=text].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-primary input[type=password].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-primary input[type=password].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=password].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-primary input[type=password].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-primary input[type=password].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=password].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-primary input[type=email].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-primary input[type=email].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=email].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-primary input[type=email].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-primary input[type=email].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=email].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-primary input[type=url].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-primary input[type=url].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=url].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-primary input[type=url].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-primary input[type=url].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=url].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-primary input[type=time].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-primary input[type=time].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=time].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-primary input[type=time].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-primary input[type=time].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=time].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-primary input[type=date].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-primary input[type=date].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=date].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-primary input[type=date].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-primary input[type=date].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=date].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-primary input[type=datetime].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-primary input[type=datetime].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=datetime].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-primary input[type=datetime].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-primary input[type=datetime].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=datetime].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-primary input[type=datetime-local].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-primary input[type=datetime-local].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=datetime-local].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-primary input[type=datetime-local].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-primary input[type=datetime-local].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=datetime-local].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-primary input[type=tel].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-primary input[type=tel].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=tel].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-primary input[type=tel].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-primary input[type=tel].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=tel].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-primary input[type=number].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-primary input[type=number].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=number].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-primary input[type=number].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-primary input[type=number].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=number].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-primary input[type=search].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-primary input[type=search].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=search].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-primary input[type=search].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-primary input[type=search].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-primary input[type=search].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-primary textarea.sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-primary textarea.sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-primary textarea.sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-primary textarea.sf-form-control:active:not([readonly]) + label,
  .sf-form.form-primary textarea.sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-primary textarea.sf-form-control:active:not([readonly]) + label:active {
    color: #4c6ef5 !important; }

.sf-form.form-secondary input[type=text].sf-form-control:focus:not([readonly]), .sf-form.form-secondary input[type=text].sf-form-control:active:not([readonly]),
.sf-form.form-secondary input[type=password].sf-form-control:focus:not([readonly]),
.sf-form.form-secondary input[type=password].sf-form-control:active:not([readonly]),
.sf-form.form-secondary input[type=email].sf-form-control:focus:not([readonly]),
.sf-form.form-secondary input[type=email].sf-form-control:active:not([readonly]),
.sf-form.form-secondary input[type=url].sf-form-control:focus:not([readonly]),
.sf-form.form-secondary input[type=url].sf-form-control:active:not([readonly]),
.sf-form.form-secondary input[type=time].sf-form-control:focus:not([readonly]),
.sf-form.form-secondary input[type=time].sf-form-control:active:not([readonly]),
.sf-form.form-secondary input[type=date].sf-form-control:focus:not([readonly]),
.sf-form.form-secondary input[type=date].sf-form-control:active:not([readonly]),
.sf-form.form-secondary input[type=datetime].sf-form-control:focus:not([readonly]),
.sf-form.form-secondary input[type=datetime].sf-form-control:active:not([readonly]),
.sf-form.form-secondary input[type=datetime-local].sf-form-control:focus:not([readonly]),
.sf-form.form-secondary input[type=datetime-local].sf-form-control:active:not([readonly]),
.sf-form.form-secondary input[type=tel].sf-form-control:focus:not([readonly]),
.sf-form.form-secondary input[type=tel].sf-form-control:active:not([readonly]),
.sf-form.form-secondary input[type=number].sf-form-control:focus:not([readonly]),
.sf-form.form-secondary input[type=number].sf-form-control:active:not([readonly]),
.sf-form.form-secondary input[type=search].sf-form-control:focus:not([readonly]),
.sf-form.form-secondary input[type=search].sf-form-control:active:not([readonly]),
.sf-form.form-secondary textarea.sf-form-control:focus:not([readonly]),
.sf-form.form-secondary textarea.sf-form-control:active:not([readonly]) {
  border: 1px solid #e64980 !important; }
  .sf-form.form-secondary input[type=text].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-secondary input[type=text].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=text].sf-form-control:focus:not([readonly]) + label:active, .sf-form.form-secondary input[type=text].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-secondary input[type=text].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=text].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=password].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-secondary input[type=password].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=password].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=password].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-secondary input[type=password].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=password].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=email].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-secondary input[type=email].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=email].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=email].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-secondary input[type=email].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=email].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=url].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-secondary input[type=url].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=url].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=url].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-secondary input[type=url].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=url].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=time].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-secondary input[type=time].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=time].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=time].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-secondary input[type=time].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=time].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=date].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-secondary input[type=date].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=date].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=date].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-secondary input[type=date].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=date].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=datetime].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-secondary input[type=datetime].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=datetime].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=datetime].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-secondary input[type=datetime].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=datetime].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=datetime-local].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-secondary input[type=datetime-local].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=datetime-local].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=datetime-local].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-secondary input[type=datetime-local].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=datetime-local].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=tel].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-secondary input[type=tel].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=tel].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=tel].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-secondary input[type=tel].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=tel].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=number].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-secondary input[type=number].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=number].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=number].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-secondary input[type=number].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=number].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=search].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-secondary input[type=search].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=search].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-secondary input[type=search].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-secondary input[type=search].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-secondary input[type=search].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-secondary textarea.sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-secondary textarea.sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-secondary textarea.sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-secondary textarea.sf-form-control:active:not([readonly]) + label,
  .sf-form.form-secondary textarea.sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-secondary textarea.sf-form-control:active:not([readonly]) + label:active {
    color: #e64980 !important; }

.sf-form.form-success input[type=text].sf-form-control:focus:not([readonly]), .sf-form.form-success input[type=text].sf-form-control:active:not([readonly]),
.sf-form.form-success input[type=password].sf-form-control:focus:not([readonly]),
.sf-form.form-success input[type=password].sf-form-control:active:not([readonly]),
.sf-form.form-success input[type=email].sf-form-control:focus:not([readonly]),
.sf-form.form-success input[type=email].sf-form-control:active:not([readonly]),
.sf-form.form-success input[type=url].sf-form-control:focus:not([readonly]),
.sf-form.form-success input[type=url].sf-form-control:active:not([readonly]),
.sf-form.form-success input[type=time].sf-form-control:focus:not([readonly]),
.sf-form.form-success input[type=time].sf-form-control:active:not([readonly]),
.sf-form.form-success input[type=date].sf-form-control:focus:not([readonly]),
.sf-form.form-success input[type=date].sf-form-control:active:not([readonly]),
.sf-form.form-success input[type=datetime].sf-form-control:focus:not([readonly]),
.sf-form.form-success input[type=datetime].sf-form-control:active:not([readonly]),
.sf-form.form-success input[type=datetime-local].sf-form-control:focus:not([readonly]),
.sf-form.form-success input[type=datetime-local].sf-form-control:active:not([readonly]),
.sf-form.form-success input[type=tel].sf-form-control:focus:not([readonly]),
.sf-form.form-success input[type=tel].sf-form-control:active:not([readonly]),
.sf-form.form-success input[type=number].sf-form-control:focus:not([readonly]),
.sf-form.form-success input[type=number].sf-form-control:active:not([readonly]),
.sf-form.form-success input[type=search].sf-form-control:focus:not([readonly]),
.sf-form.form-success input[type=search].sf-form-control:active:not([readonly]),
.sf-form.form-success textarea.sf-form-control:focus:not([readonly]),
.sf-form.form-success textarea.sf-form-control:active:not([readonly]) {
  border: 1px solid #40c057 !important; }
  .sf-form.form-success input[type=text].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-success input[type=text].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-success input[type=text].sf-form-control:focus:not([readonly]) + label:active, .sf-form.form-success input[type=text].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-success input[type=text].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-success input[type=text].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-success input[type=password].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-success input[type=password].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-success input[type=password].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-success input[type=password].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-success input[type=password].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-success input[type=password].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-success input[type=email].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-success input[type=email].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-success input[type=email].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-success input[type=email].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-success input[type=email].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-success input[type=email].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-success input[type=url].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-success input[type=url].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-success input[type=url].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-success input[type=url].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-success input[type=url].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-success input[type=url].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-success input[type=time].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-success input[type=time].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-success input[type=time].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-success input[type=time].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-success input[type=time].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-success input[type=time].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-success input[type=date].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-success input[type=date].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-success input[type=date].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-success input[type=date].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-success input[type=date].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-success input[type=date].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-success input[type=datetime].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-success input[type=datetime].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-success input[type=datetime].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-success input[type=datetime].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-success input[type=datetime].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-success input[type=datetime].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-success input[type=datetime-local].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-success input[type=datetime-local].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-success input[type=datetime-local].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-success input[type=datetime-local].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-success input[type=datetime-local].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-success input[type=datetime-local].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-success input[type=tel].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-success input[type=tel].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-success input[type=tel].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-success input[type=tel].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-success input[type=tel].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-success input[type=tel].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-success input[type=number].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-success input[type=number].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-success input[type=number].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-success input[type=number].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-success input[type=number].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-success input[type=number].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-success input[type=search].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-success input[type=search].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-success input[type=search].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-success input[type=search].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-success input[type=search].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-success input[type=search].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-success textarea.sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-success textarea.sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-success textarea.sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-success textarea.sf-form-control:active:not([readonly]) + label,
  .sf-form.form-success textarea.sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-success textarea.sf-form-control:active:not([readonly]) + label:active {
    color: #40c057 !important; }

.sf-form.form-info input[type=text].sf-form-control:focus:not([readonly]), .sf-form.form-info input[type=text].sf-form-control:active:not([readonly]),
.sf-form.form-info input[type=password].sf-form-control:focus:not([readonly]),
.sf-form.form-info input[type=password].sf-form-control:active:not([readonly]),
.sf-form.form-info input[type=email].sf-form-control:focus:not([readonly]),
.sf-form.form-info input[type=email].sf-form-control:active:not([readonly]),
.sf-form.form-info input[type=url].sf-form-control:focus:not([readonly]),
.sf-form.form-info input[type=url].sf-form-control:active:not([readonly]),
.sf-form.form-info input[type=time].sf-form-control:focus:not([readonly]),
.sf-form.form-info input[type=time].sf-form-control:active:not([readonly]),
.sf-form.form-info input[type=date].sf-form-control:focus:not([readonly]),
.sf-form.form-info input[type=date].sf-form-control:active:not([readonly]),
.sf-form.form-info input[type=datetime].sf-form-control:focus:not([readonly]),
.sf-form.form-info input[type=datetime].sf-form-control:active:not([readonly]),
.sf-form.form-info input[type=datetime-local].sf-form-control:focus:not([readonly]),
.sf-form.form-info input[type=datetime-local].sf-form-control:active:not([readonly]),
.sf-form.form-info input[type=tel].sf-form-control:focus:not([readonly]),
.sf-form.form-info input[type=tel].sf-form-control:active:not([readonly]),
.sf-form.form-info input[type=number].sf-form-control:focus:not([readonly]),
.sf-form.form-info input[type=number].sf-form-control:active:not([readonly]),
.sf-form.form-info input[type=search].sf-form-control:focus:not([readonly]),
.sf-form.form-info input[type=search].sf-form-control:active:not([readonly]),
.sf-form.form-info textarea.sf-form-control:focus:not([readonly]),
.sf-form.form-info textarea.sf-form-control:active:not([readonly]) {
  border: 1px solid #228be6 !important; }
  .sf-form.form-info input[type=text].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-info input[type=text].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-info input[type=text].sf-form-control:focus:not([readonly]) + label:active, .sf-form.form-info input[type=text].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-info input[type=text].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-info input[type=text].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-info input[type=password].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-info input[type=password].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-info input[type=password].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-info input[type=password].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-info input[type=password].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-info input[type=password].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-info input[type=email].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-info input[type=email].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-info input[type=email].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-info input[type=email].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-info input[type=email].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-info input[type=email].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-info input[type=url].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-info input[type=url].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-info input[type=url].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-info input[type=url].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-info input[type=url].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-info input[type=url].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-info input[type=time].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-info input[type=time].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-info input[type=time].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-info input[type=time].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-info input[type=time].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-info input[type=time].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-info input[type=date].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-info input[type=date].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-info input[type=date].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-info input[type=date].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-info input[type=date].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-info input[type=date].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-info input[type=datetime].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-info input[type=datetime].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-info input[type=datetime].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-info input[type=datetime].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-info input[type=datetime].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-info input[type=datetime].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-info input[type=datetime-local].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-info input[type=datetime-local].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-info input[type=datetime-local].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-info input[type=datetime-local].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-info input[type=datetime-local].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-info input[type=datetime-local].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-info input[type=tel].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-info input[type=tel].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-info input[type=tel].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-info input[type=tel].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-info input[type=tel].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-info input[type=tel].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-info input[type=number].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-info input[type=number].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-info input[type=number].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-info input[type=number].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-info input[type=number].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-info input[type=number].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-info input[type=search].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-info input[type=search].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-info input[type=search].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-info input[type=search].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-info input[type=search].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-info input[type=search].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-info textarea.sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-info textarea.sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-info textarea.sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-info textarea.sf-form-control:active:not([readonly]) + label,
  .sf-form.form-info textarea.sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-info textarea.sf-form-control:active:not([readonly]) + label:active {
    color: #228be6 !important; }

.sf-form.form-warning input[type=text].sf-form-control:focus:not([readonly]), .sf-form.form-warning input[type=text].sf-form-control:active:not([readonly]),
.sf-form.form-warning input[type=password].sf-form-control:focus:not([readonly]),
.sf-form.form-warning input[type=password].sf-form-control:active:not([readonly]),
.sf-form.form-warning input[type=email].sf-form-control:focus:not([readonly]),
.sf-form.form-warning input[type=email].sf-form-control:active:not([readonly]),
.sf-form.form-warning input[type=url].sf-form-control:focus:not([readonly]),
.sf-form.form-warning input[type=url].sf-form-control:active:not([readonly]),
.sf-form.form-warning input[type=time].sf-form-control:focus:not([readonly]),
.sf-form.form-warning input[type=time].sf-form-control:active:not([readonly]),
.sf-form.form-warning input[type=date].sf-form-control:focus:not([readonly]),
.sf-form.form-warning input[type=date].sf-form-control:active:not([readonly]),
.sf-form.form-warning input[type=datetime].sf-form-control:focus:not([readonly]),
.sf-form.form-warning input[type=datetime].sf-form-control:active:not([readonly]),
.sf-form.form-warning input[type=datetime-local].sf-form-control:focus:not([readonly]),
.sf-form.form-warning input[type=datetime-local].sf-form-control:active:not([readonly]),
.sf-form.form-warning input[type=tel].sf-form-control:focus:not([readonly]),
.sf-form.form-warning input[type=tel].sf-form-control:active:not([readonly]),
.sf-form.form-warning input[type=number].sf-form-control:focus:not([readonly]),
.sf-form.form-warning input[type=number].sf-form-control:active:not([readonly]),
.sf-form.form-warning input[type=search].sf-form-control:focus:not([readonly]),
.sf-form.form-warning input[type=search].sf-form-control:active:not([readonly]),
.sf-form.form-warning textarea.sf-form-control:focus:not([readonly]),
.sf-form.form-warning textarea.sf-form-control:active:not([readonly]) {
  border: 1px solid #fd7e14 !important; }
  .sf-form.form-warning input[type=text].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-warning input[type=text].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=text].sf-form-control:focus:not([readonly]) + label:active, .sf-form.form-warning input[type=text].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-warning input[type=text].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=text].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-warning input[type=password].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-warning input[type=password].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=password].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-warning input[type=password].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-warning input[type=password].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=password].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-warning input[type=email].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-warning input[type=email].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=email].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-warning input[type=email].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-warning input[type=email].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=email].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-warning input[type=url].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-warning input[type=url].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=url].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-warning input[type=url].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-warning input[type=url].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=url].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-warning input[type=time].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-warning input[type=time].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=time].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-warning input[type=time].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-warning input[type=time].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=time].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-warning input[type=date].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-warning input[type=date].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=date].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-warning input[type=date].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-warning input[type=date].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=date].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-warning input[type=datetime].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-warning input[type=datetime].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=datetime].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-warning input[type=datetime].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-warning input[type=datetime].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=datetime].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-warning input[type=datetime-local].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-warning input[type=datetime-local].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=datetime-local].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-warning input[type=datetime-local].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-warning input[type=datetime-local].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=datetime-local].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-warning input[type=tel].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-warning input[type=tel].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=tel].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-warning input[type=tel].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-warning input[type=tel].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=tel].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-warning input[type=number].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-warning input[type=number].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=number].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-warning input[type=number].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-warning input[type=number].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=number].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-warning input[type=search].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-warning input[type=search].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=search].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-warning input[type=search].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-warning input[type=search].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-warning input[type=search].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-warning textarea.sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-warning textarea.sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-warning textarea.sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-warning textarea.sf-form-control:active:not([readonly]) + label,
  .sf-form.form-warning textarea.sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-warning textarea.sf-form-control:active:not([readonly]) + label:active {
    color: #fd7e14 !important; }

.sf-form.form-danger input[type=text].sf-form-control:focus:not([readonly]), .sf-form.form-danger input[type=text].sf-form-control:active:not([readonly]),
.sf-form.form-danger input[type=password].sf-form-control:focus:not([readonly]),
.sf-form.form-danger input[type=password].sf-form-control:active:not([readonly]),
.sf-form.form-danger input[type=email].sf-form-control:focus:not([readonly]),
.sf-form.form-danger input[type=email].sf-form-control:active:not([readonly]),
.sf-form.form-danger input[type=url].sf-form-control:focus:not([readonly]),
.sf-form.form-danger input[type=url].sf-form-control:active:not([readonly]),
.sf-form.form-danger input[type=time].sf-form-control:focus:not([readonly]),
.sf-form.form-danger input[type=time].sf-form-control:active:not([readonly]),
.sf-form.form-danger input[type=date].sf-form-control:focus:not([readonly]),
.sf-form.form-danger input[type=date].sf-form-control:active:not([readonly]),
.sf-form.form-danger input[type=datetime].sf-form-control:focus:not([readonly]),
.sf-form.form-danger input[type=datetime].sf-form-control:active:not([readonly]),
.sf-form.form-danger input[type=datetime-local].sf-form-control:focus:not([readonly]),
.sf-form.form-danger input[type=datetime-local].sf-form-control:active:not([readonly]),
.sf-form.form-danger input[type=tel].sf-form-control:focus:not([readonly]),
.sf-form.form-danger input[type=tel].sf-form-control:active:not([readonly]),
.sf-form.form-danger input[type=number].sf-form-control:focus:not([readonly]),
.sf-form.form-danger input[type=number].sf-form-control:active:not([readonly]),
.sf-form.form-danger input[type=search].sf-form-control:focus:not([readonly]),
.sf-form.form-danger input[type=search].sf-form-control:active:not([readonly]),
.sf-form.form-danger textarea.sf-form-control:focus:not([readonly]),
.sf-form.form-danger textarea.sf-form-control:active:not([readonly]) {
  border: 1px solid #fa5252 !important; }
  .sf-form.form-danger input[type=text].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-danger input[type=text].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=text].sf-form-control:focus:not([readonly]) + label:active, .sf-form.form-danger input[type=text].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-danger input[type=text].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=text].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-danger input[type=password].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-danger input[type=password].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=password].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-danger input[type=password].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-danger input[type=password].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=password].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-danger input[type=email].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-danger input[type=email].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=email].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-danger input[type=email].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-danger input[type=email].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=email].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-danger input[type=url].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-danger input[type=url].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=url].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-danger input[type=url].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-danger input[type=url].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=url].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-danger input[type=time].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-danger input[type=time].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=time].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-danger input[type=time].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-danger input[type=time].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=time].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-danger input[type=date].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-danger input[type=date].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=date].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-danger input[type=date].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-danger input[type=date].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=date].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-danger input[type=datetime].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-danger input[type=datetime].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=datetime].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-danger input[type=datetime].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-danger input[type=datetime].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=datetime].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-danger input[type=datetime-local].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-danger input[type=datetime-local].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=datetime-local].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-danger input[type=datetime-local].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-danger input[type=datetime-local].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=datetime-local].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-danger input[type=tel].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-danger input[type=tel].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=tel].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-danger input[type=tel].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-danger input[type=tel].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=tel].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-danger input[type=number].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-danger input[type=number].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=number].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-danger input[type=number].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-danger input[type=number].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=number].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-danger input[type=search].sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-danger input[type=search].sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=search].sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-danger input[type=search].sf-form-control:active:not([readonly]) + label,
  .sf-form.form-danger input[type=search].sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-danger input[type=search].sf-form-control:active:not([readonly]) + label:active,
  .sf-form.form-danger textarea.sf-form-control:focus:not([readonly]) + label,
  .sf-form.form-danger textarea.sf-form-control:focus:not([readonly]) + label:focus,
  .sf-form.form-danger textarea.sf-form-control:focus:not([readonly]) + label:active,
  .sf-form.form-danger textarea.sf-form-control:active:not([readonly]) + label,
  .sf-form.form-danger textarea.sf-form-control:active:not([readonly]) + label:focus,
  .sf-form.form-danger textarea.sf-form-control:active:not([readonly]) + label:active {
    color: #fa5252 !important; }

.sf-form-select {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  outline: none; }
  .sf-form-select.selected label {
    border: 1px solid #4c6ef5; }
    .sf-form-select.selected label:after {
      border-color: #4c6ef5; }
  .theme-light .sf-form-select:hover select.sf-form-control + label {
    border-color: #4c6ef5; }
    .theme-light .sf-form-select:hover select.sf-form-control + label:after {
      border-color: #4c6ef5; }
    .theme-light .sf-form-select:hover select.sf-form-control + label + .select-items {
      border-color: #4c6ef5; }
  .theme-light .sf-form-select select.sf-form-control:disabled + label {
    background-color: #e9ecef;
    border-color: rgba(27, 31, 44, 0.12); }
    .theme-light .sf-form-select select.sf-form-control:disabled + label.active {
      background-color: #e9ecef;
      border-color: rgba(27, 31, 44, 0.12); }
      .theme-light .sf-form-select select.sf-form-control:disabled + label.active:after {
        border-color: rgba(27, 31, 44, 0.12); }
    .theme-light .sf-form-select select.sf-form-control:disabled + label:hover {
      border-color: rgba(27, 31, 44, 0.12) !important; }
    .theme-light .sf-form-select select.sf-form-control:disabled + label:after {
      border-color: rgba(27, 31, 44, 0.12); }
  .theme-light .sf-form-select select.sf-form-control + label {
    color: rgba(27, 31, 44, 0.87);
    background-color: #f1f3f5;
    border-color: rgba(27, 31, 44, 0.12); }
    .theme-light .sf-form-select select.sf-form-control + label.active {
      border-color: #4c6ef5; }
      .theme-light .sf-form-select select.sf-form-control + label.active:after {
        border-color: #4c6ef5; }
      .theme-light .sf-form-select select.sf-form-control + label.active + .select-items {
        border-color: #4c6ef5; }
    .theme-light .sf-form-select select.sf-form-control + label:after {
      border-color: rgba(27, 31, 44, 0.12); }
    .theme-light .sf-form-select select.sf-form-control + label + .select-items div {
      background-color: #f1f3f5; }
      .theme-light .sf-form-select select.sf-form-control + label + .select-items div:hover {
        background-color: #4c6ef5; }
      .theme-light .sf-form-select select.sf-form-control + label + .select-items div.same-as-selected {
        background-color: #4c6ef5;
        border-color: #4c6ef5;
        color: #ffffff; }
  .theme-light .sf-form-select select.sf-form-control.active + label {
    border-color: #4c6ef5 !important; }
    .theme-light .sf-form-select select.sf-form-control.active + label:after {
      border-color: #4c6ef5 !important; }
  .theme-dark .sf-form-select:hover select.sf-form-control + label {
    border-color: #4c6ef5; }
    .theme-dark .sf-form-select:hover select.sf-form-control + label:after {
      border-color: #4c6ef5; }
    .theme-dark .sf-form-select:hover select.sf-form-control + label + .select-items {
      border-color: #4c6ef5; }
  .theme-dark .sf-form-select select.sf-form-control:disabled + label {
    background-color: #343a40;
    border-color: rgba(255, 255, 255, 0.12); }
    .theme-dark .sf-form-select select.sf-form-control:disabled + label.active {
      background-color: #343a40;
      border-color: rgba(255, 255, 255, 0.12); }
      .theme-dark .sf-form-select select.sf-form-control:disabled + label.active:after {
        border-color: rgba(255, 255, 255, 0.12); }
    .theme-dark .sf-form-select select.sf-form-control:disabled + label:hover {
      border-color: rgba(255, 255, 255, 0.12) !important; }
    .theme-dark .sf-form-select select.sf-form-control:disabled + label:after {
      border-color: rgba(255, 255, 255, 0.12); }
  .theme-dark .sf-form-select select.sf-form-control + label {
    color: white;
    background-color: #212529;
    border-color: rgba(255, 255, 255, 0.12); }
    .theme-dark .sf-form-select select.sf-form-control + label.active {
      border-color: #4c6ef5; }
      .theme-dark .sf-form-select select.sf-form-control + label.active:after {
        border-color: #4c6ef5; }
      .theme-dark .sf-form-select select.sf-form-control + label.active + .select-items {
        border-color: #4c6ef5; }
    .theme-dark .sf-form-select select.sf-form-control + label:after {
      border-color: rgba(255, 255, 255, 0.12); }
    .theme-dark .sf-form-select select.sf-form-control + label + .select-items div {
      background-color: #212529; }
      .theme-dark .sf-form-select select.sf-form-control + label + .select-items div:hover {
        background-color: #4c6ef5; }
      .theme-dark .sf-form-select select.sf-form-control + label + .select-items div.same-as-selected {
        background-color: #4c6ef5;
        border-color: #4c6ef5;
        color: #ffffff; }
  .theme-dark .sf-form-select select.sf-form-control.active + label {
    border-color: #4c6ef5 !important; }
    .theme-dark .sf-form-select select.sf-form-control.active + label:after {
      border-color: #4c6ef5 !important; }
  .sf-form-select select.sf-form-control {
    display: none; }
    .sf-form-select select.sf-form-control:disabled + label {
      background-color: #e9ecef;
      border: 1px solid #e9ecef;
      cursor: default; }
      .sf-form-select select.sf-form-control:disabled + label:after {
        border-color: #868e96;
        transform: rotate(-45deg);
        top: calc(100% - 50% - 0.3rem) !important; }
    .sf-form-select select.sf-form-control:disabled ~ .select-items {
      display: none !important; }
  .sf-form-select select.sf-form-control-sm + .select-items div {
    padding: 0.65625rem 2.49375rem 0.65625rem 0.875rem; }
  .sf-form-select select.sf-form-control-sm + label {
    font-size: 0.875rem;
    padding: 0.65625rem 2.625rem 0.65625rem 0.875rem; }
    .sf-form-select select.sf-form-control-sm + label:after {
      top: calc(100% - 50% - .25rem);
      right: 1.25rem;
      width: .5rem;
      height: .5rem; }
    .sf-form-select select.sf-form-control-sm + label + .select-items {
      font-size: 0.875rem; }
      .sf-form-select select.sf-form-control-sm + label + .select-items div {
        font-size: 0.875rem; }
  .sf-form-select select.sf-form-control-lg + .select-items div {
    padding: 0.9375rem 3.5625rem 0.9375rem 1.25rem; }
  .sf-form-select select.sf-form-control-lg + label {
    font-size: 1.25rem;
    padding: 0.9375rem 3.75rem 0.9375rem 1.25rem; }
    .sf-form-select select.sf-form-control-lg + label:after {
      top: calc(100% - 50% - .35rem);
      right: 1.2rem;
      width: .7rem;
      height: .7rem; }
    .sf-form-select select.sf-form-control-lg + label + .select-items {
      font-size: 1.25rem; }
      .sf-form-select select.sf-form-control-lg + label + .select-items div {
        font-size: 1.25rem; }
  .sf-form-select label {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    color: #868e96;
    cursor: pointer;
    margin: 0;
    padding: 0.75rem 3rem 0.75rem 1rem;
    font-size: 1rem;
    box-sizing: border-box;
    outline: none; }
    .sf-form-select label:after {
      content: "";
      position: absolute;
      top: calc(100% - 50% - 0.3rem);
      right: 1.2rem;
      width: 0.6rem;
      height: 0.6rem;
      border: none;
      border-bottom: 2px solid #dee2e6;
      border-left: 2px solid #dee2e6;
      transform: rotate(-45deg);
      font-size: 1rem;
      box-sizing: border-box;
      outline: none;
      transition: transform 0.25s; }
    .sf-form-select label:hover {
      border: 1px solid #4c6ef5; }
      .sf-form-select label:hover:after {
        border-color: #4c6ef5; }
      .sf-form-select label:hover + .select-items {
        border-color: #4c6ef5; }
    .sf-form-select label.active {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border: 1px solid #4c6ef5; }
      .sf-form-select label.active:after {
        transform: rotate(135deg);
        top: calc(100% - 1.7rem); }
  .sf-form-select .select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-sizing: border-box;
    outline: none; }
    .sf-form-select .select-items:hover {
      border-color: #4c6ef5; }
    .sf-form-select .select-items.inactive {
      display: none; }
    .sf-form-select .select-items div {
      padding: 0.75rem 2.85rem 0.75rem 1rem;
      cursor: pointer;
      background-color: white;
      color: #868e96;
      top: 100%;
      font-size: 1rem;
      box-sizing: border-box;
      outline: none; }
      .sf-form-select .select-items div:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem; }
      .sf-form-select .select-items div:hover {
        background-color: #4c6ef5;
        border-color: #4c6ef5;
        color: #ffffff; }
      .sf-form-select .select-items div.active {
        background-color: #4c6ef5;
        border-color: #4c6ef5;
        color: #ffffff; }
      .sf-form-select .select-items div.same-as-selected {
        background-color: #4c6ef5;
        border-color: #4c6ef5;
        color: #ffffff; }
  .sf-form-select .prefix {
    position: absolute;
    top: 0;
    left: 1px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    padding: 1.25rem 1rem;
    color: #757575;
    transition: color 0.2s;
    box-sizing: border-box; }
    .sf-form-select .prefix.icon-sm {
      font-size: 0.875rem; }
    .sf-form-select .prefix.icon-lg {
      font-size: 1.25rem; }
    .sf-form-select .prefix + select.sf-form-control.sf-form-control-sm + label {
      padding: 0.65625rem 2.49375rem 0.65625rem 3.0625rem; }
    .sf-form-select .prefix + select.sf-form-control.sf-form-control-lg + label {
      padding: 0.9375rem 3.5625rem 0.9375rem 4.375rem; }
    .sf-form-select .prefix + select.sf-form-control + label {
      padding: 0.75rem 2.85rem 0.75rem 3.5rem; }

.sf-form-select:hover select.sf-form-control + label + .select-item:hover {
  border-color: #343a40; }

.sf-form-select:hover select.sf-form-control + label + .select-item div {
  border-color: #343a40; }

.sf-form-select.form-default select.activecolor + label {
  border-color: #343a40 !important; }
  .sf-form-select.form-default select.activecolor + label:after {
    border-color: #343a40 !important; }

.sf-form-select.form-default select.sf-form-control + label.active {
  border-color: #343a40; }
  .sf-form-select.form-default select.sf-form-control + label.active:after {
    border-color: #343a40; }

.sf-form-select.form-default select.sf-form-control + label:hover {
  border-color: #343a40; }
  .sf-form-select.form-default select.sf-form-control + label:hover:after {
    border-color: #343a40; }

.sf-form-select.form-default select.sf-form-control + label + .select-items {
  border-color: #343a40 !important; }
  .sf-form-select.form-default select.sf-form-control + label + .select-items div:hover {
    background-color: #343a40;
    border-color: #343a40; }
  .sf-form-select.form-default select.sf-form-control + label + .select-items div.active {
    background-color: #343a40;
    border-color: #343a40; }
  .sf-form-select.form-default select.sf-form-control + label + .select-items div.same-as-selected {
    background-color: #343a40;
    border-color: #343a40; }

.sf-form-select:hover select.sf-form-control + label + .select-item:hover {
  border-color: #4c6ef5; }

.sf-form-select:hover select.sf-form-control + label + .select-item div {
  border-color: #4c6ef5; }

.sf-form-select.form-primary select.activecolor + label {
  border-color: #4c6ef5 !important; }
  .sf-form-select.form-primary select.activecolor + label:after {
    border-color: #4c6ef5 !important; }

.sf-form-select.form-primary select.sf-form-control + label.active {
  border-color: #4c6ef5; }
  .sf-form-select.form-primary select.sf-form-control + label.active:after {
    border-color: #4c6ef5; }

.sf-form-select.form-primary select.sf-form-control + label:hover {
  border-color: #4c6ef5; }
  .sf-form-select.form-primary select.sf-form-control + label:hover:after {
    border-color: #4c6ef5; }

.sf-form-select.form-primary select.sf-form-control + label + .select-items {
  border-color: #4c6ef5 !important; }
  .sf-form-select.form-primary select.sf-form-control + label + .select-items div:hover {
    background-color: #4c6ef5;
    border-color: #4c6ef5; }
  .sf-form-select.form-primary select.sf-form-control + label + .select-items div.active {
    background-color: #4c6ef5;
    border-color: #4c6ef5; }
  .sf-form-select.form-primary select.sf-form-control + label + .select-items div.same-as-selected {
    background-color: #4c6ef5;
    border-color: #4c6ef5; }

.sf-form-select:hover select.sf-form-control + label + .select-item:hover {
  border-color: #e64980; }

.sf-form-select:hover select.sf-form-control + label + .select-item div {
  border-color: #e64980; }

.sf-form-select.form-secondary select.activecolor + label {
  border-color: #e64980 !important; }
  .sf-form-select.form-secondary select.activecolor + label:after {
    border-color: #e64980 !important; }

.sf-form-select.form-secondary select.sf-form-control + label.active {
  border-color: #e64980; }
  .sf-form-select.form-secondary select.sf-form-control + label.active:after {
    border-color: #e64980; }

.sf-form-select.form-secondary select.sf-form-control + label:hover {
  border-color: #e64980; }
  .sf-form-select.form-secondary select.sf-form-control + label:hover:after {
    border-color: #e64980; }

.sf-form-select.form-secondary select.sf-form-control + label + .select-items {
  border-color: #e64980 !important; }
  .sf-form-select.form-secondary select.sf-form-control + label + .select-items div:hover {
    background-color: #e64980;
    border-color: #e64980; }
  .sf-form-select.form-secondary select.sf-form-control + label + .select-items div.active {
    background-color: #e64980;
    border-color: #e64980; }
  .sf-form-select.form-secondary select.sf-form-control + label + .select-items div.same-as-selected {
    background-color: #e64980;
    border-color: #e64980; }

.sf-form-select:hover select.sf-form-control + label + .select-item:hover {
  border-color: #40c057; }

.sf-form-select:hover select.sf-form-control + label + .select-item div {
  border-color: #40c057; }

.sf-form-select.form-success select.activecolor + label {
  border-color: #40c057 !important; }
  .sf-form-select.form-success select.activecolor + label:after {
    border-color: #40c057 !important; }

.sf-form-select.form-success select.sf-form-control + label.active {
  border-color: #40c057; }
  .sf-form-select.form-success select.sf-form-control + label.active:after {
    border-color: #40c057; }

.sf-form-select.form-success select.sf-form-control + label:hover {
  border-color: #40c057; }
  .sf-form-select.form-success select.sf-form-control + label:hover:after {
    border-color: #40c057; }

.sf-form-select.form-success select.sf-form-control + label + .select-items {
  border-color: #40c057 !important; }
  .sf-form-select.form-success select.sf-form-control + label + .select-items div:hover {
    background-color: #40c057;
    border-color: #40c057; }
  .sf-form-select.form-success select.sf-form-control + label + .select-items div.active {
    background-color: #40c057;
    border-color: #40c057; }
  .sf-form-select.form-success select.sf-form-control + label + .select-items div.same-as-selected {
    background-color: #40c057;
    border-color: #40c057; }

.sf-form-select:hover select.sf-form-control + label + .select-item:hover {
  border-color: #228be6; }

.sf-form-select:hover select.sf-form-control + label + .select-item div {
  border-color: #228be6; }

.sf-form-select.form-info select.activecolor + label {
  border-color: #228be6 !important; }
  .sf-form-select.form-info select.activecolor + label:after {
    border-color: #228be6 !important; }

.sf-form-select.form-info select.sf-form-control + label.active {
  border-color: #228be6; }
  .sf-form-select.form-info select.sf-form-control + label.active:after {
    border-color: #228be6; }

.sf-form-select.form-info select.sf-form-control + label:hover {
  border-color: #228be6; }
  .sf-form-select.form-info select.sf-form-control + label:hover:after {
    border-color: #228be6; }

.sf-form-select.form-info select.sf-form-control + label + .select-items {
  border-color: #228be6 !important; }
  .sf-form-select.form-info select.sf-form-control + label + .select-items div:hover {
    background-color: #228be6;
    border-color: #228be6; }
  .sf-form-select.form-info select.sf-form-control + label + .select-items div.active {
    background-color: #228be6;
    border-color: #228be6; }
  .sf-form-select.form-info select.sf-form-control + label + .select-items div.same-as-selected {
    background-color: #228be6;
    border-color: #228be6; }

.sf-form-select:hover select.sf-form-control + label + .select-item:hover {
  border-color: #fd7e14; }

.sf-form-select:hover select.sf-form-control + label + .select-item div {
  border-color: #fd7e14; }

.sf-form-select.form-warning select.activecolor + label {
  border-color: #fd7e14 !important; }
  .sf-form-select.form-warning select.activecolor + label:after {
    border-color: #fd7e14 !important; }

.sf-form-select.form-warning select.sf-form-control + label.active {
  border-color: #fd7e14; }
  .sf-form-select.form-warning select.sf-form-control + label.active:after {
    border-color: #fd7e14; }

.sf-form-select.form-warning select.sf-form-control + label:hover {
  border-color: #fd7e14; }
  .sf-form-select.form-warning select.sf-form-control + label:hover:after {
    border-color: #fd7e14; }

.sf-form-select.form-warning select.sf-form-control + label + .select-items {
  border-color: #fd7e14 !important; }
  .sf-form-select.form-warning select.sf-form-control + label + .select-items div:hover {
    background-color: #fd7e14;
    border-color: #fd7e14; }
  .sf-form-select.form-warning select.sf-form-control + label + .select-items div.active {
    background-color: #fd7e14;
    border-color: #fd7e14; }
  .sf-form-select.form-warning select.sf-form-control + label + .select-items div.same-as-selected {
    background-color: #fd7e14;
    border-color: #fd7e14; }

.sf-form-select:hover select.sf-form-control + label + .select-item:hover {
  border-color: #fa5252; }

.sf-form-select:hover select.sf-form-control + label + .select-item div {
  border-color: #fa5252; }

.sf-form-select.form-danger select.activecolor + label {
  border-color: #fa5252 !important; }
  .sf-form-select.form-danger select.activecolor + label:after {
    border-color: #fa5252 !important; }

.sf-form-select.form-danger select.sf-form-control + label.active {
  border-color: #fa5252; }
  .sf-form-select.form-danger select.sf-form-control + label.active:after {
    border-color: #fa5252; }

.sf-form-select.form-danger select.sf-form-control + label:hover {
  border-color: #fa5252; }
  .sf-form-select.form-danger select.sf-form-control + label:hover:after {
    border-color: #fa5252; }

.sf-form-select.form-danger select.sf-form-control + label + .select-items {
  border-color: #fa5252 !important; }
  .sf-form-select.form-danger select.sf-form-control + label + .select-items div:hover {
    background-color: #fa5252;
    border-color: #fa5252; }
  .sf-form-select.form-danger select.sf-form-control + label + .select-items div.active {
    background-color: #fa5252;
    border-color: #fa5252; }
  .sf-form-select.form-danger select.sf-form-control + label + .select-items div.same-as-selected {
    background-color: #fa5252;
    border-color: #fa5252; }

.sf-form-check {
  position: relative;
  padding-left: 0;
  box-sizing: border-box;
  outline: none; }
  .sf-form-check .sf-form-check-input[type="radio"] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
    box-sizing: border-box;
    outline: none; }
    .sf-form-check .sf-form-check-input[type="radio"].sf-form-check-input-lg + label {
      font-size: 1.25rem;
      line-height: 1.875rem;
      padding-left: 2.75rem; }
      .sf-form-check .sf-form-check-input[type="radio"].sf-form-check-input-lg + label:before {
        width: 1.875rem;
        height: 1.875rem; }
      .sf-form-check .sf-form-check-input[type="radio"].sf-form-check-input-lg + label:after {
        top: 0.625rem;
        left: 0.625rem;
        padding: 0.3125rem; }
    .sf-form-check .sf-form-check-input[type="radio"].sf-form-check-input-sm + label {
      font-size: 0.875rem;
      line-height: 1.3125rem;
      padding-left: 2.1875rem; }
      .sf-form-check .sf-form-check-input[type="radio"].sf-form-check-input-sm + label:before {
        width: 1.3125rem;
        height: 1.3125rem; }
      .sf-form-check .sf-form-check-input[type="radio"].sf-form-check-input-sm + label:after {
        top: 0.4375rem;
        left: 0.4375rem;
        padding: 0.21875rem; }
    .sf-form-check .sf-form-check-input[type="radio"] + label {
      position: relative;
      padding-left: 2.375rem;
      cursor: pointer;
      display: inline-block;
      line-height: 1.5rem;
      font-size: 1rem;
      box-sizing: border-box;
      outline: none; }
      .sf-form-check .sf-form-check-input[type="radio"] + label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1.5rem;
        height: 1.5rem;
        border: 1px solid #f1f3f5;
        border-radius: 0.25rem;
        background-color: rgba(27, 31, 44, 0.12);
        margin: 0;
        transform: none;
        transition: none;
        border-radius: 100%;
        box-sizing: border-box;
        outline: none; }
      .sf-form-check .sf-form-check-input[type="radio"] + label:hover:before, .sf-form-check .sf-form-check-input[type="radio"] + label.focus:before {
        border-color: #4c6ef5; }
    .sf-form-check .sf-form-check-input[type="radio"] + label:after {
      content: "";
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
      padding: 0.25rem;
      background-color: #ffffff;
      border-radius: 50%;
      opacity: 0;
      margin: 0;
      border: none;
      transition: none;
      transform: none;
      z-index: 0;
      box-sizing: border-box;
      outline: none; }
    .sf-form-check .sf-form-check-input[type="radio"]:checked + label:before {
      background-color: #4c6ef5;
      border-color: #4c6ef5; }
    .sf-form-check .sf-form-check-input[type="radio"]:checked + label:after {
      opacity: 1; }
    .sf-form-check .sf-form-check-input[type="radio"]:checked:not(:disabled) + label:hover:before, .sf-form-check .sf-form-check-input[type="radio"]:checked:not(:disabled) + label:focus:before {
      background-color: #2268DD !important; }
    .sf-form-check .sf-form-check-input[type="radio"]:disabled:checked + label {
      cursor: default;
      color: rgba(27, 31, 44, 0.12); }
      .sf-form-check .sf-form-check-input[type="radio"]:disabled:checked + label:before {
        border-color: rgba(27, 31, 44, 0.12);
        background-color: #e9ecef; }
      .sf-form-check .sf-form-check-input[type="radio"]:disabled:checked + label:after {
        background-color: #ffffff; }
      .sf-form-check .sf-form-check-input[type="radio"]:disabled:checked + label:hover {
        color: rgba(27, 31, 44, 0.12); }
        .sf-form-check .sf-form-check-input[type="radio"]:disabled:checked + label:hover:before {
          border-color: rgba(27, 31, 44, 0.12); }
    .sf-form-check .sf-form-check-input[type="radio"]:disabled:not(:checked) + label {
      cursor: default;
      color: rgba(27, 31, 44, 0.12); }
      .sf-form-check .sf-form-check-input[type="radio"]:disabled:not(:checked) + label:before {
        border: 1px solid rgba(27, 31, 44, 0.12);
        margin-left: 0;
        margin-top: 0;
        background-color: #f1f3f5; }
      .sf-form-check .sf-form-check-input[type="radio"]:disabled:not(:checked) + label:hover {
        color: rgba(27, 31, 44, 0.12); }
        .sf-form-check .sf-form-check-input[type="radio"]:disabled:not(:checked) + label:hover:before {
          border: 1px solid rgba(27, 31, 44, 0.12); }

.sf-form-check {
  position: relative;
  padding-left: 0;
  box-sizing: border-box;
  outline: none; }
  .sf-form-check .sf-form-check-input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
    box-sizing: border-box;
    outline: none; }
    .sf-form-check .sf-form-check-input[type="checkbox"].sf-form-check-input-lg + label {
      font-size: 1.25rem;
      line-height: 1.875rem;
      padding-left: 2.75rem; }
      .sf-form-check .sf-form-check-input[type="checkbox"].sf-form-check-input-lg + label:before {
        width: 1.875rem;
        height: 1.875rem; }
      .sf-form-check .sf-form-check-input[type="checkbox"].sf-form-check-input-lg + label:after {
        top: 0.8125rem;
        left: 0.8125rem;
        width: 0.78125rem;
        height: 0.46875rem; }
    .sf-form-check .sf-form-check-input[type="checkbox"].sf-form-check-input-sm + label {
      font-size: 0.875rem;
      line-height: 1.3125rem;
      padding-left: 2.1875rem; }
      .sf-form-check .sf-form-check-input[type="checkbox"].sf-form-check-input-sm + label:before {
        width: 1.3125rem;
        height: 1.3125rem; }
      .sf-form-check .sf-form-check-input[type="checkbox"].sf-form-check-input-sm + label:after {
        top: 0.56875rem;
        left: 0.56875rem;
        width: 0.54688rem;
        height: 0.32813rem; }
    .sf-form-check .sf-form-check-input[type="checkbox"] + label {
      position: relative;
      padding-left: 2.375rem;
      cursor: pointer;
      display: inline-block;
      line-height: 1.5rem;
      font-size: 1rem;
      box-sizing: border-box;
      outline: none; }
      .sf-form-check .sf-form-check-input[type="checkbox"] + label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 0.25rem;
        margin-top: 0;
        background-color: #f1f3f5;
        border: 1px solid rgba(27, 31, 44, 0.12);
        transform: none;
        transition: none;
        box-sizing: border-box;
        outline: none; }
      .sf-form-check .sf-form-check-input[type="checkbox"] + label:hover:before, .sf-form-check .sf-form-check-input[type="checkbox"] + label.focus:before {
        border-color: #4c6ef5; }
    .sf-form-check .sf-form-check-input[type="checkbox"] + label:after {
      content: "";
      position: absolute;
      top: 0.65rem;
      left: 0.65rem;
      width: 0.625rem;
      height: 0.375rem;
      border: 0;
      border-bottom-width: 0.125rem;
      border-left-width: 0.125rem;
      border-style: solid;
      border-color: #ffffff;
      transform-origin: 0 100%;
      transform: rotate(-45deg);
      opacity: 0;
      box-sizing: border-box;
      outline: none; }
    .sf-form-check .sf-form-check-input[type="checkbox"]:checked + label:before {
      background-color: #4c6ef5;
      border-color: #4c6ef5; }
    .sf-form-check .sf-form-check-input[type="checkbox"]:checked + label:after {
      opacity: 1; }
    .sf-form-check .sf-form-check-input[type="checkbox"]:checked:not(:disabled) + label:hover:before, .sf-form-check .sf-form-check-input[type="checkbox"]:checked:not(:disabled) + label:focus:before {
      background-color: #2268DD !important; }
    .sf-form-check .sf-form-check-input[type="checkbox"]:disabled:checked + label {
      cursor: default;
      color: rgba(27, 31, 44, 0.12); }
      .sf-form-check .sf-form-check-input[type="checkbox"]:disabled:checked + label:before {
        border-color: rgba(27, 31, 44, 0.12);
        background-color: #e9ecef; }
      .sf-form-check .sf-form-check-input[type="checkbox"]:disabled:checked + label:hover {
        color: rgba(27, 31, 44, 0.12); }
        .sf-form-check .sf-form-check-input[type="checkbox"]:disabled:checked + label:hover:before {
          border-color: rgba(27, 31, 44, 0.12); }
    .sf-form-check .sf-form-check-input[type="checkbox"]:disabled:not(:checked) + label {
      cursor: default;
      color: rgba(27, 31, 44, 0.12); }
      .sf-form-check .sf-form-check-input[type="checkbox"]:disabled:not(:checked) + label:before {
        border: 1px solid rgba(27, 31, 44, 0.12);
        margin-left: 0;
        margin-top: 0;
        background-color: #f1f3f5; }
      .sf-form-check .sf-form-check-input[type="checkbox"]:disabled:not(:checked) + label:hover {
        color: rgba(27, 31, 44, 0.12); }
        .sf-form-check .sf-form-check-input[type="checkbox"]:disabled:not(:checked) + label:hover:before {
          border: 1px solid rgba(27, 31, 44, 0.12); }

.sf-form input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2; }
  .sf-form input[type=file]::-webkit-file-upload-button {
    display: none; }
  .sf-form input[type=file]:hover:not([disabled]) + .sf-form-control {
    border: 1px solid #adb5bd;
    cursor: pointer; }

.sf-form-switch {
  position: relative;
  display: flex;
  box-sizing: border-box;
  outline: none; }
  .sf-form-switch input[type="checkbox"].sf-form-switch-input {
    position: absolute;
    left: -9999px;
    visibility: hidden;
    box-sizing: border-box;
    outline: none; }
    .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked:disabled + label:before {
      background-color: #e9ecef; }
    .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:after {
      margin-left: 1.5rem;
      background-color: #ffffff; }
    .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked + label:before {
      background-color: #4c6ef5;
      border-color: #4c6ef5; }
    .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked:not(:disabled) + label:hover:before, .sf-form-switch input[type="checkbox"].sf-form-switch-input:checked:not(:disabled) + label:focus:before {
      background-color: #2268DD !important; }
    .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label {
      color: rgba(27, 31, 44, 0.12);
      cursor: default; }
      .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:before {
        background-color: #e9ecef; }
      .sf-form-switch input[type="checkbox"].sf-form-switch-input:disabled + label:hover:before {
        border-color: rgba(27, 31, 44, 0.12); }
    .sf-form-switch input[type="checkbox"].sf-form-switch-input.sf-form-switch-input-sm + label {
      font-size: 0.875rem;
      min-width: calc(1.3125rem * 2);
      height: 1.3125rem;
      line-height: 1.3125rem;
      text-indent: calc(calc(1.3125rem * 2) + .5rem); }
    .sf-form-switch input[type="checkbox"].sf-form-switch-input.sf-form-switch-input-sm + label::before {
      width: calc(1.3125rem * 2); }
    .sf-form-switch input[type="checkbox"].sf-form-switch-input.sf-form-switch-input-sm + label::after {
      width: 17px;
      height: 17px; }
    .sf-form-switch input[type="checkbox"].sf-form-switch-input.sf-form-switch-input-sm:checked + label::after {
      margin-left: 1.3125rem; }
    .sf-form-switch input[type="checkbox"].sf-form-switch-input.sf-form-switch-input-lg + label {
      font-size: 1.25rem;
      min-width: calc(1.875rem * 2);
      height: 1.875rem;
      line-height: 1.875rem;
      text-indent: calc(calc(1.875rem * 2) + .5rem); }
    .sf-form-switch input[type="checkbox"].sf-form-switch-input.sf-form-switch-input-lg + label::before {
      width: calc(1.875rem * 2); }
    .sf-form-switch input[type="checkbox"].sf-form-switch-input.sf-form-switch-input-lg + label::after {
      width: 25px;
      height: 25px; }
    .sf-form-switch input[type="checkbox"].sf-form-switch-input.sf-form-switch-input-lg:checked + label::after {
      margin-left: 1.875rem; }
    .sf-form-switch input[type="checkbox"].sf-form-switch-input + label {
      position: relative;
      min-width: calc(1.5rem * 2);
      border-radius: 1.5rem;
      height: 1.5rem;
      line-height: 1.5rem;
      display: inline-block;
      cursor: pointer;
      outline: none;
      user-select: none;
      vertical-align: middle;
      text-indent: calc(calc(1.5rem * 2) + .5rem);
      margin-bottom: 0;
      box-sizing: border-box;
      outline: none; }
      .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before, .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: calc(1.5rem * 2);
        bottom: 0;
        display: block; }
      .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:before {
        right: 0;
        background-color: #f1f3f5;
        border-radius: 1.5rem;
        transition: .2s all;
        border: 1px solid rgba(27, 31, 44, 0.38);
        box-sizing: border-box;
        outline: none; }
      .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:after {
        top: 0.15em;
        left: 0.15em;
        width: calc(1.5rem - calc(0.15em * 2));
        height: calc(1.5rem - calc(0.15em * 2));
        border-radius: 50%;
        background-color: #dee2e6;
        transition: .2s all;
        box-sizing: border-box;
        outline: none; }
      .sf-form-switch input[type="checkbox"].sf-form-switch-input + label:hover:before {
        border-color: #4c6ef5; }
      .sf-form-switch input[type="checkbox"].sf-form-switch-input + label.hover:before {
        border-color: #4c6ef5; }

.sf-form-range {
  box-sizing: border-box;
  outline: none; }
  .sf-form-range input[type="range"].sf-form-range-input {
    position: absolute;
    left: -9999px;
    visibility: hidden;
    box-sizing: border-box;
    outline: none; }
    .sf-form-range input[type="range"].sf-form-range-input.hover + .axis {
      background-color: rgba(27, 31, 44, 0.05); }
      .sf-form-range input[type="range"].sf-form-range-input.hover + .axis .axis-segment {
        background-color: rgba(76, 110, 245, 0.6); }
    .sf-form-range input[type="range"].sf-form-range-input + .axis {
      display: block;
      position: relative;
      width: 100%;
      height: 0.5rem;
      background-color: #e9ecef;
      cursor: pointer;
      box-sizing: border-box;
      outline: none; }
      .sf-form-range input[type="range"].sf-form-range-input + .axis:hover {
        background-color: rgba(27, 31, 44, 0.05); }
        .sf-form-range input[type="range"].sf-form-range-input + .axis:hover .axis-segment {
          background-color: rgba(76, 110, 245, 0.6); }
      .sf-form-range input[type="range"].sf-form-range-input + .axis .axis-segment {
        display: block;
        position: absolute;
        width: 0;
        height: 100%;
        user-select: none;
        z-index: 1;
        background-color: #dee2e6;
        box-sizing: border-box;
        outline: none; }
      .sf-form-range input[type="range"].sf-form-range-input + .axis .axis-pin {
        cursor: pointer;
        position: absolute;
        top: -0.5rem;
        left: 0;
        width: 1.5rem;
        height: 1.5rem;
        margin-left: -0.5rem;
        border-radius: 50%;
        transition: all .2s ease;
        user-select: none;
        z-index: 2;
        background-color: #4c6ef5;
        box-sizing: border-box;
        outline: none; }
        .sf-form-range input[type="range"].sf-form-range-input + .axis .axis-pin:hover {
          background-color: #2268DD; }
        .sf-form-range input[type="range"].sf-form-range-input + .axis .axis-pin .axis-count {
          display: none; }
        .sf-form-range input[type="range"].sf-form-range-input + .axis .axis-pin.is-active .axis-count {
          display: flex; }
    .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis {
      background-color: #e9ecef; }
      .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-segment,
      .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin {
        cursor: default;
        background-color: #dde1e6;
        /*.axis-count { display: none;}*/
        /*&.is-active {
            //top: calc(calc(-1.5em + 0.5em) / 2);
            //width: $heigthWidthPin;
            //height: $heigthWidthPin;
            //margin-left: calc(calc(-1.5em + 0.5em) / 2);

            &.axis-count {
              display: none;
              //border-radius: 50%;
              //transform: none;
            }
          }*/ }
      .sf-form-range input[type="range"].sf-form-range-input:disabled + .axis .axis-pin:active {
        box-shadow: none !important;
        transform: scale(1) !important; }
    .sf-form-range input[type="range"].sf-form-range-input.sf-form-range-input-lg + .axis {
      height: 0.625rem; }
      .sf-form-range input[type="range"].sf-form-range-input.sf-form-range-input-lg + .axis .axis-pin {
        top: -0.625rem;
        width: 1.875rem;
        height: 1.875rem;
        margin-left: -0.625rem; }
    .sf-form-range input[type="range"].sf-form-range-input.sf-form-range-input-sm + .axis {
      height: 0.4375rem; }
      .sf-form-range input[type="range"].sf-form-range-input.sf-form-range-input-sm + .axis .axis-pin {
        top: -0.4375rem;
        width: 1.3125rem;
        height: 1.3125rem;
        margin-left: -0.4375rem; }

.sf-form-range.range-scale .axis-pin:active {
  transform: scale(1.4); }

.sf-form-range.range-shadow .axis-pin:active {
  box-shadow: 0 0 0 0.6em rgba(76, 110, 245, 0.26); }

.sf-form-range.range-led input[type="range"].sf-form-range-input.sf-form-range-input-lg + .axis .axis-pin .axis-count {
  top: -1.25rem;
  left: 0.625rem;
  padding: 0.78125rem; }
  .sf-form-range.range-led input[type="range"].sf-form-range-input.sf-form-range-input-lg + .axis .axis-pin .axis-count span {
    font-size: 0.9375rem; }

.sf-form-range.range-led input[type="range"].sf-form-range-input.sf-form-range-input-lg + .axis .axis-pin.is-active .axis-count {
  border-radius: 1.875rem 1.875rem 1.875rem 0;
  transform: rotate(-45deg) translate(1.875rem, -2rem); }

.sf-form-range.range-led input[type="range"].sf-form-range-input.sf-form-range-input-sm + .axis .axis-pin .axis-count {
  top: -0.875rem;
  left: 0.4375rem;
  padding: 0.54688rem; }
  .sf-form-range.range-led input[type="range"].sf-form-range-input.sf-form-range-input-sm + .axis .axis-pin .axis-count span {
    font-size: 0.65625rem; }

.sf-form-range.range-led input[type="range"].sf-form-range-input.sf-form-range-input-sm + .axis .axis-pin.is-active .axis-count {
  border-radius: 1.3125rem 1.3125rem 1.3125rem 0;
  transform: rotate(-45deg) translate(1.3125rem, -1.4rem); }

.sf-form-range.range-led input[type="range"].sf-form-range-input + .axis .axis-pin {
  position: relative;
  z-index: 1; }
  .sf-form-range.range-led input[type="range"].sf-form-range-input + .axis .axis-pin .axis-count {
    position: absolute;
    top: -1rem;
    left: 0.5rem;
    padding: 0.625rem;
    transform-origin: 50% 100%;
    border-radius: 50%;
    transform: scale(0.5) rotate(-45deg);
    transition: all .2s ease;
    display: none;
    align-items: center;
    justify-content: center; }
    .sf-form-range.range-led input[type="range"].sf-form-range-input + .axis .axis-pin .axis-count span {
      width: 100%;
      color: #ffffff;
      font-size: 0.75rem;
      text-align: center;
      transform: rotate(45deg);
      opacity: 0;
      user-select: none; }
  .sf-form-range.range-led input[type="range"].sf-form-range-input + .axis .axis-pin.is-active {
    margin-left: -0.125em;
    /*width: 0;
              height: 0;*/ }
    .sf-form-range.range-led input[type="range"].sf-form-range-input + .axis .axis-pin.is-active .axis-count {
      border-radius: 1.5rem 1.5rem 1.5rem 0;
      transform: rotate(-45deg) translate(1.5rem, -1.6rem);
      background-color: #4c6ef5;
      display: flex; }
      .sf-form-range.range-led input[type="range"].sf-form-range-input + .axis .axis-pin.is-active .axis-count span {
        opacity: 1; }

.form-check {
  position: relative;
  padding-left: 0; }
  .form-check .form-check-input[type="checkbox"] ~ label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #dde1e6;
    border-radius: 0.25rem;
    background-color: #f4f7fb;
    margin-top: 0;
    transform: none;
    transition: none; }
  .form-check .form-check-input[type="checkbox"] ~ label:hover:before, .form-check .form-check-input[type="checkbox"] ~ label.focus:before {
    border-color: #4c6ef5; }
  .form-check .form-check-input[type="checkbox"] ~ label:after {
    content: "";
    position: absolute;
    top: 0.65rem;
    left: 0.65rem;
    width: 0.625rem;
    height: 0.375rem;
    border: 0;
    border-bottom-width: 0.125rem;
    border-left-width: 0.125rem;
    border-style: solid;
    border-color: white;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
    opacity: 0; }
  .form-check .form-check-input[type="checkbox"]:checked ~ label:before {
    background-color: #4c6ef5;
    border-color: #4c6ef5; }
  .form-check .form-check-input[type="checkbox"]:checked ~ label:after {
    opacity: 1; }
  .form-check .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:hover:before, .form-check .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #2268DD !important; }
  .form-check .form-check-input[type="checkbox"]:disabled:checked ~ label {
    cursor: default;
    color: #848e99; }
    .form-check .form-check-input[type="checkbox"]:disabled:checked ~ label:before {
      border-color: #dde1e6;
      background-color: #dde1e6; }
    .form-check .form-check-input[type="checkbox"]:disabled:checked ~ label:hover {
      color: #848e99; }
      .form-check .form-check-input[type="checkbox"]:disabled:checked ~ label:hover:before {
        border-color: #dde1e6; }
  .form-check .form-check-input[type="checkbox"]:disabled:not(:checked) ~ label {
    cursor: default;
    color: #848e99; }
    .form-check .form-check-input[type="checkbox"]:disabled:not(:checked) ~ label:before {
      border: 1px solid #dde1e6;
      margin-left: 0;
      margin-top: 0;
      background-color: #f4f7fb; }
    .form-check .form-check-input[type="checkbox"]:disabled:not(:checked) ~ label:hover {
      color: #848e99; }
      .form-check .form-check-input[type="checkbox"]:disabled:not(:checked) ~ label:hover:before {
        border: 1px solid #dde1e6; }
  .form-check.check-default .form-check-input[type="checkbox"] ~ label:hover:before, .form-check.check-default .form-check-input[type="checkbox"] ~ label.focus:before {
    border-color: #343a40 !important; }
  .form-check.check-default .form-check-input[type="checkbox"]:checked ~ label:before {
    background-color: #343a40 !important;
    border-color: #343a40 !important; }
  .form-check.check-default .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:hover:before, .form-check.check-default .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #15252D !important; }
  .form-check.check-primary .form-check-input[type="checkbox"] ~ label:hover:before, .form-check.check-primary .form-check-input[type="checkbox"] ~ label.focus:before {
    border-color: #4c6ef5 !important; }
  .form-check.check-primary .form-check-input[type="checkbox"]:checked ~ label:before {
    background-color: #4c6ef5 !important;
    border-color: #4c6ef5 !important; }
  .form-check.check-primary .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:hover:before, .form-check.check-primary .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #2268DD !important; }
  .form-check.check-secondary .form-check-input[type="checkbox"] ~ label:hover:before, .form-check.check-secondary .form-check-input[type="checkbox"] ~ label.focus:before {
    border-color: #e64980 !important; }
  .form-check.check-secondary .form-check-input[type="checkbox"]:checked ~ label:before {
    background-color: #e64980 !important;
    border-color: #e64980 !important; }
  .form-check.check-secondary .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:hover:before, .form-check.check-secondary .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #A30020 !important; }
  .form-check.check-success .form-check-input[type="checkbox"] ~ label:hover:before, .form-check.check-success .form-check-input[type="checkbox"] ~ label.focus:before {
    border-color: #40c057 !important; }
  .form-check.check-success .form-check-input[type="checkbox"]:checked ~ label:before {
    background-color: #40c057 !important;
    border-color: #40c057 !important; }
  .form-check.check-success .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:hover:before, .form-check.check-success .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #2A8D30 !important; }
  .form-check.check-info .form-check-input[type="checkbox"] ~ label:hover:before, .form-check.check-info .form-check-input[type="checkbox"] ~ label.focus:before {
    border-color: #228be6 !important; }
  .form-check.check-info .form-check-input[type="checkbox"]:checked ~ label:before {
    background-color: #228be6 !important;
    border-color: #228be6 !important; }
  .form-check.check-info .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:hover:before, .form-check.check-info .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #0287D2 !important; }
  .form-check.check-warning .form-check-input[type="checkbox"] ~ label:hover:before, .form-check.check-warning .form-check-input[type="checkbox"] ~ label.focus:before {
    border-color: #fd7e14 !important; }
  .form-check.check-warning .form-check-input[type="checkbox"]:checked ~ label:before {
    background-color: #fd7e14 !important;
    border-color: #fd7e14 !important; }
  .form-check.check-warning .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:hover:before, .form-check.check-warning .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #DD9200 !important; }
  .form-check.check-danger .form-check-input[type="checkbox"] ~ label:hover:before, .form-check.check-danger .form-check-input[type="checkbox"] ~ label.focus:before {
    border-color: #fa5252 !important; }
  .form-check.check-danger .form-check-input[type="checkbox"]:checked ~ label:before {
    background-color: #fa5252 !important;
    border-color: #fa5252 !important; }
  .form-check.check-danger .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:hover:before, .form-check.check-danger .form-check-input[type="checkbox"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #D22114 !important; }

.form-check .form-check-input[type="checkbox"], .form-check .form-check-input[type="radio"] {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

.form-check .form-check-input[type="checkbox"] ~ label, .form-check .form-check-input[type="radio"] ~ label {
  position: relative;
  padding-left: 2.19rem;
  cursor: pointer;
  display: inline-block;
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 1rem; }

.form-check {
  position: relative;
  padding-left: 0; }
  .form-check .form-check-input[type="radio"] ~ label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #dde1e6;
    border-radius: 0.25rem;
    background-color: #f4f7fb;
    margin: 0;
    transform: none;
    transition: none;
    border-radius: 100%; }
  .form-check .form-check-input[type="radio"] ~ label:hover:before, .form-check .form-check-input[type="radio"] ~ label.focus:before {
    border-color: #4c6ef5; }
  .form-check .form-check-input[type="radio"] ~ label:after {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: white;
    border-radius: 50%;
    opacity: 0;
    margin: 0;
    border: none;
    transition: none;
    transform: none;
    z-index: none; }
  .form-check .form-check-input[type="radio"]:checked ~ label:before {
    background-color: #4c6ef5;
    border-color: #4c6ef5; }
  .form-check .form-check-input[type="radio"]:checked ~ label:after {
    opacity: 1; }
  .form-check .form-check-input[type="radio"]:checked:not(:disabled) ~ label:hover:before, .form-check .form-check-input[type="radio"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #2268DD !important; }
  .form-check .form-check-input[type="radio"]:disabled:checked ~ label {
    cursor: default;
    color: #848e99; }
    .form-check .form-check-input[type="radio"]:disabled:checked ~ label:before {
      border-color: #dde1e6;
      background-color: #dde1e6; }
    .form-check .form-check-input[type="radio"]:disabled:checked ~ label:after {
      background-color: #FFFFFF; }
    .form-check .form-check-input[type="radio"]:disabled:checked ~ label:hover {
      color: #848e99; }
      .form-check .form-check-input[type="radio"]:disabled:checked ~ label:hover:before {
        border-color: #dde1e6 !important; }
  .form-check .form-check-input[type="radio"]:disabled:not(:checked) ~ label {
    cursor: default;
    color: #848e99; }
    .form-check .form-check-input[type="radio"]:disabled:not(:checked) ~ label:before {
      border: 1px solid #dde1e6;
      margin-left: 0;
      margin-top: 0;
      background-color: #f4f7fb; }
    .form-check .form-check-input[type="radio"]:disabled:not(:checked) ~ label:hover {
      color: #848e99; }
      .form-check .form-check-input[type="radio"]:disabled:not(:checked) ~ label:hover:before {
        border: 1px solid #dde1e6; }
  .form-check.check-default .form-check-input[type="radio"] ~ label:hover:before, .form-check.check-default .form-check-input[type="radio"] ~ label.focus:before {
    border-color: #343a40 !important; }
  .form-check.check-default .form-check-input[type="radio"]:checked ~ label:before {
    background-color: #343a40 !important;
    border-color: #343a40 !important; }
  .form-check.check-default .form-check-input[type="radio"]:checked:not(:disabled) ~ label:hover:before, .form-check.check-default .form-check-input[type="radio"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #15252D !important; }
  .form-check.check-primary .form-check-input[type="radio"] ~ label:hover:before, .form-check.check-primary .form-check-input[type="radio"] ~ label.focus:before {
    border-color: #4c6ef5 !important; }
  .form-check.check-primary .form-check-input[type="radio"]:checked ~ label:before {
    background-color: #4c6ef5 !important;
    border-color: #4c6ef5 !important; }
  .form-check.check-primary .form-check-input[type="radio"]:checked:not(:disabled) ~ label:hover:before, .form-check.check-primary .form-check-input[type="radio"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #2268DD !important; }
  .form-check.check-secondary .form-check-input[type="radio"] ~ label:hover:before, .form-check.check-secondary .form-check-input[type="radio"] ~ label.focus:before {
    border-color: #e64980 !important; }
  .form-check.check-secondary .form-check-input[type="radio"]:checked ~ label:before {
    background-color: #e64980 !important;
    border-color: #e64980 !important; }
  .form-check.check-secondary .form-check-input[type="radio"]:checked:not(:disabled) ~ label:hover:before, .form-check.check-secondary .form-check-input[type="radio"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #A30020 !important; }
  .form-check.check-success .form-check-input[type="radio"] ~ label:hover:before, .form-check.check-success .form-check-input[type="radio"] ~ label.focus:before {
    border-color: #40c057 !important; }
  .form-check.check-success .form-check-input[type="radio"]:checked ~ label:before {
    background-color: #40c057 !important;
    border-color: #40c057 !important; }
  .form-check.check-success .form-check-input[type="radio"]:checked:not(:disabled) ~ label:hover:before, .form-check.check-success .form-check-input[type="radio"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #2A8D30 !important; }
  .form-check.check-info .form-check-input[type="radio"] ~ label:hover:before, .form-check.check-info .form-check-input[type="radio"] ~ label.focus:before {
    border-color: #228be6 !important; }
  .form-check.check-info .form-check-input[type="radio"]:checked ~ label:before {
    background-color: #228be6 !important;
    border-color: #228be6 !important; }
  .form-check.check-info .form-check-input[type="radio"]:checked:not(:disabled) ~ label:hover:before, .form-check.check-info .form-check-input[type="radio"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #0287D2 !important; }
  .form-check.check-warning .form-check-input[type="radio"] ~ label:hover:before, .form-check.check-warning .form-check-input[type="radio"] ~ label.focus:before {
    border-color: #fd7e14 !important; }
  .form-check.check-warning .form-check-input[type="radio"]:checked ~ label:before {
    background-color: #fd7e14 !important;
    border-color: #fd7e14 !important; }
  .form-check.check-warning .form-check-input[type="radio"]:checked:not(:disabled) ~ label:hover:before, .form-check.check-warning .form-check-input[type="radio"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #DD9200 !important; }
  .form-check.check-danger .form-check-input[type="radio"] ~ label:hover:before, .form-check.check-danger .form-check-input[type="radio"] ~ label.focus:before {
    border-color: #fa5252 !important; }
  .form-check.check-danger .form-check-input[type="radio"]:checked ~ label:before {
    background-color: #fa5252 !important;
    border-color: #fa5252 !important; }
  .form-check.check-danger .form-check-input[type="radio"]:checked:not(:disabled) ~ label:hover:before, .form-check.check-danger .form-check-input[type="radio"]:checked:not(:disabled) ~ label:focus:before {
    background-color: #D22114 !important; }

/*$theme-colors: (
  'primary': #08d
);*/
.sf-switch {
  position: relative;
  display: flex;
  /*
  // Small variation
  &.switch-sm {
    font-size: $font-size-sm;

    input {
      + label {
        min-width: calc(1.3125rem * 2);
        height: $switch-height-sm;
        line-height: $switch-height-sm;
        text-indent: calc(calc(1.3125rem * 2) + .5rem);
      }

      + label::before {
        width: calc(1.3125rem * 2);
      }

      + label::after {
        width: calc(1.3125rem - calc(2px * 2));
        height: calc(1.3125rem - calc(2px * 2));
      }

      &:checked + label::after {
        margin-left: $switch-height-sm;
      }
    }
  }

  // Large variation
  &.switch-lg {
    font-size: $font-size-lg;

    input {
      + label {
        min-width: calc(1.875rem * 2);
        height: $switch-height-lg;
        line-height: $switch-height-lg;
        text-indent: calc(calc(1.875rem * 2) + .5rem);
      }

      + label::before {
        width: calc(1.875rem * 2);
      }

      + label::after {
        width: calc(1.875rem - calc(2px * 2));
        height: calc(1.875rem - calc(2px * 2));
      }

      &:checked + label::after {
        margin-left: $switch-height-lg;
      }
    }
  }

  + .switch {
    margin-left: 1rem;
  }
*/ }
  .sf-switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0; }
    .sf-switch input + label {
      position: relative;
      min-width: calc(1.5rem * 2);
      border-radius: 1.5rem;
      height: 1.5rem;
      line-height: 1.5rem;
      display: inline-block;
      cursor: pointer;
      outline: none;
      user-select: none;
      vertical-align: middle;
      text-indent: calc(calc(1.5rem * 2) + .5rem);
      margin-bottom: 0; }
      .sf-switch input + label.hover:before {
        border-color: #4c6ef5; }
    .sf-switch input + label:hover:before {
      border-color: #4c6ef5; }
    .sf-switch input:checked + label::before {
      border-color: #4c6ef5; }
    .sf-switch input + label::before,
    .sf-switch input + label::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(1.5rem * 2);
      bottom: 0;
      display: block; }
    .sf-switch input + label::before {
      right: 0;
      background-color: #f4f7fb;
      border-radius: 1.5rem;
      transition: .2s all;
      border: 1px solid #dde1e6; }
    .sf-switch input + label::after {
      top: 0.15em;
      left: 0.15em;
      width: calc(1.5rem - calc(0.15em * 2));
      height: calc(1.5rem - calc(0.15em * 2));
      border-radius: 50%;
      background-color: #dde1e6;
      transition: .2s all; }
    .sf-switch input:checked + label:before {
      background-color: #4c6ef5;
      border-color: #4c6ef5; }
    .sf-switch input:checked:not(:disabled) + label:hover:before, .sf-switch input:checked:not(:disabled) + label:focus:before {
      background-color: #2268DD !important; }
    .sf-switch input:checked + label::after {
      margin-left: 1.5rem;
      background-color: #ffffff; }
    .sf-switch input:focus + label::before {
      outline: none; }
    .sf-switch input:disabled + label {
      color: #868e96;
      cursor: default; }
      .sf-switch input:disabled + label:hover:before {
        border-color: #dde1e6; }
    .sf-switch input:checked:disabled + label:before {
      background-color: #dde1e6;
      border-color: #dde1e6; }
    .sf-switch input:disabled + label::before {
      background-color: #f4f7fb; }
  .sf-switch.switch-default input[type="checkbox"] + label:hover:before, .sf-switch.switch-default input[type="checkbox"] + label.focus:before {
    border-color: #343a40 !important; }
  .sf-switch.switch-default input[type="checkbox"]:checked + label:before {
    background-color: #343a40 !important;
    border-color: #343a40 !important; }
  .sf-switch.switch-default input[type="checkbox"]:checked:not(:disabled) + label:hover:before, .sf-switch.switch-default input[type="checkbox"]:checked:not(:disabled) + label:focus:before {
    background-color: #15252D !important; }
  .sf-switch.switch-primary input[type="checkbox"] + label:hover:before, .sf-switch.switch-primary input[type="checkbox"] + label.focus:before {
    border-color: #4c6ef5 !important; }
  .sf-switch.switch-primary input[type="checkbox"]:checked + label:before {
    background-color: #4c6ef5 !important;
    border-color: #4c6ef5 !important; }
  .sf-switch.switch-primary input[type="checkbox"]:checked:not(:disabled) + label:hover:before, .sf-switch.switch-primary input[type="checkbox"]:checked:not(:disabled) + label:focus:before {
    background-color: #2268DD !important; }
  .sf-switch.switch-secondary input[type="checkbox"] + label:hover:before, .sf-switch.switch-secondary input[type="checkbox"] + label.focus:before {
    border-color: #e64980 !important; }
  .sf-switch.switch-secondary input[type="checkbox"]:checked + label:before {
    background-color: #e64980 !important;
    border-color: #e64980 !important; }
  .sf-switch.switch-secondary input[type="checkbox"]:checked:not(:disabled) + label:hover:before, .sf-switch.switch-secondary input[type="checkbox"]:checked:not(:disabled) + label:focus:before {
    background-color: #A30020 !important; }
  .sf-switch.switch-success input[type="checkbox"] + label:hover:before, .sf-switch.switch-success input[type="checkbox"] + label.focus:before {
    border-color: #40c057 !important; }
  .sf-switch.switch-success input[type="checkbox"]:checked + label:before {
    background-color: #40c057 !important;
    border-color: #40c057 !important; }
  .sf-switch.switch-success input[type="checkbox"]:checked:not(:disabled) + label:hover:before, .sf-switch.switch-success input[type="checkbox"]:checked:not(:disabled) + label:focus:before {
    background-color: #2A8D30 !important; }
  .sf-switch.switch-info input[type="checkbox"] + label:hover:before, .sf-switch.switch-info input[type="checkbox"] + label.focus:before {
    border-color: #228be6 !important; }
  .sf-switch.switch-info input[type="checkbox"]:checked + label:before {
    background-color: #228be6 !important;
    border-color: #228be6 !important; }
  .sf-switch.switch-info input[type="checkbox"]:checked:not(:disabled) + label:hover:before, .sf-switch.switch-info input[type="checkbox"]:checked:not(:disabled) + label:focus:before {
    background-color: #0287D2 !important; }
  .sf-switch.switch-warning input[type="checkbox"] + label:hover:before, .sf-switch.switch-warning input[type="checkbox"] + label.focus:before {
    border-color: #fd7e14 !important; }
  .sf-switch.switch-warning input[type="checkbox"]:checked + label:before {
    background-color: #fd7e14 !important;
    border-color: #fd7e14 !important; }
  .sf-switch.switch-warning input[type="checkbox"]:checked:not(:disabled) + label:hover:before, .sf-switch.switch-warning input[type="checkbox"]:checked:not(:disabled) + label:focus:before {
    background-color: #DD9200 !important; }
  .sf-switch.switch-danger input[type="checkbox"] + label:hover:before, .sf-switch.switch-danger input[type="checkbox"] + label.focus:before {
    border-color: #fa5252 !important; }
  .sf-switch.switch-danger input[type="checkbox"]:checked + label:before {
    background-color: #fa5252 !important;
    border-color: #fa5252 !important; }
  .sf-switch.switch-danger input[type="checkbox"]:checked:not(:disabled) + label:hover:before, .sf-switch.switch-danger input[type="checkbox"]:checked:not(:disabled) + label:focus:before {
    background-color: #D22114 !important; }

.form-group input[type="range"] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0; }
  .form-group input[type="range"].hover + .axis {
    background-color: #cfdced; }
    .form-group input[type="range"].hover + .axis .axis-segment {
      background-color: rgba(76, 110, 245, 0.6); }
  .form-group input[type="range"] + .axis {
    display: block;
    position: relative;
    width: 100%;
    height: 0.5em;
    background-color: #f4f7fb;
    cursor: pointer; }
    .form-group input[type="range"] + .axis:hover {
      background-color: #cfdced; }
      .form-group input[type="range"] + .axis:hover .axis-segment {
        background-color: rgba(76, 110, 245, 0.6); }
    .form-group input[type="range"] + .axis .axis-segment {
      display: block;
      position: absolute;
      width: 0%;
      height: 100%;
      user-select: none;
      z-index: 1;
      background-color: #dde1e6; }
    .form-group input[type="range"] + .axis .axis-pin {
      cursor: pointer;
      position: absolute;
      top: calc(calc(-1.5em + 0.5em) / 2);
      left: 0%;
      width: 1.5em;
      height: 1.5em;
      margin-left: calc(calc(-1.5em + 0.5em) / 2);
      border-radius: 50%;
      transition: all .2s ease;
      user-select: none;
      z-index: 2;
      background-color: #4c6ef5; }
      .form-group input[type="range"] + .axis .axis-pin:hover {
        background-color: #2268DD; }
      .form-group input[type="range"] + .axis .axis-pin .axis-count {
        display: none;
        background-color: #4c6ef5; }
      .form-group input[type="range"] + .axis .axis-pin.is-active .axis-count {
        display: block; }
  .form-group input[type="range"]:disabled + .axis {
    background-color: #b0b0b0 !important; }
    .form-group input[type="range"]:disabled + .axis .axis-segment,
    .form-group input[type="range"]:disabled + .axis .axis-pin {
      cursor: default !important;
      background-color: #dde1e6 !important; }
      .form-group input[type="range"]:disabled + .axis .axis-segment .axis-count,
      .form-group input[type="range"]:disabled + .axis .axis-pin .axis-count {
        display: none;
        background-color: #b0b0b0 !important; }
      .form-group input[type="range"]:disabled + .axis .axis-segment.is-active,
      .form-group input[type="range"]:disabled + .axis .axis-pin.is-active {
        top: calc(calc(-1.5em + 0.5em) / 2);
        width: 1.5em;
        height: 1.5em;
        margin-left: calc(calc(-1.5em + 0.5em) / 2); }
        .form-group input[type="range"]:disabled + .axis .axis-segment.is-active.axis-count,
        .form-group input[type="range"]:disabled + .axis .axis-pin.is-active.axis-count {
          display: none;
          border-radius: 50%;
          transform: none; }
    .form-group input[type="range"]:disabled + .axis .axis-pin:active {
      box-shadow: none !important;
      transform: scale(1) !important; }

.form-group.range-regular.range-scale .axis-pin:active {
  transform: scale(1.4); }

.form-group.range-regular.range-shadow .axis-pin:active {
  box-shadow: 0 0 0 0.6em rgba(76, 110, 245, 0.26); }

.form-group.range-led .axis .axis-pin {
  position: relative;
  z-index: 1; }
  .form-group.range-led .axis .axis-pin .axis-count {
    position: absolute;
    top: -0.8em;
    left: 0.1em;
    width: 1.95em;
    height: 1.95em;
    transform-origin: 50% 100%;
    border-radius: 50%;
    transform: scale(0.5) rotate(-45deg);
    transition: all .2s ease; }
    .form-group.range-led .axis .axis-pin .axis-count span {
      position: absolute;
      top: 0.5em;
      left: 0;
      width: 100%;
      color: #fff;
      font-size: 12px;
      text-align: center;
      transform: rotate(45deg);
      opacity: 0;
      user-select: none; }
  .form-group.range-led .axis .axis-pin.is-active {
    top: 0;
    margin-left: -0.125em;
    width: 0;
    height: 0; }
    .form-group.range-led .axis .axis-pin.is-active .axis-count {
      top: -1em;
      left: -0.125em;
      border-radius: 1em 1em 1em 0;
      transform: rotate(-45deg) translate(1.5em, -1.6em);
      background-color: #4c6ef5; }
      .form-group.range-led .axis .axis-pin.is-active .axis-count span {
        opacity: 1; }

.form-group.range-default input[type="range"] + .axis:hover .axis-segment {
  background-color: rgba(52, 58, 64, 0.6); }

.form-group.range-default input[type="range"] + .axis .axis-pin .axis-count {
  background-color: #343a40; }

.form-group.range-default input[type="range"] + .axis .axis-pin:hover, .form-group.range-default input[type="range"] + .axis .axis-pin:focus {
  background-color: #15252D !important; }

.form-group.range-primary input[type="range"] + .axis:hover .axis-segment {
  background-color: rgba(76, 110, 245, 0.6); }

.form-group.range-primary input[type="range"] + .axis .axis-pin .axis-count {
  background-color: #4c6ef5; }

.form-group.range-primary input[type="range"] + .axis .axis-pin:hover, .form-group.range-primary input[type="range"] + .axis .axis-pin:focus {
  background-color: #2268DD !important; }

.form-group.range-secondary input[type="range"] + .axis:hover .axis-segment {
  background-color: rgba(230, 73, 128, 0.6); }

.form-group.range-secondary input[type="range"] + .axis .axis-pin .axis-count {
  background-color: #e64980; }

.form-group.range-secondary input[type="range"] + .axis .axis-pin:hover, .form-group.range-secondary input[type="range"] + .axis .axis-pin:focus {
  background-color: #A30020 !important; }

.form-group.range-success input[type="range"] + .axis:hover .axis-segment {
  background-color: rgba(64, 192, 87, 0.6); }

.form-group.range-success input[type="range"] + .axis .axis-pin .axis-count {
  background-color: #40c057; }

.form-group.range-success input[type="range"] + .axis .axis-pin:hover, .form-group.range-success input[type="range"] + .axis .axis-pin:focus {
  background-color: #2A8D30 !important; }

.form-group.range-info input[type="range"] + .axis:hover .axis-segment {
  background-color: rgba(34, 139, 230, 0.6); }

.form-group.range-info input[type="range"] + .axis .axis-pin .axis-count {
  background-color: #228be6; }

.form-group.range-info input[type="range"] + .axis .axis-pin:hover, .form-group.range-info input[type="range"] + .axis .axis-pin:focus {
  background-color: #0287D2 !important; }

.form-group.range-warning input[type="range"] + .axis:hover .axis-segment {
  background-color: rgba(253, 126, 20, 0.6); }

.form-group.range-warning input[type="range"] + .axis .axis-pin .axis-count {
  background-color: #fd7e14; }

.form-group.range-warning input[type="range"] + .axis .axis-pin:hover, .form-group.range-warning input[type="range"] + .axis .axis-pin:focus {
  background-color: #DD9200 !important; }

.form-group.range-danger input[type="range"] + .axis:hover .axis-segment {
  background-color: rgba(250, 82, 82, 0.6); }

.form-group.range-danger input[type="range"] + .axis .axis-pin .axis-count {
  background-color: #fa5252; }

.form-group.range-danger input[type="range"] + .axis .axis-pin:hover, .form-group.range-danger input[type="range"] + .axis .axis-pin:focus {
  background-color: #D22114 !important; }

.sf-tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  font-size: 1.25rem; }
  .sf-tabs nav {
    text-align: center; }
    .sf-tabs nav ul {
      position: relative;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      margin: 0 auto;
      padding: 0;
      max-width: 1200px;
      list-style: none;
      -ms-box-orient: horizontal;
      -ms-box-pack: center;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      .sf-tabs nav ul li {
        position: relative;
        z-index: 1;
        display: block;
        margin: 0;
        text-align: center;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .sf-tabs nav ul li.sf-tab-current a {
          color: #74777b; }
          .sf-tabs nav ul li.sf-tab-current a:focus {
            outline: none; }
    .sf-tabs nav a {
      position: relative;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 2.5; }
      .sf-tabs nav a span {
        vertical-align: middle;
        font-size: 0.75rem; }
      .sf-tabs nav a:hover {
        color: #0056b3;
        text-decoration: none; }

/*--- ---*/
.content-wrap {
  position: relative; }
  .content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1rem;
    max-width: 1200px;
    text-align: center; }
    .content-wrap section.content-current {
      display: block; }
    .content-wrap section p {
      margin: 0;
      padding: 0.75rem 0;
      color: rgba(40, 44, 42, 0.05);
      font-weight: 900;
      font-size: 4rem;
      line-height: 1; }

.no-js .content-wrap section {
  display: block;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.no-flexbox nav ul {
  display: block; }
  .no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block; }

/*--- THEME CIRCLE-FILL ---*/
.sf-tabs-circle-fill {
  max-width: 700px;
  border: 1px solid #2CC185; }
  .sf-tabs-circle-fill nav ul li {
    overflow: hidden;
    border-right: 1px solid #2CC185; }
  .sf-tabs-circle-fill nav li a {
    padding: 1.5rem 0;
    color: #fff;
    font-size: 1.25rem; }
  .sf-tabs-circle-fill nav li:first-child {
    border-left: none; }
  .sf-tabs-circle-fill nav li:last-child {
    border: none; }
  .sf-tabs-circle-fill nav li::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    border: 1px solid #2CC185;
    border-radius: 50%;
    background: #2CC185;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
  .sf-tabs-circle-fill nav li.sf-tab-current::before {
    -webkit-transform: scale3d(2.5, 2.5, 1);
    transform: scale3d(2.5, 2.5, 1); }
  .sf-tabs-circle-fill nav li.sf-tab-current a {
    color: #fff; }
  .sf-tabs-circle-fill nav a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .sf-tabs-circle-fill nav a span {
      display: none; }
  .sf-tabs-circle-fill .content-wrap {
    border-top: 1px solid #2CC185; }

/*--- THEME BOOK ---*/
.sf-tabs-book {
  max-width: 1200px; }
  .sf-tabs-book nav {
    padding: 0 1rem; }
    .sf-tabs-book nav ul li {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .sf-tabs-book nav ul li a {
        padding: 0 1.5em 0 0.3em;
        color: #0d9564;
        -webkit-transition: color 0.2s;
        transition: color 0.2s; }
        .sf-tabs-book nav ul li a:hover {
          color: #fff; }
        .sf-tabs-book nav ul li a:focus {
          color: #fff; }
        .sf-tabs-book nav ul li a::after {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          outline: 1px solid transparent;
          border-radius: 10px 10px 0 0;
          background: #2CC185;
          box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
          content: '';
          -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
          transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
      .sf-tabs-book nav ul li.sf-tab-current a {
        color: #2CC185; }
        .sf-tabs-book nav ul li.sf-tab-current a:hover {
          color: #2CC185; }
        .sf-tabs-book nav ul li.sf-tab-current a span {
          font-weight: 500;
          font-size: 0.75em; }
        .sf-tabs-book nav ul li.sf-tab-current a::after {
          background: #fff;
          box-shadow: none; }
  .sf-tabs-book .content-wrap {
    background: #fff;
    box-shadow: none; }

/*--- THEME TOPLINE ---*/
.sf-tabs-topline {
  max-width: 1200px; }
  .sf-tabs-topline nav li {
    border: 1px solid rgba(40, 44, 42, 0.1); }
    .sf-tabs-topline nav li:not(:last-child) {
      border-right: none; }
    .sf-tabs-topline nav li.sf-tab-current {
      border-top-color: #2CC185;
      border-bottom: none; }
      .sf-tabs-topline nav li.sf-tab-current a {
        background: none;
        box-shadow: inset 0 3px 0 #2CC185;
        color: #2CC185; }
  .sf-tabs-topline nav a {
    padding: 0.65em 0 0.5em;
    background: rgba(40, 44, 42, 0.05);
    color: #74777b;
    line-height: 1;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    .sf-tabs-topline nav a:hover {
      color: #2CC185; }
    .sf-tabs-topline nav a:focus {
      color: #2CC185; }
    .sf-tabs-topline nav a span {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      font-size: 0.5em; }

/*--- THEME BAR ---*/
.sf-tabs-bar nav {
  background: rgba(40, 44, 42, 0.05); }
  .sf-tabs-bar nav ul {
    border: 4px solid transparent; }
    .sf-tabs-bar nav ul li a {
      margin: 0 2px;
      background-color: #f7f7f7;
      color: #74777b;
      transition: background-color 0.2s, color 0.2s; }
      .sf-tabs-bar nav ul li a:hover {
        color: #2CC185; }
      .sf-tabs-bar nav ul li a:focus {
        color: #2CC185; }
      .sf-tabs-bar nav ul li a span {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 0.6em; }
      .sf-tabs-bar nav ul li a.sf-tab-current a {
        background: #2CC185;
        color: #fff; }

/* --- THEME ICONBOX ---*/
.sf-tabs-iconbox nav {
  background: rgba(255, 255, 255, 0.4); }
  .sf-tabs-iconbox nav ul li a {
    overflow: visible;
    padding: 2em 0;
    line-height: 1;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    .sf-tabs-iconbox nav ul li a span {
      font-weight: 700;
      font-size: 0.7em; }
  .sf-tabs-iconbox nav ul li.sf-tab-current a {
    background: #fff;
    box-shadow: -1px 0 0 #fff; }
    .sf-tabs-iconbox nav ul li.sf-tab-current a::after {
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -10px;
      width: 0;
      height: 0;
      border: solid transparent;
      border-width: 10px;
      border-top-color: #fff;
      content: '';
      pointer-events: none; }
  .sf-tabs-iconbox nav ul li:first-child::before {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
    width: 1px;
    height: 60%;
    background: rgba(0, 0, 0, 0.07);
    content: ''; }
  .sf-tabs-iconbox nav ul li:first-child::before {
    right: auto;
    left: 0; }
  .sf-tabs-iconbox nav ul li::after {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
    width: 1px;
    height: 60%;
    background: rgba(0, 0, 0, 0.07);
    content: ''; }

/* --- THEME ICONBOX ---*/
.sf-tabs-underline nav {
  background: #fff; }
  .sf-tabs-underline nav a {
    padding: 0.25em 0 0.5em;
    border-left: 1px solid #e7ecea;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    .sf-tabs-underline nav a span {
      font-weight: 700; }
  .sf-tabs-underline nav li:last-child a {
    border-right: 1px solid #e7ecea; }
  .sf-tabs-underline nav li a {
    border-right: 1px solid #e7ecea; }
    .sf-tabs-underline nav li a::after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0.3rem;
      background: #2CC185;
      content: '';
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      -webkit-transform: translate3d(0, 150%, 0);
      transform: translate3d(0, 150%, 0); }
  .sf-tabs-underline nav li.sf-tab-current a::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* --- THEME LINETRIANGLE ---*/
.sf-tabs-linetriangle nav a {
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }
  .sf-tabs-linetriangle nav a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1em; }

.sf-tabs-linetriangle nav li.sf-tab-current a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none; }

.sf-tabs-linetriangle nav li.sf-tab-current a::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none; }

.sf-tabs-linetriangle nav li.sf-tab-current a::after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #e7ecea; }

.sf-tabs-linetriangle nav li.sf-tab-current a::before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: rgba(0, 0, 0, 0.2); }

/* --- THEME LINETRIANGLE ---*/
.sf-tabs-iconfall {
  overflow: visible; }
  .sf-tabs-iconfall nav a {
    display: flex;
    flex-direction: column;
    overflow: visible;
    padding: 1rem 0 2rem;
    color: #74777b;
    line-height: 1;
    -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    .sf-tabs-iconfall nav a:hover {
      color: #2CC185; }
    .sf-tabs-iconfall nav a:focus {
      color: #2CC185; }
    .sf-tabs-iconfall nav a span {
      font-weight: 700; }
    .sf-tabs-iconfall nav a i {
      margin: 0 0 0.35em;
      opacity: 0;
      -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s;
      -webkit-transform: translate3d(0, -100px, 0);
      transform: translate3d(0, -100px, 0);
      pointer-events: none; }
  .sf-tabs-iconfall nav li.sf-tab-current {
    color: #2CC185; }
    .sf-tabs-iconfall nav li.sf-tab-current i {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .sf-tabs-iconfall nav li::before {
    position: absolute;
    bottom: 1em;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 4px;
    background: #2CC185;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1); }
  .sf-tabs-iconfall nav li::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

/* --- THEME LINEMOVE ---*/
.sf-tabs-linemove nav {
  background: #fff; }
  .sf-tabs-linemove nav li:last-child::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #2CC185;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
  .sf-tabs-linemove nav li:first-child.sf-tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-400%, 0, 0);
    transform: translate3d(-400%, 0, 0); }
  .sf-tabs-linemove nav li:nth-child(2).sf-tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0); }
  .sf-tabs-linemove nav li:nth-child(3).sf-tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0); }
  .sf-tabs-linemove nav li:nth-child(4).sf-tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .sf-tabs-linemove nav li.sf-tab-current a {
    color: #2CC185;
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0); }
  .sf-tabs-linemove nav a {
    padding: 1em 0;
    color: #74777b;
    line-height: 1;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s; }
    .sf-tabs-linemove nav a li.sf-tab-current a {
      color: #2CC185;
      -webkit-transform: translate3d(0, 8px, 0);
      transform: translate3d(0, 8px, 0); }
    .sf-tabs-linemove nav a span {
      font-weight: 700; }

/*--- THEME LINE ---*/
.sf-tabs-line nav ul {
  padding: 0 2em;
  max-width: none;
  box-shadow: inset 0 -2px #d1d3d2; }

.sf-tabs-line nav a {
  padding: 0.7em 0.4em;
  box-shadow: inset 0 -2px #d1d3d2;
  color: #74777b;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s; }
  .sf-tabs-line nav a:hover {
    box-shadow: inset 0 -2px #74777b; }
  .sf-tabs-line nav a:focus {
    box-shadow: inset 0 -2px #74777b; }

.sf-tabs-line nav li.sf-tab-current a {
  box-shadow: inset 0 -2px #2CC185;
  color: #2CC185; }

/*--- THEME CIRCLE ---*/
.sf-tabs-circle {
  overflow: visible; }
  .sf-tabs-circle nav li::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    border: 1px solid #2CC185;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .sf-tabs-circle nav li.sf-tab-current::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .sf-tabs-circle nav a {
    display: flex;
    flex-direction: column;
    overflow: visible;
    color: #74777b;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.1;
    -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    padding: 1rem 0; }
    .sf-tabs-circle nav a span {
      display: inline-block;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    .sf-tabs-circle nav a:hover {
      color: #4a4a4b; }
    .sf-tabs-circle nav a:focus {
      color: #4a4a4b; }
  .sf-tabs-circle nav li.sf-tab-current a {
    color: #2CC185; }
    .sf-tabs-circle nav li.sf-tab-current a span {
      -webkit-transform: translate3d(0, 4px, 0);
      transform: translate3d(0, 4px, 0); }

/*--- THEME SHAPE ---*/
.sf-tabs-shape {
  max-width: 1200px; }
  .sf-tabs-shape nav ul li {
    margin: 0 3rem; }
    .sf-tabs-shape nav ul li:first-child {
      margin-left: 0; }
    .sf-tabs-shape nav ul li.sf-tab-current {
      z-index: 100; }
  .sf-tabs-shape nav li a {
    overflow: visible;
    margin: 0 -3rem 0 0;
    padding: 0;
    color: #fff;
    font-weight: 500; }
    .sf-tabs-shape nav li a svg {
      position: absolute;
      left: 100%;
      margin: 0;
      width: 3rem;
      height: 100%;
      fill: #bdc2c9;
      pointer-events: none;
      -webkit-transition: none;
      transition: none; }
      .sf-tabs-shape nav li a svg:nth-child(2) {
        right: 100%;
        left: auto;
        -webkit-transform: scale3d(-1, 1, 1);
        transform: scale3d(-1, 1, 1); }
      .sf-tabs-shape nav li a svg use {
        pointer-events: auto; }
    .sf-tabs-shape nav li a span {
      display: block;
      overflow: hidden;
      padding: 0.65rem 0;
      background-color: #bdc2c9;
      text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-transition: none;
      transition: none; }
    .sf-tabs-shape nav li a:hover span {
      background-color: #2CC185; }
    .sf-tabs-shape nav li a:hover svg {
      fill: #2CC185; }
  .sf-tabs-shape nav li:first-child a span {
    padding-left: 2rem;
    border-radius: 30px 0 0 0; }
  .sf-tabs-shape nav li:last-child a span {
    /*padding-left: 2rem;*/
    border-radius: 0 30px 0 0; }
  .sf-tabs-shape nav li:last-child a svg {
    right: 100%;
    left: auto;
    -webkit-transform: scale3d(-1, 1, 1);
    transform: scale3d(-1, 1, 1); }
  .sf-tabs-shape nav li.sf-tab-current a span {
    background: #fff; }
  .sf-tabs-shape nav li.sf-tab-current a svg {
    fill: #fff; }
  .sf-tabs-shape .content-wrap {
    background: #fff; }

/*--- THEME LINEBOX ---*/
.sf-tabs-linebox nav ul li {
  margin: 0 0.5rem;
  -webkit-flex: none;
  flex: none; }

.sf-tabs-linebox nav a {
  padding: 0 1.5rem;
  color: #74777b;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .sf-tabs-linebox nav a:hover {
    color: #2CC185; }
    .sf-tabs-linebox nav a:hover::after {
      background: #2CC185; }
  .sf-tabs-linebox nav a:focus {
    color: #2CC185; }
    .sf-tabs-linebox nav a:focus::after {
      background: #2CC185; }
  .sf-tabs-linebox nav a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #d2d8d6;
    content: '';
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
    transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0); }

.sf-tabs-linebox nav li.sf-tab-current a {
  color: #fff; }
  .sf-tabs-linebox nav li.sf-tab-current a::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*--- THEME FLIP ---*/
.sf-tabs-flip {
  max-width: 1200px; }
  .sf-tabs-flip nav a {
    padding: 0.5em 0;
    color: #2CC185;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .sf-tabs-flip nav a:hover {
      color: #74777b; }
    .sf-tabs-flip nav a:focus {
      color: #74777b; }
    .sf-tabs-flip nav a span {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      font-size: 0.625em; }
    .sf-tabs-flip nav a::after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background-color: #f0f0f0;
      content: '';
      -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
      transition: transform 0.3s, background-color 0.3s;
      -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-perspective-origin: 50% 100%;
      perspective-origin: 50% 100%; }
  .sf-tabs-flip nav li.sf-tab-current a {
    color: #74777b; }
    .sf-tabs-flip nav li.sf-tab-current a::after {
      background-color: #fff;
      -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
      transform: perspective(900px) rotate3d(1, 0, 0, 0deg); }
  .sf-tabs-flip .content-wrap {
    background: #fff; }

/*--- THEME FLIPUP ---*/
.sf-tabs-flipup nav ul li a {
  padding: 1.9em 0;
  border-right: 1px solid #2CC185;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .sf-tabs-flipup nav ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    height: calc(100% + 1px);
    border: 1px solid #2CC185;
    background: #2CC185;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  .sf-tabs-flipup nav ul li a span {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    display: block;
    font-weight: 700;
    font-size: 0.7em;
    line-height: 1.5; }

.sf-tabs-flipup nav ul li:last-child a {
  border: none; }

.sf-tabs-flipup nav ul li.sf-tab-current {
  z-index: 100; }
  .sf-tabs-flipup nav ul li.sf-tab-current a {
    color: #fff; }
    .sf-tabs-flipup nav ul li.sf-tab-current a::after {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .sf-tabs-flipup nav ul li.sf-tab-current a span {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0); }
    .sf-tabs-flipup nav ul li.sf-tab-current a i {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0); }

.flatpickr-calendar {
  visibility: hidden;
  display: none; }

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

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

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

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

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

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

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

.mt-4 {
  margin-top: 2rem !important; }

.mr-4 {
  margin-right: 2rem !important; }

.mb-4 {
  margin-bottom: 2rem !important; }

.ml-4 {
  margin-left: 2rem !important; }

.mx-4 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

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

.mt-5 {
  margin-top: 4rem !important; }

.mr-5 {
  margin-right: 4rem !important; }

.mb-5 {
  margin-bottom: 4rem !important; }

.ml-5 {
  margin-left: 4rem !important; }

.mx-5 {
  margin-right: 4rem !important;
  margin-left: 4rem !important; }

.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.m-6 {
  margin: 8rem 8rem !important; }

.mt-6 {
  margin-top: 8rem !important; }

.mr-6 {
  margin-right: 8rem !important; }

.mb-6 {
  margin-bottom: 8rem !important; }

.ml-6 {
  margin-left: 8rem !important; }

.mx-6 {
  margin-right: 8rem !important;
  margin-left: 8rem !important; }

.my-6 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important; }

.m-7 {
  margin: 16rem 16rem !important; }

.mt-7 {
  margin-top: 16rem !important; }

.mr-7 {
  margin-right: 16rem !important; }

.mb-7 {
  margin-bottom: 16rem !important; }

.ml-7 {
  margin-left: 16rem !important; }

.mx-7 {
  margin-right: 16rem !important;
  margin-left: 16rem !important; }

.my-7 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important; }

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

.mt--1 {
  margin-top: -0.25rem !important; }

.mr--1 {
  margin-right: -0.25rem !important; }

.mb--1 {
  margin-bottom: -0.25rem !important; }

.ml--1 {
  margin-left: -0.25rem !important; }

.mx--1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important; }

.my--1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important; }

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

.mt--2 {
  margin-top: -0.5rem !important; }

.mr--2 {
  margin-right: -0.5rem !important; }

.mb--2 {
  margin-bottom: -0.5rem !important; }

.ml--2 {
  margin-left: -0.5rem !important; }

.mx--2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important; }

.my--2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important; }

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

.mt--3 {
  margin-top: -1rem !important; }

.mr--3 {
  margin-right: -1rem !important; }

.mb--3 {
  margin-bottom: -1rem !important; }

.ml--3 {
  margin-left: -1rem !important; }

.mx--3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important; }

.my--3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important; }

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

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

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

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

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

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

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

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

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

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

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

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

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

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

.pt-4 {
  padding-top: 2rem !important; }

.pr-4 {
  padding-right: 2rem !important; }

.pb-4 {
  padding-bottom: 2rem !important; }

.pl-4 {
  padding-left: 2rem !important; }

.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

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

.pt-5 {
  padding-top: 4rem !important; }

.pr-5 {
  padding-right: 4rem !important; }

.pb-5 {
  padding-bottom: 4rem !important; }

.pl-5 {
  padding-left: 4rem !important; }

.px-5 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.p-6 {
  padding: 8rem 8rem !important; }

.pt-6 {
  padding-top: 8rem !important; }

.pr-6 {
  padding-right: 8rem !important; }

.pb-6 {
  padding-bottom: 8rem !important; }

.pl-6 {
  padding-left: 8rem !important; }

.px-6 {
  padding-right: 8rem !important;
  padding-left: 8rem !important; }

.py-6 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }

.p-7 {
  padding: 16rem 16rem !important; }

.pt-7 {
  padding-top: 16rem !important; }

.pr-7 {
  padding-right: 16rem !important; }

.pb-7 {
  padding-bottom: 16rem !important; }

.pl-7 {
  padding-left: 16rem !important; }

.px-7 {
  padding-right: 16rem !important;
  padding-left: 16rem !important; }

.py-7 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important; }

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

.pt--1 {
  padding-top: -0.25rem !important; }

.pr--1 {
  padding-right: -0.25rem !important; }

.pb--1 {
  padding-bottom: -0.25rem !important; }

.pl--1 {
  padding-left: -0.25rem !important; }

.px--1 {
  padding-right: -0.25rem !important;
  padding-left: -0.25rem !important; }

.py--1 {
  padding-top: -0.25rem !important;
  padding-bottom: -0.25rem !important; }

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

.pt--2 {
  padding-top: -0.5rem !important; }

.pr--2 {
  padding-right: -0.5rem !important; }

.pb--2 {
  padding-bottom: -0.5rem !important; }

.pl--2 {
  padding-left: -0.5rem !important; }

.px--2 {
  padding-right: -0.5rem !important;
  padding-left: -0.5rem !important; }

.py--2 {
  padding-top: -0.5rem !important;
  padding-bottom: -0.5rem !important; }

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

.pt--3 {
  padding-top: -1rem !important; }

.pr--3 {
  padding-right: -1rem !important; }

.pb--3 {
  padding-bottom: -1rem !important; }

.pl--3 {
  padding-left: -1rem !important; }

.px--3 {
  padding-right: -1rem !important;
  padding-left: -1rem !important; }

.py--3 {
  padding-top: -1rem !important;
  padding-bottom: -1rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx--col {
  margin-right: -15px !important;
  margin-left: -15px !important; }

.ml--col {
  margin-left: -15px !important; }

.mr--col {
  margin-right: -15px !important; }

@media (min-width: 576px) {
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 2rem 2rem !important; }
  .mt-sm-4 {
    margin-top: 2rem !important; }
  .mr-sm-4 {
    margin-right: 2rem !important; }
  .mb-sm-4 {
    margin-bottom: 2rem !important; }
  .ml-sm-4 {
    margin-left: 2rem !important; }
  .mx-sm-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-sm-5 {
    margin: 4rem 4rem !important; }
  .mt-sm-5 {
    margin-top: 4rem !important; }
  .mr-sm-5 {
    margin-right: 4rem !important; }
  .mb-sm-5 {
    margin-bottom: 4rem !important; }
  .ml-sm-5 {
    margin-left: 4rem !important; }
  .mx-sm-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-sm-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-sm-6 {
    margin: 8rem 8rem !important; }
  .mt-sm-6 {
    margin-top: 8rem !important; }
  .mr-sm-6 {
    margin-right: 8rem !important; }
  .mb-sm-6 {
    margin-bottom: 8rem !important; }
  .ml-sm-6 {
    margin-left: 8rem !important; }
  .mx-sm-6 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .my-sm-6 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .m-sm-7 {
    margin: 16rem 16rem !important; }
  .mt-sm-7 {
    margin-top: 16rem !important; }
  .mr-sm-7 {
    margin-right: 16rem !important; }
  .mb-sm-7 {
    margin-bottom: 16rem !important; }
  .ml-sm-7 {
    margin-left: 16rem !important; }
  .mx-sm-7 {
    margin-right: 16rem !important;
    margin-left: 16rem !important; }
  .my-sm-7 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important; }
  .m-sm--1 {
    margin: -0.25rem -0.25rem !important; }
  .mt-sm--1 {
    margin-top: -0.25rem !important; }
  .mr-sm--1 {
    margin-right: -0.25rem !important; }
  .mb-sm--1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm--1 {
    margin-left: -0.25rem !important; }
  .mx-sm--1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .my-sm--1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .m-sm--2 {
    margin: -0.5rem -0.5rem !important; }
  .mt-sm--2 {
    margin-top: -0.5rem !important; }
  .mr-sm--2 {
    margin-right: -0.5rem !important; }
  .mb-sm--2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm--2 {
    margin-left: -0.5rem !important; }
  .mx-sm--2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .my-sm--2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .m-sm--3 {
    margin: -1rem -1rem !important; }
  .mt-sm--3 {
    margin-top: -1rem !important; }
  .mr-sm--3 {
    margin-right: -1rem !important; }
  .mb-sm--3 {
    margin-bottom: -1rem !important; }
  .ml-sm--3 {
    margin-left: -1rem !important; }
  .mx-sm--3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .my-sm--3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 2rem 2rem !important; }
  .pt-sm-4 {
    padding-top: 2rem !important; }
  .pr-sm-4 {
    padding-right: 2rem !important; }
  .pb-sm-4 {
    padding-bottom: 2rem !important; }
  .pl-sm-4 {
    padding-left: 2rem !important; }
  .px-sm-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-sm-5 {
    padding: 4rem 4rem !important; }
  .pt-sm-5 {
    padding-top: 4rem !important; }
  .pr-sm-5 {
    padding-right: 4rem !important; }
  .pb-sm-5 {
    padding-bottom: 4rem !important; }
  .pl-sm-5 {
    padding-left: 4rem !important; }
  .px-sm-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-sm-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-sm-6 {
    padding: 8rem 8rem !important; }
  .pt-sm-6 {
    padding-top: 8rem !important; }
  .pr-sm-6 {
    padding-right: 8rem !important; }
  .pb-sm-6 {
    padding-bottom: 8rem !important; }
  .pl-sm-6 {
    padding-left: 8rem !important; }
  .px-sm-6 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .py-sm-6 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .p-sm-7 {
    padding: 16rem 16rem !important; }
  .pt-sm-7 {
    padding-top: 16rem !important; }
  .pr-sm-7 {
    padding-right: 16rem !important; }
  .pb-sm-7 {
    padding-bottom: 16rem !important; }
  .pl-sm-7 {
    padding-left: 16rem !important; }
  .px-sm-7 {
    padding-right: 16rem !important;
    padding-left: 16rem !important; }
  .py-sm-7 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important; }
  .p-sm--1 {
    padding: -0.25rem -0.25rem !important; }
  .pt-sm--1 {
    padding-top: -0.25rem !important; }
  .pr-sm--1 {
    padding-right: -0.25rem !important; }
  .pb-sm--1 {
    padding-bottom: -0.25rem !important; }
  .pl-sm--1 {
    padding-left: -0.25rem !important; }
  .px-sm--1 {
    padding-right: -0.25rem !important;
    padding-left: -0.25rem !important; }
  .py-sm--1 {
    padding-top: -0.25rem !important;
    padding-bottom: -0.25rem !important; }
  .p-sm--2 {
    padding: -0.5rem -0.5rem !important; }
  .pt-sm--2 {
    padding-top: -0.5rem !important; }
  .pr-sm--2 {
    padding-right: -0.5rem !important; }
  .pb-sm--2 {
    padding-bottom: -0.5rem !important; }
  .pl-sm--2 {
    padding-left: -0.5rem !important; }
  .px-sm--2 {
    padding-right: -0.5rem !important;
    padding-left: -0.5rem !important; }
  .py-sm--2 {
    padding-top: -0.5rem !important;
    padding-bottom: -0.5rem !important; }
  .p-sm--3 {
    padding: -1rem -1rem !important; }
  .pt-sm--3 {
    padding-top: -1rem !important; }
  .pr-sm--3 {
    padding-right: -1rem !important; }
  .pb-sm--3 {
    padding-bottom: -1rem !important; }
  .pl-sm--3 {
    padding-left: -1rem !important; }
  .px-sm--3 {
    padding-right: -1rem !important;
    padding-left: -1rem !important; }
  .py-sm--3 {
    padding-top: -1rem !important;
    padding-bottom: -1rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mx-sm--col {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .ml-sm--col {
    margin-left: -15px !important; }
  .mr-sm--col {
    margin-right: -15px !important; } }

@media (min-width: 768px) {
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 2rem 2rem !important; }
  .mt-md-4 {
    margin-top: 2rem !important; }
  .mr-md-4 {
    margin-right: 2rem !important; }
  .mb-md-4 {
    margin-bottom: 2rem !important; }
  .ml-md-4 {
    margin-left: 2rem !important; }
  .mx-md-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-md-5 {
    margin: 4rem 4rem !important; }
  .mt-md-5 {
    margin-top: 4rem !important; }
  .mr-md-5 {
    margin-right: 4rem !important; }
  .mb-md-5 {
    margin-bottom: 4rem !important; }
  .ml-md-5 {
    margin-left: 4rem !important; }
  .mx-md-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-md-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-md-6 {
    margin: 8rem 8rem !important; }
  .mt-md-6 {
    margin-top: 8rem !important; }
  .mr-md-6 {
    margin-right: 8rem !important; }
  .mb-md-6 {
    margin-bottom: 8rem !important; }
  .ml-md-6 {
    margin-left: 8rem !important; }
  .mx-md-6 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .my-md-6 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .m-md-7 {
    margin: 16rem 16rem !important; }
  .mt-md-7 {
    margin-top: 16rem !important; }
  .mr-md-7 {
    margin-right: 16rem !important; }
  .mb-md-7 {
    margin-bottom: 16rem !important; }
  .ml-md-7 {
    margin-left: 16rem !important; }
  .mx-md-7 {
    margin-right: 16rem !important;
    margin-left: 16rem !important; }
  .my-md-7 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important; }
  .m-md--1 {
    margin: -0.25rem -0.25rem !important; }
  .mt-md--1 {
    margin-top: -0.25rem !important; }
  .mr-md--1 {
    margin-right: -0.25rem !important; }
  .mb-md--1 {
    margin-bottom: -0.25rem !important; }
  .ml-md--1 {
    margin-left: -0.25rem !important; }
  .mx-md--1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .my-md--1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .m-md--2 {
    margin: -0.5rem -0.5rem !important; }
  .mt-md--2 {
    margin-top: -0.5rem !important; }
  .mr-md--2 {
    margin-right: -0.5rem !important; }
  .mb-md--2 {
    margin-bottom: -0.5rem !important; }
  .ml-md--2 {
    margin-left: -0.5rem !important; }
  .mx-md--2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .my-md--2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .m-md--3 {
    margin: -1rem -1rem !important; }
  .mt-md--3 {
    margin-top: -1rem !important; }
  .mr-md--3 {
    margin-right: -1rem !important; }
  .mb-md--3 {
    margin-bottom: -1rem !important; }
  .ml-md--3 {
    margin-left: -1rem !important; }
  .mx-md--3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .my-md--3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 2rem 2rem !important; }
  .pt-md-4 {
    padding-top: 2rem !important; }
  .pr-md-4 {
    padding-right: 2rem !important; }
  .pb-md-4 {
    padding-bottom: 2rem !important; }
  .pl-md-4 {
    padding-left: 2rem !important; }
  .px-md-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-md-5 {
    padding: 4rem 4rem !important; }
  .pt-md-5 {
    padding-top: 4rem !important; }
  .pr-md-5 {
    padding-right: 4rem !important; }
  .pb-md-5 {
    padding-bottom: 4rem !important; }
  .pl-md-5 {
    padding-left: 4rem !important; }
  .px-md-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-md-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-md-6 {
    padding: 8rem 8rem !important; }
  .pt-md-6 {
    padding-top: 8rem !important; }
  .pr-md-6 {
    padding-right: 8rem !important; }
  .pb-md-6 {
    padding-bottom: 8rem !important; }
  .pl-md-6 {
    padding-left: 8rem !important; }
  .px-md-6 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .py-md-6 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .p-md-7 {
    padding: 16rem 16rem !important; }
  .pt-md-7 {
    padding-top: 16rem !important; }
  .pr-md-7 {
    padding-right: 16rem !important; }
  .pb-md-7 {
    padding-bottom: 16rem !important; }
  .pl-md-7 {
    padding-left: 16rem !important; }
  .px-md-7 {
    padding-right: 16rem !important;
    padding-left: 16rem !important; }
  .py-md-7 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important; }
  .p-md--1 {
    padding: -0.25rem -0.25rem !important; }
  .pt-md--1 {
    padding-top: -0.25rem !important; }
  .pr-md--1 {
    padding-right: -0.25rem !important; }
  .pb-md--1 {
    padding-bottom: -0.25rem !important; }
  .pl-md--1 {
    padding-left: -0.25rem !important; }
  .px-md--1 {
    padding-right: -0.25rem !important;
    padding-left: -0.25rem !important; }
  .py-md--1 {
    padding-top: -0.25rem !important;
    padding-bottom: -0.25rem !important; }
  .p-md--2 {
    padding: -0.5rem -0.5rem !important; }
  .pt-md--2 {
    padding-top: -0.5rem !important; }
  .pr-md--2 {
    padding-right: -0.5rem !important; }
  .pb-md--2 {
    padding-bottom: -0.5rem !important; }
  .pl-md--2 {
    padding-left: -0.5rem !important; }
  .px-md--2 {
    padding-right: -0.5rem !important;
    padding-left: -0.5rem !important; }
  .py-md--2 {
    padding-top: -0.5rem !important;
    padding-bottom: -0.5rem !important; }
  .p-md--3 {
    padding: -1rem -1rem !important; }
  .pt-md--3 {
    padding-top: -1rem !important; }
  .pr-md--3 {
    padding-right: -1rem !important; }
  .pb-md--3 {
    padding-bottom: -1rem !important; }
  .pl-md--3 {
    padding-left: -1rem !important; }
  .px-md--3 {
    padding-right: -1rem !important;
    padding-left: -1rem !important; }
  .py-md--3 {
    padding-top: -1rem !important;
    padding-bottom: -1rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mx-md--col {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .ml-md--col {
    margin-left: -15px !important; }
  .mr-md--col {
    margin-right: -15px !important; } }

@media (min-width: 992px) {
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 2rem 2rem !important; }
  .mt-lg-4 {
    margin-top: 2rem !important; }
  .mr-lg-4 {
    margin-right: 2rem !important; }
  .mb-lg-4 {
    margin-bottom: 2rem !important; }
  .ml-lg-4 {
    margin-left: 2rem !important; }
  .mx-lg-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-lg-5 {
    margin: 4rem 4rem !important; }
  .mt-lg-5 {
    margin-top: 4rem !important; }
  .mr-lg-5 {
    margin-right: 4rem !important; }
  .mb-lg-5 {
    margin-bottom: 4rem !important; }
  .ml-lg-5 {
    margin-left: 4rem !important; }
  .mx-lg-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-lg-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-lg-6 {
    margin: 8rem 8rem !important; }
  .mt-lg-6 {
    margin-top: 8rem !important; }
  .mr-lg-6 {
    margin-right: 8rem !important; }
  .mb-lg-6 {
    margin-bottom: 8rem !important; }
  .ml-lg-6 {
    margin-left: 8rem !important; }
  .mx-lg-6 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .my-lg-6 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .m-lg-7 {
    margin: 16rem 16rem !important; }
  .mt-lg-7 {
    margin-top: 16rem !important; }
  .mr-lg-7 {
    margin-right: 16rem !important; }
  .mb-lg-7 {
    margin-bottom: 16rem !important; }
  .ml-lg-7 {
    margin-left: 16rem !important; }
  .mx-lg-7 {
    margin-right: 16rem !important;
    margin-left: 16rem !important; }
  .my-lg-7 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important; }
  .m-lg--1 {
    margin: -0.25rem -0.25rem !important; }
  .mt-lg--1 {
    margin-top: -0.25rem !important; }
  .mr-lg--1 {
    margin-right: -0.25rem !important; }
  .mb-lg--1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg--1 {
    margin-left: -0.25rem !important; }
  .mx-lg--1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .my-lg--1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .m-lg--2 {
    margin: -0.5rem -0.5rem !important; }
  .mt-lg--2 {
    margin-top: -0.5rem !important; }
  .mr-lg--2 {
    margin-right: -0.5rem !important; }
  .mb-lg--2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg--2 {
    margin-left: -0.5rem !important; }
  .mx-lg--2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .my-lg--2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .m-lg--3 {
    margin: -1rem -1rem !important; }
  .mt-lg--3 {
    margin-top: -1rem !important; }
  .mr-lg--3 {
    margin-right: -1rem !important; }
  .mb-lg--3 {
    margin-bottom: -1rem !important; }
  .ml-lg--3 {
    margin-left: -1rem !important; }
  .mx-lg--3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .my-lg--3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 2rem 2rem !important; }
  .pt-lg-4 {
    padding-top: 2rem !important; }
  .pr-lg-4 {
    padding-right: 2rem !important; }
  .pb-lg-4 {
    padding-bottom: 2rem !important; }
  .pl-lg-4 {
    padding-left: 2rem !important; }
  .px-lg-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-lg-5 {
    padding: 4rem 4rem !important; }
  .pt-lg-5 {
    padding-top: 4rem !important; }
  .pr-lg-5 {
    padding-right: 4rem !important; }
  .pb-lg-5 {
    padding-bottom: 4rem !important; }
  .pl-lg-5 {
    padding-left: 4rem !important; }
  .px-lg-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-lg-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-lg-6 {
    padding: 8rem 8rem !important; }
  .pt-lg-6 {
    padding-top: 8rem !important; }
  .pr-lg-6 {
    padding-right: 8rem !important; }
  .pb-lg-6 {
    padding-bottom: 8rem !important; }
  .pl-lg-6 {
    padding-left: 8rem !important; }
  .px-lg-6 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .py-lg-6 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .p-lg-7 {
    padding: 16rem 16rem !important; }
  .pt-lg-7 {
    padding-top: 16rem !important; }
  .pr-lg-7 {
    padding-right: 16rem !important; }
  .pb-lg-7 {
    padding-bottom: 16rem !important; }
  .pl-lg-7 {
    padding-left: 16rem !important; }
  .px-lg-7 {
    padding-right: 16rem !important;
    padding-left: 16rem !important; }
  .py-lg-7 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important; }
  .p-lg--1 {
    padding: -0.25rem -0.25rem !important; }
  .pt-lg--1 {
    padding-top: -0.25rem !important; }
  .pr-lg--1 {
    padding-right: -0.25rem !important; }
  .pb-lg--1 {
    padding-bottom: -0.25rem !important; }
  .pl-lg--1 {
    padding-left: -0.25rem !important; }
  .px-lg--1 {
    padding-right: -0.25rem !important;
    padding-left: -0.25rem !important; }
  .py-lg--1 {
    padding-top: -0.25rem !important;
    padding-bottom: -0.25rem !important; }
  .p-lg--2 {
    padding: -0.5rem -0.5rem !important; }
  .pt-lg--2 {
    padding-top: -0.5rem !important; }
  .pr-lg--2 {
    padding-right: -0.5rem !important; }
  .pb-lg--2 {
    padding-bottom: -0.5rem !important; }
  .pl-lg--2 {
    padding-left: -0.5rem !important; }
  .px-lg--2 {
    padding-right: -0.5rem !important;
    padding-left: -0.5rem !important; }
  .py-lg--2 {
    padding-top: -0.5rem !important;
    padding-bottom: -0.5rem !important; }
  .p-lg--3 {
    padding: -1rem -1rem !important; }
  .pt-lg--3 {
    padding-top: -1rem !important; }
  .pr-lg--3 {
    padding-right: -1rem !important; }
  .pb-lg--3 {
    padding-bottom: -1rem !important; }
  .pl-lg--3 {
    padding-left: -1rem !important; }
  .px-lg--3 {
    padding-right: -1rem !important;
    padding-left: -1rem !important; }
  .py-lg--3 {
    padding-top: -1rem !important;
    padding-bottom: -1rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mx-lg--col {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .ml-lg--col {
    margin-left: -15px !important; }
  .mr-lg--col {
    margin-right: -15px !important; } }

@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 2rem 2rem !important; }
  .mt-xl-4 {
    margin-top: 2rem !important; }
  .mr-xl-4 {
    margin-right: 2rem !important; }
  .mb-xl-4 {
    margin-bottom: 2rem !important; }
  .ml-xl-4 {
    margin-left: 2rem !important; }
  .mx-xl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-xl-5 {
    margin: 4rem 4rem !important; }
  .mt-xl-5 {
    margin-top: 4rem !important; }
  .mr-xl-5 {
    margin-right: 4rem !important; }
  .mb-xl-5 {
    margin-bottom: 4rem !important; }
  .ml-xl-5 {
    margin-left: 4rem !important; }
  .mx-xl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-xl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-xl-6 {
    margin: 8rem 8rem !important; }
  .mt-xl-6 {
    margin-top: 8rem !important; }
  .mr-xl-6 {
    margin-right: 8rem !important; }
  .mb-xl-6 {
    margin-bottom: 8rem !important; }
  .ml-xl-6 {
    margin-left: 8rem !important; }
  .mx-xl-6 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .my-xl-6 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .m-xl-7 {
    margin: 16rem 16rem !important; }
  .mt-xl-7 {
    margin-top: 16rem !important; }
  .mr-xl-7 {
    margin-right: 16rem !important; }
  .mb-xl-7 {
    margin-bottom: 16rem !important; }
  .ml-xl-7 {
    margin-left: 16rem !important; }
  .mx-xl-7 {
    margin-right: 16rem !important;
    margin-left: 16rem !important; }
  .my-xl-7 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important; }
  .m-xl--1 {
    margin: -0.25rem -0.25rem !important; }
  .mt-xl--1 {
    margin-top: -0.25rem !important; }
  .mr-xl--1 {
    margin-right: -0.25rem !important; }
  .mb-xl--1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl--1 {
    margin-left: -0.25rem !important; }
  .mx-xl--1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .my-xl--1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .m-xl--2 {
    margin: -0.5rem -0.5rem !important; }
  .mt-xl--2 {
    margin-top: -0.5rem !important; }
  .mr-xl--2 {
    margin-right: -0.5rem !important; }
  .mb-xl--2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl--2 {
    margin-left: -0.5rem !important; }
  .mx-xl--2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .my-xl--2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .m-xl--3 {
    margin: -1rem -1rem !important; }
  .mt-xl--3 {
    margin-top: -1rem !important; }
  .mr-xl--3 {
    margin-right: -1rem !important; }
  .mb-xl--3 {
    margin-bottom: -1rem !important; }
  .ml-xl--3 {
    margin-left: -1rem !important; }
  .mx-xl--3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .my-xl--3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 2rem 2rem !important; }
  .pt-xl-4 {
    padding-top: 2rem !important; }
  .pr-xl-4 {
    padding-right: 2rem !important; }
  .pb-xl-4 {
    padding-bottom: 2rem !important; }
  .pl-xl-4 {
    padding-left: 2rem !important; }
  .px-xl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-xl-5 {
    padding: 4rem 4rem !important; }
  .pt-xl-5 {
    padding-top: 4rem !important; }
  .pr-xl-5 {
    padding-right: 4rem !important; }
  .pb-xl-5 {
    padding-bottom: 4rem !important; }
  .pl-xl-5 {
    padding-left: 4rem !important; }
  .px-xl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-xl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-xl-6 {
    padding: 8rem 8rem !important; }
  .pt-xl-6 {
    padding-top: 8rem !important; }
  .pr-xl-6 {
    padding-right: 8rem !important; }
  .pb-xl-6 {
    padding-bottom: 8rem !important; }
  .pl-xl-6 {
    padding-left: 8rem !important; }
  .px-xl-6 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .py-xl-6 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .p-xl-7 {
    padding: 16rem 16rem !important; }
  .pt-xl-7 {
    padding-top: 16rem !important; }
  .pr-xl-7 {
    padding-right: 16rem !important; }
  .pb-xl-7 {
    padding-bottom: 16rem !important; }
  .pl-xl-7 {
    padding-left: 16rem !important; }
  .px-xl-7 {
    padding-right: 16rem !important;
    padding-left: 16rem !important; }
  .py-xl-7 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important; }
  .p-xl--1 {
    padding: -0.25rem -0.25rem !important; }
  .pt-xl--1 {
    padding-top: -0.25rem !important; }
  .pr-xl--1 {
    padding-right: -0.25rem !important; }
  .pb-xl--1 {
    padding-bottom: -0.25rem !important; }
  .pl-xl--1 {
    padding-left: -0.25rem !important; }
  .px-xl--1 {
    padding-right: -0.25rem !important;
    padding-left: -0.25rem !important; }
  .py-xl--1 {
    padding-top: -0.25rem !important;
    padding-bottom: -0.25rem !important; }
  .p-xl--2 {
    padding: -0.5rem -0.5rem !important; }
  .pt-xl--2 {
    padding-top: -0.5rem !important; }
  .pr-xl--2 {
    padding-right: -0.5rem !important; }
  .pb-xl--2 {
    padding-bottom: -0.5rem !important; }
  .pl-xl--2 {
    padding-left: -0.5rem !important; }
  .px-xl--2 {
    padding-right: -0.5rem !important;
    padding-left: -0.5rem !important; }
  .py-xl--2 {
    padding-top: -0.5rem !important;
    padding-bottom: -0.5rem !important; }
  .p-xl--3 {
    padding: -1rem -1rem !important; }
  .pt-xl--3 {
    padding-top: -1rem !important; }
  .pr-xl--3 {
    padding-right: -1rem !important; }
  .pb-xl--3 {
    padding-bottom: -1rem !important; }
  .pl-xl--3 {
    padding-left: -1rem !important; }
  .px-xl--3 {
    padding-right: -1rem !important;
    padding-left: -1rem !important; }
  .py-xl--3 {
    padding-top: -1rem !important;
    padding-bottom: -1rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mx-xl--col {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .ml-xl--col {
    margin-left: -15px !important; }
  .mr-xl--col {
    margin-right: -15px !important; } }

.w-10 {
  width: 10%; }

.w-20 {
  width: 20%; }

.w-25 {
  width: 25%; }

.w-30 {
  width: 30%; }

.w-33 {
  width: 33%; }

.w-34 {
  width: 34%; }

.w-40 {
  width: 40%; }

.w-50 {
  width: 50%; }

.w-60 {
  width: 60%; }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-90 {
  width: 90%; }

.w-100 {
  width: 100%; }

.w-1-3 {
  width: 33.33333%; }

.w-2-3 {
  width: 66.66666%; }

.w-0 {
  width: 0%; }

.wr-1 {
  width: 1rem; }

.wr-2 {
  width: 2rem; }

.wr-3 {
  width: 4rem; }

.wr-4 {
  width: 8rem; }

.wr-5 {
  width: 16rem; }

.wr-6 {
  width: 32rem; }

.wr-7 {
  width: 48rem; }

.wr-8 {
  width: 64rem; }

.wr-0 {
  width: 0; }

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

.w-auto {
  width: auto; }

@media (min-width: 576px) {
  .w-sm-10 {
    width: 10%; }
  .w-sm-20 {
    width: 20%; }
  .w-sm-25 {
    width: 25%; }
  .w-sm-30 {
    width: 30%; }
  .w-sm-33 {
    width: 33%; }
  .w-sm-34 {
    width: 34%; }
  .w-sm-40 {
    width: 40%; }
  .w-sm-50 {
    width: 50%; }
  .w-sm-60 {
    width: 60%; }
  .w-sm-70 {
    width: 70%; }
  .w-sm-75 {
    width: 75%; }
  .w-sm-80 {
    width: 80%; }
  .w-sm-90 {
    width: 90%; }
  .w-sm-100 {
    width: 100%; }
  .w-sm-1-3 {
    width: 33.33333%; }
  .w-sm-2-3 {
    width: 66.66666%; }
  .w-sm-0 {
    width: 0%; }
  .wr-sm-1 {
    width: 1rem; }
  .wr-sm-2 {
    width: 2rem; }
  .wr-sm-3 {
    width: 4rem; }
  .wr-sm-4 {
    width: 8rem; }
  .wr-sm-5 {
    width: 16rem; }
  .wr-sm-6 {
    width: 32rem; }
  .wr-sm-7 {
    width: 48rem; }
  .wr-sm-8 {
    width: 64rem; }
  .wr-sm-0 {
    width: 0; }
  .mw-sm-100 {
    max-width: 100%; }
  .w-sm-auto {
    width: auto; } }

@media (min-width: 768px) {
  .w-md-10 {
    width: 10%; }
  .w-md-20 {
    width: 20%; }
  .w-md-25 {
    width: 25%; }
  .w-md-30 {
    width: 30%; }
  .w-md-33 {
    width: 33%; }
  .w-md-34 {
    width: 34%; }
  .w-md-40 {
    width: 40%; }
  .w-md-50 {
    width: 50%; }
  .w-md-60 {
    width: 60%; }
  .w-md-70 {
    width: 70%; }
  .w-md-75 {
    width: 75%; }
  .w-md-80 {
    width: 80%; }
  .w-md-90 {
    width: 90%; }
  .w-md-100 {
    width: 100%; }
  .w-md-1-3 {
    width: 33.33333%; }
  .w-md-2-3 {
    width: 66.66666%; }
  .w-md-0 {
    width: 0%; }
  .wr-md-1 {
    width: 1rem; }
  .wr-md-2 {
    width: 2rem; }
  .wr-md-3 {
    width: 4rem; }
  .wr-md-4 {
    width: 8rem; }
  .wr-md-5 {
    width: 16rem; }
  .wr-md-6 {
    width: 32rem; }
  .wr-md-7 {
    width: 48rem; }
  .wr-md-8 {
    width: 64rem; }
  .wr-md-0 {
    width: 0; }
  .mw-md-100 {
    max-width: 100%; }
  .w-md-auto {
    width: auto; } }

@media (min-width: 992px) {
  .w-lg-10 {
    width: 10%; }
  .w-lg-20 {
    width: 20%; }
  .w-lg-25 {
    width: 25%; }
  .w-lg-30 {
    width: 30%; }
  .w-lg-33 {
    width: 33%; }
  .w-lg-34 {
    width: 34%; }
  .w-lg-40 {
    width: 40%; }
  .w-lg-50 {
    width: 50%; }
  .w-lg-60 {
    width: 60%; }
  .w-lg-70 {
    width: 70%; }
  .w-lg-75 {
    width: 75%; }
  .w-lg-80 {
    width: 80%; }
  .w-lg-90 {
    width: 90%; }
  .w-lg-100 {
    width: 100%; }
  .w-lg-1-3 {
    width: 33.33333%; }
  .w-lg-2-3 {
    width: 66.66666%; }
  .w-lg-0 {
    width: 0%; }
  .wr-lg-1 {
    width: 1rem; }
  .wr-lg-2 {
    width: 2rem; }
  .wr-lg-3 {
    width: 4rem; }
  .wr-lg-4 {
    width: 8rem; }
  .wr-lg-5 {
    width: 16rem; }
  .wr-lg-6 {
    width: 32rem; }
  .wr-lg-7 {
    width: 48rem; }
  .wr-lg-8 {
    width: 64rem; }
  .wr-lg-0 {
    width: 0; }
  .mw-lg-100 {
    max-width: 100%; }
  .w-lg-auto {
    width: auto; } }

@media (min-width: 1200px) {
  .w-xl-10 {
    width: 10%; }
  .w-xl-20 {
    width: 20%; }
  .w-xl-25 {
    width: 25%; }
  .w-xl-30 {
    width: 30%; }
  .w-xl-33 {
    width: 33%; }
  .w-xl-34 {
    width: 34%; }
  .w-xl-40 {
    width: 40%; }
  .w-xl-50 {
    width: 50%; }
  .w-xl-60 {
    width: 60%; }
  .w-xl-70 {
    width: 70%; }
  .w-xl-75 {
    width: 75%; }
  .w-xl-80 {
    width: 80%; }
  .w-xl-90 {
    width: 90%; }
  .w-xl-100 {
    width: 100%; }
  .w-xl-1-3 {
    width: 33.33333%; }
  .w-xl-2-3 {
    width: 66.66666%; }
  .w-xl-0 {
    width: 0%; }
  .wr-xl-1 {
    width: 1rem; }
  .wr-xl-2 {
    width: 2rem; }
  .wr-xl-3 {
    width: 4rem; }
  .wr-xl-4 {
    width: 8rem; }
  .wr-xl-5 {
    width: 16rem; }
  .wr-xl-6 {
    width: 32rem; }
  .wr-xl-7 {
    width: 48rem; }
  .wr-xl-8 {
    width: 64rem; }
  .wr-xl-0 {
    width: 0; }
  .mw-xl-100 {
    max-width: 100%; }
  .w-xl-auto {
    width: auto; } }

.h-25 {
  height: 25%; }

.h-50 {
  height: 50%; }

.h-75 {
  height: 75%; }

.h-100 {
  height: 100%; }

.h-0 {
  height: 0%; }

.hr-1 {
  height: 1rem; }

.hr-2 {
  height: 2rem; }

.hr-3 {
  height: 4rem; }

.hr-4 {
  height: 8rem; }

.hr-5 {
  height: 16rem; }

.hr-6 {
  height: 32rem; }

.hr-0 {
  height: 0; }

.hv-25 {
  height: 25vh; }

.hv-50 {
  height: 50vh; }

.hv-75 {
  height: 75vh; }

.hv-100 {
  height: 100vh; }

.hv-0 {
  height: 0vh; }

@media (min-width: 576px) {
  .h-sm-25 {
    height: 25%; }
  .h-sm-50 {
    height: 50%; }
  .h-sm-75 {
    height: 75%; }
  .h-sm-100 {
    height: 100%; }
  .h-sm-0 {
    height: 0%; }
  .hr-sm-1 {
    height: 1rem; }
  .hr-sm-2 {
    height: 2rem; }
  .hr-sm-3 {
    height: 4rem; }
  .hr-sm-4 {
    height: 8rem; }
  .hr-sm-5 {
    height: 16rem; }
  .hr-sm-6 {
    height: 32rem; }
  .hr-sm-0 {
    height: 0; }
  .hv-sm-25 {
    height: 25vh; }
  .hv-sm-50 {
    height: 50vh; }
  .hv-sm-75 {
    height: 75vh; }
  .hv-sm-100 {
    height: 100vh; }
  .hv-sm-0 {
    height: 0vh; } }

@media (min-width: 768px) {
  .h-md-25 {
    height: 25%; }
  .h-md-50 {
    height: 50%; }
  .h-md-75 {
    height: 75%; }
  .h-md-100 {
    height: 100%; }
  .h-md-0 {
    height: 0%; }
  .hr-md-1 {
    height: 1rem; }
  .hr-md-2 {
    height: 2rem; }
  .hr-md-3 {
    height: 4rem; }
  .hr-md-4 {
    height: 8rem; }
  .hr-md-5 {
    height: 16rem; }
  .hr-md-6 {
    height: 32rem; }
  .hr-md-0 {
    height: 0; }
  .hv-md-25 {
    height: 25vh; }
  .hv-md-50 {
    height: 50vh; }
  .hv-md-75 {
    height: 75vh; }
  .hv-md-100 {
    height: 100vh; }
  .hv-md-0 {
    height: 0vh; } }

@media (min-width: 992px) {
  .h-lg-25 {
    height: 25%; }
  .h-lg-50 {
    height: 50%; }
  .h-lg-75 {
    height: 75%; }
  .h-lg-100 {
    height: 100%; }
  .h-lg-0 {
    height: 0%; }
  .hr-lg-1 {
    height: 1rem; }
  .hr-lg-2 {
    height: 2rem; }
  .hr-lg-3 {
    height: 4rem; }
  .hr-lg-4 {
    height: 8rem; }
  .hr-lg-5 {
    height: 16rem; }
  .hr-lg-6 {
    height: 32rem; }
  .hr-lg-0 {
    height: 0; }
  .hv-lg-25 {
    height: 25vh; }
  .hv-lg-50 {
    height: 50vh; }
  .hv-lg-75 {
    height: 75vh; }
  .hv-lg-100 {
    height: 100vh; }
  .hv-lg-0 {
    height: 0vh; } }

@media (min-width: 1200px) {
  .h-xl-25 {
    height: 25%; }
  .h-xl-50 {
    height: 50%; }
  .h-xl-75 {
    height: 75%; }
  .h-xl-100 {
    height: 100%; }
  .h-xl-0 {
    height: 0%; }
  .hr-xl-1 {
    height: 1rem; }
  .hr-xl-2 {
    height: 2rem; }
  .hr-xl-3 {
    height: 4rem; }
  .hr-xl-4 {
    height: 8rem; }
  .hr-xl-5 {
    height: 16rem; }
  .hr-xl-6 {
    height: 32rem; }
  .hr-xl-0 {
    height: 0; }
  .hv-xl-25 {
    height: 25vh; }
  .hv-xl-50 {
    height: 50vh; }
  .hv-xl-75 {
    height: 75vh; }
  .hv-xl-100 {
    height: 100vh; }
  .hv-xl-0 {
    height: 0vh; } }

.z--3 {
  z-index: -4; }

.z--2 {
  z-index: -2; }

.z--1 {
  z-index: -1; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 4; }

.z-4 {
  z-index: 8; }

.z-5 {
  z-index: 16; }

.z-6 {
  z-index: 32; }

.z-7 {
  z-index: 64; }

.z-0 {
  z-index: 0; }

@media (min-width: 576px) {
  .z-sm--3 {
    z-index: -4; }
  .z-sm--2 {
    z-index: -2; }
  .z-sm--1 {
    z-index: -1; }
  .z-sm-1 {
    z-index: 1; }
  .z-sm-2 {
    z-index: 2; }
  .z-sm-3 {
    z-index: 4; }
  .z-sm-4 {
    z-index: 8; }
  .z-sm-5 {
    z-index: 16; }
  .z-sm-6 {
    z-index: 32; }
  .z-sm-7 {
    z-index: 64; }
  .z-sm-0 {
    z-index: 0; } }

@media (min-width: 768px) {
  .z-md--3 {
    z-index: -4; }
  .z-md--2 {
    z-index: -2; }
  .z-md--1 {
    z-index: -1; }
  .z-md-1 {
    z-index: 1; }
  .z-md-2 {
    z-index: 2; }
  .z-md-3 {
    z-index: 4; }
  .z-md-4 {
    z-index: 8; }
  .z-md-5 {
    z-index: 16; }
  .z-md-6 {
    z-index: 32; }
  .z-md-7 {
    z-index: 64; }
  .z-md-0 {
    z-index: 0; } }

@media (min-width: 992px) {
  .z-lg--3 {
    z-index: -4; }
  .z-lg--2 {
    z-index: -2; }
  .z-lg--1 {
    z-index: -1; }
  .z-lg-1 {
    z-index: 1; }
  .z-lg-2 {
    z-index: 2; }
  .z-lg-3 {
    z-index: 4; }
  .z-lg-4 {
    z-index: 8; }
  .z-lg-5 {
    z-index: 16; }
  .z-lg-6 {
    z-index: 32; }
  .z-lg-7 {
    z-index: 64; }
  .z-lg-0 {
    z-index: 0; } }

@media (min-width: 1200px) {
  .z-xl--3 {
    z-index: -4; }
  .z-xl--2 {
    z-index: -2; }
  .z-xl--1 {
    z-index: -1; }
  .z-xl-1 {
    z-index: 1; }
  .z-xl-2 {
    z-index: 2; }
  .z-xl-3 {
    z-index: 4; }
  .z-xl-4 {
    z-index: 8; }
  .z-xl-5 {
    z-index: 16; }
  .z-xl-6 {
    z-index: 32; }
  .z-xl-7 {
    z-index: 64; }
  .z-xl-0 {
    z-index: 0; } }

.align-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .align-center p {
    margin: 0; }
  .align-center ul {
    text-align: center; }
    .align-center ul li {
      margin-bottom: 1rem; }

.align-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.aspect-ratio {
  height: 0;
  position: relative; }
  .aspect-ratio .aspect-ratio-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.aspect-ratio-1x1 {
  padding-top: 100%; }

.aspect-ratio-1x2 {
  padding-top: 200%; }

.aspect-ratio-2x1 {
  padding-top: 50%; }

.aspect-ratio-2x3 {
  padding-top: 150%; }

.aspect-ratio-3x1 {
  padding-top: 33.33%; }

.aspect-ratio-3x2 {
  padding-top: 66.66%; }

.aspect-ratio-3x4 {
  padding-top: 133.33%; }

.aspect-ratio-4x1 {
  padding-top: 25%; }

.aspect-ratio-4x3 {
  padding-top: 75%; }

.at-1 {
  top: -0.25rem; }

.ar-1 {
  right: -0.25rem; }

.ab-1 {
  bottom: -0.25rem; }

.al-1 {
  left: -0.25rem; }

.at--1 {
  top: 0.25rem; }

.ar--1 {
  right: 0.25rem; }

.ab--1 {
  bottom: 0.25rem; }

.al--1 {
  left: 0.25rem; }

.at-2 {
  top: 0.5rem; }

.ar-2 {
  right: 0.5rem; }

.ab-2 {
  bottom: 0.5rem; }

.al-2 {
  left: 0.5rem; }

.at--2 {
  top: -0.5rem; }

.ar--2 {
  right: -0.5rem; }

.ab--2 {
  bottom: -0.5rem; }

.al--2 {
  left: -0.5rem; }

.at-3 {
  top: 1rem; }

.ar-3 {
  right: 1rem; }

.ab-3 {
  bottom: 1rem; }

.al-3 {
  left: 1rem; }

.at--3 {
  top: -1rem; }

.ar--3 {
  right: -1rem; }

.ab--3 {
  bottom: -1rem; }

.al--3 {
  left: -1rem; }

.at-4 {
  top: 2rem; }

.ar-4 {
  right: 2rem; }

.ab-4 {
  bottom: 2rem; }

.al-4 {
  left: 2rem; }

.at--4 {
  top: -2rem; }

.ar--4 {
  right: -2rem; }

.ab--4 {
  bottom: -2rem; }

.al--4 {
  left: -2rem; }

.at-5 {
  top: 4rem; }

.ar-5 {
  right: 4rem; }

.ab-5 {
  bottom: 4rem; }

.al-5 {
  left: 4rem; }

.at--5 {
  top: -4rem; }

.ar--5 {
  right: -4rem; }

.ab--5 {
  bottom: -4rem; }

.al--5 {
  left: -4rem; }

.at-6 {
  top: 8rem; }

.ar-6 {
  right: 8rem; }

.ab-6 {
  bottom: 8rem; }

.al-6 {
  left: 8rem; }

.at--6 {
  top: -8rem; }

.ar--6 {
  right: -8rem; }

.ab--6 {
  bottom: -8rem; }

.al--6 {
  left: -8rem; }

.at-7 {
  top: 16rem; }

.ar-7 {
  right: 16rem; }

.ab-7 {
  bottom: 16rem; }

.al-7 {
  left: 16rem; }

.at--7 {
  top: -16rem; }

.ar--7 {
  right: -16rem; }

.ab--7 {
  bottom: -16rem; }

.al--7 {
  left: -16rem; }

.at-0 {
  top: 0; }

.ar-0 {
  right: 0; }

.ab-0 {
  bottom: 0; }

.al-0 {
  left: 0; }

.at--0 {
  top: 0; }

.ar--0 {
  right: 0; }

.ab--0 {
  bottom: 0; }

.al--0 {
  left: 0; }

@media (min-width: 576px) {
  .at-sm-1 {
    top: -0.25rem; }
  .ar-sm-1 {
    right: -0.25rem; }
  .ab-sm-1 {
    bottom: -0.25rem; }
  .al-sm-1 {
    left: -0.25rem; }
  .at-sm--1 {
    top: 0.25rem; }
  .ar-sm--1 {
    right: 0.25rem; }
  .ab-sm--1 {
    bottom: 0.25rem; }
  .al-sm--1 {
    left: 0.25rem; }
  .at-sm-2 {
    top: 0.5rem; }
  .ar-sm-2 {
    right: 0.5rem; }
  .ab-sm-2 {
    bottom: 0.5rem; }
  .al-sm-2 {
    left: 0.5rem; }
  .at-sm--2 {
    top: -0.5rem; }
  .ar-sm--2 {
    right: -0.5rem; }
  .ab-sm--2 {
    bottom: -0.5rem; }
  .al-sm--2 {
    left: -0.5rem; }
  .at-sm-3 {
    top: 1rem; }
  .ar-sm-3 {
    right: 1rem; }
  .ab-sm-3 {
    bottom: 1rem; }
  .al-sm-3 {
    left: 1rem; }
  .at-sm--3 {
    top: -1rem; }
  .ar-sm--3 {
    right: -1rem; }
  .ab-sm--3 {
    bottom: -1rem; }
  .al-sm--3 {
    left: -1rem; }
  .at-sm-4 {
    top: 2rem; }
  .ar-sm-4 {
    right: 2rem; }
  .ab-sm-4 {
    bottom: 2rem; }
  .al-sm-4 {
    left: 2rem; }
  .at-sm--4 {
    top: -2rem; }
  .ar-sm--4 {
    right: -2rem; }
  .ab-sm--4 {
    bottom: -2rem; }
  .al-sm--4 {
    left: -2rem; }
  .at-sm-5 {
    top: 4rem; }
  .ar-sm-5 {
    right: 4rem; }
  .ab-sm-5 {
    bottom: 4rem; }
  .al-sm-5 {
    left: 4rem; }
  .at-sm--5 {
    top: -4rem; }
  .ar-sm--5 {
    right: -4rem; }
  .ab-sm--5 {
    bottom: -4rem; }
  .al-sm--5 {
    left: -4rem; }
  .at-sm-6 {
    top: 8rem; }
  .ar-sm-6 {
    right: 8rem; }
  .ab-sm-6 {
    bottom: 8rem; }
  .al-sm-6 {
    left: 8rem; }
  .at-sm--6 {
    top: -8rem; }
  .ar-sm--6 {
    right: -8rem; }
  .ab-sm--6 {
    bottom: -8rem; }
  .al-sm--6 {
    left: -8rem; }
  .at-sm-7 {
    top: 16rem; }
  .ar-sm-7 {
    right: 16rem; }
  .ab-sm-7 {
    bottom: 16rem; }
  .al-sm-7 {
    left: 16rem; }
  .at-sm--7 {
    top: -16rem; }
  .ar-sm--7 {
    right: -16rem; }
  .ab-sm--7 {
    bottom: -16rem; }
  .al-sm--7 {
    left: -16rem; }
  .at-sm-0 {
    top: 0; }
  .ar-sm-0 {
    right: 0; }
  .ab-sm-0 {
    bottom: 0; }
  .al-sm-0 {
    left: 0; }
  .at-sm--0 {
    top: 0; }
  .ar-sm--0 {
    right: 0; }
  .ab-sm--0 {
    bottom: 0; }
  .al-sm--0 {
    left: 0; } }

@media (min-width: 768px) {
  .at-md-1 {
    top: -0.25rem; }
  .ar-md-1 {
    right: -0.25rem; }
  .ab-md-1 {
    bottom: -0.25rem; }
  .al-md-1 {
    left: -0.25rem; }
  .at-md--1 {
    top: 0.25rem; }
  .ar-md--1 {
    right: 0.25rem; }
  .ab-md--1 {
    bottom: 0.25rem; }
  .al-md--1 {
    left: 0.25rem; }
  .at-md-2 {
    top: 0.5rem; }
  .ar-md-2 {
    right: 0.5rem; }
  .ab-md-2 {
    bottom: 0.5rem; }
  .al-md-2 {
    left: 0.5rem; }
  .at-md--2 {
    top: -0.5rem; }
  .ar-md--2 {
    right: -0.5rem; }
  .ab-md--2 {
    bottom: -0.5rem; }
  .al-md--2 {
    left: -0.5rem; }
  .at-md-3 {
    top: 1rem; }
  .ar-md-3 {
    right: 1rem; }
  .ab-md-3 {
    bottom: 1rem; }
  .al-md-3 {
    left: 1rem; }
  .at-md--3 {
    top: -1rem; }
  .ar-md--3 {
    right: -1rem; }
  .ab-md--3 {
    bottom: -1rem; }
  .al-md--3 {
    left: -1rem; }
  .at-md-4 {
    top: 2rem; }
  .ar-md-4 {
    right: 2rem; }
  .ab-md-4 {
    bottom: 2rem; }
  .al-md-4 {
    left: 2rem; }
  .at-md--4 {
    top: -2rem; }
  .ar-md--4 {
    right: -2rem; }
  .ab-md--4 {
    bottom: -2rem; }
  .al-md--4 {
    left: -2rem; }
  .at-md-5 {
    top: 4rem; }
  .ar-md-5 {
    right: 4rem; }
  .ab-md-5 {
    bottom: 4rem; }
  .al-md-5 {
    left: 4rem; }
  .at-md--5 {
    top: -4rem; }
  .ar-md--5 {
    right: -4rem; }
  .ab-md--5 {
    bottom: -4rem; }
  .al-md--5 {
    left: -4rem; }
  .at-md-6 {
    top: 8rem; }
  .ar-md-6 {
    right: 8rem; }
  .ab-md-6 {
    bottom: 8rem; }
  .al-md-6 {
    left: 8rem; }
  .at-md--6 {
    top: -8rem; }
  .ar-md--6 {
    right: -8rem; }
  .ab-md--6 {
    bottom: -8rem; }
  .al-md--6 {
    left: -8rem; }
  .at-md-7 {
    top: 16rem; }
  .ar-md-7 {
    right: 16rem; }
  .ab-md-7 {
    bottom: 16rem; }
  .al-md-7 {
    left: 16rem; }
  .at-md--7 {
    top: -16rem; }
  .ar-md--7 {
    right: -16rem; }
  .ab-md--7 {
    bottom: -16rem; }
  .al-md--7 {
    left: -16rem; }
  .at-md-0 {
    top: 0; }
  .ar-md-0 {
    right: 0; }
  .ab-md-0 {
    bottom: 0; }
  .al-md-0 {
    left: 0; }
  .at-md--0 {
    top: 0; }
  .ar-md--0 {
    right: 0; }
  .ab-md--0 {
    bottom: 0; }
  .al-md--0 {
    left: 0; } }

@media (min-width: 992px) {
  .at-lg-1 {
    top: -0.25rem; }
  .ar-lg-1 {
    right: -0.25rem; }
  .ab-lg-1 {
    bottom: -0.25rem; }
  .al-lg-1 {
    left: -0.25rem; }
  .at-lg--1 {
    top: 0.25rem; }
  .ar-lg--1 {
    right: 0.25rem; }
  .ab-lg--1 {
    bottom: 0.25rem; }
  .al-lg--1 {
    left: 0.25rem; }
  .at-lg-2 {
    top: 0.5rem; }
  .ar-lg-2 {
    right: 0.5rem; }
  .ab-lg-2 {
    bottom: 0.5rem; }
  .al-lg-2 {
    left: 0.5rem; }
  .at-lg--2 {
    top: -0.5rem; }
  .ar-lg--2 {
    right: -0.5rem; }
  .ab-lg--2 {
    bottom: -0.5rem; }
  .al-lg--2 {
    left: -0.5rem; }
  .at-lg-3 {
    top: 1rem; }
  .ar-lg-3 {
    right: 1rem; }
  .ab-lg-3 {
    bottom: 1rem; }
  .al-lg-3 {
    left: 1rem; }
  .at-lg--3 {
    top: -1rem; }
  .ar-lg--3 {
    right: -1rem; }
  .ab-lg--3 {
    bottom: -1rem; }
  .al-lg--3 {
    left: -1rem; }
  .at-lg-4 {
    top: 2rem; }
  .ar-lg-4 {
    right: 2rem; }
  .ab-lg-4 {
    bottom: 2rem; }
  .al-lg-4 {
    left: 2rem; }
  .at-lg--4 {
    top: -2rem; }
  .ar-lg--4 {
    right: -2rem; }
  .ab-lg--4 {
    bottom: -2rem; }
  .al-lg--4 {
    left: -2rem; }
  .at-lg-5 {
    top: 4rem; }
  .ar-lg-5 {
    right: 4rem; }
  .ab-lg-5 {
    bottom: 4rem; }
  .al-lg-5 {
    left: 4rem; }
  .at-lg--5 {
    top: -4rem; }
  .ar-lg--5 {
    right: -4rem; }
  .ab-lg--5 {
    bottom: -4rem; }
  .al-lg--5 {
    left: -4rem; }
  .at-lg-6 {
    top: 8rem; }
  .ar-lg-6 {
    right: 8rem; }
  .ab-lg-6 {
    bottom: 8rem; }
  .al-lg-6 {
    left: 8rem; }
  .at-lg--6 {
    top: -8rem; }
  .ar-lg--6 {
    right: -8rem; }
  .ab-lg--6 {
    bottom: -8rem; }
  .al-lg--6 {
    left: -8rem; }
  .at-lg-7 {
    top: 16rem; }
  .ar-lg-7 {
    right: 16rem; }
  .ab-lg-7 {
    bottom: 16rem; }
  .al-lg-7 {
    left: 16rem; }
  .at-lg--7 {
    top: -16rem; }
  .ar-lg--7 {
    right: -16rem; }
  .ab-lg--7 {
    bottom: -16rem; }
  .al-lg--7 {
    left: -16rem; }
  .at-lg-0 {
    top: 0; }
  .ar-lg-0 {
    right: 0; }
  .ab-lg-0 {
    bottom: 0; }
  .al-lg-0 {
    left: 0; }
  .at-lg--0 {
    top: 0; }
  .ar-lg--0 {
    right: 0; }
  .ab-lg--0 {
    bottom: 0; }
  .al-lg--0 {
    left: 0; } }

@media (min-width: 1200px) {
  .at-xl-1 {
    top: -0.25rem; }
  .ar-xl-1 {
    right: -0.25rem; }
  .ab-xl-1 {
    bottom: -0.25rem; }
  .al-xl-1 {
    left: -0.25rem; }
  .at-xl--1 {
    top: 0.25rem; }
  .ar-xl--1 {
    right: 0.25rem; }
  .ab-xl--1 {
    bottom: 0.25rem; }
  .al-xl--1 {
    left: 0.25rem; }
  .at-xl-2 {
    top: 0.5rem; }
  .ar-xl-2 {
    right: 0.5rem; }
  .ab-xl-2 {
    bottom: 0.5rem; }
  .al-xl-2 {
    left: 0.5rem; }
  .at-xl--2 {
    top: -0.5rem; }
  .ar-xl--2 {
    right: -0.5rem; }
  .ab-xl--2 {
    bottom: -0.5rem; }
  .al-xl--2 {
    left: -0.5rem; }
  .at-xl-3 {
    top: 1rem; }
  .ar-xl-3 {
    right: 1rem; }
  .ab-xl-3 {
    bottom: 1rem; }
  .al-xl-3 {
    left: 1rem; }
  .at-xl--3 {
    top: -1rem; }
  .ar-xl--3 {
    right: -1rem; }
  .ab-xl--3 {
    bottom: -1rem; }
  .al-xl--3 {
    left: -1rem; }
  .at-xl-4 {
    top: 2rem; }
  .ar-xl-4 {
    right: 2rem; }
  .ab-xl-4 {
    bottom: 2rem; }
  .al-xl-4 {
    left: 2rem; }
  .at-xl--4 {
    top: -2rem; }
  .ar-xl--4 {
    right: -2rem; }
  .ab-xl--4 {
    bottom: -2rem; }
  .al-xl--4 {
    left: -2rem; }
  .at-xl-5 {
    top: 4rem; }
  .ar-xl-5 {
    right: 4rem; }
  .ab-xl-5 {
    bottom: 4rem; }
  .al-xl-5 {
    left: 4rem; }
  .at-xl--5 {
    top: -4rem; }
  .ar-xl--5 {
    right: -4rem; }
  .ab-xl--5 {
    bottom: -4rem; }
  .al-xl--5 {
    left: -4rem; }
  .at-xl-6 {
    top: 8rem; }
  .ar-xl-6 {
    right: 8rem; }
  .ab-xl-6 {
    bottom: 8rem; }
  .al-xl-6 {
    left: 8rem; }
  .at-xl--6 {
    top: -8rem; }
  .ar-xl--6 {
    right: -8rem; }
  .ab-xl--6 {
    bottom: -8rem; }
  .al-xl--6 {
    left: -8rem; }
  .at-xl-7 {
    top: 16rem; }
  .ar-xl-7 {
    right: 16rem; }
  .ab-xl-7 {
    bottom: 16rem; }
  .al-xl-7 {
    left: 16rem; }
  .at-xl--7 {
    top: -16rem; }
  .ar-xl--7 {
    right: -16rem; }
  .ab-xl--7 {
    bottom: -16rem; }
  .al-xl--7 {
    left: -16rem; }
  .at-xl-0 {
    top: 0; }
  .ar-xl-0 {
    right: 0; }
  .ab-xl-0 {
    bottom: 0; }
  .al-xl-0 {
    left: 0; }
  .at-xl--0 {
    top: 0; }
  .ar-xl--0 {
    right: 0; }
  .ab-xl--0 {
    bottom: 0; }
  .al-xl--0 {
    left: 0; } }

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

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

.fixed-left {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0; }

.fixed-right {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0; }

.fixed-center {
  position: fixed;
  left: 50%;
  top: 50%; }

.position-absolute {
  position: absolute; }

.position-fixed {
  position: fixed; }

.position-relative {
  position: relative; }

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

.d-grid {
  display: grid !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; }
  .d-sm-grid {
    display: grid !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; }
  .d-md-grid {
    display: grid !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; }
  .d-lg-grid {
    display: grid !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; }
  .d-xl-grid {
    display: grid !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

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

@media print {
  .d-print-none {
    display: none !important; } }

.sf-special-hidden {
  opacity: 0; }

.sf-special-show {
  opacity: 100; }

.bg-cover {
  background-size: cover; }

.bg-contain {
  background-size: contain; }

.bg-position-lt {
  background-position: left top; }

.bg-position-lc {
  background-position: left center; }

.bg-position-lb {
  background-position: left bottom; }

.bg-position-ct {
  background-position: center top; }

.bg-position-cc {
  background-position: center center; }

.bg-position-cb {
  background-position: center bottom; }

.bg-position-rt {
  background-position: right top; }

.bg-position-rc {
  background-position: right center; }

.bg-position-rb {
  background-position: right bottom; }

.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0) translate(0, 0);
    -moz-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    -o-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); }
  .waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2); }
  .waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4); }

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1; }

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em; }

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em; }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper.waves-button {
    padding: 0; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%; }

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); }

.waves-block {
  display: block; }

.transition {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.hover .hover-zoom {
  transition: 0.2s linear; }

.hover .hover-shine::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -100%;
  width: 300%;
  height: 200%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0)) no-repeat;
  background-size: 20% 100%;
  transform: skewX(70deg);
  transition: 0.2s linear;
  background-position: 0 0; }

.hover:hover {
  opacity: 1; }
  .hover:hover .hover-zoom {
    transform: scale(1.2);
    transition: 0.2s linear; }
  .hover:hover .hover-shine::after {
    transition: 0.2s linear;
    background-position: 100% 130%; }
span.sf-special-hidden{display:none;}

.sf-table-full-screen-wrapper{
  padding-top: 40px;
  position: relative;
}

.table-full-btn{
  width:20px; 
  height: 20px;
  margin-bottom: 10px; 
  cursor: pointer; 
  position: relative;
  background-repeat: no-repeat;
  position: absolute;
  right:0px;
  top:12px;
}


.table-full-btn.sf-table-full-size-icon-open{
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  right:17px;
  top:27px;
}
.table-full-btn:after{
  position: absolute;
  right:1px;
  content: "";
  width: 120px;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Roboto';
  content: attr(data-expand);
}

.table-full-btn.sf-table-full-size-icon-open:after{
  content: attr(data-collapse);
  right:10px;
  left:unset;
}
.sf-table-full-size {
position: fixed;
top: 0px;
left: 0;
background-color: white;
z-index: 1000;
width: 100%;
  height: 100%;
  padding: 75px 15px 75px 15px;
  overflow-y: auto;
  z-index: 7001;
}
@media (max-width: 992px) {
  .table-full-btn:after{
      width: 150px;
  }
}
ul:not([class]) {
    display: block !important;
    list-style-type: disc !important;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
/* End */


/* Start:/simai/asset/simai.framework/sf4.master/plugin/navigation/css/sf-nav.css?1716958654195516*/
@charset "UTF-8";
/*
 * SIMAI Framework
 * Version: 4.0.0 alfa 5
 *
 * Copyright 2008-2017 SIMAI Ltd
 * http://simai.studio
 *
 * Read the license: http://framework.simai.studio/license/
 * Documentation: http://framework.simai.studio/
 * Support: http://simai.studio/support/
 *
 */
.sf-nav-fixed {
  z-index: 900; }
  .sf-nav-fixed .container-wrap .nav-container .sf-nav {
    font-size: 1rem; }
    .sf-nav-fixed .container-wrap .nav-container .sf-nav button {
      cursor: pointer; }
    .sf-nav-fixed .container-wrap .nav-container .sf-nav section.left-section button.btn-full-screen {
      padding: calc(1rem + 2px); }
      .sf-nav-fixed .container-wrap .nav-container .sf-nav section.left-section button.btn-full-screen > i {
        line-height: normal; }
    .sf-nav-fixed .container-wrap .nav-container .sf-nav section.left-section .nav-brand {
      text-decoration: none; }
    .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > ul li a.item-link {
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      outline: none; }
    .sf-nav-fixed .container-wrap .nav-container .sf-nav section.right-section .btn-mobile {
      display: none;
      padding: calc(1rem + 2px); }
      .sf-nav-fixed .container-wrap .nav-container .sf-nav section.right-section .btn-mobile > i {
        line-height: normal; }
    .sf-nav-fixed .container-wrap .nav-container .sf-nav section.right-section .btn-search {
      padding: calc(1rem + 3px); }
      .sf-nav-fixed .container-wrap .nav-container .sf-nav section.right-section .btn-search:hover {
        cursor: pointer; }
      .sf-nav-fixed .container-wrap .nav-container .sf-nav section.right-section .btn-search > i {
        line-height: normal; }
    .sf-nav-fixed .container-wrap .nav-container .sf-nav section.right-section .nav-search form .inner-search {
      z-index: 104;
      position: relative; }
      .sf-nav-fixed .container-wrap .nav-container .sf-nav section.right-section .nav-search form .inner-search .sf-close {
        z-index: 105; }

@media (min-width: 1200px) {
  .sf-pagewrap-area-layout-narrow.sf-pagewrap-area-container-fixed .sf-pagewrap-area .container.nav-container {
    max-width: 1140px !important; } }

@media (min-width: 769px) {
  .navigation-container.vertical-submenu .container-wrap .nav-container nav.sf-nav {
    position: relative; }
    .navigation-container.vertical-submenu .container-wrap .nav-container nav.sf-nav section.center-section.sf-scroll {
      overflow: visible; }
    .navigation-container.vertical-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li .nav-submenu {
      box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 6px 18px 0px rgba(0, 0, 0, 0.12); }
      .navigation-container.vertical-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li .nav-submenu.sf-scroll {
        overflow-y: visible !important; }
      .navigation-container.vertical-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li .nav-submenu > ul {
        flex-direction: column; }
        .navigation-container.vertical-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li .nav-submenu > ul li {
          border-top: none; }
          .navigation-container.vertical-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li .nav-submenu > ul li .nav-submenu {
            right: -100%; }
            .navigation-container.vertical-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li .nav-submenu > ul li .nav-submenu > ul {
              flex-direction: column; }
    .navigation-container.vertical-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li .nav-submenu {
      top: -1px;
      left: -100%; }
      .navigation-container.vertical-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li .nav-submenu ul {
        flex-direction: column; }
    .navigation-container.vertical-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul li {
      position: relative; }
  .navigation-container.horizontal-submenu .container-wrap {
    position: relative; }
    .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu {
      left: 0 !important;
      width: 99%;
      overflow: hidden !important;
      height: auto;
      box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 6px 18px 0px rgba(0, 0, 0, 0.12); }
	.navigation-container.horizontal-submenu:not(.nav-fixed) .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu {
      /*display: flex !important;*/ }
      .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu.sf-scroll {
        overflow-y: visible !important; }
      .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu > ul {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 1rem !important; }
        .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu > ul li {
          position: static;
          border-top: 0 solid black !important;
          flex-basis: 33.33%; }
          .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu > ul li a span.item-icon {
            min-width: 0.625em; }
            .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu > ul li a span.item-icon i {
              display: none;
              -webkit-transform: rotate(270deg);
              -ms-transform: rotate(270deg);
              transform: rotate(270deg); }
          .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu > ul li .nav-submenu {
            left: -100% !important;
            top: 0;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
            transition-property: none;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
            z-index: 1;
            height: auto; }
            .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu > ul li .nav-submenu.open-horizontal {
              left: 0 !important; }
            .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu > ul li .nav-submenu .content-mobile-horizontal {
              display: flex !important;
              align-items: center;
              justify-content: space-between;
              padding: 1rem; }
              .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu > ul li .nav-submenu .content-mobile-horizontal > h3 {
                display: block !important; }
              .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu > ul li .nav-submenu .content-mobile-horizontal > .nav-back {
                display: flex !important;
                width: auto !important;
                margin-right: 1rem;
                padding: 0 3rem;
                border-radius: 1px; }
            .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu > ul li .nav-submenu ul {
              align-items: flex-start;
              justify-content: flex-start;
              flex-direction: row;
              padding: 1rem !important;
              flex: 1; }
              .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu > ul li .nav-submenu ul li {
                border-top: 0px solid black; }
                .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu > ul li .nav-submenu ul li.one-mobile {
                  display: block; }
                .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu > ul li .nav-submenu ul li a span.item-icon {
                  min-width: 0.625em; }
                  .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > .nav-submenu > ul li .nav-submenu ul li a span.item-icon > i {
                    display: none; }
    .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu {
      flex-direction: row !important;
      width: 100%;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 1rem !important;
      overflow-x: hidden !important;
      height: auto; }
      .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li {
        border-top: 0px solid black;
        border: none !important;
        position: static; }
        .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li a span.item-icon {
          min-width: 0.625em; }
          .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li a span.item-icon i {
            display: none;
            -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
        .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li .nav-submenu {
          left: -100% !important;
          top: 0;
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 100%;
          transition-property: none;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
          z-index: 1;
          height: auto; }
          .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li .nav-submenu.open-horizontal {
            left: 0 !important; }
          .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li .nav-submenu .content-mobile-horizontal {
            display: flex !important;
            align-items: center;
            justify-content: space-between;
            padding: 1rem !important; }
            .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li .nav-submenu .content-mobile-horizontal > h3 {
              display: block !important; }
            .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li .nav-submenu .content-mobile-horizontal > .nav-back {
              display: flex !important;
              width: auto !important;
              margin-right: 1rem;
              padding: 0 3rem;
              border-radius: 1px; }
          .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li .nav-submenu ul {
            align-items: flex-start;
            justify-content: flex-start;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 1rem !important;
            flex: 1;
            box-shadow: none !important; }
            .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li .nav-submenu ul li {
              border-top: 0px solid black; }
              .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li .nav-submenu ul li.one-mobile {
                display: block; }
              .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li .nav-submenu ul li a span.item-icon {
                min-width: 0.625em; }
                .navigation-container.horizontal-submenu .container-wrap .nav-container nav.sf-nav section.center-section > ul > li ul.transform-submenu li .nav-submenu ul li a span.item-icon > i {
                  display: none; }
  .sf-nav section.center-section {
    flex: 1;
    display: flex;
    justify-content: flex-end; }
    .sf-nav section.center-section ul {
      list-style-type: none; }
      .sf-nav section.center-section ul li a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%; }
        .sf-nav section.center-section ul li a span.item-text {
          margin-right: 0.5rem; }
    .sf-nav section.center-section > ul {
      flex-direction: row; }
      .sf-nav section.center-section > ul > li:hover > .nav-submenu {
        display: flex; }
      .sf-nav section.center-section > ul > li:hover > ul.transform-submenu {
        display: flex; }
      .sf-nav section.center-section > ul > li:hover > a.underline span.item-hover {
        display: block !important;
        border-bottom-color: #FFFFFF; }
      .sf-nav section.center-section > ul > li:hover > a.fill {
        background: #FFFFFF; }
        .sf-nav section.center-section > ul > li:hover > a.fill > span.item-hover {
          display: none !important; }
      .sf-nav section.center-section > ul > li:hover > a.blackout > span.item-hover {
        display: block !important;
        background: rgba(255, 255, 255, 0.05); }
      .sf-nav section.center-section > ul > li:hover > a.allotment::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.05); }
      .sf-nav section.center-section > ul > li:focus > a.allotment > span.item-hover {
        display: none !important; }
		
		 .sf-nav section.center-section > ul > li:focus > .nav-submenu {
        display: flex; }
      .sf-nav section.center-section > ul > li:focus > ul.transform-submenu {
        display: flex; }
      .sf-nav section.center-section > ul > li:focus > a.underline span.item-hover {
        display: block !important;
        border-bottom-color: #FFFFFF; }
      .sf-nav section.center-section > ul > li:focus > a.fill {
        background: #FFFFFF; }
        .sf-nav section.center-section > ul > li:focus > a.fill > span.item-hover {
          display: none !important; }
      .sf-nav section.center-section > ul > li:focus > a.blackout > span.item-hover {
        display: block !important;
        background: rgba(255, 255, 255, 0.05); }
      .sf-nav section.center-section > ul > li:focus > a.allotment::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.05); }
      .sf-nav section.center-section > ul > li:focus > a.allotment > span.item-hover {
        display: none !important; }
		
		
      .sf-nav section.center-section > ul > li.active > a.underline span.item-hover {
        display: block !important;
        border-bottom-color: #FFFFFF; }
      .sf-nav section.center-section > ul > li.active > a.fill {
        background: #FFFFFF;
        color: #FFFFFF !important; }
        .sf-nav section.center-section > ul > li.active > a.fill > span.item-hover {
          display: none !important; }
      .sf-nav section.center-section > ul > li.active > a.blackout > span.item-hover {
        display: block !important;
        background: rgba(255, 255, 255, 0.05); }
      .sf-nav section.center-section > ul > li.active > a.allotment {
        background: inherit; }
        .sf-nav section.center-section > ul > li.active > a.allotment > span.item-hover {
          display: none !important; }
      .sf-nav section.center-section > ul > li.focus > a.underline span.item-hover {
        display: block !important;
        border-bottom-color: #FFFFFF; }
      .sf-nav section.center-section > ul > li.focus > a.fill {
        background: #FFFFFF; }
        .sf-nav section.center-section > ul > li.focus > a.fill > span.item-hover {
          display: none !important; }
      .sf-nav section.center-section > ul > li.focus > a.blackout > span.item-hover {
        display: block !important;
        background: rgba(255, 255, 255, 0.05); }
      .sf-nav section.center-section > ul > li.focus > a.allotment {
        background: inherit; }
        .sf-nav section.center-section > ul > li.focus > a.allotment > span.item-hover {
          display: none !important; }
      .sf-nav section.center-section > ul > li > a {
        position: relative;
        white-space: nowrap;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .sf-nav section.center-section > ul > li > a > span.item-hover {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background: transparent;
          left: 0; }
      .sf-nav section.center-section > ul > li > a.underline span.item-hover {
        border-bottom: 4px solid transparent; }
      .sf-nav section.center-section > ul > li > a.blackout > span.item-hover {
        background: rgba(255, 255, 255, 0.05); }
      .sf-nav section.center-section > ul > li > a.fill > span.item-hover {
        background: #FFFFFF; }
      .sf-nav section.center-section > ul > li > a.allotment > span.item-hover {
        display: none !important; }
      .sf-nav section.center-section > ul > li > .nav-submenu {
        position: absolute;
        left: 0;
        display: none;
        padding: 0;
        min-width: 15rem; }
        .sf-nav section.center-section > ul > li > .nav-submenu .nav-back {
          display: none; }
        .sf-nav section.center-section > ul > li > .nav-submenu > ul {
          display: flex;
          flex-direction: column;
          margin: 0;
          padding: 0;
          width: 100%; }
		  .sf-nav section.center-section > ul > li > .nav-submenu > ul li:hover > .nav-submenu {
            display: flex; }
		  
          .sf-nav section.center-section > ul > li > .nav-submenu > ul li:focus > .nav-submenu {
            display: flex; }
          .sf-nav section.center-section > ul > li > .nav-submenu > ul li.one-mobile {
            display: none; }
          .sf-nav section.center-section > ul > li > .nav-submenu > ul li a span.item-text {
            margin-right: 0.5rem; }
          .sf-nav section.center-section > ul > li > .nav-submenu > ul li .nav-submenu {
            display: none;
            position: absolute;
            top: 0;
            width: 100%;
            padding: 0; }
            .sf-nav section.center-section > ul > li > .nav-submenu > ul li .nav-submenu > ul {
              display: flex;
              width: 100%; }
      .sf-nav section.center-section > ul > li > ul.transform-submenu {
        position: absolute;
        left: 0;
        display: none;
        padding: 0;
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 6px 18px 0px rgba(0, 0, 0, 0.12);
        min-width: 15rem; }
        .sf-nav section.center-section > ul > li > ul.transform-submenu .nav-back {
          display: none; }
        .sf-nav section.center-section > ul > li > ul.transform-submenu li:hover > .nav-submenu {
          display: flex; }
        .sf-nav section.center-section > ul > li > ul.transform-submenu li:hover > a > span.item-hover {
          display: none !important; }
		  
		 .sf-nav section.center-section > ul > li > ul.transform-submenu li:focus > .nav-submenu {
          display: flex; }
        .sf-nav section.center-section > ul > li > ul.transform-submenu li:focus > a > span.item-hover {
          display: none !important; }
		  
		  
        .sf-nav section.center-section > ul > li > ul.transform-submenu li a {
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
        .sf-nav section.center-section > ul > li > ul.transform-submenu li .nav-submenu {
          display: none;
          position: absolute;
          width: 100%; }
          .sf-nav section.center-section > ul > li > ul.transform-submenu li .nav-submenu ul {
            display: flex;
            width: 100%;
            padding: 0; }
            .sf-nav section.center-section > ul > li > ul.transform-submenu li .nav-submenu ul li.one-mobile {
              display: none; } }

@media (max-width: 768px) {
  .sf-nav-fixed .container-wrap .nav-container .sf-nav {
    position: relative !important; }
    .sf-nav-fixed .container-wrap .nav-container .sf-nav .mobile-level.open-mobile {
      left: 0 !important; }
    .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section {
      position: fixed;
      top: 0;
      left: -25rem;
      width: 20rem;
      height: 100%;
      overflow-y: auto;
      justify-content: flex-start;
      flex-direction: column;
      z-index: 102;
      -webkit-overflow-scrolling: touch;
      transition-property: none;
      -webkit-transition-duration: 0.8s;
      transition-duration: 0.8s;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease; }
      .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > button.sf-close {
        display: block !important; }
      .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section h3 {
        display: block !important;
        padding: 1.5rem;
        width: 100%; }
      .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section ul li a:hover {
        cursor: pointer; }
      .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > ul {
        flex-direction: column;
        width: 100%; }
        .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > ul li {
          display: flex;
          width: 100%;
          padding: 0; }
          .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > ul li a {
            padding: 1rem 0rem 1rem 1rem !important;
            width: 100%; }
            .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > ul li a .item-text {
              padding-right: 1rem;
              width: 100%; }
            .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > ul li a .item-icon {
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 0 1rem !important;
              height: 100%;
              -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
          .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > ul li .nav-submenu {
            position: fixed !important;
            height: 100%;
            width: 20rem;
            top: 0;
            left: -25rem;
            transition-property: none;
            z-index: 900;
            overflow: hidden;
            -webkit-overflow-scrolling: touch;
            overflow-y: auto;
            -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
            -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
            .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > ul li .nav-submenu .content-mobile-horizontal {
              display: block !important; }
              .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > ul li .nav-submenu .content-mobile-horizontal .nav-back {
                display: flex !important;
                font-weight: 700; }
                .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > ul li .nav-submenu .content-mobile-horizontal .nav-back:hover {
                  text-decoration: none; }
				 .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > ul li .nav-submenu .content-mobile-horizontal .nav-back:focus {
                  text-decoration: none; } 
				  
              .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > ul li .nav-submenu .content-mobile-horizontal h3 {
                display: flex !important; }
            .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > ul li .nav-submenu ul {
              padding: 0; }
              .sf-nav-fixed .container-wrap .nav-container .sf-nav section.center-section > ul li .nav-submenu ul li.one-mobile {
                display: flex; }
    .sf-nav-fixed .container-wrap .nav-container .sf-nav section.right-section {
      flex: 1; }
      .sf-nav-fixed .container-wrap .nav-container .sf-nav section.right-section .btn-mobile {
        display: block; }
    .sf-nav-fixed .container-wrap .nav-container .sf-nav .nav-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; } }

@keyframes move {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes move_no {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.sf-nav-fixed {
  width: 100%;
  left: 0;
  display: flex;
  align-items: stretch;
  line-height: normal;
  justify-content: center;
  flex-direction: row; }
  .sf-nav-fixed.nav-fixed {
    position: fixed;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 6px 18px 0px rgba(0, 0, 0, 0.12); }

.right-section > div {
  height: 100%; }

.right-section .nav-search {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch; }
  .right-section .nav-search > form {
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: inherit; }
    .right-section .nav-search > form .inner-search {
      position: relative; }
      .right-section .nav-search > form .inner-search button.sf-close::before {
        background-color: rgba(0, 0, 0, 0.87); }
      .right-section .nav-search > form .inner-search button.sf-close::after {
        background-color: rgba(0, 0, 0, 0.87); }
      .right-section .nav-search > form .inner-search .nav-live-search {
        width: 100%;
        background: #FAFAFA;
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 6px 18px 0px rgba(0, 0, 0, 0.12);
        margin-top: 1px; }
        .right-section .nav-search > form .inner-search .nav-live-search .live-search-result {
          width: 100%;
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          flex-direction: row; }
          .right-section .nav-search > form .inner-search .nav-live-search .live-search-result:hover {
            background: rgba(0, 0, 0, 0.05); }
			.right-section .nav-search > form .inner-search .nav-live-search .live-search-result:focus {
            background: rgba(0, 0, 0, 0.05); }
          .right-section .nav-search > form .inner-search .nav-live-search .live-search-result .one-category {
            padding: 0.5rem 1rem;
            color: rgba(0, 0, 0, 0.87); }
          .right-section .nav-search > form .inner-search .nav-live-search .live-search-result a:hover {
            background: rgba(0, 0, 0, 0.12); }
			.right-section .nav-search > form .inner-search .nav-live-search .live-search-result a:focus {
            background: rgba(0, 0, 0, 0.12); }
          .right-section .nav-search > form .inner-search .nav-live-search .live-search-result .category-all {
            display: flex;
            width: 100%;
            border-left: 1px solid rgba(0, 0, 0, 0.2); }
            .right-section .nav-search > form .inner-search .nav-live-search .live-search-result .category-all > a {
              color: rgba(0, 0, 0, 0.87);
              text-decoration: none;
              cursor: pointer;
              font-weight: 600;
              padding: 0.5rem 1rem;
              width: 100%; }
              .right-section .nav-search > form .inner-search .nav-live-search .live-search-result .category-all > a > b {
                color: rgba(255, 0, 0, 0.87); }
          .right-section .nav-search > form .inner-search .nav-live-search .live-search-result .category-item {
            display: flex;
            border-left: 1px solid rgba(0, 0, 0, 0.2);
            width: 100%; }
            .right-section .nav-search > form .inner-search .nav-live-search .live-search-result .category-item > a {
              color: rgba(0, 0, 0, 0.87);
              text-decoration: none;
              cursor: pointer;
              font-weight: 100;
              padding: 0.5rem 1rem;
              width: 100%; }
              .right-section .nav-search > form .inner-search .nav-live-search .live-search-result .category-item > a > b {
                color: rgba(255, 0, 0, 0.87); }
          .right-section .nav-search > form .inner-search .nav-live-search .live-search-result .category-more {
            display: flex;
            width: 100%;
            font-weight: 600;
            border-left: 1px solid rgba(0, 0, 0, 0.2); }
            .right-section .nav-search > form .inner-search .nav-live-search .live-search-result .category-more > a {
              color: rgba(0, 0, 0, 0.87);
              text-decoration: none;
              cursor: pointer;
              width: 100%;
              padding: 0.5rem 1rem; }
              .right-section .nav-search > form .inner-search .nav-live-search .live-search-result .category-more > a > b {
                color: rgba(255, 0, 0, 0.87); }
      .right-section .nav-search > form .inner-search .input-search {
        font-size: 1.35rem;
        text-align: center;
        color: rgba(0, 0, 0, 0.87);
        border: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .right-section .nav-search > form .inner-search .live-search {
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 6px 18px 0px rgba(0, 0, 0, 0.12); }
    .right-section .nav-search > form .btn-close-search {
      right: 0;
      line-height: normal;
      font-size: 1.25rem;
      cursor: pointer;
      text-align: center;
      height: inherit; }
      .right-section .nav-search > form .btn-close-search:hover {
        background-color: rgba(0, 0, 0, 0.1); }
		
	 .right-section .nav-search > form .btn-close-search:focus {
        background-color: rgba(0, 0, 0, 0.1); }	
		
  .right-section .nav-search .btn-search {
    display: flex;
    align-items: center;
    justify-content: center; }

@media (min-width: 769px) {
  .sf-nav .center-section > ul li.item-mega {
    position: static !important; }
    .sf-nav .center-section > ul li.item-mega:hover {
      background: rgba(0, 0, 0, 0.05);
      cursor: pointer; }
      .sf-nav .center-section > ul li.item-mega:hover::after {
        position: relative !important; }
      .sf-nav .center-section > ul li.item-mega:hover > a > span.item-hover {
        display: block !important; }
		.sf-nav .center-section > ul li.item-mega:focus {
      background: rgba(0, 0, 0, 0.05);
      cursor: pointer; }
      .sf-nav .center-section > ul li.item-mega:focus::after {
        position: relative !important; }
      .sf-nav .center-section > ul li.item-mega:focus > a > span.item-hover {
        display: block !important; }
    .sf-nav .center-section > ul li.item-mega.active > a > span.item-hover {
      display: block !important; }
    .sf-nav .center-section > ul li.item-mega.focus > a > span.item-hover {
      display: block !important; }
    .sf-nav .center-section > ul li.item-mega a {
      position: relative; }
      .sf-nav .center-section > ul li.item-mega a::before {
        position: relative !important; }
      .sf-nav .center-section > ul li.item-mega a > span.item-hover {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        left: 0;
        border-bottom: 4px solid transparent; }
    .sf-nav .center-section > ul li.item-mega div.nav-submenu {
      max-height: 50vh;
      min-width: 100% !important;
      overflow: auto !important; } }

/* FONT
=================================*/
@-moz-keyframes animaciya {
  from {
    background-color: rgba(0, 0, 0, 0); }
  to {
    background-color: rgba(0, 0, 0, 0.2); } }

@-webkit-keyframes animaciya {
  from {
    background-color: rgba(0, 0, 0, 0); }
  to {
    background-color: rgba(0, 0, 0, 0.2); } }

@-ms-keyframes animaciya {
  from {
    background-color: rgba(0, 0, 0, 0.01); }
  to {
    background-color: rgba(0, 0, 0, 0.2); } }

.sf-left-catalog {
  width: 100%;
  position: relative; }
  .sf-left-catalog * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .sf-left-catalog ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }
    .sf-left-catalog ul li {
      position: relative;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column; }
      .sf-left-catalog ul li a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        white-space: normal;
        padding: 1rem 1.25rem;
        text-decoration: none;
        font-size: 1rem;
        overflow: hidden;
        z-index: 48;
        width: 100%; }
        .sf-left-catalog ul li a:first-child {
          padding-right: 3rem; }
        .sf-left-catalog ul li a span.nav-pointer {
          display: flex;
          align-items: center;
          justify-content: center;
          width: auto;
          height: 100%;
          padding-right: 0.7rem; }
          .sf-left-catalog ul li a span.nav-pointer .left-pointer {
            background-color: transparent;
            left: 0; }
          .sf-left-catalog ul li a span.nav-pointer .right-pointer {
            right: 0; }
        .sf-left-catalog ul li a span.item-text {
          flex: 1;
          white-space: normal; }
        .sf-left-catalog ul li a span.submenu-indicator {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 2rem;
          width: 2rem;
          position: absolute;
          right: 0;
          padding: 0 .7rem;
          border-radius: 100%;
          border-width: 0;
          margin: 0 .5rem 0 0; }
          .sf-left-catalog ul li a span.submenu-indicator > i {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
      .sf-left-catalog ul li:last-child {
        border-bottom: none !important; }
      .sf-left-catalog ul li.active > a {
        font-weight: bold; }
        .sf-left-catalog ul li.active > a > span.submenu-indicator > i {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
      .sf-left-catalog ul li div.catalog-submenu {
        width: 100%;
        display: flex;
        flex-direction: column; }
        .sf-left-catalog ul li div.catalog-submenu ul.submenu {
          width: 100%;
          display: none;
          position: static; }
          .sf-left-catalog ul li div.catalog-submenu ul.submenu li {
            clear: both;
            width: 100%; }
            .sf-left-catalog ul li div.catalog-submenu ul.submenu li a {
              width: 100%;
              font-size: .95rem;
              padding-left: 1rem;
              z-index: 48; }
              .sf-left-catalog ul li div.catalog-submenu ul.submenu li a .nav-item-indicator {
                font-size: 0.95rem;
                width: 1.25rem; }
                .sf-left-catalog ul li div.catalog-submenu ul.submenu li a .nav-item-indicator:before {
                  content: "─";
                  font-size: 0.95rem; }
            .sf-left-catalog ul li div.catalog-submenu ul.submenu li:last-child {
              border-bottom: none; }
            .sf-left-catalog ul li div.catalog-submenu ul.submenu li:first-child {
              border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .sf-left-catalog > ul > li > a > i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .sf-left-catalog > ul > li > div.catalog-submenu > ul.submenu {
    display: none;
    flex-direction: column; }
    .sf-left-catalog > ul > li > div.catalog-submenu > ul.submenu > li > a {
      font-size: .95rem;
      color: white;
      padding-left: 1.25rem; }
    .sf-left-catalog > ul > li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > a {
      font-size: .95rem;
      padding-left: 2.5rem; }
    .sf-left-catalog > ul > li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > span.nav-pointer {
      left: 0.7rem; }
    .sf-left-catalog > ul > li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > a {
      font-size: .95rem;
      padding-left: 3.75rem; }
      .sf-left-catalog > ul > li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > a > span.nav-pointer {
        left: 1.5rem; }
    .sf-left-catalog > ul > li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li:last-child {
      border-bottom: 0 !important; }
  .sf-left-catalog .submenu-indicator-minus > i {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important; }

.sf-nav-page-doc {
  width: 100%; }
  .sf-nav-page-doc ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap; }
    .sf-nav-page-doc ul li {
      display: block; }
      .sf-nav-page-doc ul li a {
        padding: 0.5rem; }
      .sf-nav-page-doc ul li > ul > li > a {
        padding: 0.5rem 1rem; }
      .sf-nav-page-doc ul li > ul > li > ul > li > a {
        padding: 0.5rem 1.5rem; }
      .sf-nav-page-doc ul li > ul > li > ul > li > ul > li > a {
        padding: 0.5rem 2rem; }
      .sf-nav-page-doc ul li > ul > li > ul > li > ul > li > ul > li > a {
        padding: 0.5rem 2.5rem; }
      .sf-nav-page-doc ul li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
        padding: 0.5rem 3.0rem; }

.sf-nav-left-catolog-page-doc {
  border: none !important; }
  .sf-nav-left-catolog-page-doc ul li {
    border: none !important; }
    .sf-nav-left-catolog-page-doc ul li a {
      padding: 1rem 2.25rem; }
      .sf-nav-left-catolog-page-doc ul li a span.submenu-indicator {
        margin: 0 1.5rem 0 0; }
    .sf-nav-left-catolog-page-doc ul li div.catalog-submenu ul.submenu li {
      border: none !important; }
      .sf-nav-left-catolog-page-doc ul li div.catalog-submenu ul.submenu li a {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        padding-left: 2.25rem; }
      .sf-nav-left-catolog-page-doc ul li div.catalog-submenu ul.submenu li:first-child {
        border: none !important; }
      .sf-nav-left-catolog-page-doc ul li div.catalog-submenu ul.submenu li > div.catalog-submenu > ul.submenu > li > a {
        font-size: .85rem;
        padding-left: 3.5rem; }
      .sf-nav-left-catolog-page-doc ul li div.catalog-submenu ul.submenu li > div.catalog-submenu > ul.submenu > li > span.nav-pointer {
        left: 0.7rem; }
      .sf-nav-left-catolog-page-doc ul li div.catalog-submenu ul.submenu li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > a {
        font-size: .85rem;
        padding-left: 4.75rem; }
        .sf-nav-left-catolog-page-doc ul li div.catalog-submenu ul.submenu li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > a > span.nav-pointer {
          left: 1.5rem; }

@-moz-keyframes animaciya {
  from {
    background-color: rgba(0, 0, 0, 0); }
  to {
    background-color: rgba(0, 0, 0, 0.2); } }

@-webkit-keyframes animaciya {
  from {
    background-color: rgba(0, 0, 0, 0); }
  to {
    background-color: rgba(0, 0, 0, 0.2); } }

@-ms-keyframes animaciya {
  from {
    background-color: rgba(0, 0, 0, 0.01); }
  to {
    background-color: rgba(0, 0, 0, 0.2); } }

.sf-nav-full-screen {
  position: fixed !important;
  width: 100% !important;
  height: 100%;
  padding: 5rem 0rem 2rem 2rem;
  top: 0;
  left: 0;
  display: none;
  z-index: 1001; }
  .sf-nav-full-screen * {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent; }
  .sf-nav-full-screen:focus {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent; }
  .sf-nav-full-screen .sf-nav-full-screen-header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    width: 100%; }
    .sf-nav-full-screen .sf-nav-full-screen-header .sf-nav-full-screen-brand .nav-brand {
      text-decoration: none; }
    .sf-nav-full-screen .sf-nav-full-screen-header .sf-nav-full-screen-brand > span {
      font-size: 1.75rem;
      padding: 1.5rem; }
  .sf-nav-full-screen .sf-nav-full-screen-content {
    width: 100%;
    height: 100%;
    padding: .625rem;
    position: relative;
    display: block;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists {
      position: relative;
      display: inline-flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: flex-start;
      overflow-y: auto;
      width: 100%;
      padding-right: 2rem;
      text-align: center;
      height: 100%;
      margin: 0;
      text-align: center;
      -webkit-transition: all 0.2s liner;
      transition: all 0.2s liner; }
      .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists > ul {
        padding-bottom: 2rem !important; }
        .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists > ul > li {
          padding-left: 1rem;
          padding-right: 1rem; }
          .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists > ul > li > a {
            font-size: 0.85rem; }
          .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists > ul > li > ul > li > a {
            padding-left: 2.15rem;
            font-size: 0.85rem; }
          .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists > ul > li > ul > li > ul > li > a {
            padding-left: 3.4rem;
            font-size: 0.85rem; }
          .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists > ul > li > ul > li > ul > li > ul > li > a {
            padding-left: 4.65rem; }
      .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        list-style: none;
        padding: 0;
        margin: 0;
        height: auto;
        width: 20rem; }
        .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li {
          position: relative;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a {
            position: relative;
            width: 100%;
            margin: 0;
            display: inline-flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: row;
            font-size: 1rem;
            text-decoration: none;
            text-transform: none;
            text-align: left;
            overflow: hidden;
            z-index: 48;
            white-space: normal;
            padding: 1rem 1.25rem;
            border-radius: .1rem;
            padding-right: 2rem; }
            .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a:hover {
              background-color: rgba(0, 0, 0, 0.035); }
			 .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a:focus {
              background-color: rgba(0, 0, 0, 0.035); }
              .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a:hover span.submenu-indicator {
                -moz-animation: animaciya 2s ease-in-out 0.1s infinite alternate;
                -webkit-animation: animaciya 2s ease-in-out 0.1s infinite alternate;
                -ms-animation: animaciya 2s ease-in-out 0.1s infinite alternate; }
				
			.sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a:focus span.submenu-indicator {
                -moz-animation: animaciya 2s ease-in-out 0.1s infinite alternate;
                -webkit-animation: animaciya 2s ease-in-out 0.1s infinite alternate;
                -ms-animation: animaciya 2s ease-in-out 0.1s infinite alternate; }	
				
            .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.item-text {
              flex: 1;
              white-space: normal;
              padding-right: 2rem; }
            .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.nav-item-indicator {
              font-size: 0.9rem;
              width: 1.25rem;
              position: relative; }
              .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.nav-item-indicator:before {
                content: "─";
                font-size: 0.9rem;
                position: absolute;
                left: -0.9rem; }
            .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.submenu-indicator {
              display: flex;
              align-items: center;
              justify-content: center;
              height: 2rem;
              width: 2rem;
              background-color: none;
              position: absolute;
              right: 0;
              padding: 0 .7rem;
              border-radius: 100%;
              margin: 0 .5rem 0 0; }
              .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.submenu-indicator:hover {
                background-color: #43A047;
                color: white;
                -moz-animation: none;
                -webkit-animation: none;
                -ms-animation: none; }
				
				.sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.submenu-indicator:focus {
                background-color: #43A047;
                color: white;
                -moz-animation: none;
                -webkit-animation: none;
                -ms-animation: none; }
				
              .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.submenu-indicator > i {
                -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
            .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.submenu-indicator-minus > i {
              -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
          .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li ul.sf-full-screen-sub-level {
            display: none;
            width: 100%; }
            .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li ul.sf-full-screen-sub-level > li > a > span.nav-item-text {
              position: relative; }
              .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li ul.sf-full-screen-sub-level > li > a > span.nav-item-text:before {
                content: "─";
                font-size: 0.9rem;
                position: absolute;
                left: -0.9rem; }
        .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul .sf-nav-full-screen-list-header a {
          font-size: 1rem;
          font-weight: 700;
          background-color: transparent;
          text-transform: uppercase; }
          .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul .sf-nav-full-screen-list-header a:hover {
            background: transparent; }
			
			 .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul .sf-nav-full-screen-list-header a:focus {
            background: transparent; }
          .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul .sf-nav-full-screen-list-header a span.item-text {
            flex: 1; }
    .sf-nav-full-screen .sf-nav-full-screen-content:last-of-type {
      padding: 0; }
    @media (max-width: 768px) {
      .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists {
        width: 100%;
        display: block;
        margin-bottom: 1.875rem; } }

.theme-dark div.nav-container {
  background-color: inherit;
  color: inherit; }
  .theme-dark div.nav-container nav.sf-nav {
    background-color: inherit;
    color: inherit; }
    .theme-dark div.nav-container nav.sf-nav section.left-section {
      background-color: inherit;
      color: inherit; }
      .theme-dark div.nav-container nav.sf-nav section.left-section button.btn-full-screen {
        background-color: transparent;
        color: inherit; }
        .theme-dark div.nav-container nav.sf-nav section.left-section button.btn-full-screen:hover {
          background-color: rgba(255, 255, 255, 0.05);
          color: white;
          border-color: rgba(0, 0, 0, 0.12); }
		  
	.theme-dark div.nav-container nav.sf-nav section.left-section button.btn-full-screen:focus {
          background-color: rgba(255, 255, 255, 0.05);
          color: white;
          border-color: rgba(0, 0, 0, 0.12); }	  
		  
      .theme-dark div.nav-container nav.sf-nav section.left-section a.nav-brand {
        background-color: inherit;
        color: inherit; }
        .theme-dark div.nav-container nav.sf-nav section.left-section a.nav-brand:hover {
          background-color: rgba(255, 255, 255, 0.05);
          color: white;
          border-color: rgba(0, 0, 0, 0.12); }
    .theme-dark div.nav-container nav.sf-nav section.left-region-section {
      background-color: inherit;
      color: inherit; }
    .theme-dark div.nav-container nav.sf-nav section.center-section {
      background-color: inherit;
      color: inherit; }
      .theme-dark div.nav-container nav.sf-nav section.center-section button.mobile-close {
        background-color: transparent;
        color: inherit; }
      .theme-dark div.nav-container nav.sf-nav section.center-section h3.mobile-header {
        color: inherit; }
      .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items {
        background-color: inherit;
        color: inherit; }
        .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item {
          background-color: inherit;
          color: inherit; }
          .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item:hover {
            background-color: rgba(255, 255, 255, 0.05);
            color: white;
            border-color: rgba(0, 0, 0, 0.12); }
          .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link {
            background-color: inherit;
            color: inherit; }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link span.item-text {
              color: inherit; }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link span.item-icon {
              color: inherit; }
          .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items {
            background-color: transparent;
            color: inherit; }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item {
              background-color: transparent;
              color: inherit;
              border-top: 1px solid rgba(255, 255, 255, 0.12); }
              .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item::last-child {
                border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
              .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item:hover {
                background-color: rgba(255, 255, 255, 0.05);
                color: white;
                border-color: rgba(0, 0, 0, 0.12); }
				
			    .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item:focus {
                background-color: rgba(255, 255, 255, 0.05);
                color: white;
                border-color: rgba(0, 0, 0, 0.12); }	
				
              .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item a.item-link {
                background-color: transparent;
                color: inherit; }
                .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item a.item-link span.item-text {
                  color: inherit; }
          .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light h3.mobile.header {
            color: inherit; }
          .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back {
            background-color: rgba(0, 0, 0, 0.12);
            color: inherit; }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back span.back-icon {
              color: inherit; }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back span.back-text {
              color: inherit; }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
          .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items {
            background-color: transparent;
            color: inherit; }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item {
              background-color: transparent;
              color: inherit;
              border-top: 1px solid rgba(0, 0, 0, 0.12); }
              .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item::last-child {
                border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
              .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item:hover {
                background-color: rgba(0, 0, 0, 0.05);
                color: rgba(0, 0, 0, 0.87);
                border-color: rgba(255, 255, 255, 0.12); }
              .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item a.item-link {
                background-color: transparent;
                color: inherit; }
                .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item a.item-link span.item-text {
                  color: inherit; }
          .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item {
            background-color: transparent;
            color: inherit;
            border-top: 1px solid rgba(0, 0, 0, 0.12); }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item::last-child {
              border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item:hover {
              background-color: rgba(255, 255, 255, 0.05);
              color: white;
              border-color: rgba(0, 0, 0, 0.12); }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item a.item-link {
              background-color: transparent;
              color: inherit; }
              .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item a.item-link span.item-text {
                color: inherit; }
          .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item {
            background-color: transparent;
            color: inherit;
            border-top: 1px solid rgba(255, 255, 255, 0.12); }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item::last-child {
              border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item:hover {
              background-color: rgba(255, 255, 255, 0.05);
              color: white;
              border-color: rgba(0, 0, 0, 0.12); }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item a.item-link {
              background-color: transparent;
              color: inherit; }
              .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item a.item-link span.item-text {
                color: inherit; }
          .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light h3.mobile.header {
            color: inherit; }
          .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back {
            background-color: rgba(0, 0, 0, 0.12);
            color: inherit; }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back span.back-icon {
              color: inherit; }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back span.back-text {
              color: inherit; }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
          .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light li.nav-item {
            background-color: transparent;
            color: inherit;
            border-top: 1px solid rgba(0, 0, 0, 0.12); }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light li.nav-item::last-child {
              border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light li.nav-item:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
            .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light li.nav-item a.item-link {
              background-color: transparent;
              color: inherit; }
              .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light li.nav-item a.item-link span.item-text {
                color: inherit; }
        .theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.item-mega {
          background-color: transparent;
          color: inherit; }
    .theme-dark div.nav-container nav.sf-nav section.right-region-section {
      background-color: inherit;
      color: inherit; }
    .theme-dark div.nav-container nav.sf-nav section.right-section {
      background-color: inherit;
      color: inherit; }
      .theme-dark div.nav-container nav.sf-nav section.right-section .nav-btn-container {
        background-color: inherit;
        color: inherit; }
      .theme-dark div.nav-container nav.sf-nav section.right-section .nav-social {
        background-color: inherit;
        color: inherit; }
      .theme-dark div.nav-container nav.sf-nav section.right-section button.btn-mobile {
        background-color: inherit;
        color: inherit; }
        .theme-dark div.nav-container nav.sf-nav section.right-section button.btn-mobile:hover {
          background-color: rgba(255, 255, 255, 0.05);
          color: white;
          border-color: rgba(0, 0, 0, 0.12); }
      .theme-dark div.nav-container nav.sf-nav section.right-section .nav-search {
        background-color: inherit;
        color: inherit; }
        .theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form {
          background-color: inherit;
          color: inherit; }
          .theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form .inner-search {
            background-color: inherit;
            color: inherit; }
            .theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form .inner-search div {
              background-color: inherit;
              color: inherit; }
              .theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form .inner-search div input.input-search {
                color: rgba(0, 0, 0, 0.87); }
            .theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form .inner-search .nav-live-search {
              background-color: #FFFFFF;
              color: inherit; }
        .theme-dark div.nav-container nav.sf-nav section.right-section .nav-search .btn-search {
          background-color: inherit;
          color: inherit; }
          .theme-dark div.nav-container nav.sf-nav section.right-section .nav-search .btn-search:hover {
            background-color: rgba(255, 255, 255, 0.05);
            color: white;
            border-color: rgba(0, 0, 0, 0.12); }

.theme-light div.nav-container {
  background-color: transparent;
  color: inherit; }
  .theme-light div.nav-container nav.sf-nav {
    background-color: inherit;
    color: inherit; }
    .theme-light div.nav-container nav.sf-nav section.left-section {
      background-color: transparent;
      color: inherit; }
      .theme-light div.nav-container nav.sf-nav section.left-section button.btn-full-screen {
        background-color: transparent;
        color: inherit; }
        .theme-light div.nav-container nav.sf-nav section.left-section button.btn-full-screen:hover {
          background-color: rgba(0, 0, 0, 0.05);
          color: rgba(0, 0, 0, 0.87);
          border-color: rgba(255, 255, 255, 0.12); }
      .theme-light div.nav-container nav.sf-nav section.left-section a.nav-brand {
        background-color: transparent;
        color: inherit; }
        .theme-light div.nav-container nav.sf-nav section.left-section a.nav-brand:hover {
          background-color: rgba(0, 0, 0, 0.05);
          color: rgba(0, 0, 0, 0.87);
          border-color: rgba(255, 255, 255, 0.12); }
    .theme-light div.nav-container nav.sf-nav section.left-region-section {
      background-color: transparent;
      color: inherit; }
    .theme-light div.nav-container nav.sf-nav section.center-section {
      background-color: inherit;
      color: inherit; }
      .theme-light div.nav-container nav.sf-nav section.center-section button.mobile-close {
        background-color: transparent;
        color: inherit; }
      .theme-light div.nav-container nav.sf-nav section.center-section h3.mobile-header {
        color: inherit; }
      .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items {
        background-color: transparent;
        color: inherit; }
        .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item {
          background-color: transparent;
          color: inherit; }
          .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item:hover {
            background-color: rgba(0, 0, 0, 0.05);
            color: rgba(0, 0, 0, 0.87);
            border-color: rgba(255, 255, 255, 0.12); }
          .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link {
            background-color: transparent;
            color: inherit; }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link span.item-text {
              color: inherit; }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link span.item-icon {
              color: inherit; }
          .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items {
            background-color: transparent;
            color: inherit; }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item {
              background-color: transparent;
              color: inherit;
              border-top: 1px solid rgba(255, 255, 255, 0.12); }
              .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item::last-child {
                border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
              .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item:hover {
                background-color: rgba(255, 255, 255, 0.05);
                color: white;
                border-color: rgba(0, 0, 0, 0.12); }
              .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item a.item-link {
                background-color: transparent;
                color: inherit; }
                .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item a.item-link span.item-text {
                  color: inherit; }
          .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light h3.mobile-header {
            color: inherit; }
          .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back {
            background-color: rgba(0, 0, 0, 0.12);
            color: inherit; }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back span.back-icon {
              color: inherit; }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back span.back-text {
              color: inherit; }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
          .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items {
            background-color: transparent;
            color: inherit; }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item {
              background-color: transparent;
              color: inherit;
              border-top: 1px solid rgba(0, 0, 0, 0.12); }
              .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item::last-child {
                border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
              .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item:hover {
                background-color: rgba(0, 0, 0, 0.05);
                color: rgba(0, 0, 0, 0.87);
                border-color: rgba(255, 255, 255, 0.12); }
				
				.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item:focus {
                background-color: rgba(0, 0, 0, 0.05);
                color: rgba(0, 0, 0, 0.87);
                border-color: rgba(255, 255, 255, 0.12); }
              .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item a.item-link {
                background-color: transparent;
                color: inherit; }
                .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item a.item-link span.item-text {
                  color: inherit; }
          .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item {
            background-color: transparent;
            color: inherit;
            border-top: 1px solid rgba(0, 0, 0, 0.12); }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item::last-child {
              border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item a.item-link {
              background-color: transparent;
              color: inherit; }
              .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item a.item-link span.item-text {
                color: inherit; }
          .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item {
            border-top: 1px solid rgba(255, 255, 255, 0.12); }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item::last-child {
              border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item:hover {
              background-color: rgba(255, 255, 255, 0.05);
              color: white;
              border-color: rgba(0, 0, 0, 0.12); }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item a.item-link {
              background-color: transparent;
              color: inherit; }
              .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item a.item-link span.item-text {
                color: inherit; }
          .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light h3.mobile-header {
            color: inherit; }
          .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back {
            background-color: rgba(0, 0, 0, 0.12);
            color: inherit; }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back span.back-icon {
              color: inherit; }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back span.back-text {
              color: inherit; }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
          .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item {
            background-color: transparent;
            color: inherit;
            border-top: 1px solid rgba(0, 0, 0, 0.12); }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item::last-child {
              border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
            .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item a.item-link {
              background-color: transparent;
              color: inherit; }
              .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item a.item-link span.item-text {
                color: inherit; }
        .theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.item-mega {
          background-color: transparent;
          color: inherit; }
    .theme-light div.nav-container nav.sf-nav section.right-region-section {
      background-color: transparent;
      color: inherit; }
    .theme-light div.nav-container nav.sf-nav section.right-section {
      background-color: inherit;
      color: inherit; }
      .theme-light div.nav-container nav.sf-nav section.right-section .nav-btn-container {
        background-color: transparent;
        color: inherit; }
      .theme-light div.nav-container nav.sf-nav section.right-section .nav-social {
        background-color: transparent;
        color: inherit; }
      .theme-light div.nav-container nav.sf-nav section.right-section button.btn-mobile {
        background-color: transparent;
        color: inherit; }
        .theme-light div.nav-container nav.sf-nav section.right-section button.btn-mobile:hover {
          background-color: rgba(0, 0, 0, 0.05);
          color: rgba(0, 0, 0, 0.87);
          border-color: rgba(255, 255, 255, 0.12); }
      .theme-light div.nav-container nav.sf-nav section.right-section div {
        background-color: inherit;
        color: inherit; }
        .theme-light div.nav-container nav.sf-nav section.right-section div form.search-form {
          background-color: inherit;
          color: inherit; }
          .theme-light div.nav-container nav.sf-nav section.right-section div form.search-form .inner-search {
            background-color: inherit;
            color: inherit; }
            .theme-light div.nav-container nav.sf-nav section.right-section div form.search-form .inner-search div {
              background-color: inherit;
              color: inherit; }
              .theme-light div.nav-container nav.sf-nav section.right-section div form.search-form .inner-search div input.input-search {
                color: rgba(0, 0, 0, 0.87); }
            .theme-light div.nav-container nav.sf-nav section.right-section div form.search-form .inner-search .nav-live-search {
              background-color: #FFFFFF;
              color: inherit; }
        .theme-light div.nav-container nav.sf-nav section.right-section div .btn-search {
          background-color: transparent;
          color: inherit; }
          .theme-light div.nav-container nav.sf-nav section.right-section div .btn-search:hover {
            background-color: rgba(0, 0, 0, 0.05);
            color: rgba(0, 0, 0, 0.87);
            border-color: rgba(255, 255, 255, 0.12); }

.navigation-container.theme-dark div.nav-container {
  background-color: inherit;
  color: inherit; }
  .navigation-container.theme-dark div.nav-container nav.sf-nav {
    background-color: inherit;
    color: inherit; }
    .navigation-container.theme-dark div.nav-container nav.sf-nav section.left-section {
      background-color: inherit;
      color: inherit; }
      .navigation-container.theme-dark div.nav-container nav.sf-nav section.left-section button.btn-full-screen {
        background-color: transparent;
        color: inherit; }
        .navigation-container.theme-dark div.nav-container nav.sf-nav section.left-section button.btn-full-screen:hover {
          background-color: rgba(255, 255, 255, 0.05);
          color: white;
          border-color: rgba(0, 0, 0, 0.12); }
      .navigation-container.theme-dark div.nav-container nav.sf-nav section.left-section a.nav-brand {
        background-color: inherit;
        color: inherit; }
        .navigation-container.theme-dark div.nav-container nav.sf-nav section.left-section a.nav-brand:hover {
          background-color: rgba(255, 255, 255, 0.05);
          color: white;
          border-color: rgba(0, 0, 0, 0.12); }
    .navigation-container.theme-dark div.nav-container nav.sf-nav section.left-region-section {
      background-color: inherit;
      color: inherit; }
    .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section {
      background-color: inherit;
      color: inherit; }
      .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section button.mobile-close {
        background-color: transparent;
        color: inherit; }
      .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section h3.mobile-header {
        color: inherit; }
      .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items {
        background-color: inherit;
        color: inherit; }
        .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item {
          background-color: inherit;
          color: inherit; }
          .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item:hover {
            background-color: rgba(255, 255, 255, 0.05);
            color: white;
            border-color: rgba(0, 0, 0, 0.12); }
          .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link {
            background-color: inherit;
            color: inherit; }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link span.item-text {
              color: inherit; }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link span.item-icon {
              color: inherit; }
          .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items {
            background-color: transparent;
            color: inherit; }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item {
              background-color: transparent;
              color: inherit;
              border-top: 1px solid rgba(255, 255, 255, 0.12); }
              .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item::last-child {
                border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
              .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item:hover {
                background-color: rgba(255, 255, 255, 0.05);
                color: white;
                border-color: rgba(0, 0, 0, 0.12); }
              .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item a.item-link {
                background-color: transparent;
                color: inherit; }
                .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item a.item-link span.item-text {
                  color: inherit; }
          .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light h3.mobile.header {
            color: inherit; }
          .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back {
            background-color: rgba(0, 0, 0, 0.12);
            color: inherit; }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back span.back-icon {
              color: inherit; }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back span.back-text {
              color: inherit; }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
          .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items {
            background-color: transparent;
            color: inherit; }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item {
              background-color: transparent;
              color: inherit;
              border-top: 1px solid rgba(0, 0, 0, 0.12); }
              .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item::last-child {
                border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
              .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item:hover {
                background-color: rgba(0, 0, 0, 0.05);
                color: rgba(0, 0, 0, 0.87);
                border-color: rgba(255, 255, 255, 0.12); }
              .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item a.item-link {
                background-color: transparent;
                color: inherit; }
                .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item a.item-link span.item-text {
                  color: inherit; }
          .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item {
            background-color: transparent;
            color: inherit;
            border-top: 1px solid rgba(0, 0, 0, 0.12); }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item::last-child {
              border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item:hover {
              background-color: rgba(255, 255, 255, 0.05);
              color: white;
              border-color: rgba(0, 0, 0, 0.12); }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item a.item-link {
              background-color: transparent;
              color: inherit; }
              .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item a.item-link span.item-text {
                color: inherit; }
          .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item {
            background-color: transparent;
            color: inherit;
            border-top: 1px solid rgba(255, 255, 255, 0.12); }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item::last-child {
              border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item:hover {
              background-color: rgba(255, 255, 255, 0.05);
              color: white;
              border-color: rgba(0, 0, 0, 0.12); }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item a.item-link {
              background-color: transparent;
              color: inherit; }
              .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item a.item-link span.item-text {
                color: inherit; }
          .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light h3.mobile.header {
            color: inherit; }
          .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back {
            background-color: rgba(0, 0, 0, 0.12);
            color: inherit; }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back span.back-icon {
              color: inherit; }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back span.back-text {
              color: inherit; }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
          .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light li.nav-item {
            background-color: transparent;
            color: inherit;
            border-top: 1px solid rgba(0, 0, 0, 0.12); }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light li.nav-item::last-child {
              border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light li.nav-item:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light li.nav-item a.item-link {
              background-color: transparent;
              color: inherit; }
              .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light li.nav-item a.item-link span.item-text {
                color: inherit; }
        .navigation-container.theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.item-mega {
          background-color: transparent;
          color: inherit; }
    .navigation-container.theme-dark div.nav-container nav.sf-nav section.right-region-section {
      background-color: inherit;
      color: inherit; }
    .navigation-container.theme-dark div.nav-container nav.sf-nav section.right-section {
      background-color: inherit;
      color: inherit; }
      .navigation-container.theme-dark div.nav-container nav.sf-nav section.right-section .nav-btn-container {
        background-color: inherit;
        color: inherit; }
      .navigation-container.theme-dark div.nav-container nav.sf-nav section.right-section .nav-social {
        background-color: inherit;
        color: inherit; }
      .navigation-container.theme-dark div.nav-container nav.sf-nav section.right-section button.btn-mobile {
        background-color: inherit;
        color: inherit; }
        .navigation-container.theme-dark div.nav-container nav.sf-nav section.right-section button.btn-mobile:hover {
          background-color: rgba(255, 255, 255, 0.05);
          color: white;
          border-color: rgba(0, 0, 0, 0.12); }
      .navigation-container.theme-dark div.nav-container nav.sf-nav section.right-section .nav-search {
        background-color: inherit;
        color: inherit; }
        .navigation-container.theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form {
          background-color: inherit;
          color: inherit; }
          .navigation-container.theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form .inner-search {
            background-color: inherit;
            color: inherit; }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form .inner-search div {
              background-color: inherit;
              color: inherit; }
              .navigation-container.theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form .inner-search div input.input-search {
                color: rgba(0, 0, 0, 0.87); }
            .navigation-container.theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form .inner-search .nav-live-search {
              background-color: #FFFFFF;
              color: inherit; }
        .navigation-container.theme-dark div.nav-container nav.sf-nav section.right-section .nav-search .btn-search {
          background-color: inherit;
          color: inherit; }
          .navigation-container.theme-dark div.nav-container nav.sf-nav section.right-section .nav-search .btn-search:hover {
            background-color: rgba(255, 255, 255, 0.05);
            color: white;
            border-color: rgba(0, 0, 0, 0.12); }

.navigation-container.theme-light div.nav-container {
  background-color: transparent;
  color: inherit; }
  .navigation-container.theme-light div.nav-container nav.sf-nav {
    background-color: inherit;
    color: inherit; }
    .navigation-container.theme-light div.nav-container nav.sf-nav section.left-section {
      background-color: transparent;
      color: inherit; }
      .navigation-container.theme-light div.nav-container nav.sf-nav section.left-section button.btn-full-screen {
        background-color: transparent;
        color: inherit; }
        .navigation-container.theme-light div.nav-container nav.sf-nav section.left-section button.btn-full-screen:hover {
          background-color: rgba(0, 0, 0, 0.05);
          color: rgba(0, 0, 0, 0.87);
          border-color: rgba(255, 255, 255, 0.12); }
      .navigation-container.theme-light div.nav-container nav.sf-nav section.left-section a.nav-brand {
        background-color: transparent;
        color: inherit; }
        .navigation-container.theme-light div.nav-container nav.sf-nav section.left-section a.nav-brand:hover {
          background-color: rgba(0, 0, 0, 0.05);
          color: rgba(0, 0, 0, 0.87);
          border-color: rgba(255, 255, 255, 0.12); }
    .navigation-container.theme-light div.nav-container nav.sf-nav section.left-region-section {
      background-color: transparent;
      color: inherit; }
    .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section {
      background-color: inherit;
      color: inherit; }
      .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section button.mobile-close {
        background-color: transparent;
        color: inherit; }
      .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section h3.mobile-header {
        color: inherit; }
      .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items {
        background-color: transparent;
        color: inherit; }
        .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item {
          background-color: transparent;
          color: inherit; }
          .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item:hover {
            background-color: rgba(0, 0, 0, 0.05);
            color: rgba(0, 0, 0, 0.87);
            border-color: rgba(255, 255, 255, 0.12); }
          .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link {
            background-color: transparent;
            color: inherit; }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link span.item-text {
              color: inherit; }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link span.item-icon {
              color: inherit; }
          .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items {
            background-color: transparent;
            color: inherit; }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item {
              background-color: transparent;
              color: inherit;
              border-top: 1px solid rgba(255, 255, 255, 0.12); }
              .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item::last-child {
                border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
              .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item:hover {
                background-color: rgba(255, 255, 255, 0.05);
                color: white;
                border-color: rgba(0, 0, 0, 0.12); }
              .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item a.item-link {
                background-color: transparent;
                color: inherit; }
                .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-dark ul.submenu-items li.nav-item a.item-link span.item-text {
                  color: inherit; }
          .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light h3.mobile-header {
            color: inherit; }
          .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back {
            background-color: rgba(0, 0, 0, 0.12);
            color: inherit; }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back span.back-icon {
              color: inherit; }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back span.back-text {
              color: inherit; }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light a.nav-back:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
          .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items {
            background-color: transparent;
            color: inherit; }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item {
              background-color: transparent;
              color: inherit;
              border-top: 1px solid rgba(0, 0, 0, 0.12); }
              .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item::last-child {
                border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
              .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item:hover {
                background-color: rgba(0, 0, 0, 0.05);
                color: rgba(0, 0, 0, 0.87);
                border-color: rgba(255, 255, 255, 0.12); }
              .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item a.item-link {
                background-color: transparent;
                color: inherit; }
                .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.theme-light ul.submenu-items li.nav-item a.item-link span.item-text {
                  color: inherit; }
          .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item {
            background-color: transparent;
            color: inherit;
            border-top: 1px solid rgba(0, 0, 0, 0.12); }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item::last-child {
              border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item a.item-link {
              background-color: transparent;
              color: inherit; }
              .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu ul li.nav-item a.item-link span.item-text {
                color: inherit; }
          .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item {
            border-top: 1px solid rgba(255, 255, 255, 0.12); }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item::last-child {
              border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item:hover {
              background-color: rgba(255, 255, 255, 0.05);
              color: white;
              border-color: rgba(0, 0, 0, 0.12); }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item a.item-link {
              background-color: transparent;
              color: inherit; }
              .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-dark li.nav-item a.item-link span.item-text {
                color: inherit; }
          .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light h3.mobile-header {
            color: inherit; }
          .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back {
            background-color: rgba(0, 0, 0, 0.12);
            color: inherit; }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back span.back-icon {
              color: inherit; }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back span.back-text {
              color: inherit; }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.theme-light a.nav-back:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
          .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item {
            background-color: transparent;
            color: inherit;
            border-top: 1px solid rgba(0, 0, 0, 0.12); }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item::last-child {
              border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item a.item-link {
              background-color: transparent;
              color: inherit; }
              .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item a.item-link span.item-text {
                color: inherit; }
        .navigation-container.theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.item-mega {
          background-color: transparent;
          color: inherit; }
    .navigation-container.theme-light div.nav-container nav.sf-nav section.right-region-section {
      background-color: transparent;
      color: inherit; }
    .navigation-container.theme-light div.nav-container nav.sf-nav section.right-section {
      background-color: inherit;
      color: inherit; }
      .navigation-container.theme-light div.nav-container nav.sf-nav section.right-section .nav-btn-container {
        background-color: transparent;
        color: inherit; }
      .navigation-container.theme-light div.nav-container nav.sf-nav section.right-section .nav-social {
        background-color: transparent;
        color: inherit; }
      .navigation-container.theme-light div.nav-container nav.sf-nav section.right-section button.btn-mobile {
        background-color: transparent;
        color: inherit; }
        .navigation-container.theme-light div.nav-container nav.sf-nav section.right-section button.btn-mobile:hover {
          background-color: rgba(0, 0, 0, 0.05);
          color: rgba(0, 0, 0, 0.87);
          border-color: rgba(255, 255, 255, 0.12); }
      .navigation-container.theme-light div.nav-container nav.sf-nav section.right-section div {
        background-color: inherit;
        color: inherit; }
        .navigation-container.theme-light div.nav-container nav.sf-nav section.right-section div form.search-form {
          background-color: inherit;
          color: inherit; }
          .navigation-container.theme-light div.nav-container nav.sf-nav section.right-section div form.search-form .inner-search {
            background-color: inherit;
            color: inherit; }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.right-section div form.search-form .inner-search div {
              background-color: inherit;
              color: inherit; }
              .navigation-container.theme-light div.nav-container nav.sf-nav section.right-section div form.search-form .inner-search div input.input-search {
                color: rgba(0, 0, 0, 0.87); }
            .navigation-container.theme-light div.nav-container nav.sf-nav section.right-section div form.search-form .inner-search .nav-live-search {
              background-color: #FFFFFF;
              color: inherit; }
        .navigation-container.theme-light div.nav-container nav.sf-nav section.right-section div .btn-search {
          background-color: transparent;
          color: inherit; }
          .navigation-container.theme-light div.nav-container nav.sf-nav section.right-section div .btn-search:hover {
            background-color: rgba(0, 0, 0, 0.05);
            color: rgba(0, 0, 0, 0.87);
            border-color: rgba(255, 255, 255, 0.12); }

.navigation-container.nav-fixed.fixed-theme-dark {
  color: #FFFFFF;
  background-color: #212121;
  border-color: rgba(255, 255, 255, 0.12);
  border-width: 0; }
  .navigation-container.nav-fixed.fixed-theme-dark div.nav-container {
    background-color: transparent;
    color: inherit; }
    .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav {
      background-color: inherit;
      color: inherit; }
      .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.left-section {
        background-color: inherit;
        color: inherit; }
        .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.left-section button.btn-full-screen {
          background-color: transparent;
          color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.left-section button.btn-full-screen:hover {
            background-color: rgba(255, 255, 255, 0.05) !important;
            color: white !important;
            border-color: rgba(0, 0, 0, 0.12); }
        .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.left-section a.nav-brand {
          background-color: inherit;
          color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.left-section a.nav-brand:hover {
            background-color: rgba(255, 255, 255, 0.05) !important;
            color: white !important;
            border-color: rgba(0, 0, 0, 0.12); }
      .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.left-region-section {
        background-color: inherit;
        color: inherit; }
      .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section button.mobile-close {
        background-color: inherit;
        color: inherit; }
      .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section h3.mobile-header {
        color: inherit; }
      .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items {
        background-color: inherit;
        color: inherit; }
        .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item {
          background-color: inherit;
          color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item:hover {
            background-color: rgba(255, 255, 255, 0.05);
            color: white;
            border-color: rgba(0, 0, 0, 0.12); }
          .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link {
            background-color: inherit;
            color: inherit; }
            .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link span.item-text {
              color: inherit; }
            .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link span.item-icon {
              color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu {
            /*& ul {
                                        & li.nav-item {
                                            @include colorBackground(inherit, inherit);
                                            border-top: 1px solid $default-border-color;
                                            &::last-child {
                                                border-bottom: 1px solid $default-border-color;
                                            }
                                            &:hover {
                                                @include colorHover(rbga(255,255,255,0.1), #FFFFFF);
                                            }
                                            & a.item-link {
                                                @include colorBackground(inherit, inherit);
                                                & span.item-text {
                                                    color: inherit;
                                                }
                                            }
                                        }
                                    }*/ }
            .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu {
              color: #FFFFFF;
              background-color: #212121;
              border-color: rgba(255, 255, 255, 0.12);
              border-width: 0; }
              .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items {
                background-color: inherit;
                color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item {
                  background-color: inherit;
                  color: inherit;
                  border-top: 1px solid rgba(255, 255, 255, 0.12); }
                  .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item::last-child {
                    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
                  .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item:hover {
                    background-color: rgba(255, 255, 255, 0.05);
                    color: white;
                    border-color: rgba(0, 0, 0, 0.12); }
                  .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item a.item-link {
                    background-color: inherit;
                    color: inherit; }
                    .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item a.item-link span.item-text {
                      color: inherit; }
            .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu {
              color: rgba(0, 0, 0, 0.87);
              background-color: #FAFAFA;
              border-color: rgba(0, 0, 0, 0.12);
              border-width: 0; }
              .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu h3.mobile.header {
                color: inherit; }
              .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu a.nav-back {
                background-color: rgba(0, 0, 0, 0.12);
                color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu a.nav-back span.back-icon {
                  color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu a.nav-back span.back-text {
                  color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu a.nav-back:hover {
                  background-color: rgba(0, 0, 0, 0.05);
                  color: rgba(0, 0, 0, 0.87);
                  border-color: rgba(255, 255, 255, 0.12); }
              .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items {
                background-color: inherit;
                color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item {
                  background-color: inherit;
                  color: inherit;
                  border-top: 1px solid rgba(0, 0, 0, 0.12); }
                  .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item::last-child {
                    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
                  .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item:hover {
                    background-color: rgba(255, 255, 255, 0.05);
                    color: white;
                    border-color: rgba(0, 0, 0, 0.12); }
                  .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item a.item-link {
                    background-color: inherit;
                    color: inherit; }
                    .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item a.item-link span.item-text {
                      color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item {
            background-color: inherit;
            color: inherit;
            border-top: 1px solid rgba(255, 255, 255, 0.12); }
            .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item::last-child {
              border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
            .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item:hover {
              background-color: rgba(255, 255, 255, 0.05);
              color: white;
              border-color: rgba(0, 0, 0, 0.12); }
            .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item a.item-link {
              background-color: inherit;
              color: inherit; }
              .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item a.item-link span.item-text {
                color: inherit; }
        .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.center-section ul.nav-items li.item-mega {
          background-color: inherit;
          color: inherit; }
      .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.right-region-section {
        background-color: inherit;
        color: inherit; }
      .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.right-section {
        background-color: inherit;
        color: inherit; }
        .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.right-section .nav-btn-container {
          background-color: inherit;
          color: inherit; }
        .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.right-section .nav-social {
          background-color: inherit;
          color: inherit; }
        .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.right-section button.btn-mobile {
          background-color: inherit;
          color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.right-section button.btn-mobile:hover {
            background-color: rgba(255, 255, 255, 0.05) !important;
            color: white !important;
            border-color: rgba(0, 0, 0, 0.12); }
        .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.right-section .nav-search {
          background-color: inherit;
          color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form {
            background-color: inherit;
            color: inherit; }
            .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form .inner-search {
              background-color: inherit;
              color: inherit; }
              .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form .inner-search div {
                background-color: inherit;
                color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form .inner-search div input.input-search {
                  color: rgba(0, 0, 0, 0.87); }
              .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.right-section .nav-search form.search-form .inner-search .nav-live-search {
                background-color: #FFFFFF;
                color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.right-section .nav-search .btn-search {
            background-color: inherit;
            color: inherit; }
            .navigation-container.nav-fixed.fixed-theme-dark div.nav-container nav.sf-nav section.right-section .nav-search .btn-search:hover {
              background-color: rgba(255, 255, 255, 0.05);
              color: white;
              border-color: rgba(0, 0, 0, 0.12); }

.navigation-container.nav-fixed.fixed-theme-light {
  color: rgba(0, 0, 0, 0.87);
  background-color: #FAFAFA;
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 0; }
  .navigation-container.nav-fixed.fixed-theme-light div.nav-container {
    background-color: transparent;
    color: inherit; }
    .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav {
      background-color: inherit;
      color: inherit; }
      .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.left-section {
        background-color: transparent;
        color: inherit; }
        .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.left-section button.btn-full-screen {
          background-color: transparent;
          color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.left-section button.btn-full-screen:hover {
            background-color: rgba(0, 0, 0, 0.05);
            color: rgba(0, 0, 0, 0.87);
            border-color: rgba(255, 255, 255, 0.12); }
        .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.left-section a.nav-brand {
          background-color: transparent;
          color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.left-section a.nav-brand:hover {
            background-color: rgba(0, 0, 0, 0.05);
            color: rgba(0, 0, 0, 0.87);
            border-color: rgba(255, 255, 255, 0.12); }
      .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.left-region-section {
        background-color: transparent;
        color: inherit; }
      .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section {
        background-color: inherit;
        color: inherit; }
        .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section button.mobile-close {
          background-color: transparent;
          color: inherit; }
        .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section h3.mobile-header {
          color: inherit; }
        .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items {
          background-color: transparent;
          color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item {
            background-color: transparent;
            color: inherit; }
            .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }
            .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link {
              background-color: transparent;
              color: inherit; }
              .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link span.item-text {
                color: inherit; }
              .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item a.item-link span.item-icon {
                color: inherit; }
            .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu {
              color: #FFFFFF;
              background-color: #212121;
              border-color: rgba(255, 255, 255, 0.12);
              border-width: 0; }
              .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items {
                background-color: transparent;
                color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item {
                  background-color: transparent;
                  color: inherit;
                  border-top: 1px solid rgba(255, 255, 255, 0.12) !important; }
                  .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item::last-child {
                    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important; }
                  .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item:hover {
                    background-color: rgba(255, 255, 255, 0.05);
                    color: white;
                    border-color: rgba(0, 0, 0, 0.12); }
                  .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item a.item-link {
                    background-color: transparent;
                    color: inherit; }
                    .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item a.item-link span.item-text {
                      color: inherit; }
            .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu {
              color: rgba(0, 0, 0, 0.87);
              background-color: #FAFAFA;
              border-color: rgba(0, 0, 0, 0.12);
              border-width: 0; }
              .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu h3.mobile-header {
                color: inherit; }
              .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu a.nav-back {
                background-color: rgba(0, 0, 0, 0.12);
                color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu a.nav-back span.back-icon {
                  color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu a.nav-back span.back-text {
                  color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu a.nav-back:hover {
                  background-color: rgba(0, 0, 0, 0.05);
                  color: rgba(0, 0, 0, 0.87);
                  border-color: rgba(255, 255, 255, 0.12); }
              .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items {
                background-color: transparent;
                color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item {
                  background-color: transparent;
                  color: inherit;
                  border-top: 1px solid rgba(0, 0, 0, 0.12) !important; }
                  .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item::last-child {
                    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important; }
                  .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item:hover {
                    background-color: rgba(0, 0, 0, 0.05);
                    color: rgba(0, 0, 0, 0.87);
                    border-color: rgba(255, 255, 255, 0.12); }
                  .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item a.item-link {
                    background-color: transparent;
                    color: inherit; }
                    .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item a.item-link span.item-text {
                      color: inherit; }
            .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-dark-submenu {
              color: #FFFFFF;
              background-color: #212121;
              border-color: rgba(255, 255, 255, 0.12);
              border-width: 0; }
              .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-dark-submenu li.nav-item {
                border-top: 1px solid rgba(255, 255, 255, 0.12) !important; }
                .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-dark-submenu li.nav-item::last-child {
                  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important; }
                .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-dark-submenu li.nav-item:hover {
                  background-color: rgba(255, 255, 255, 0.05);
                  color: white;
                  border-color: rgba(0, 0, 0, 0.12); }
                .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-dark-submenu li.nav-item a.item-link {
                  background-color: transparent;
                  color: inherit; }
                  .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-dark-submenu li.nav-item a.item-link span.item-text {
                    color: inherit; }
            .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu {
              color: rgba(0, 0, 0, 0.87);
              background-color: #FAFAFA;
              border-color: rgba(0, 0, 0, 0.12);
              border-width: 0; }
              .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu h3.mobile-header {
                color: inherit; }
              .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu a.nav-back {
                background-color: rgba(0, 0, 0, 0.12);
                color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu a.nav-back span.back-icon {
                  color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu a.nav-back span.back-text {
                  color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu a.nav-back:hover {
                  background-color: rgba(0, 0, 0, 0.05);
                  color: rgba(0, 0, 0, 0.87);
                  border-color: rgba(255, 255, 255, 0.12); }
            .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item {
              background-color: transparent;
              color: inherit;
              border-top: 1px solid rgba(0, 0, 0, 0.12) !important; }
              .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item::last-child {
                border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important; }
              .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item:hover {
                background-color: rgba(0, 0, 0, 0.05);
                color: rgba(0, 0, 0, 0.87);
                border-color: rgba(255, 255, 255, 0.12); }
              .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item a.item-link {
                background-color: transparent;
                color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.nav-item ul.transform-submenu li.nav-item a.item-link span.item-text {
                  color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.center-section ul.nav-items li.item-mega {
            background-color: transparent;
            color: inherit; }
      .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.right-region-section {
        background-color: transparent;
        color: inherit; }
      .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.right-section {
        background-color: inherit;
        color: inherit; }
        .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.right-section .nav-btn-container {
          background-color: transparent;
          color: inherit; }
        .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.right-section .nav-social {
          background-color: transparent;
          color: inherit; }
        .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.right-section button.btn-mobile {
          background-color: transparent;
          color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.right-section button.btn-mobile:hover {
            background-color: rgba(0, 0, 0, 0.05);
            color: rgba(0, 0, 0, 0.87);
            border-color: rgba(255, 255, 255, 0.12); }
        .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.right-section div {
          background-color: inherit;
          color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.right-section div form.search-form {
            background-color: inherit;
            color: inherit; }
            .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.right-section div form.search-form .inner-search {
              background-color: inherit;
              color: inherit; }
              .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.right-section div form.search-form .inner-search div {
                background-color: inherit;
                color: inherit; }
                .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.right-section div form.search-form .inner-search div input.input-search {
                  color: rgba(0, 0, 0, 0.87); }
              .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.right-section div form.search-form .inner-search .nav-live-search {
                background-color: #FFFFFF;
                color: inherit; }
          .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.right-section div .btn-search {
            background-color: transparent;
            color: inherit; }
            .navigation-container.nav-fixed.fixed-theme-light div.nav-container nav.sf-nav section.right-section div .btn-search:hover {
              background-color: rgba(0, 0, 0, 0.05);
              color: rgba(0, 0, 0, 0.87);
              border-color: rgba(255, 255, 255, 0.12); }

.navigation-container.nav-fixed ul.nav-items {
  background-color: transparent;
  color: inherit; }
  .navigation-container.nav-fixed ul.nav-items li.nav-item {
    background-color: transparent;
    color: inherit; }
    .navigation-container.nav-fixed ul.nav-items li.nav-item:hover {
      background-color: rgba(0, 0, 0, 0.05);
      color: rgba(0, 0, 0, 0.87);
      border-color: rgba(255, 255, 255, 0.12); }
    .navigation-container.nav-fixed ul.nav-items li.nav-item a.item-link {
      background-color: transparent;
      color: inherit; }
      .navigation-container.nav-fixed ul.nav-items li.nav-item a.item-link span.item-text {
        color: inherit; }
      .navigation-container.nav-fixed ul.nav-items li.nav-item a.item-link span.item-icon {
        color: inherit; }
    .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items {
      background-color: transparent;
      color: inherit; }
      .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item {
        background-color: transparent;
        color: inherit;
        border-top: 1px solid rgba(255, 255, 255, 0.12) !important; }
        .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item::last-child {
          border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important; }
        .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item:hover {
          background-color: rgba(255, 255, 255, 0.05);
          color: white;
          border-color: rgba(0, 0, 0, 0.12); }
        .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item a.item-link {
          background-color: transparent;
          color: inherit; }
          .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-dark-submenu ul.submenu-items li.nav-item a.item-link span.item-text {
            color: inherit; }
    .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu h3.mobile-header {
      color: inherit; }
    .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu a.nav-back {
      background-color: rgba(0, 0, 0, 0.12);
      color: inherit; }
      .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu a.nav-back span.back-icon {
        color: inherit; }
      .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu a.nav-back span.back-text {
        color: inherit; }
      .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu a.nav-back:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: rgba(0, 0, 0, 0.87);
        border-color: rgba(255, 255, 255, 0.12); }
    .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items {
      background-color: transparent;
      color: inherit; }
      .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item {
        background-color: transparent;
        color: inherit;
        border-top: 1px solid rgba(0, 0, 0, 0.12) !important; }
        .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item::last-child {
          border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important; }
        .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item:hover {
          background-color: rgba(0, 0, 0, 0.05);
          color: rgba(0, 0, 0, 0.87);
          border-color: rgba(255, 255, 255, 0.12); }
        .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item a.item-link {
          background-color: transparent;
          color: inherit; }
          .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu.fixed-theme-light-submenu ul.submenu-items li.nav-item a.item-link span.item-text {
            color: inherit; }
    .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu ul li.nav-item {
      background-color: transparent;
      color: inherit;
      border-top: 1px solid rgba(0, 0, 0, 0.12); }
      .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu ul li.nav-item::last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
      .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu ul li.nav-item:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: rgba(0, 0, 0, 0.87);
        border-color: rgba(255, 255, 255, 0.12); }
      .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu ul li.nav-item a.item-link {
        background-color: transparent;
        color: inherit; }
        .navigation-container.nav-fixed ul.nav-items li.nav-item div.nav-submenu ul li.nav-item a.item-link span.item-text {
          color: inherit; }
    .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-dark-submenu li.nav-item {
      border-top: 1px solid rgba(255, 255, 255, 0.12) !important; }
      .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-dark-submenu li.nav-item::last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important; }
      .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-dark-submenu li.nav-item:hover {
        background-color: rgba(255, 255, 255, 0.05);
        color: white;
        border-color: rgba(0, 0, 0, 0.12); }
      .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-dark-submenu li.nav-item a.item-link {
        background-color: transparent;
        color: inherit; }
        .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-dark-submenu li.nav-item a.item-link span.item-text {
          color: inherit; }
    .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu h3.mobile-header {
      color: inherit; }
    .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu a.nav-back {
      background-color: rgba(0, 0, 0, 0.12);
      color: inherit; }
      .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu a.nav-back span.back-icon {
        color: inherit; }
      .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu a.nav-back span.back-text {
        color: inherit; }
      .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu a.nav-back:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: rgba(0, 0, 0, 0.87);
        border-color: rgba(255, 255, 255, 0.12); }
    .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu li.nav-item {
      background-color: transparent;
      color: inherit;
      border-top: 1px solid rgba(0, 0, 0, 0.12) !important; }
      .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu li.nav-item::last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important; }
      .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu li.nav-item:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: rgba(0, 0, 0, 0.87);
        border-color: rgba(255, 255, 255, 0.12); }
      .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu li.nav-item a.item-link {
        background-color: transparent;
        color: inherit; }
        .navigation-container.nav-fixed ul.nav-items li.nav-item ul.transform-submenu.fixed-theme-light-submenu li.nav-item a.item-link span.item-text {
          color: inherit; }
  .navigation-container.nav-fixed ul.nav-items li.item-mega {
    background-color: transparent;
    color: inherit; }

.navigation-container.nav-fixed.fixed-theme-dark.horizontal-submenu div.container-wrap div.nav-container nav.sf-nav section.center-section > ul.nav-items > li.nav-item > div.nav-submenu.fixed-theme-dark-submenu > ul.submenu-items li.nav-item {
  border-top: 0 solid black !important; }

.navigation-container.nav-fixed.fixed-theme-dark.horizontal-submenu div.container-wrap div.nav-container nav.sf-nav section.center-section > ul.nav-items > li.nav-item > div.nav-submenu.fixed-theme-light-submenu > ul.submenu-items li.nav-item {
  border-top: 0 solid black !important; }

.navigation-container.nav-fixed.fixed-theme-dark.horizontal-submenu div.container-wrap div.nav-container nav.sf-nav section.center-section > ul.nav-items > li.nav-item ul.transform-submenu.fixed-theme-dark-submenu li.nav-item {
  border-top: 0 solid black !important; }

.navigation-container.nav-fixed.fixed-theme-dark.horizontal-submenu div.container-wrap div.nav-container nav.sf-nav section.center-section > ul.nav-items > li.nav-item ul.transform-submenu.fixed-theme-light-submenu li.nav-item {
  border-top: 0 solid black !important; }

.navigation-container.nav-fixed.fixed-theme-light.horizontal-submenu div.container-wrap div.nav-container nav.sf-nav section.center-section > ul.nav-items > li.nav-item > div.nav-submenu.fixed-theme-dark-submenu > ul.submenu-items li.nav-item {
  border-top: 0 solid black !important; }

.navigation-container.nav-fixed.fixed-theme-light.horizontal-submenu div.container-wrap div.nav-container nav.sf-nav section.center-section > ul.nav-items > li.nav-item > div.nav-submenu.fixed-theme-light-submenu > ul.submenu-items li.nav-item {
  border-top: 0 solid black !important; }

.navigation-container.nav-fixed.fixed-theme-light.horizontal-submenu div.container-wrap div.nav-container nav.sf-nav section.center-section > ul.nav-items > li.nav-item > ul.transform-submenu.fixed-theme-dark-submenu li.nav-item {
  border-top: 0 solid black !important;
  color: red !important; }

.navigation-container.nav-fixed.fixed-theme-light.horizontal-submenu div.container-wrap div.nav-container nav.sf-nav section.center-section > ul.nav-items > li.nav-item > ul.transform-submenu.fixed-theme-light-submenu li.nav-item {
  border-top: 0 solid black !important; }

@media (max-width: 768px) {
  .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark {
    color: #FFFFFF;
    background-color: #212121;
    border-color: rgba(255, 255, 255, 0.12);
    border-width: 0; }
    .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark h3 {
      color: #FFFFFF !important; }
    .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark .nav-back:hover {
      background-color: rgba(255, 255, 255, 0.05) !important;
      color: white !important;
      border-color: rgba(0, 0, 0, 0.12); }
    .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark ul {
      background-color: transparent;
      color: inherit; }
      .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark ul li {
        background-color: transparent;
        color: inherit;
        border-top: 1px solid rgba(255, 255, 255, 0.12) !important; }
        .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark ul li:last-child {
          border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important; }
        .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark ul li:hover {
          background-color: rgba(255, 255, 255, 0.05) !important;
          color: white !important;
          border-color: rgba(0, 0, 0, 0.12); }
        .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark ul li a {
          background-color: transparent;
          color: inherit; }
          .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark ul li a:hover {
            background-color: rgba(255, 255, 255, 0.05) !important;
            color: white !important;
            border-color: rgba(0, 0, 0, 0.12); }
          .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark ul li a div.start-icon {
            color: #FFFFFF !important; }
          .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark ul li a span.item-text {
            color: #FFFFFF !important; }
          .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark ul li a span.item-icon {
            color: #FFFFFF !important; }
        .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark ul li div.nav-submenu h3 {
          color: #FFFFFF !important; }
        .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark ul li div.nav-submenu a.nav-back {
          background: rgba(255, 255, 255, 0.05) !important; }
          .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-dark ul li div.nav-submenu a.nav-back:hover {
            background-color: rgba(255, 255, 255, 0.05) !important;
            color: white !important;
            border-color: rgba(0, 0, 0, 0.12); }
  .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: #FAFAFA !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
    border-width: 0; }
    .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light h3 {
      color: rgba(0, 0, 0, 0.87); }
    .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light .nav-back {
      background: rgba(0, 0, 0, 0.05) !important;
      color: inherit !important; }
      .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light .nav-back:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: rgba(0, 0, 0, 0.87);
        border-color: rgba(255, 255, 255, 0.12); }
    .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light ul {
      background-color: transparent;
      color: inherit; }
      .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light ul li {
        background-color: transparent;
        color: inherit;
        border-top: 1px solid rgba(0, 0, 0, 0.12) !important; }
        .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light ul li:last-child {
          border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important; }
        .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light ul li:hover {
          background-color: rgba(0, 0, 0, 0.05);
          color: rgba(0, 0, 0, 0.87);
          border-color: rgba(255, 255, 255, 0.12); }
        .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light ul li a {
          background-color: transparent;
          color: inherit; }
          .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light ul li a:hover {
            background-color: rgba(0, 0, 0, 0.05);
            color: rgba(0, 0, 0, 0.87);
            border-color: rgba(255, 255, 255, 0.12); }
          .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light ul li a div.start-icon {
            color: rgba(0, 0, 0, 0.87) !important; }
          .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light ul li a span.item-text {
            color: rgba(0, 0, 0, 0.87) !important; }
          .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light ul li a span.item-icon {
            color: rgba(0, 0, 0, 0.87) !important; }
        .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light ul li div.nav-submenu h3 {
          color: rgba(0, 0, 0, 0.87) !important; }
        .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light ul li div.nav-submenu a.nav-back {
          background: rgba(0, 0, 0, 0.05) !important; }
          .navigation-container .container-wrap .nav-container .sf-nav .mobile-level.mobile-theme-light ul li div.nav-submenu a.nav-back:hover {
            background-color: rgba(0, 0, 0, 0.05);
            color: rgba(0, 0, 0, 0.87);
            border-color: rgba(255, 255, 255, 0.12); } }

.sf-nav-full-screen.theme-dark .sf-nav-full-screen-header {
  background-color: transparent;
  color: inherit; }
  .sf-nav-full-screen.theme-dark .sf-nav-full-screen-header .sf-nav-full-screen-brand {
    color: inherit; }
    .sf-nav-full-screen.theme-dark .sf-nav-full-screen-header .sf-nav-full-screen-brand .nav-brand {
      color: #FFFFFF; }
  .sf-nav-full-screen.theme-dark .sf-nav-full-screen-header .sf-close::before {
    background-color: #FAFAFA; }
  .sf-nav-full-screen.theme-dark .sf-nav-full-screen-header .sf-close::after {
    background-color: #FAFAFA; }

.sf-nav-full-screen.theme-dark .sf-nav-full-screen-content {
  background-color: transparent;
  color: inherit; }
  .sf-nav-full-screen.theme-dark .sf-nav-full-screen-content .sf-nav-full-screen-lists {
    background-color: transparent;
    color: inherit; }
    .sf-nav-full-screen.theme-dark .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list {
      background-color: transparent;
      color: inherit; }
      .sf-nav-full-screen.theme-dark .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li {
        background-color: transparent;
        color: inherit; }
        .sf-nav-full-screen.theme-dark .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li:hover {
          background-color: rgba(255, 255, 255, 0.05);
          color: white;
          border-color: rgba(0, 0, 0, 0.12); }
        .sf-nav-full-screen.theme-dark .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li a {
          background-color: transparent;
          color: inherit; }
          .sf-nav-full-screen.theme-dark .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li a span.item-text {
            color: inherit; }
          .sf-nav-full-screen.theme-dark .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li a span.item-icon {
            color: inherit; }
            .sf-nav-full-screen.theme-dark .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li a span.item-icon:hover i {
              color: rgba(0, 0, 0, 0.87); }
        .sf-nav-full-screen.theme-dark .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li ul.sf-full-screen-sub-level {
          background-color: transparent;
          color: inherit; }
          .sf-nav-full-screen.theme-dark .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li ul.sf-full-screen-sub-level li {
            background-color: transparent;
            color: inherit; }
            .sf-nav-full-screen.theme-dark .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li ul.sf-full-screen-sub-level li span.item-text {
              color: inherit; }
            .sf-nav-full-screen.theme-dark .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li ul.sf-full-screen-sub-level li span.item-icon {
              color: inherit; }
              .sf-nav-full-screen.theme-dark .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li ul.sf-full-screen-sub-level li span.item-icon:hover i {
                color: rgba(0, 0, 0, 0.87); }

.sf-nav-full-screen.theme-light .sf-nav-full-screen-header {
  background-color: transparent;
  color: inherit; }
  .sf-nav-full-screen.theme-light .sf-nav-full-screen-header .sf-nav-full-screen-brand {
    color: inherit; }
    .sf-nav-full-screen.theme-light .sf-nav-full-screen-header .sf-nav-full-screen-brand .nav-brand {
      color: rgba(0, 0, 0, 0.87); }
  .sf-nav-full-screen.theme-light .sf-nav-full-screen-header .sf-close::before {
    background-color: #212121; }
  .sf-nav-full-screen.theme-light .sf-nav-full-screen-header .sf-close::after {
    background-color: #212121; }

.sf-nav-full-screen.theme-light .sf-nav-full-screen-content {
  background-color: transparent;
  color: inherit; }
  .sf-nav-full-screen.theme-light .sf-nav-full-screen-content .sf-nav-full-screen-lists {
    background-color: transparent;
    color: inherit; }
    .sf-nav-full-screen.theme-light .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list {
      background-color: transparent;
      color: inherit; }
      .sf-nav-full-screen.theme-light .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li {
        background-color: transparent;
        color: inherit; }
        .sf-nav-full-screen.theme-light .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li:hover {
          background-color: rgba(0, 0, 0, 0.05);
          color: rgba(0, 0, 0, 0.87);
          border-color: rgba(255, 255, 255, 0.12); }
        .sf-nav-full-screen.theme-light .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li a {
          background-color: transparent;
          color: inherit; }
          .sf-nav-full-screen.theme-light .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li a span.item-text {
            color: inherit; }
          .sf-nav-full-screen.theme-light .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li a span.item-icon {
            color: inherit; }
            .sf-nav-full-screen.theme-light .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li a span.item-icon:hover i {
              color: #FFFFFF; }
        .sf-nav-full-screen.theme-light .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li ul.sf-full-screen-sub-level {
          background-color: transparent;
          color: inherit; }
          .sf-nav-full-screen.theme-light .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li ul.sf-full-screen-sub-level li {
            background-color: transparent;
            color: inherit; }
            .sf-nav-full-screen.theme-light .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li ul.sf-full-screen-sub-level li span.item-text {
              color: inherit; }
            .sf-nav-full-screen.theme-light .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li ul.sf-full-screen-sub-level li span.item-icon {
              color: inherit; }
              .sf-nav-full-screen.theme-light .sf-nav-full-screen-content .sf-nav-full-screen-lists ul.sf-nav-full-screen-list li ul.sf-full-screen-sub-level li span.item-icon:hover i {
                color: #FFFFFF; }

@-moz-keyframes leftAnimationLight {
  from {
    background-color: rgba(0, 0, 0, 0); }
  to {
    background-color: rgba(0, 0, 0, 0.2); } }

@-webkit-keyframes leftAnimationLight {
  from {
    background-color: rgba(0, 0, 0, 0); }
  to {
    background-color: rgba(0, 0, 0, 0.2); } }

@-ms-keyframes leftAnimationLight {
  from {
    background-color: rgba(0, 0, 0, 0.01); }
  to {
    background-color: rgba(0, 0, 0, 0.2); } }

@-moz-keyframes leftAnimationDark {
  from {
    background-color: rgba(255, 255, 255, 0); }
  to {
    background-color: rgba(255, 255, 255, 0.2); } }

@-webkit-keyframes leftAnimationDark {
  from {
    background-color: rgba(255, 255, 255, 0); }
  to {
    background-color: rgba(255, 255, 255, 0.2); } }

@-ms-keyframes leftAnimationDark {
  from {
    background-color: rgba(255, 255, 255, 0); }
  to {
    background-color: rgba(255, 255, 255, 0.2); } }

.theme-light .sf-left-catalog {
  background-color: inherit;
  color: inherit;
  border-width: 1px;
  border-style: solid; }
  .theme-light .sf-left-catalog > ul.nav-items {
    background-color: transparent;
    color: inherit; }
    .theme-light .sf-left-catalog > ul.nav-items > li.nav-item {
      background-color: transparent;
      color: inherit;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: rgba(0, 0, 0, 0.12); }
      .theme-light .sf-left-catalog > ul.nav-items > li.nav-item a:hover {
        background-color: rgba(82, 94, 110, 0.05); }
        .theme-light .sf-left-catalog > ul.nav-items > li.nav-item a:hover span.item-icon {
          -moz-animation: leftAnimationLight 2s ease-in-out 0.1s infinite alternate;
          -webkit-animation: leftAnimationLight 2s ease-in-out 0.1s infinite alternate;
          -ms-animation: leftAnimationLight 2s ease-in-out 0.1s infinite alternate; }
      .theme-light .sf-left-catalog > ul.nav-items > li.nav-item a span.item-text {
        color: inherit; }
      .theme-light .sf-left-catalog > ul.nav-items > li.nav-item a span.item-icon {
        color: inherit; }
        .theme-light .sf-left-catalog > ul.nav-items > li.nav-item a span.item-icon:hover {
          background-color: rgba(0, 0, 0, 0.05);
          color: rgba(0, 0, 0, 0.87);
          border-color: rgba(255, 255, 255, 0.12);
          -moz-animation: none;
          -webkit-animation: none;
          -ms-animation: none; }
      .theme-light .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-light {
        color: rgba(0, 0, 0, 0.87);
        background-color: #FAFAFA;
        border-color: rgba(0, 0, 0, 0.12);
        border-width: 0; }
        .theme-light .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu {
          background-color: transparent;
          color: rgba(0, 0, 0, 0.87); }
          .theme-light .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item {
            background-color: transparent;
            color: rgba(0, 0, 0, 0.87);
            border-top: 1px solid rgba(0, 0, 0, 0.12); }
            .theme-light .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item a {
              background-color: transparent;
              color: rgba(0, 0, 0, 0.87); }
              .theme-light .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item a:hover {
                background-color: rgba(82, 94, 110, 0.05); }
            .theme-light .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item:first-child {
              border-top-width: 1px;
              border-top-style: solid;
              border-top-color: rgba(0, 0, 0, 0.12); }
      .theme-light .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark {
        color: #FFFFFF;
        background-color: #212121;
        border-color: rgba(255, 255, 255, 0.12);
        border-width: 0; }
        .theme-light .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu {
          background-color: transparent;
          color: #FFFFFF; }
          .theme-light .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item {
            background-color: transparent;
            color: #FFFFFF;
            border-top: 1px solid rgba(255, 255, 255, 0.12); }
            .theme-light .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item a {
              background-color: transparent;
              color: #FFFFFF; }
              .theme-light .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item a:hover {
                background-color: rgba(82, 94, 110, 0.05); }
            .theme-light .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item:first-child {
              border-top-width: 1px;
              border-top-style: solid;
              border-top-color: rgba(255, 255, 255, 0.12); }

.theme-dark .sf-left-catalog {
  background-color: inherit;
  color: inherit;
  border-width: 1px;
  border-style: solid;
  border-bottom-color: inherit; }
  .theme-dark .sf-left-catalog > ul.nav-items {
    background-color: transparent;
    color: inherit; }
    .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item {
      background-color: transparent;
      color: inherit;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: inherit; }
      .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item a {
        color: inherit; }
        .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item a:hover {
          background-color: rgba(82, 94, 110, 0.05); }
          .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item a:hover span.item-icon {
            -moz-animation: leftAnimationDark 2s ease-in-out 0.1s infinite alternate;
            -webkit-animation: leftAnimationDark 2s ease-in-out 0.1s infinite alternate;
            -ms-animation: leftAnimationDark 2s ease-in-out 0.1s infinite alternate; }
        .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item a span.item-text {
          color: inherit; }
        .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item a span.item-icon {
          color: inherit; }
          .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item a span.item-icon:hover {
            background-color: rgba(255, 255, 255, 0.05);
            color: white;
            border-color: rgba(0, 0, 0, 0.12);
            -moz-animation: none;
            -webkit-animation: none;
            -ms-animation: none; }
      .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu {
        background-color: rgba(255, 255, 255, 0.15);
        color: inherit; }
        .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-light {
          color: rgba(0, 0, 0, 0.87);
          background-color: #FAFAFA;
          border-color: rgba(0, 0, 0, 0.12);
          border-width: 0; }
          .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu {
            background-color: transparent;
            color: rgba(0, 0, 0, 0.87); }
            .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item {
              background-color: transparent;
              color: rgba(0, 0, 0, 0.87);
              border-top: 1px solid rgba(0, 0, 0, 0.12); }
              .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item a {
                background-color: transparent;
                color: rgba(0, 0, 0, 0.87); }
                .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item a:hover {
                  background-color: rgba(82, 94, 110, 0.05); }
              .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item:first-child {
                border-top-width: 1px;
                border-top-style: solid;
                border-top-color: rgba(0, 0, 0, 0.12); }
        .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark {
          color: #FFFFFF;
          background-color: #212121;
          border-color: rgba(255, 255, 255, 0.12);
          border-width: 0; }
          .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu {
            background-color: transparent;
            color: #FFFFFF; }
            .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item {
              background-color: transparent;
              color: #FFFFFF;
              border-top: 1px solid rgba(255, 255, 255, 0.12); }
              .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item a {
                background-color: transparent;
                color: #FFFFFF; }
                .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item a:hover {
                  background-color: rgba(82, 94, 110, 0.05); }
              .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item:first-child {
                border-top-width: 1px;
                border-top-style: solid;
                border-top-color: rgba(255, 255, 255, 0.12); }
        .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu ul.submenu {
          background-color: transparent;
          color: inherit; }
          .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu ul.submenu li.nav-item {
            background-color: transparent;
            color: inherit;
            border-top: 1px solid rgba(0, 0, 0, 0.12); }
            .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu ul.submenu li.nav-item a {
              background-color: transparent;
              color: inherit; }
              .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu ul.submenu li.nav-item a:hover {
                background-color: rgba(82, 94, 110, 0.05); }
            .theme-dark .sf-left-catalog > ul.nav-items > li.nav-item div.catalog-submenu ul.submenu li.nav-item:first-child {
              border-top-width: 1px;
              border-top-style: solid;
              border-top-color: inherit; }

.sf-left-catalog.theme-light {
  color: rgba(0, 0, 0, 0.87);
  background-color: #FAFAFA;
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 0;
  border-width: 1px;
  border-style: solid; }
  .sf-left-catalog.theme-light > ul.nav-items {
    background-color: transparent;
    color: inherit; }
    .sf-left-catalog.theme-light > ul.nav-items > li.nav-item {
      background-color: transparent;
      color: inherit;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: rgba(0, 0, 0, 0.12); }
      .sf-left-catalog.theme-light > ul.nav-items > li.nav-item a:hover {
        background-color: rgba(82, 94, 110, 0.05); }
        .sf-left-catalog.theme-light > ul.nav-items > li.nav-item a:hover span.item-icon {
          -moz-animation: leftAnimationLight 2s ease-in-out 0.1s infinite alternate;
          -webkit-animation: leftAnimationLight 2s ease-in-out 0.1s infinite alternate;
          -ms-animation: leftAnimationLight 2s ease-in-out 0.1s infinite alternate; }
      .sf-left-catalog.theme-light > ul.nav-items > li.nav-item a span.item-text {
        color: rgba(0, 0, 0, 0.87); }
      .sf-left-catalog.theme-light > ul.nav-items > li.nav-item a span.item-icon {
        color: rgba(0, 0, 0, 0.87); }
        .sf-left-catalog.theme-light > ul.nav-items > li.nav-item a span.item-icon:hover {
          background-color: #212121;
          color: #FFFFFF;
          -moz-animation: none;
          -webkit-animation: none;
          -ms-animation: none; }
      .sf-left-catalog.theme-light > ul.nav-items > li.nav-item div.catalog-submenu.theme-light {
        color: rgba(0, 0, 0, 0.87);
        background-color: #FAFAFA;
        border-color: rgba(0, 0, 0, 0.12);
        border-width: 0; }
        .sf-left-catalog.theme-light > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu {
          background-color: transparent;
          color: rgba(0, 0, 0, 0.87); }
          .sf-left-catalog.theme-light > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item {
            background-color: transparent;
            color: rgba(0, 0, 0, 0.87);
            border-top: 1px solid rgba(0, 0, 0, 0.12); }
            .sf-left-catalog.theme-light > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item a {
              background-color: transparent;
              color: rgba(0, 0, 0, 0.87); }
              .sf-left-catalog.theme-light > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item a:hover {
                background-color: rgba(82, 94, 110, 0.05); }
            .sf-left-catalog.theme-light > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item:first-child {
              border-top-width: 1px;
              border-top-style: solid;
              border-top-color: rgba(0, 0, 0, 0.12); }
      .sf-left-catalog.theme-light > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark {
        color: #FFFFFF;
        background-color: #212121;
        border-color: rgba(255, 255, 255, 0.12);
        border-width: 0; }
        .sf-left-catalog.theme-light > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu {
          background-color: transparent;
          color: #FFFFFF; }
          .sf-left-catalog.theme-light > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item {
            background-color: transparent;
            color: #FFFFFF;
            border-top: 1px solid rgba(255, 255, 255, 0.12); }
            .sf-left-catalog.theme-light > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item a {
              background-color: transparent;
              color: #FFFFFF; }
              .sf-left-catalog.theme-light > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item a:hover {
                background-color: rgba(82, 94, 110, 0.05); }
            .sf-left-catalog.theme-light > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item:first-child {
              border-top-width: 1px;
              border-top-style: solid;
              border-top-color: rgba(255, 255, 255, 0.12); }

.sf-left-catalog.theme-dark {
  color: #FFFFFF;
  background-color: #212121;
  border-color: rgba(255, 255, 255, 0.12);
  border-width: 0;
  border-width: 1px;
  border-style: solid; }
  .sf-left-catalog.theme-dark > ul.nav-items {
    background-color: transparent;
    color: inherit; }
    .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item {
      background-color: transparent;
      color: inherit;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: rgba(255, 255, 255, 0.12); }
      .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item a {
        background-color: transparent;
        color: inherit; }
        .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item a:hover {
          background-color: rgba(82, 94, 110, 0.05); }
          .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item a:hover span.item-icon {
            -moz-animation: leftAnimationDark 2s ease-in-out 0.1s infinite alternate;
            -webkit-animation: leftAnimationDark 2s ease-in-out 0.1s infinite alternate;
            -ms-animation: leftAnimationDark 2s ease-in-out 0.1s infinite alternate; }
        .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item a span.item-text {
          color: #FFFFFF; }
        .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item a span.item-icon {
          background-color: transparent;
          color: inherit; }
          .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item a span.item-icon:hover {
            background-color: #FAFAFA;
            color: rgba(0, 0, 0, 0.87);
            -moz-animation: none;
            -webkit-animation: none;
            -ms-animation: none; }
      .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item.active > a {
        background-color: transparent;
        color: #FFFFFF; }
      .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item div.catalog-submenu.theme-light {
        color: rgba(0, 0, 0, 0.87);
        background-color: #FAFAFA;
        border-color: rgba(0, 0, 0, 0.12);
        border-width: 0; }
        .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu {
          background-color: transparent;
          color: rgba(0, 0, 0, 0.87); }
          .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item {
            background-color: transparent;
            color: rgba(0, 0, 0, 0.87);
            border-top: 1px solid rgba(0, 0, 0, 0.12); }
            .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item a {
              background-color: transparent;
              color: rgba(0, 0, 0, 0.87); }
              .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item a:hover {
                background-color: rgba(82, 94, 110, 0.05); }
            .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item div.catalog-submenu.theme-light ul.submenu li.nav-item:first-child {
              border-top-width: 1px;
              border-top-style: solid;
              border-top-color: rgba(0, 0, 0, 0.12); }
      .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark {
        color: #FFFFFF;
        background-color: #212121;
        border-color: rgba(255, 255, 255, 0.12);
        border-width: 0; }
        .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu {
          background-color: transparent;
          color: #FFFFFF; }
          .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item {
            background-color: transparent;
            color: #FFFFFF;
            border-top: 1px solid rgba(255, 255, 255, 0.12); }
            .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item a {
              background-color: transparent;
              color: #FFFFFF; }
              .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item a:hover {
                background-color: rgba(82, 94, 110, 0.05); }
            .sf-left-catalog.theme-dark > ul.nav-items > li.nav-item div.catalog-submenu.theme-dark ul.submenu li.nav-item:first-child {
              border-top-width: 1px;
              border-top-style: solid;
              border-top-color: rgba(255, 255, 255, 0.12); }

.navigation-container.horizontal-submenu.theme-light .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > div.nav-submenu > ul li div.nav-submenu.theme-light .content-mobile-horizontal {
  background-color: rgba(0, 0, 0, 0.03); }
  .navigation-container.horizontal-submenu.theme-light .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > div.nav-submenu > ul li div.nav-submenu.theme-light .content-mobile-horizontal .nav-back {
    background-color: #363636;
    color: white; }

.navigation-container.horizontal-submenu.theme-light .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > div.nav-submenu > ul li div.nav-submenu.theme-dark .content-mobile-horizontal {
  background-color: rgba(255, 255, 255, 0.03); }
  .navigation-container.horizontal-submenu.theme-light .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > div.nav-submenu > ul li div.nav-submenu.theme-dark .content-mobile-horizontal .nav-back {
    background-color: #FAFAFA;
    color: rgba(0, 0, 0, 0.87); }

.navigation-container.horizontal-submenu.theme-light .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > ul.transform-submenu li div.nav-submenu.theme-light .content-mobile-horizontal {
  background-color: rgba(0, 0, 0, 0.03); }
  .navigation-container.horizontal-submenu.theme-light .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > ul.transform-submenu li div.nav-submenu.theme-light .content-mobile-horizontal .nav-back {
    background-color: #363636;
    color: white; }

.navigation-container.horizontal-submenu.theme-light .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > ul.transform-submenu li div.nav-submenu.theme-dark .content-mobile-horizontal {
  background-color: rgba(255, 255, 255, 0.03); }
  .navigation-container.horizontal-submenu.theme-light .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > ul.transform-submenu li div.nav-submenu.theme-dark .content-mobile-horizontal .nav-back {
    background-color: #FAFAFA;
    color: rgba(0, 0, 0, 0.87); }

.navigation-container.horizontal-submenu.theme-dark .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > div.nav-submenu > ul li div.nav-submenu.theme-light .content-mobile-horizontal {
  background-color: rgba(0, 0, 0, 0.03); }
  .navigation-container.horizontal-submenu.theme-dark .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > div.nav-submenu > ul li div.nav-submenu.theme-light .content-mobile-horizontal .nav-back {
    background-color: #363636;
    color: white; }

.navigation-container.horizontal-submenu.theme-dark .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > div.nav-submenu > ul li div.nav-submenu.theme-dark .content-mobile-horizontal {
  background-color: rgba(255, 255, 255, 0.03); }
  .navigation-container.horizontal-submenu.theme-dark .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > div.nav-submenu > ul li div.nav-submenu.theme-dark .content-mobile-horizontal .nav-back {
    background-color: #FAFAFA;
    color: rgba(0, 0, 0, 0.87); }

.navigation-container.horizontal-submenu.theme-dark .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > ul.transform-submenu li div.nav-submenu.theme-light .content-mobile-horizontal {
  background-color: rgba(0, 0, 0, 0.03); }
  .navigation-container.horizontal-submenu.theme-dark .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > ul.transform-submenu li div.nav-submenu.theme-light .content-mobile-horizontal .nav-back {
    background-color: #363636;
    color: white; }

.navigation-container.horizontal-submenu.theme-dark .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > ul.transform-submenu li div.nav-submenu.theme-dark .content-mobile-horizontal {
  background-color: rgba(255, 255, 255, 0.03); }
  .navigation-container.horizontal-submenu.theme-dark .container-wrap .nav-container nav.sf-nav section.center-section > ul > li > ul.transform-submenu li div.nav-submenu.theme-dark .content-mobile-horizontal .nav-back {
    background-color: #FAFAFA;
    color: rgba(0, 0, 0, 0.87); }

ul.sf-nav-line-flex {
  list-style-type: none;
  line-height: 1;
  overflow: visible;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left; }
  ul.sf-nav-line-flex li {
    float: left;
    padding: .5rem;
    position: relative; }
    ul.sf-nav-line-flex li:first-child {
      margin-left: 0; }
    ul.sf-nav-line-flex li a {
      padding: .5rem; }
    ul.sf-nav-line-flex li ul {
      list-style-type: none;
      min-width: 10rem;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      right: 0;
      top: 100%;
      background: #FFFFFF;
      z-index: 48; }
      ul.sf-nav-line-flex li ul li {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%; }
        ul.sf-nav-line-flex li ul li a {
          display: block;
          padding: .5rem;
          width: 100%; }
        ul.sf-nav-line-flex li ul li:last-child {
          border-bottom: 0px solid rgba(0, 0, 0, 0.1); }

.sf-nav-vertical {
  position: fixed;
  left: 0;
  bottom: 40%;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 6px 18px 0px rgba(0, 0, 0, 0.12);
  line-height: normal;
  z-index: 62; }
  .sf-nav-vertical ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    background: inherit;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: inherit; }
    .sf-nav-vertical ul li {
      display: block;
      background: inherit;
      margin: 0;
      padding: 0;
      line-height: inherit;
      width: 100%; }
      .sf-nav-vertical ul li a {
        padding: 1.3rem;
        font-size: 1.3rem;
        border-top: 1px solid rgba(82, 94, 110, 0.05);
        border-right: 1px solid rgba(82, 94, 110, 0.05);
        background: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        line-height: inherit; }
        .sf-nav-vertical ul li a > i {
          color: rgba(0, 0, 0, 0.87); }
        .sf-nav-vertical ul li a:after {
          content: attr(data-nav-label); }
        .sf-nav-vertical ul li a:last-child {
          border-top: 1px solid rgba(82, 94, 110, 0.05);
          border-right: 1px solid rgba(82, 94, 110, 0.05);
          border-bottom: 1px solid rgba(82, 94, 110, 0.05); }
        .sf-nav-vertical ul li a:hover {
          background: rgba(82, 94, 110, 0.05); }
      .sf-nav-vertical ul li [data-nav-label]:after {
        content: attr(data-nav-label);
        opacity: 0;
        background: #FFFFFF;
        padding: 0.5rem 1rem;
        border-radius: 2px;
        color: rgba(0, 0, 0, 0.87);
        font-size: 0.9rem;
        pointer-events: none;
        position: absolute;
        left: 100%;
        transition: all 0.5s;
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 6px 18px 0px rgba(0, 0, 0, 0.12);
        margin-left: 0.5rem; }
      .sf-nav-vertical ul li [data-nav-label]:hover:after {
        content: attr(data-nav-label);
        opacity: 1;
        transition: all 0.5s; }

/* End */


/* Start:/simai/asset/simai.framework/sf4.master/plugin/md-color/css/md-color.css?171695865481183*/
/*
 * SIMAI Framework
 * Version: 4.0.0 alfa 5
 *
 * Copyright 2008-2017 SIMAI Ltd
 * http://simai.studio
 *
 * Read the license: http://framework.simai.studio/license/
 * Documentation: http://framework.simai.studio/
 * Support: http://simai.studio/support/
 *
 */
.c-red {
  color: #f44336 !important; }

.bg-red {
  background-color: #f44336 !important; }

.b-red {
  border-color: #f44336 !important; }

.f-red {
  fill: #f44336 !important; }

.s-red {
  stroke: #f44336 !important; }

.c-red-50 {
  color: #ffebee !important; }

.bg-red-50 {
  background-color: #ffebee !important; }

.b-red-50 {
  border-color: #ffebee !important; }

.f-red-50 {
  fill: #ffebee !important; }

.s-red-50 {
  stroke: #ffebee !important; }

.c-red-100 {
  color: #ffcdd2 !important; }

.bg-red-100 {
  background-color: #ffcdd2 !important; }

.b-red-100 {
  border-color: #ffcdd2 !important; }

.f-red-100 {
  fill: #ffcdd2 !important; }

.s-red-100 {
  stroke: #ffcdd2 !important; }

.c-red-200 {
  color: #ef9a9a !important; }

.bg-red-200 {
  background-color: #ef9a9a !important; }

.b-red-200 {
  border-color: #ef9a9a !important; }

.f-red-200 {
  fill: #ef9a9a !important; }

.s-red-200 {
  stroke: #ef9a9a !important; }

.c-red-300 {
  color: #e57373 !important; }

.bg-red-300 {
  background-color: #e57373 !important; }

.b-red-300 {
  border-color: #e57373 !important; }

.f-red-300 {
  fill: #e57373 !important; }

.s-red-300 {
  stroke: #e57373 !important; }

.c-red-400 {
  color: #ef5350 !important; }

.bg-red-400 {
  background-color: #ef5350 !important; }

.b-red-400 {
  border-color: #ef5350 !important; }

.f-red-400 {
  fill: #ef5350 !important; }

.s-red-400 {
  stroke: #ef5350 !important; }

.c-red-500 {
  color: #f44336 !important; }

.bg-red-500 {
  background-color: #f44336 !important; }

.b-red-500 {
  border-color: #f44336 !important; }

.f-red-500 {
  fill: #f44336 !important; }

.s-red-500 {
  stroke: #f44336 !important; }

.c-red-600 {
  color: #e53935 !important; }

.bg-red-600 {
  background-color: #e53935 !important; }

.b-red-600 {
  border-color: #e53935 !important; }

.f-red-600 {
  fill: #e53935 !important; }

.s-red-600 {
  stroke: #e53935 !important; }

.c-red-700 {
  color: #d32f2f !important; }

.bg-red-700 {
  background-color: #d32f2f !important; }

.b-red-700 {
  border-color: #d32f2f !important; }

.f-red-700 {
  fill: #d32f2f !important; }

.s-red-700 {
  stroke: #d32f2f !important; }

.c-red-800 {
  color: #c62828 !important; }

.bg-red-800 {
  background-color: #c62828 !important; }

.b-red-800 {
  border-color: #c62828 !important; }

.f-red-800 {
  fill: #c62828 !important; }

.s-red-800 {
  stroke: #c62828 !important; }

.c-red-900 {
  color: #b71c1c !important; }

.bg-red-900 {
  background-color: #b71c1c !important; }

.b-red-900 {
  border-color: #b71c1c !important; }

.f-red-900 {
  fill: #b71c1c !important; }

.s-red-900 {
  stroke: #b71c1c !important; }

.c-red-a100 {
  color: #ff8a80 !important; }

.bg-red-a100 {
  background-color: #ff8a80 !important; }

.b-red-a100 {
  border-color: #ff8a80 !important; }

.f-red-a100 {
  fill: #ff8a80 !important; }

.s-red-a100 {
  stroke: #ff8a80 !important; }

.c-red-a200 {
  color: #ff5252 !important; }

.bg-red-a200 {
  background-color: #ff5252 !important; }

.b-red-a200 {
  border-color: #ff5252 !important; }

.f-red-a200 {
  fill: #ff5252 !important; }

.s-red-a200 {
  stroke: #ff5252 !important; }

.c-red-a400 {
  color: #ff1744 !important; }

.bg-red-a400 {
  background-color: #ff1744 !important; }

.b-red-a400 {
  border-color: #ff1744 !important; }

.f-red-a400 {
  fill: #ff1744 !important; }

.s-red-a400 {
  stroke: #ff1744 !important; }

.c-red-a700 {
  color: #d50000 !important; }

.bg-red-a700 {
  background-color: #d50000 !important; }

.b-red-a700 {
  border-color: #d50000 !important; }

.f-red-a700 {
  fill: #d50000 !important; }

.s-red-a700 {
  stroke: #d50000 !important; }

.c-pink {
  color: #E91E63 !important; }

.bg-pink {
  background-color: #E91E63 !important; }

.b-pink {
  border-color: #E91E63 !important; }

.f-pink {
  fill: #E91E63 !important; }

.s-pink {
  stroke: #E91E63 !important; }

.c-pink-50 {
  color: #FCE4EC !important; }

.bg-pink-50 {
  background-color: #FCE4EC !important; }

.b-pink-50 {
  border-color: #FCE4EC !important; }

.f-pink-50 {
  fill: #FCE4EC !important; }

.s-pink-50 {
  stroke: #FCE4EC !important; }

.c-pink-100 {
  color: #F8BBD0 !important; }

.bg-pink-100 {
  background-color: #F8BBD0 !important; }

.b-pink-100 {
  border-color: #F8BBD0 !important; }

.f-pink-100 {
  fill: #F8BBD0 !important; }

.s-pink-100 {
  stroke: #F8BBD0 !important; }

.c-pink-200 {
  color: #F48FB1 !important; }

.bg-pink-200 {
  background-color: #F48FB1 !important; }

.b-pink-200 {
  border-color: #F48FB1 !important; }

.f-pink-200 {
  fill: #F48FB1 !important; }

.s-pink-200 {
  stroke: #F48FB1 !important; }

.c-pink-300 {
  color: #F06292 !important; }

.bg-pink-300 {
  background-color: #F06292 !important; }

.b-pink-300 {
  border-color: #F06292 !important; }

.f-pink-300 {
  fill: #F06292 !important; }

.s-pink-300 {
  stroke: #F06292 !important; }

.c-pink-400 {
  color: #EC407A !important; }

.bg-pink-400 {
  background-color: #EC407A !important; }

.b-pink-400 {
  border-color: #EC407A !important; }

.f-pink-400 {
  fill: #EC407A !important; }

.s-pink-400 {
  stroke: #EC407A !important; }

.c-pink-500 {
  color: #E91E63 !important; }

.bg-pink-500 {
  background-color: #E91E63 !important; }

.b-pink-500 {
  border-color: #E91E63 !important; }

.f-pink-500 {
  fill: #E91E63 !important; }

.s-pink-500 {
  stroke: #E91E63 !important; }

.c-pink-600 {
  color: #D81B60 !important; }

.bg-pink-600 {
  background-color: #D81B60 !important; }

.b-pink-600 {
  border-color: #D81B60 !important; }

.f-pink-600 {
  fill: #D81B60 !important; }

.s-pink-600 {
  stroke: #D81B60 !important; }

.c-pink-700 {
  color: #C2185B !important; }

.bg-pink-700 {
  background-color: #C2185B !important; }

.b-pink-700 {
  border-color: #C2185B !important; }

.f-pink-700 {
  fill: #C2185B !important; }

.s-pink-700 {
  stroke: #C2185B !important; }

.c-pink-800 {
  color: #AD1457 !important; }

.bg-pink-800 {
  background-color: #AD1457 !important; }

.b-pink-800 {
  border-color: #AD1457 !important; }

.f-pink-800 {
  fill: #AD1457 !important; }

.s-pink-800 {
  stroke: #AD1457 !important; }

.c-pink-900 {
  color: #880E4F !important; }

.bg-pink-900 {
  background-color: #880E4F !important; }

.b-pink-900 {
  border-color: #880E4F !important; }

.f-pink-900 {
  fill: #880E4F !important; }

.s-pink-900 {
  stroke: #880E4F !important; }

.c-pink-a100 {
  color: #FF80AB !important; }

.bg-pink-a100 {
  background-color: #FF80AB !important; }

.b-pink-a100 {
  border-color: #FF80AB !important; }

.f-pink-a100 {
  fill: #FF80AB !important; }

.s-pink-a100 {
  stroke: #FF80AB !important; }

.c-pink-a200 {
  color: #FF4081 !important; }

.bg-pink-a200 {
  background-color: #FF4081 !important; }

.b-pink-a200 {
  border-color: #FF4081 !important; }

.f-pink-a200 {
  fill: #FF4081 !important; }

.s-pink-a200 {
  stroke: #FF4081 !important; }

.c-pink-a400 {
  color: #F50057 !important; }

.bg-pink-a400 {
  background-color: #F50057 !important; }

.b-pink-a400 {
  border-color: #F50057 !important; }

.f-pink-a400 {
  fill: #F50057 !important; }

.s-pink-a400 {
  stroke: #F50057 !important; }

.c-pink-a700 {
  color: #C51162 !important; }

.bg-pink-a700 {
  background-color: #C51162 !important; }

.b-pink-a700 {
  border-color: #C51162 !important; }

.f-pink-a700 {
  fill: #C51162 !important; }

.s-pink-a700 {
  stroke: #C51162 !important; }

.c-purple {
  color: #9C27B0 !important; }

.bg-purple {
  background-color: #9C27B0 !important; }

.b-purple {
  border-color: #9C27B0 !important; }

.f-purple {
  fill: #9C27B0 !important; }

.s-purple {
  stroke: #9C27B0 !important; }

.c-purple-50 {
  color: #F3E5F5 !important; }

.bg-purple-50 {
  background-color: #F3E5F5 !important; }

.b-purple-50 {
  border-color: #F3E5F5 !important; }

.f-purple-50 {
  fill: #F3E5F5 !important; }

.s-purple-50 {
  stroke: #F3E5F5 !important; }

.c-purple-100 {
  color: #E1BEE7 !important; }

.bg-purple-100 {
  background-color: #E1BEE7 !important; }

.b-purple-100 {
  border-color: #E1BEE7 !important; }

.f-purple-100 {
  fill: #E1BEE7 !important; }

.s-purple-100 {
  stroke: #E1BEE7 !important; }

.c-purple-200 {
  color: #CE93D8 !important; }

.bg-purple-200 {
  background-color: #CE93D8 !important; }

.b-purple-200 {
  border-color: #CE93D8 !important; }

.f-purple-200 {
  fill: #CE93D8 !important; }

.s-purple-200 {
  stroke: #CE93D8 !important; }

.c-purple-300 {
  color: #BA68C8 !important; }

.bg-purple-300 {
  background-color: #BA68C8 !important; }

.b-purple-300 {
  border-color: #BA68C8 !important; }

.f-purple-300 {
  fill: #BA68C8 !important; }

.s-purple-300 {
  stroke: #BA68C8 !important; }

.c-purple-400 {
  color: #AB47BC !important; }

.bg-purple-400 {
  background-color: #AB47BC !important; }

.b-purple-400 {
  border-color: #AB47BC !important; }

.f-purple-400 {
  fill: #AB47BC !important; }

.s-purple-400 {
  stroke: #AB47BC !important; }

.c-purple-500 {
  color: #9C27B0 !important; }

.bg-purple-500 {
  background-color: #9C27B0 !important; }

.b-purple-500 {
  border-color: #9C27B0 !important; }

.f-purple-500 {
  fill: #9C27B0 !important; }

.s-purple-500 {
  stroke: #9C27B0 !important; }

.c-purple-600 {
  color: #8E24AA !important; }

.bg-purple-600 {
  background-color: #8E24AA !important; }

.b-purple-600 {
  border-color: #8E24AA !important; }

.f-purple-600 {
  fill: #8E24AA !important; }

.s-purple-600 {
  stroke: #8E24AA !important; }

.c-purple-700 {
  color: #7B1FA2 !important; }

.bg-purple-700 {
  background-color: #7B1FA2 !important; }

.b-purple-700 {
  border-color: #7B1FA2 !important; }

.f-purple-700 {
  fill: #7B1FA2 !important; }

.s-purple-700 {
  stroke: #7B1FA2 !important; }

.c-purple-800 {
  color: #6A1B9A !important; }

.bg-purple-800 {
  background-color: #6A1B9A !important; }

.b-purple-800 {
  border-color: #6A1B9A !important; }

.f-purple-800 {
  fill: #6A1B9A !important; }

.s-purple-800 {
  stroke: #6A1B9A !important; }

.c-purple-900 {
  color: #4A148C !important; }

.bg-purple-900 {
  background-color: #4A148C !important; }

.b-purple-900 {
  border-color: #4A148C !important; }

.f-purple-900 {
  fill: #4A148C !important; }

.s-purple-900 {
  stroke: #4A148C !important; }

.c-purple-a100 {
  color: #EA80FC !important; }

.bg-purple-a100 {
  background-color: #EA80FC !important; }

.b-purple-a100 {
  border-color: #EA80FC !important; }

.f-purple-a100 {
  fill: #EA80FC !important; }

.s-purple-a100 {
  stroke: #EA80FC !important; }

.c-purple-a200 {
  color: #E040FB !important; }

.bg-purple-a200 {
  background-color: #E040FB !important; }

.b-purple-a200 {
  border-color: #E040FB !important; }

.f-purple-a200 {
  fill: #E040FB !important; }

.s-purple-a200 {
  stroke: #E040FB !important; }

.c-purple-a400 {
  color: #D500F9 !important; }

.bg-purple-a400 {
  background-color: #D500F9 !important; }

.b-purple-a400 {
  border-color: #D500F9 !important; }

.f-purple-a400 {
  fill: #D500F9 !important; }

.s-purple-a400 {
  stroke: #D500F9 !important; }

.c-purple-a700 {
  color: #AA00FF !important; }

.bg-purple-a700 {
  background-color: #AA00FF !important; }

.b-purple-a700 {
  border-color: #AA00FF !important; }

.f-purple-a700 {
  fill: #AA00FF !important; }

.s-purple-a700 {
  stroke: #AA00FF !important; }

.c-deep-purple {
  color: #673AB7 !important; }

.bg-deep-purple {
  background-color: #673AB7 !important; }

.b-deep-purple {
  border-color: #673AB7 !important; }

.f-deep-purple {
  fill: #673AB7 !important; }

.s-deep-purple {
  stroke: #673AB7 !important; }

.c-deep-purple-50 {
  color: #EDE7F6 !important; }

.bg-deep-purple-50 {
  background-color: #EDE7F6 !important; }

.b-deep-purple-50 {
  border-color: #EDE7F6 !important; }

.f-deep-purple-50 {
  fill: #EDE7F6 !important; }

.s-deep-purple-50 {
  stroke: #EDE7F6 !important; }

.c-deep-purple-100 {
  color: #D1C4E9 !important; }

.bg-deep-purple-100 {
  background-color: #D1C4E9 !important; }

.b-deep-purple-100 {
  border-color: #D1C4E9 !important; }

.f-deep-purple-100 {
  fill: #D1C4E9 !important; }

.s-deep-purple-100 {
  stroke: #D1C4E9 !important; }

.c-deep-purple-200 {
  color: #B39DDB !important; }

.bg-deep-purple-200 {
  background-color: #B39DDB !important; }

.b-deep-purple-200 {
  border-color: #B39DDB !important; }

.f-deep-purple-200 {
  fill: #B39DDB !important; }

.s-deep-purple-200 {
  stroke: #B39DDB !important; }

.c-deep-purple-300 {
  color: #9575CD !important; }

.bg-deep-purple-300 {
  background-color: #9575CD !important; }

.b-deep-purple-300 {
  border-color: #9575CD !important; }

.f-deep-purple-300 {
  fill: #9575CD !important; }

.s-deep-purple-300 {
  stroke: #9575CD !important; }

.c-deep-purple-400 {
  color: #7E57C2 !important; }

.bg-deep-purple-400 {
  background-color: #7E57C2 !important; }

.b-deep-purple-400 {
  border-color: #7E57C2 !important; }

.f-deep-purple-400 {
  fill: #7E57C2 !important; }

.s-deep-purple-400 {
  stroke: #7E57C2 !important; }

.c-deep-purple-500 {
  color: #673AB7 !important; }

.bg-deep-purple-500 {
  background-color: #673AB7 !important; }

.b-deep-purple-500 {
  border-color: #673AB7 !important; }

.f-deep-purple-500 {
  fill: #673AB7 !important; }

.s-deep-purple-500 {
  stroke: #673AB7 !important; }

.c-deep-purple-600 {
  color: #5E35B1 !important; }

.bg-deep-purple-600 {
  background-color: #5E35B1 !important; }

.b-deep-purple-600 {
  border-color: #5E35B1 !important; }

.f-deep-purple-600 {
  fill: #5E35B1 !important; }

.s-deep-purple-600 {
  stroke: #5E35B1 !important; }

.c-deep-purple-700 {
  color: #512DA8 !important; }

.bg-deep-purple-700 {
  background-color: #512DA8 !important; }

.b-deep-purple-700 {
  border-color: #512DA8 !important; }

.f-deep-purple-700 {
  fill: #512DA8 !important; }

.s-deep-purple-700 {
  stroke: #512DA8 !important; }

.c-deep-purple-800 {
  color: #4527A0 !important; }

.bg-deep-purple-800 {
  background-color: #4527A0 !important; }

.b-deep-purple-800 {
  border-color: #4527A0 !important; }

.f-deep-purple-800 {
  fill: #4527A0 !important; }

.s-deep-purple-800 {
  stroke: #4527A0 !important; }

.c-deep-purple-900 {
  color: #311B92 !important; }

.bg-deep-purple-900 {
  background-color: #311B92 !important; }

.b-deep-purple-900 {
  border-color: #311B92 !important; }

.f-deep-purple-900 {
  fill: #311B92 !important; }

.s-deep-purple-900 {
  stroke: #311B92 !important; }

.c-deep-purple-a100 {
  color: #B388FF !important; }

.bg-deep-purple-a100 {
  background-color: #B388FF !important; }

.b-deep-purple-a100 {
  border-color: #B388FF !important; }

.f-deep-purple-a100 {
  fill: #B388FF !important; }

.s-deep-purple-a100 {
  stroke: #B388FF !important; }

.c-deep-purple-a200 {
  color: #7C4DFF !important; }

.bg-deep-purple-a200 {
  background-color: #7C4DFF !important; }

.b-deep-purple-a200 {
  border-color: #7C4DFF !important; }

.f-deep-purple-a200 {
  fill: #7C4DFF !important; }

.s-deep-purple-a200 {
  stroke: #7C4DFF !important; }

.c-deep-purple-a400 {
  color: #651FFF !important; }

.bg-deep-purple-a400 {
  background-color: #651FFF !important; }

.b-deep-purple-a400 {
  border-color: #651FFF !important; }

.f-deep-purple-a400 {
  fill: #651FFF !important; }

.s-deep-purple-a400 {
  stroke: #651FFF !important; }

.c-deep-purple-a700 {
  color: #6200EA !important; }

.bg-deep-purple-a700 {
  background-color: #6200EA !important; }

.b-deep-purple-a700 {
  border-color: #6200EA !important; }

.f-deep-purple-a700 {
  fill: #6200EA !important; }

.s-deep-purple-a700 {
  stroke: #6200EA !important; }

.c-indigo {
  color: #3F51B5 !important; }

.bg-indigo {
  background-color: #3F51B5 !important; }

.b-indigo {
  border-color: #3F51B5 !important; }

.f-indigo {
  fill: #3F51B5 !important; }

.s-indigo {
  stroke: #3F51B5 !important; }

.c-indigo-50 {
  color: #E8EAF6 !important; }

.bg-indigo-50 {
  background-color: #E8EAF6 !important; }

.b-indigo-50 {
  border-color: #E8EAF6 !important; }

.f-indigo-50 {
  fill: #E8EAF6 !important; }

.s-indigo-50 {
  stroke: #E8EAF6 !important; }

.c-indigo-100 {
  color: #C5CAE9 !important; }

.bg-indigo-100 {
  background-color: #C5CAE9 !important; }

.b-indigo-100 {
  border-color: #C5CAE9 !important; }

.f-indigo-100 {
  fill: #C5CAE9 !important; }

.s-indigo-100 {
  stroke: #C5CAE9 !important; }

.c-indigo-200 {
  color: #9FA8DA !important; }

.bg-indigo-200 {
  background-color: #9FA8DA !important; }

.b-indigo-200 {
  border-color: #9FA8DA !important; }

.f-indigo-200 {
  fill: #9FA8DA !important; }

.s-indigo-200 {
  stroke: #9FA8DA !important; }

.c-indigo-300 {
  color: #7986CB !important; }

.bg-indigo-300 {
  background-color: #7986CB !important; }

.b-indigo-300 {
  border-color: #7986CB !important; }

.f-indigo-300 {
  fill: #7986CB !important; }

.s-indigo-300 {
  stroke: #7986CB !important; }

.c-indigo-400 {
  color: #5C6BC0 !important; }

.bg-indigo-400 {
  background-color: #5C6BC0 !important; }

.b-indigo-400 {
  border-color: #5C6BC0 !important; }

.f-indigo-400 {
  fill: #5C6BC0 !important; }

.s-indigo-400 {
  stroke: #5C6BC0 !important; }

.c-indigo-500 {
  color: #3F51B5 !important; }

.bg-indigo-500 {
  background-color: #3F51B5 !important; }

.b-indigo-500 {
  border-color: #3F51B5 !important; }

.f-indigo-500 {
  fill: #3F51B5 !important; }

.s-indigo-500 {
  stroke: #3F51B5 !important; }

.c-indigo-600 {
  color: #3949AB !important; }

.bg-indigo-600 {
  background-color: #3949AB !important; }

.b-indigo-600 {
  border-color: #3949AB !important; }

.f-indigo-600 {
  fill: #3949AB !important; }

.s-indigo-600 {
  stroke: #3949AB !important; }

.c-indigo-700 {
  color: #303F9F !important; }

.bg-indigo-700 {
  background-color: #303F9F !important; }

.b-indigo-700 {
  border-color: #303F9F !important; }

.f-indigo-700 {
  fill: #303F9F !important; }

.s-indigo-700 {
  stroke: #303F9F !important; }

.c-indigo-800 {
  color: #283593 !important; }

.bg-indigo-800 {
  background-color: #283593 !important; }

.b-indigo-800 {
  border-color: #283593 !important; }

.f-indigo-800 {
  fill: #283593 !important; }

.s-indigo-800 {
  stroke: #283593 !important; }

.c-indigo-900 {
  color: #1A237E !important; }

.bg-indigo-900 {
  background-color: #1A237E !important; }

.b-indigo-900 {
  border-color: #1A237E !important; }

.f-indigo-900 {
  fill: #1A237E !important; }

.s-indigo-900 {
  stroke: #1A237E !important; }

.c-indigo-a100 {
  color: #8C9EFF !important; }

.bg-indigo-a100 {
  background-color: #8C9EFF !important; }

.b-indigo-a100 {
  border-color: #8C9EFF !important; }

.f-indigo-a100 {
  fill: #8C9EFF !important; }

.s-indigo-a100 {
  stroke: #8C9EFF !important; }

.c-indigo-a200 {
  color: #536DFE !important; }

.bg-indigo-a200 {
  background-color: #536DFE !important; }

.b-indigo-a200 {
  border-color: #536DFE !important; }

.f-indigo-a200 {
  fill: #536DFE !important; }

.s-indigo-a200 {
  stroke: #536DFE !important; }

.c-indigo-a400 {
  color: #3D5AFE !important; }

.bg-indigo-a400 {
  background-color: #3D5AFE !important; }

.b-indigo-a400 {
  border-color: #3D5AFE !important; }

.f-indigo-a400 {
  fill: #3D5AFE !important; }

.s-indigo-a400 {
  stroke: #3D5AFE !important; }

.c-indigo-a700 {
  color: #304FFE !important; }

.bg-indigo-a700 {
  background-color: #304FFE !important; }

.b-indigo-a700 {
  border-color: #304FFE !important; }

.f-indigo-a700 {
  fill: #304FFE !important; }

.s-indigo-a700 {
  stroke: #304FFE !important; }

.c-blue {
  color: #2196F3 !important; }

.bg-blue {
  background-color: #2196F3 !important; }

.b-blue {
  border-color: #2196F3 !important; }

.f-blue {
  fill: #2196F3 !important; }

.s-blue {
  stroke: #2196F3 !important; }

.c-blue-50 {
  color: #E3F2FD !important; }

.bg-blue-50 {
  background-color: #E3F2FD !important; }

.b-blue-50 {
  border-color: #E3F2FD !important; }

.f-blue-50 {
  fill: #E3F2FD !important; }

.s-blue-50 {
  stroke: #E3F2FD !important; }

.c-blue-100 {
  color: #BBDEFB !important; }

.bg-blue-100 {
  background-color: #BBDEFB !important; }

.b-blue-100 {
  border-color: #BBDEFB !important; }

.f-blue-100 {
  fill: #BBDEFB !important; }

.s-blue-100 {
  stroke: #BBDEFB !important; }

.c-blue-200 {
  color: #90CAF9 !important; }

.bg-blue-200 {
  background-color: #90CAF9 !important; }

.b-blue-200 {
  border-color: #90CAF9 !important; }

.f-blue-200 {
  fill: #90CAF9 !important; }

.s-blue-200 {
  stroke: #90CAF9 !important; }

.c-blue-300 {
  color: #64B5F6 !important; }

.bg-blue-300 {
  background-color: #64B5F6 !important; }

.b-blue-300 {
  border-color: #64B5F6 !important; }

.f-blue-300 {
  fill: #64B5F6 !important; }

.s-blue-300 {
  stroke: #64B5F6 !important; }

.c-blue-400 {
  color: #42A5F5 !important; }

.bg-blue-400 {
  background-color: #42A5F5 !important; }

.b-blue-400 {
  border-color: #42A5F5 !important; }

.f-blue-400 {
  fill: #42A5F5 !important; }

.s-blue-400 {
  stroke: #42A5F5 !important; }

.c-blue-500 {
  color: #2196F3 !important; }

.bg-blue-500 {
  background-color: #2196F3 !important; }

.b-blue-500 {
  border-color: #2196F3 !important; }

.f-blue-500 {
  fill: #2196F3 !important; }

.s-blue-500 {
  stroke: #2196F3 !important; }

.c-blue-600 {
  color: #1E88E5 !important; }

.bg-blue-600 {
  background-color: #1E88E5 !important; }

.b-blue-600 {
  border-color: #1E88E5 !important; }

.f-blue-600 {
  fill: #1E88E5 !important; }

.s-blue-600 {
  stroke: #1E88E5 !important; }

.c-blue-700 {
  color: #1976D2 !important; }

.bg-blue-700 {
  background-color: #1976D2 !important; }

.b-blue-700 {
  border-color: #1976D2 !important; }

.f-blue-700 {
  fill: #1976D2 !important; }

.s-blue-700 {
  stroke: #1976D2 !important; }

.c-blue-800 {
  color: #1565C0 !important; }

.bg-blue-800 {
  background-color: #1565C0 !important; }

.b-blue-800 {
  border-color: #1565C0 !important; }

.f-blue-800 {
  fill: #1565C0 !important; }

.s-blue-800 {
  stroke: #1565C0 !important; }

.c-blue-900 {
  color: #0D47A1 !important; }

.bg-blue-900 {
  background-color: #0D47A1 !important; }

.b-blue-900 {
  border-color: #0D47A1 !important; }

.f-blue-900 {
  fill: #0D47A1 !important; }

.s-blue-900 {
  stroke: #0D47A1 !important; }

.c-blue-a100 {
  color: #82B1FF !important; }

.bg-blue-a100 {
  background-color: #82B1FF !important; }

.b-blue-a100 {
  border-color: #82B1FF !important; }

.f-blue-a100 {
  fill: #82B1FF !important; }

.s-blue-a100 {
  stroke: #82B1FF !important; }

.c-blue-a200 {
  color: #448AFF !important; }

.bg-blue-a200 {
  background-color: #448AFF !important; }

.b-blue-a200 {
  border-color: #448AFF !important; }

.f-blue-a200 {
  fill: #448AFF !important; }

.s-blue-a200 {
  stroke: #448AFF !important; }

.c-blue-a400 {
  color: #2979FF !important; }

.bg-blue-a400 {
  background-color: #2979FF !important; }

.b-blue-a400 {
  border-color: #2979FF !important; }

.f-blue-a400 {
  fill: #2979FF !important; }

.s-blue-a400 {
  stroke: #2979FF !important; }

.c-blue-a700 {
  color: #2962FF !important; }

.bg-blue-a700 {
  background-color: #2962FF !important; }

.b-blue-a700 {
  border-color: #2962FF !important; }

.f-blue-a700 {
  fill: #2962FF !important; }

.s-blue-a700 {
  stroke: #2962FF !important; }

.c-light-blue {
  color: #03A9F4 !important; }

.bg-light-blue {
  background-color: #03A9F4 !important; }

.b-light-blue {
  border-color: #03A9F4 !important; }

.f-light-blue {
  fill: #03A9F4 !important; }

.s-light-blue {
  stroke: #03A9F4 !important; }

.c-light-blue-50 {
  color: #E1F5FE !important; }

.bg-light-blue-50 {
  background-color: #E1F5FE !important; }

.b-light-blue-50 {
  border-color: #E1F5FE !important; }

.f-light-blue-50 {
  fill: #E1F5FE !important; }

.s-light-blue-50 {
  stroke: #E1F5FE !important; }

.c-light-blue-100 {
  color: #B3E5FC !important; }

.bg-light-blue-100 {
  background-color: #B3E5FC !important; }

.b-light-blue-100 {
  border-color: #B3E5FC !important; }

.f-light-blue-100 {
  fill: #B3E5FC !important; }

.s-light-blue-100 {
  stroke: #B3E5FC !important; }

.c-light-blue-200 {
  color: #81D4FA !important; }

.bg-light-blue-200 {
  background-color: #81D4FA !important; }

.b-light-blue-200 {
  border-color: #81D4FA !important; }

.f-light-blue-200 {
  fill: #81D4FA !important; }

.s-light-blue-200 {
  stroke: #81D4FA !important; }

.c-light-blue-300 {
  color: #4FC3F7 !important; }

.bg-light-blue-300 {
  background-color: #4FC3F7 !important; }

.b-light-blue-300 {
  border-color: #4FC3F7 !important; }

.f-light-blue-300 {
  fill: #4FC3F7 !important; }

.s-light-blue-300 {
  stroke: #4FC3F7 !important; }

.c-light-blue-400 {
  color: #29B6F6 !important; }

.bg-light-blue-400 {
  background-color: #29B6F6 !important; }

.b-light-blue-400 {
  border-color: #29B6F6 !important; }

.f-light-blue-400 {
  fill: #29B6F6 !important; }

.s-light-blue-400 {
  stroke: #29B6F6 !important; }

.c-light-blue-500 {
  color: #03A9F4 !important; }

.bg-light-blue-500 {
  background-color: #03A9F4 !important; }

.b-light-blue-500 {
  border-color: #03A9F4 !important; }

.f-light-blue-500 {
  fill: #03A9F4 !important; }

.s-light-blue-500 {
  stroke: #03A9F4 !important; }

.c-light-blue-600 {
  color: #039BE5 !important; }

.bg-light-blue-600 {
  background-color: #039BE5 !important; }

.b-light-blue-600 {
  border-color: #039BE5 !important; }

.f-light-blue-600 {
  fill: #039BE5 !important; }

.s-light-blue-600 {
  stroke: #039BE5 !important; }

.c-light-blue-700 {
  color: #0288D1 !important; }

.bg-light-blue-700 {
  background-color: #0288D1 !important; }

.b-light-blue-700 {
  border-color: #0288D1 !important; }

.f-light-blue-700 {
  fill: #0288D1 !important; }

.s-light-blue-700 {
  stroke: #0288D1 !important; }

.c-light-blue-800 {
  color: #0277BD !important; }

.bg-light-blue-800 {
  background-color: #0277BD !important; }

.b-light-blue-800 {
  border-color: #0277BD !important; }

.f-light-blue-800 {
  fill: #0277BD !important; }

.s-light-blue-800 {
  stroke: #0277BD !important; }

.c-light-blue-900 {
  color: #01579B !important; }

.bg-light-blue-900 {
  background-color: #01579B !important; }

.b-light-blue-900 {
  border-color: #01579B !important; }

.f-light-blue-900 {
  fill: #01579B !important; }

.s-light-blue-900 {
  stroke: #01579B !important; }

.c-light-blue-a100 {
  color: #80D8FF !important; }

.bg-light-blue-a100 {
  background-color: #80D8FF !important; }

.b-light-blue-a100 {
  border-color: #80D8FF !important; }

.f-light-blue-a100 {
  fill: #80D8FF !important; }

.s-light-blue-a100 {
  stroke: #80D8FF !important; }

.c-light-blue-a200 {
  color: #40C4FF !important; }

.bg-light-blue-a200 {
  background-color: #40C4FF !important; }

.b-light-blue-a200 {
  border-color: #40C4FF !important; }

.f-light-blue-a200 {
  fill: #40C4FF !important; }

.s-light-blue-a200 {
  stroke: #40C4FF !important; }

.c-light-blue-a400 {
  color: #00B0FF !important; }

.bg-light-blue-a400 {
  background-color: #00B0FF !important; }

.b-light-blue-a400 {
  border-color: #00B0FF !important; }

.f-light-blue-a400 {
  fill: #00B0FF !important; }

.s-light-blue-a400 {
  stroke: #00B0FF !important; }

.c-light-blue-a700 {
  color: #0091EA !important; }

.bg-light-blue-a700 {
  background-color: #0091EA !important; }

.b-light-blue-a700 {
  border-color: #0091EA !important; }

.f-light-blue-a700 {
  fill: #0091EA !important; }

.s-light-blue-a700 {
  stroke: #0091EA !important; }

.c-cyan {
  color: #00BCD4 !important; }

.bg-cyan {
  background-color: #00BCD4 !important; }

.b-cyan {
  border-color: #00BCD4 !important; }

.f-cyan {
  fill: #00BCD4 !important; }

.s-cyan {
  stroke: #00BCD4 !important; }

.c-cyan-50 {
  color: #E0F7FA !important; }

.bg-cyan-50 {
  background-color: #E0F7FA !important; }

.b-cyan-50 {
  border-color: #E0F7FA !important; }

.f-cyan-50 {
  fill: #E0F7FA !important; }

.s-cyan-50 {
  stroke: #E0F7FA !important; }

.c-cyan-100 {
  color: #B2EBF2 !important; }

.bg-cyan-100 {
  background-color: #B2EBF2 !important; }

.b-cyan-100 {
  border-color: #B2EBF2 !important; }

.f-cyan-100 {
  fill: #B2EBF2 !important; }

.s-cyan-100 {
  stroke: #B2EBF2 !important; }

.c-cyan-200 {
  color: #80DEEA !important; }

.bg-cyan-200 {
  background-color: #80DEEA !important; }

.b-cyan-200 {
  border-color: #80DEEA !important; }

.f-cyan-200 {
  fill: #80DEEA !important; }

.s-cyan-200 {
  stroke: #80DEEA !important; }

.c-cyan-300 {
  color: #4DD0E1 !important; }

.bg-cyan-300 {
  background-color: #4DD0E1 !important; }

.b-cyan-300 {
  border-color: #4DD0E1 !important; }

.f-cyan-300 {
  fill: #4DD0E1 !important; }

.s-cyan-300 {
  stroke: #4DD0E1 !important; }

.c-cyan-400 {
  color: #26C6DA !important; }

.bg-cyan-400 {
  background-color: #26C6DA !important; }

.b-cyan-400 {
  border-color: #26C6DA !important; }

.f-cyan-400 {
  fill: #26C6DA !important; }

.s-cyan-400 {
  stroke: #26C6DA !important; }

.c-cyan-500 {
  color: #00BCD4 !important; }

.bg-cyan-500 {
  background-color: #00BCD4 !important; }

.b-cyan-500 {
  border-color: #00BCD4 !important; }

.f-cyan-500 {
  fill: #00BCD4 !important; }

.s-cyan-500 {
  stroke: #00BCD4 !important; }

.c-cyan-600 {
  color: #00ACC1 !important; }

.bg-cyan-600 {
  background-color: #00ACC1 !important; }

.b-cyan-600 {
  border-color: #00ACC1 !important; }

.f-cyan-600 {
  fill: #00ACC1 !important; }

.s-cyan-600 {
  stroke: #00ACC1 !important; }

.c-cyan-700 {
  color: #0097A7 !important; }

.bg-cyan-700 {
  background-color: #0097A7 !important; }

.b-cyan-700 {
  border-color: #0097A7 !important; }

.f-cyan-700 {
  fill: #0097A7 !important; }

.s-cyan-700 {
  stroke: #0097A7 !important; }

.c-cyan-800 {
  color: #00838F !important; }

.bg-cyan-800 {
  background-color: #00838F !important; }

.b-cyan-800 {
  border-color: #00838F !important; }

.f-cyan-800 {
  fill: #00838F !important; }

.s-cyan-800 {
  stroke: #00838F !important; }

.c-cyan-900 {
  color: #006064 !important; }

.bg-cyan-900 {
  background-color: #006064 !important; }

.b-cyan-900 {
  border-color: #006064 !important; }

.f-cyan-900 {
  fill: #006064 !important; }

.s-cyan-900 {
  stroke: #006064 !important; }

.c-cyan-a100 {
  color: #84FFFF !important; }

.bg-cyan-a100 {
  background-color: #84FFFF !important; }

.b-cyan-a100 {
  border-color: #84FFFF !important; }

.f-cyan-a100 {
  fill: #84FFFF !important; }

.s-cyan-a100 {
  stroke: #84FFFF !important; }

.c-cyan-a200 {
  color: #18FFFF !important; }

.bg-cyan-a200 {
  background-color: #18FFFF !important; }

.b-cyan-a200 {
  border-color: #18FFFF !important; }

.f-cyan-a200 {
  fill: #18FFFF !important; }

.s-cyan-a200 {
  stroke: #18FFFF !important; }

.c-cyan-a400 {
  color: #00E5FF !important; }

.bg-cyan-a400 {
  background-color: #00E5FF !important; }

.b-cyan-a400 {
  border-color: #00E5FF !important; }

.f-cyan-a400 {
  fill: #00E5FF !important; }

.s-cyan-a400 {
  stroke: #00E5FF !important; }

.c-cyan-a700 {
  color: #00B8D4 !important; }

.bg-cyan-a700 {
  background-color: #00B8D4 !important; }

.b-cyan-a700 {
  border-color: #00B8D4 !important; }

.f-cyan-a700 {
  fill: #00B8D4 !important; }

.s-cyan-a700 {
  stroke: #00B8D4 !important; }

.c-teal {
  color: #009688 !important; }

.bg-teal {
  background-color: #009688 !important; }

.b-teal {
  border-color: #009688 !important; }

.f-teal {
  fill: #009688 !important; }

.s-teal {
  stroke: #009688 !important; }

.c-teal-50 {
  color: #E0F2F1 !important; }

.bg-teal-50 {
  background-color: #E0F2F1 !important; }

.b-teal-50 {
  border-color: #E0F2F1 !important; }

.f-teal-50 {
  fill: #E0F2F1 !important; }

.s-teal-50 {
  stroke: #E0F2F1 !important; }

.c-teal-100 {
  color: #B2DFDB !important; }

.bg-teal-100 {
  background-color: #B2DFDB !important; }

.b-teal-100 {
  border-color: #B2DFDB !important; }

.f-teal-100 {
  fill: #B2DFDB !important; }

.s-teal-100 {
  stroke: #B2DFDB !important; }

.c-teal-200 {
  color: #80CBC4 !important; }

.bg-teal-200 {
  background-color: #80CBC4 !important; }

.b-teal-200 {
  border-color: #80CBC4 !important; }

.f-teal-200 {
  fill: #80CBC4 !important; }

.s-teal-200 {
  stroke: #80CBC4 !important; }

.c-teal-300 {
  color: #4DB6AC !important; }

.bg-teal-300 {
  background-color: #4DB6AC !important; }

.b-teal-300 {
  border-color: #4DB6AC !important; }

.f-teal-300 {
  fill: #4DB6AC !important; }

.s-teal-300 {
  stroke: #4DB6AC !important; }

.c-teal-400 {
  color: #26A69A !important; }

.bg-teal-400 {
  background-color: #26A69A !important; }

.b-teal-400 {
  border-color: #26A69A !important; }

.f-teal-400 {
  fill: #26A69A !important; }

.s-teal-400 {
  stroke: #26A69A !important; }

.c-teal-500 {
  color: #009688 !important; }

.bg-teal-500 {
  background-color: #009688 !important; }

.b-teal-500 {
  border-color: #009688 !important; }

.f-teal-500 {
  fill: #009688 !important; }

.s-teal-500 {
  stroke: #009688 !important; }

.c-teal-600 {
  color: #00897B !important; }

.bg-teal-600 {
  background-color: #00897B !important; }

.b-teal-600 {
  border-color: #00897B !important; }

.f-teal-600 {
  fill: #00897B !important; }

.s-teal-600 {
  stroke: #00897B !important; }

.c-teal-700 {
  color: #00796B !important; }

.bg-teal-700 {
  background-color: #00796B !important; }

.b-teal-700 {
  border-color: #00796B !important; }

.f-teal-700 {
  fill: #00796B !important; }

.s-teal-700 {
  stroke: #00796B !important; }

.c-teal-800 {
  color: #00695C !important; }

.bg-teal-800 {
  background-color: #00695C !important; }

.b-teal-800 {
  border-color: #00695C !important; }

.f-teal-800 {
  fill: #00695C !important; }

.s-teal-800 {
  stroke: #00695C !important; }

.c-teal-900 {
  color: #004D40 !important; }

.bg-teal-900 {
  background-color: #004D40 !important; }

.b-teal-900 {
  border-color: #004D40 !important; }

.f-teal-900 {
  fill: #004D40 !important; }

.s-teal-900 {
  stroke: #004D40 !important; }

.c-teal-a100 {
  color: #A7FFEB !important; }

.bg-teal-a100 {
  background-color: #A7FFEB !important; }

.b-teal-a100 {
  border-color: #A7FFEB !important; }

.f-teal-a100 {
  fill: #A7FFEB !important; }

.s-teal-a100 {
  stroke: #A7FFEB !important; }

.c-teal-a200 {
  color: #64FFDA !important; }

.bg-teal-a200 {
  background-color: #64FFDA !important; }

.b-teal-a200 {
  border-color: #64FFDA !important; }

.f-teal-a200 {
  fill: #64FFDA !important; }

.s-teal-a200 {
  stroke: #64FFDA !important; }

.c-teal-a400 {
  color: #1DE9B6 !important; }

.bg-teal-a400 {
  background-color: #1DE9B6 !important; }

.b-teal-a400 {
  border-color: #1DE9B6 !important; }

.f-teal-a400 {
  fill: #1DE9B6 !important; }

.s-teal-a400 {
  stroke: #1DE9B6 !important; }

.c-teal-a700 {
  color: #00BFA5 !important; }

.bg-teal-a700 {
  background-color: #00BFA5 !important; }

.b-teal-a700 {
  border-color: #00BFA5 !important; }

.f-teal-a700 {
  fill: #00BFA5 !important; }

.s-teal-a700 {
  stroke: #00BFA5 !important; }

.c-green {
  color: #4CAF50 !important; }

.bg-green {
  background-color: #4CAF50 !important; }

.b-green {
  border-color: #4CAF50 !important; }

.f-green {
  fill: #4CAF50 !important; }

.s-green {
  stroke: #4CAF50 !important; }

.c-green-50 {
  color: #E8F5E9 !important; }

.bg-green-50 {
  background-color: #E8F5E9 !important; }

.b-green-50 {
  border-color: #E8F5E9 !important; }

.f-green-50 {
  fill: #E8F5E9 !important; }

.s-green-50 {
  stroke: #E8F5E9 !important; }

.c-green-100 {
  color: #C8E6C9 !important; }

.bg-green-100 {
  background-color: #C8E6C9 !important; }

.b-green-100 {
  border-color: #C8E6C9 !important; }

.f-green-100 {
  fill: #C8E6C9 !important; }

.s-green-100 {
  stroke: #C8E6C9 !important; }

.c-green-200 {
  color: #A5D6A7 !important; }

.bg-green-200 {
  background-color: #A5D6A7 !important; }

.b-green-200 {
  border-color: #A5D6A7 !important; }

.f-green-200 {
  fill: #A5D6A7 !important; }

.s-green-200 {
  stroke: #A5D6A7 !important; }

.c-green-300 {
  color: #81C784 !important; }

.bg-green-300 {
  background-color: #81C784 !important; }

.b-green-300 {
  border-color: #81C784 !important; }

.f-green-300 {
  fill: #81C784 !important; }

.s-green-300 {
  stroke: #81C784 !important; }

.c-green-400 {
  color: #66BB6A !important; }

.bg-green-400 {
  background-color: #66BB6A !important; }

.b-green-400 {
  border-color: #66BB6A !important; }

.f-green-400 {
  fill: #66BB6A !important; }

.s-green-400 {
  stroke: #66BB6A !important; }

.c-green-500 {
  color: #4CAF50 !important; }

.bg-green-500 {
  background-color: #4CAF50 !important; }

.b-green-500 {
  border-color: #4CAF50 !important; }

.f-green-500 {
  fill: #4CAF50 !important; }

.s-green-500 {
  stroke: #4CAF50 !important; }

.c-green-600 {
  color: #43A047 !important; }

.bg-green-600 {
  background-color: #43A047 !important; }

.b-green-600 {
  border-color: #43A047 !important; }

.f-green-600 {
  fill: #43A047 !important; }

.s-green-600 {
  stroke: #43A047 !important; }

.c-green-700 {
  color: #388E3C !important; }

.bg-green-700 {
  background-color: #388E3C !important; }

.b-green-700 {
  border-color: #388E3C !important; }

.f-green-700 {
  fill: #388E3C !important; }

.s-green-700 {
  stroke: #388E3C !important; }

.c-green-800 {
  color: #2E7D32 !important; }

.bg-green-800 {
  background-color: #2E7D32 !important; }

.b-green-800 {
  border-color: #2E7D32 !important; }

.f-green-800 {
  fill: #2E7D32 !important; }

.s-green-800 {
  stroke: #2E7D32 !important; }

.c-green-900 {
  color: #1B5E20 !important; }

.bg-green-900 {
  background-color: #1B5E20 !important; }

.b-green-900 {
  border-color: #1B5E20 !important; }

.f-green-900 {
  fill: #1B5E20 !important; }

.s-green-900 {
  stroke: #1B5E20 !important; }

.c-green-a100 {
  color: #B9F6CA !important; }

.bg-green-a100 {
  background-color: #B9F6CA !important; }

.b-green-a100 {
  border-color: #B9F6CA !important; }

.f-green-a100 {
  fill: #B9F6CA !important; }

.s-green-a100 {
  stroke: #B9F6CA !important; }

.c-green-a200 {
  color: #69F0AE !important; }

.bg-green-a200 {
  background-color: #69F0AE !important; }

.b-green-a200 {
  border-color: #69F0AE !important; }

.f-green-a200 {
  fill: #69F0AE !important; }

.s-green-a200 {
  stroke: #69F0AE !important; }

.c-green-a400 {
  color: #00E676 !important; }

.bg-green-a400 {
  background-color: #00E676 !important; }

.b-green-a400 {
  border-color: #00E676 !important; }

.f-green-a400 {
  fill: #00E676 !important; }

.s-green-a400 {
  stroke: #00E676 !important; }

.c-green-a700 {
  color: #00C853 !important; }

.bg-green-a700 {
  background-color: #00C853 !important; }

.b-green-a700 {
  border-color: #00C853 !important; }

.f-green-a700 {
  fill: #00C853 !important; }

.s-green-a700 {
  stroke: #00C853 !important; }

.c-light-green {
  color: #8BC34A !important; }

.bg-light-green {
  background-color: #8BC34A !important; }

.b-light-green {
  border-color: #8BC34A !important; }

.f-light-green {
  fill: #8BC34A !important; }

.s-light-green {
  stroke: #8BC34A !important; }

.c-light-green-50 {
  color: #F1F8E9 !important; }

.bg-light-green-50 {
  background-color: #F1F8E9 !important; }

.b-light-green-50 {
  border-color: #F1F8E9 !important; }

.f-light-green-50 {
  fill: #F1F8E9 !important; }

.s-light-green-50 {
  stroke: #F1F8E9 !important; }

.c-light-green-100 {
  color: #DCEDC8 !important; }

.bg-light-green-100 {
  background-color: #DCEDC8 !important; }

.b-light-green-100 {
  border-color: #DCEDC8 !important; }

.f-light-green-100 {
  fill: #DCEDC8 !important; }

.s-light-green-100 {
  stroke: #DCEDC8 !important; }

.c-light-green-200 {
  color: #C5E1A5 !important; }

.bg-light-green-200 {
  background-color: #C5E1A5 !important; }

.b-light-green-200 {
  border-color: #C5E1A5 !important; }

.f-light-green-200 {
  fill: #C5E1A5 !important; }

.s-light-green-200 {
  stroke: #C5E1A5 !important; }

.c-light-green-300 {
  color: #AED581 !important; }

.bg-light-green-300 {
  background-color: #AED581 !important; }

.b-light-green-300 {
  border-color: #AED581 !important; }

.f-light-green-300 {
  fill: #AED581 !important; }

.s-light-green-300 {
  stroke: #AED581 !important; }

.c-light-green-400 {
  color: #9CCC65 !important; }

.bg-light-green-400 {
  background-color: #9CCC65 !important; }

.b-light-green-400 {
  border-color: #9CCC65 !important; }

.f-light-green-400 {
  fill: #9CCC65 !important; }

.s-light-green-400 {
  stroke: #9CCC65 !important; }

.c-light-green-500 {
  color: #8BC34A !important; }

.bg-light-green-500 {
  background-color: #8BC34A !important; }

.b-light-green-500 {
  border-color: #8BC34A !important; }

.f-light-green-500 {
  fill: #8BC34A !important; }

.s-light-green-500 {
  stroke: #8BC34A !important; }

.c-light-green-600 {
  color: #7CB342 !important; }

.bg-light-green-600 {
  background-color: #7CB342 !important; }

.b-light-green-600 {
  border-color: #7CB342 !important; }

.f-light-green-600 {
  fill: #7CB342 !important; }

.s-light-green-600 {
  stroke: #7CB342 !important; }

.c-light-green-700 {
  color: #689F38 !important; }

.bg-light-green-700 {
  background-color: #689F38 !important; }

.b-light-green-700 {
  border-color: #689F38 !important; }

.f-light-green-700 {
  fill: #689F38 !important; }

.s-light-green-700 {
  stroke: #689F38 !important; }

.c-light-green-800 {
  color: #558B2F !important; }

.bg-light-green-800 {
  background-color: #558B2F !important; }

.b-light-green-800 {
  border-color: #558B2F !important; }

.f-light-green-800 {
  fill: #558B2F !important; }

.s-light-green-800 {
  stroke: #558B2F !important; }

.c-light-green-900 {
  color: #33691E !important; }

.bg-light-green-900 {
  background-color: #33691E !important; }

.b-light-green-900 {
  border-color: #33691E !important; }

.f-light-green-900 {
  fill: #33691E !important; }

.s-light-green-900 {
  stroke: #33691E !important; }

.c-light-green-a100 {
  color: #CCFF90 !important; }

.bg-light-green-a100 {
  background-color: #CCFF90 !important; }

.b-light-green-a100 {
  border-color: #CCFF90 !important; }

.f-light-green-a100 {
  fill: #CCFF90 !important; }

.s-light-green-a100 {
  stroke: #CCFF90 !important; }

.c-light-green-a200 {
  color: #B2FF59 !important; }

.bg-light-green-a200 {
  background-color: #B2FF59 !important; }

.b-light-green-a200 {
  border-color: #B2FF59 !important; }

.f-light-green-a200 {
  fill: #B2FF59 !important; }

.s-light-green-a200 {
  stroke: #B2FF59 !important; }

.c-light-green-a400 {
  color: #76FF03 !important; }

.bg-light-green-a400 {
  background-color: #76FF03 !important; }

.b-light-green-a400 {
  border-color: #76FF03 !important; }

.f-light-green-a400 {
  fill: #76FF03 !important; }

.s-light-green-a400 {
  stroke: #76FF03 !important; }

.c-light-green-a700 {
  color: #64DD17 !important; }

.bg-light-green-a700 {
  background-color: #64DD17 !important; }

.b-light-green-a700 {
  border-color: #64DD17 !important; }

.f-light-green-a700 {
  fill: #64DD17 !important; }

.s-light-green-a700 {
  stroke: #64DD17 !important; }

.c-lime {
  color: #CDDC39 !important; }

.bg-lime {
  background-color: #CDDC39 !important; }

.b-lime {
  border-color: #CDDC39 !important; }

.f-lime {
  fill: #CDDC39 !important; }

.s-lime {
  stroke: #CDDC39 !important; }

.c-lime-50 {
  color: #F9FBE7 !important; }

.bg-lime-50 {
  background-color: #F9FBE7 !important; }

.b-lime-50 {
  border-color: #F9FBE7 !important; }

.f-lime-50 {
  fill: #F9FBE7 !important; }

.s-lime-50 {
  stroke: #F9FBE7 !important; }

.c-lime-100 {
  color: #F0F4C3 !important; }

.bg-lime-100 {
  background-color: #F0F4C3 !important; }

.b-lime-100 {
  border-color: #F0F4C3 !important; }

.f-lime-100 {
  fill: #F0F4C3 !important; }

.s-lime-100 {
  stroke: #F0F4C3 !important; }

.c-lime-200 {
  color: #E6EE9C !important; }

.bg-lime-200 {
  background-color: #E6EE9C !important; }

.b-lime-200 {
  border-color: #E6EE9C !important; }

.f-lime-200 {
  fill: #E6EE9C !important; }

.s-lime-200 {
  stroke: #E6EE9C !important; }

.c-lime-300 {
  color: #DCE775 !important; }

.bg-lime-300 {
  background-color: #DCE775 !important; }

.b-lime-300 {
  border-color: #DCE775 !important; }

.f-lime-300 {
  fill: #DCE775 !important; }

.s-lime-300 {
  stroke: #DCE775 !important; }

.c-lime-400 {
  color: #D4E157 !important; }

.bg-lime-400 {
  background-color: #D4E157 !important; }

.b-lime-400 {
  border-color: #D4E157 !important; }

.f-lime-400 {
  fill: #D4E157 !important; }

.s-lime-400 {
  stroke: #D4E157 !important; }

.c-lime-500 {
  color: #CDDC39 !important; }

.bg-lime-500 {
  background-color: #CDDC39 !important; }

.b-lime-500 {
  border-color: #CDDC39 !important; }

.f-lime-500 {
  fill: #CDDC39 !important; }

.s-lime-500 {
  stroke: #CDDC39 !important; }

.c-lime-600 {
  color: #C0CA33 !important; }

.bg-lime-600 {
  background-color: #C0CA33 !important; }

.b-lime-600 {
  border-color: #C0CA33 !important; }

.f-lime-600 {
  fill: #C0CA33 !important; }

.s-lime-600 {
  stroke: #C0CA33 !important; }

.c-lime-700 {
  color: #AFB42B !important; }

.bg-lime-700 {
  background-color: #AFB42B !important; }

.b-lime-700 {
  border-color: #AFB42B !important; }

.f-lime-700 {
  fill: #AFB42B !important; }

.s-lime-700 {
  stroke: #AFB42B !important; }

.c-lime-800 {
  color: #9E9D24 !important; }

.bg-lime-800 {
  background-color: #9E9D24 !important; }

.b-lime-800 {
  border-color: #9E9D24 !important; }

.f-lime-800 {
  fill: #9E9D24 !important; }

.s-lime-800 {
  stroke: #9E9D24 !important; }

.c-lime-900 {
  color: #827717 !important; }

.bg-lime-900 {
  background-color: #827717 !important; }

.b-lime-900 {
  border-color: #827717 !important; }

.f-lime-900 {
  fill: #827717 !important; }

.s-lime-900 {
  stroke: #827717 !important; }

.c-lime-a100 {
  color: #F4FF81 !important; }

.bg-lime-a100 {
  background-color: #F4FF81 !important; }

.b-lime-a100 {
  border-color: #F4FF81 !important; }

.f-lime-a100 {
  fill: #F4FF81 !important; }

.s-lime-a100 {
  stroke: #F4FF81 !important; }

.c-lime-a200 {
  color: #EEFF41 !important; }

.bg-lime-a200 {
  background-color: #EEFF41 !important; }

.b-lime-a200 {
  border-color: #EEFF41 !important; }

.f-lime-a200 {
  fill: #EEFF41 !important; }

.s-lime-a200 {
  stroke: #EEFF41 !important; }

.c-lime-a400 {
  color: #C6FF00 !important; }

.bg-lime-a400 {
  background-color: #C6FF00 !important; }

.b-lime-a400 {
  border-color: #C6FF00 !important; }

.f-lime-a400 {
  fill: #C6FF00 !important; }

.s-lime-a400 {
  stroke: #C6FF00 !important; }

.c-lime-a700 {
  color: #AEEA00 !important; }

.bg-lime-a700 {
  background-color: #AEEA00 !important; }

.b-lime-a700 {
  border-color: #AEEA00 !important; }

.f-lime-a700 {
  fill: #AEEA00 !important; }

.s-lime-a700 {
  stroke: #AEEA00 !important; }

.c-yellow {
  color: #FFEB3B !important; }

.bg-yellow {
  background-color: #FFEB3B !important; }

.b-yellow {
  border-color: #FFEB3B !important; }

.f-yellow {
  fill: #FFEB3B !important; }

.s-yellow {
  stroke: #FFEB3B !important; }

.c-yellow-50 {
  color: #FFFDE7 !important; }

.bg-yellow-50 {
  background-color: #FFFDE7 !important; }

.b-yellow-50 {
  border-color: #FFFDE7 !important; }

.f-yellow-50 {
  fill: #FFFDE7 !important; }

.s-yellow-50 {
  stroke: #FFFDE7 !important; }

.c-yellow-100 {
  color: #FFF9C4 !important; }

.bg-yellow-100 {
  background-color: #FFF9C4 !important; }

.b-yellow-100 {
  border-color: #FFF9C4 !important; }

.f-yellow-100 {
  fill: #FFF9C4 !important; }

.s-yellow-100 {
  stroke: #FFF9C4 !important; }

.c-yellow-200 {
  color: #FFF59D !important; }

.bg-yellow-200 {
  background-color: #FFF59D !important; }

.b-yellow-200 {
  border-color: #FFF59D !important; }

.f-yellow-200 {
  fill: #FFF59D !important; }

.s-yellow-200 {
  stroke: #FFF59D !important; }

.c-yellow-300 {
  color: #FFF176 !important; }

.bg-yellow-300 {
  background-color: #FFF176 !important; }

.b-yellow-300 {
  border-color: #FFF176 !important; }

.f-yellow-300 {
  fill: #FFF176 !important; }

.s-yellow-300 {
  stroke: #FFF176 !important; }

.c-yellow-400 {
  color: #FFEE58 !important; }

.bg-yellow-400 {
  background-color: #FFEE58 !important; }

.b-yellow-400 {
  border-color: #FFEE58 !important; }

.f-yellow-400 {
  fill: #FFEE58 !important; }

.s-yellow-400 {
  stroke: #FFEE58 !important; }

.c-yellow-500 {
  color: #FFEB3B !important; }

.bg-yellow-500 {
  background-color: #FFEB3B !important; }

.b-yellow-500 {
  border-color: #FFEB3B !important; }

.f-yellow-500 {
  fill: #FFEB3B !important; }

.s-yellow-500 {
  stroke: #FFEB3B !important; }

.c-yellow-600 {
  color: #FDD835 !important; }

.bg-yellow-600 {
  background-color: #FDD835 !important; }

.b-yellow-600 {
  border-color: #FDD835 !important; }

.f-yellow-600 {
  fill: #FDD835 !important; }

.s-yellow-600 {
  stroke: #FDD835 !important; }

.c-yellow-700 {
  color: #FBC02D !important; }

.bg-yellow-700 {
  background-color: #FBC02D !important; }

.b-yellow-700 {
  border-color: #FBC02D !important; }

.f-yellow-700 {
  fill: #FBC02D !important; }

.s-yellow-700 {
  stroke: #FBC02D !important; }

.c-yellow-800 {
  color: #F9A825 !important; }

.bg-yellow-800 {
  background-color: #F9A825 !important; }

.b-yellow-800 {
  border-color: #F9A825 !important; }

.f-yellow-800 {
  fill: #F9A825 !important; }

.s-yellow-800 {
  stroke: #F9A825 !important; }

.c-yellow-900 {
  color: #F57F17 !important; }

.bg-yellow-900 {
  background-color: #F57F17 !important; }

.b-yellow-900 {
  border-color: #F57F17 !important; }

.f-yellow-900 {
  fill: #F57F17 !important; }

.s-yellow-900 {
  stroke: #F57F17 !important; }

.c-yellow-a100 {
  color: #FFFF8D !important; }

.bg-yellow-a100 {
  background-color: #FFFF8D !important; }

.b-yellow-a100 {
  border-color: #FFFF8D !important; }

.f-yellow-a100 {
  fill: #FFFF8D !important; }

.s-yellow-a100 {
  stroke: #FFFF8D !important; }

.c-yellow-a200 {
  color: #FFFF00 !important; }

.bg-yellow-a200 {
  background-color: #FFFF00 !important; }

.b-yellow-a200 {
  border-color: #FFFF00 !important; }

.f-yellow-a200 {
  fill: #FFFF00 !important; }

.s-yellow-a200 {
  stroke: #FFFF00 !important; }

.c-yellow-a400 {
  color: #FFEA00 !important; }

.bg-yellow-a400 {
  background-color: #FFEA00 !important; }

.b-yellow-a400 {
  border-color: #FFEA00 !important; }

.f-yellow-a400 {
  fill: #FFEA00 !important; }

.s-yellow-a400 {
  stroke: #FFEA00 !important; }

.c-yellow-a700 {
  color: #FFD600 !important; }

.bg-yellow-a700 {
  background-color: #FFD600 !important; }

.b-yellow-a700 {
  border-color: #FFD600 !important; }

.f-yellow-a700 {
  fill: #FFD600 !important; }

.s-yellow-a700 {
  stroke: #FFD600 !important; }

.c-amber {
  color: #FFC107 !important; }

.bg-amber {
  background-color: #FFC107 !important; }

.b-amber {
  border-color: #FFC107 !important; }

.f-amber {
  fill: #FFC107 !important; }

.s-amber {
  stroke: #FFC107 !important; }

.c-amber-50 {
  color: #FFF8E1 !important; }

.bg-amber-50 {
  background-color: #FFF8E1 !important; }

.b-amber-50 {
  border-color: #FFF8E1 !important; }

.f-amber-50 {
  fill: #FFF8E1 !important; }

.s-amber-50 {
  stroke: #FFF8E1 !important; }

.c-amber-100 {
  color: #FFECB3 !important; }

.bg-amber-100 {
  background-color: #FFECB3 !important; }

.b-amber-100 {
  border-color: #FFECB3 !important; }

.f-amber-100 {
  fill: #FFECB3 !important; }

.s-amber-100 {
  stroke: #FFECB3 !important; }

.c-amber-200 {
  color: #FFE082 !important; }

.bg-amber-200 {
  background-color: #FFE082 !important; }

.b-amber-200 {
  border-color: #FFE082 !important; }

.f-amber-200 {
  fill: #FFE082 !important; }

.s-amber-200 {
  stroke: #FFE082 !important; }

.c-amber-300 {
  color: #FFD54F !important; }

.bg-amber-300 {
  background-color: #FFD54F !important; }

.b-amber-300 {
  border-color: #FFD54F !important; }

.f-amber-300 {
  fill: #FFD54F !important; }

.s-amber-300 {
  stroke: #FFD54F !important; }

.c-amber-400 {
  color: #FFCA28 !important; }

.bg-amber-400 {
  background-color: #FFCA28 !important; }

.b-amber-400 {
  border-color: #FFCA28 !important; }

.f-amber-400 {
  fill: #FFCA28 !important; }

.s-amber-400 {
  stroke: #FFCA28 !important; }

.c-amber-500 {
  color: #FFC107 !important; }

.bg-amber-500 {
  background-color: #FFC107 !important; }

.b-amber-500 {
  border-color: #FFC107 !important; }

.f-amber-500 {
  fill: #FFC107 !important; }

.s-amber-500 {
  stroke: #FFC107 !important; }

.c-amber-600 {
  color: #FFB300 !important; }

.bg-amber-600 {
  background-color: #FFB300 !important; }

.b-amber-600 {
  border-color: #FFB300 !important; }

.f-amber-600 {
  fill: #FFB300 !important; }

.s-amber-600 {
  stroke: #FFB300 !important; }

.c-amber-700 {
  color: #FFA000 !important; }

.bg-amber-700 {
  background-color: #FFA000 !important; }

.b-amber-700 {
  border-color: #FFA000 !important; }

.f-amber-700 {
  fill: #FFA000 !important; }

.s-amber-700 {
  stroke: #FFA000 !important; }

.c-amber-800 {
  color: #FF8F00 !important; }

.bg-amber-800 {
  background-color: #FF8F00 !important; }

.b-amber-800 {
  border-color: #FF8F00 !important; }

.f-amber-800 {
  fill: #FF8F00 !important; }

.s-amber-800 {
  stroke: #FF8F00 !important; }

.c-amber-900 {
  color: #FF6F00 !important; }

.bg-amber-900 {
  background-color: #FF6F00 !important; }

.b-amber-900 {
  border-color: #FF6F00 !important; }

.f-amber-900 {
  fill: #FF6F00 !important; }

.s-amber-900 {
  stroke: #FF6F00 !important; }

.c-amber-a100 {
  color: #FFE57F !important; }

.bg-amber-a100 {
  background-color: #FFE57F !important; }

.b-amber-a100 {
  border-color: #FFE57F !important; }

.f-amber-a100 {
  fill: #FFE57F !important; }

.s-amber-a100 {
  stroke: #FFE57F !important; }

.c-amber-a200 {
  color: #FFD740 !important; }

.bg-amber-a200 {
  background-color: #FFD740 !important; }

.b-amber-a200 {
  border-color: #FFD740 !important; }

.f-amber-a200 {
  fill: #FFD740 !important; }

.s-amber-a200 {
  stroke: #FFD740 !important; }

.c-amber-a400 {
  color: #FFC400 !important; }

.bg-amber-a400 {
  background-color: #FFC400 !important; }

.b-amber-a400 {
  border-color: #FFC400 !important; }

.f-amber-a400 {
  fill: #FFC400 !important; }

.s-amber-a400 {
  stroke: #FFC400 !important; }

.c-amber-a700 {
  color: #FFAB00 !important; }

.bg-amber-a700 {
  background-color: #FFAB00 !important; }

.b-amber-a700 {
  border-color: #FFAB00 !important; }

.f-amber-a700 {
  fill: #FFAB00 !important; }

.s-amber-a700 {
  stroke: #FFAB00 !important; }

.c-orange {
  color: #FF9800 !important; }

.bg-orange {
  background-color: #FF9800 !important; }

.b-orange {
  border-color: #FF9800 !important; }

.f-orange {
  fill: #FF9800 !important; }

.s-orange {
  stroke: #FF9800 !important; }

.c-orange-50 {
  color: #FFF3E0 !important; }

.bg-orange-50 {
  background-color: #FFF3E0 !important; }

.b-orange-50 {
  border-color: #FFF3E0 !important; }

.f-orange-50 {
  fill: #FFF3E0 !important; }

.s-orange-50 {
  stroke: #FFF3E0 !important; }

.c-orange-100 {
  color: #FFE0B2 !important; }

.bg-orange-100 {
  background-color: #FFE0B2 !important; }

.b-orange-100 {
  border-color: #FFE0B2 !important; }

.f-orange-100 {
  fill: #FFE0B2 !important; }

.s-orange-100 {
  stroke: #FFE0B2 !important; }

.c-orange-200 {
  color: #FFCC80 !important; }

.bg-orange-200 {
  background-color: #FFCC80 !important; }

.b-orange-200 {
  border-color: #FFCC80 !important; }

.f-orange-200 {
  fill: #FFCC80 !important; }

.s-orange-200 {
  stroke: #FFCC80 !important; }

.c-orange-300 {
  color: #FFB74D !important; }

.bg-orange-300 {
  background-color: #FFB74D !important; }

.b-orange-300 {
  border-color: #FFB74D !important; }

.f-orange-300 {
  fill: #FFB74D !important; }

.s-orange-300 {
  stroke: #FFB74D !important; }

.c-orange-400 {
  color: #FFA726 !important; }

.bg-orange-400 {
  background-color: #FFA726 !important; }

.b-orange-400 {
  border-color: #FFA726 !important; }

.f-orange-400 {
  fill: #FFA726 !important; }

.s-orange-400 {
  stroke: #FFA726 !important; }

.c-orange-500 {
  color: #FF9800 !important; }

.bg-orange-500 {
  background-color: #FF9800 !important; }

.b-orange-500 {
  border-color: #FF9800 !important; }

.f-orange-500 {
  fill: #FF9800 !important; }

.s-orange-500 {
  stroke: #FF9800 !important; }

.c-orange-600 {
  color: #FB8C00 !important; }

.bg-orange-600 {
  background-color: #FB8C00 !important; }

.b-orange-600 {
  border-color: #FB8C00 !important; }

.f-orange-600 {
  fill: #FB8C00 !important; }

.s-orange-600 {
  stroke: #FB8C00 !important; }

.c-orange-700 {
  color: #F57C00 !important; }

.bg-orange-700 {
  background-color: #F57C00 !important; }

.b-orange-700 {
  border-color: #F57C00 !important; }

.f-orange-700 {
  fill: #F57C00 !important; }

.s-orange-700 {
  stroke: #F57C00 !important; }

.c-orange-800 {
  color: #EF6C00 !important; }

.bg-orange-800 {
  background-color: #EF6C00 !important; }

.b-orange-800 {
  border-color: #EF6C00 !important; }

.f-orange-800 {
  fill: #EF6C00 !important; }

.s-orange-800 {
  stroke: #EF6C00 !important; }

.c-orange-900 {
  color: #E65100 !important; }

.bg-orange-900 {
  background-color: #E65100 !important; }

.b-orange-900 {
  border-color: #E65100 !important; }

.f-orange-900 {
  fill: #E65100 !important; }

.s-orange-900 {
  stroke: #E65100 !important; }

.c-orange-a100 {
  color: #FFD180 !important; }

.bg-orange-a100 {
  background-color: #FFD180 !important; }

.b-orange-a100 {
  border-color: #FFD180 !important; }

.f-orange-a100 {
  fill: #FFD180 !important; }

.s-orange-a100 {
  stroke: #FFD180 !important; }

.c-orange-a200 {
  color: #FFAB40 !important; }

.bg-orange-a200 {
  background-color: #FFAB40 !important; }

.b-orange-a200 {
  border-color: #FFAB40 !important; }

.f-orange-a200 {
  fill: #FFAB40 !important; }

.s-orange-a200 {
  stroke: #FFAB40 !important; }

.c-orange-a400 {
  color: #FF9100 !important; }

.bg-orange-a400 {
  background-color: #FF9100 !important; }

.b-orange-a400 {
  border-color: #FF9100 !important; }

.f-orange-a400 {
  fill: #FF9100 !important; }

.s-orange-a400 {
  stroke: #FF9100 !important; }

.c-orange-a700 {
  color: #FF6D00 !important; }

.bg-orange-a700 {
  background-color: #FF6D00 !important; }

.b-orange-a700 {
  border-color: #FF6D00 !important; }

.f-orange-a700 {
  fill: #FF6D00 !important; }

.s-orange-a700 {
  stroke: #FF6D00 !important; }

.c-deep-orange {
  color: #FF5722 !important; }

.bg-deep-orange {
  background-color: #FF5722 !important; }

.b-deep-orange {
  border-color: #FF5722 !important; }

.f-deep-orange {
  fill: #FF5722 !important; }

.s-deep-orange {
  stroke: #FF5722 !important; }

.c-deep-orange-50 {
  color: #FBE9E7 !important; }

.bg-deep-orange-50 {
  background-color: #FBE9E7 !important; }

.b-deep-orange-50 {
  border-color: #FBE9E7 !important; }

.f-deep-orange-50 {
  fill: #FBE9E7 !important; }

.s-deep-orange-50 {
  stroke: #FBE9E7 !important; }

.c-deep-orange-100 {
  color: #FFCCBC !important; }

.bg-deep-orange-100 {
  background-color: #FFCCBC !important; }

.b-deep-orange-100 {
  border-color: #FFCCBC !important; }

.f-deep-orange-100 {
  fill: #FFCCBC !important; }

.s-deep-orange-100 {
  stroke: #FFCCBC !important; }

.c-deep-orange-200 {
  color: #FFAB91 !important; }

.bg-deep-orange-200 {
  background-color: #FFAB91 !important; }

.b-deep-orange-200 {
  border-color: #FFAB91 !important; }

.f-deep-orange-200 {
  fill: #FFAB91 !important; }

.s-deep-orange-200 {
  stroke: #FFAB91 !important; }

.c-deep-orange-300 {
  color: #FF8A65 !important; }

.bg-deep-orange-300 {
  background-color: #FF8A65 !important; }

.b-deep-orange-300 {
  border-color: #FF8A65 !important; }

.f-deep-orange-300 {
  fill: #FF8A65 !important; }

.s-deep-orange-300 {
  stroke: #FF8A65 !important; }

.c-deep-orange-400 {
  color: #FF7043 !important; }

.bg-deep-orange-400 {
  background-color: #FF7043 !important; }

.b-deep-orange-400 {
  border-color: #FF7043 !important; }

.f-deep-orange-400 {
  fill: #FF7043 !important; }

.s-deep-orange-400 {
  stroke: #FF7043 !important; }

.c-deep-orange-500 {
  color: #FF5722 !important; }

.bg-deep-orange-500 {
  background-color: #FF5722 !important; }

.b-deep-orange-500 {
  border-color: #FF5722 !important; }

.f-deep-orange-500 {
  fill: #FF5722 !important; }

.s-deep-orange-500 {
  stroke: #FF5722 !important; }

.c-deep-orange-600 {
  color: #F4511E !important; }

.bg-deep-orange-600 {
  background-color: #F4511E !important; }

.b-deep-orange-600 {
  border-color: #F4511E !important; }

.f-deep-orange-600 {
  fill: #F4511E !important; }

.s-deep-orange-600 {
  stroke: #F4511E !important; }

.c-deep-orange-700 {
  color: #E64A19 !important; }

.bg-deep-orange-700 {
  background-color: #E64A19 !important; }

.b-deep-orange-700 {
  border-color: #E64A19 !important; }

.f-deep-orange-700 {
  fill: #E64A19 !important; }

.s-deep-orange-700 {
  stroke: #E64A19 !important; }

.c-deep-orange-800 {
  color: #D84315 !important; }

.bg-deep-orange-800 {
  background-color: #D84315 !important; }

.b-deep-orange-800 {
  border-color: #D84315 !important; }

.f-deep-orange-800 {
  fill: #D84315 !important; }

.s-deep-orange-800 {
  stroke: #D84315 !important; }

.c-deep-orange-900 {
  color: #BF360C !important; }

.bg-deep-orange-900 {
  background-color: #BF360C !important; }

.b-deep-orange-900 {
  border-color: #BF360C !important; }

.f-deep-orange-900 {
  fill: #BF360C !important; }

.s-deep-orange-900 {
  stroke: #BF360C !important; }

.c-deep-orange-a100 {
  color: #FF9E80 !important; }

.bg-deep-orange-a100 {
  background-color: #FF9E80 !important; }

.b-deep-orange-a100 {
  border-color: #FF9E80 !important; }

.f-deep-orange-a100 {
  fill: #FF9E80 !important; }

.s-deep-orange-a100 {
  stroke: #FF9E80 !important; }

.c-deep-orange-a200 {
  color: #FF6E40 !important; }

.bg-deep-orange-a200 {
  background-color: #FF6E40 !important; }

.b-deep-orange-a200 {
  border-color: #FF6E40 !important; }

.f-deep-orange-a200 {
  fill: #FF6E40 !important; }

.s-deep-orange-a200 {
  stroke: #FF6E40 !important; }

.c-deep-orange-a400 {
  color: #FF3D00 !important; }

.bg-deep-orange-a400 {
  background-color: #FF3D00 !important; }

.b-deep-orange-a400 {
  border-color: #FF3D00 !important; }

.f-deep-orange-a400 {
  fill: #FF3D00 !important; }

.s-deep-orange-a400 {
  stroke: #FF3D00 !important; }

.c-deep-orange-a700 {
  color: #DD2C00 !important; }

.bg-deep-orange-a700 {
  background-color: #DD2C00 !important; }

.b-deep-orange-a700 {
  border-color: #DD2C00 !important; }

.f-deep-orange-a700 {
  fill: #DD2C00 !important; }

.s-deep-orange-a700 {
  stroke: #DD2C00 !important; }

.c-brown {
  color: #795548 !important; }

.bg-brown {
  background-color: #795548 !important; }

.b-brown {
  border-color: #795548 !important; }

.f-brown {
  fill: #795548 !important; }

.s-brown {
  stroke: #795548 !important; }

.c-brown-50 {
  color: #EFEBE9 !important; }

.bg-brown-50 {
  background-color: #EFEBE9 !important; }

.b-brown-50 {
  border-color: #EFEBE9 !important; }

.f-brown-50 {
  fill: #EFEBE9 !important; }

.s-brown-50 {
  stroke: #EFEBE9 !important; }

.c-brown-100 {
  color: #D7CCC8 !important; }

.bg-brown-100 {
  background-color: #D7CCC8 !important; }

.b-brown-100 {
  border-color: #D7CCC8 !important; }

.f-brown-100 {
  fill: #D7CCC8 !important; }

.s-brown-100 {
  stroke: #D7CCC8 !important; }

.c-brown-200 {
  color: #BCAAA4 !important; }

.bg-brown-200 {
  background-color: #BCAAA4 !important; }

.b-brown-200 {
  border-color: #BCAAA4 !important; }

.f-brown-200 {
  fill: #BCAAA4 !important; }

.s-brown-200 {
  stroke: #BCAAA4 !important; }

.c-brown-300 {
  color: #A1887F !important; }

.bg-brown-300 {
  background-color: #A1887F !important; }

.b-brown-300 {
  border-color: #A1887F !important; }

.f-brown-300 {
  fill: #A1887F !important; }

.s-brown-300 {
  stroke: #A1887F !important; }

.c-brown-400 {
  color: #8D6E63 !important; }

.bg-brown-400 {
  background-color: #8D6E63 !important; }

.b-brown-400 {
  border-color: #8D6E63 !important; }

.f-brown-400 {
  fill: #8D6E63 !important; }

.s-brown-400 {
  stroke: #8D6E63 !important; }

.c-brown-500 {
  color: #795548 !important; }

.bg-brown-500 {
  background-color: #795548 !important; }

.b-brown-500 {
  border-color: #795548 !important; }

.f-brown-500 {
  fill: #795548 !important; }

.s-brown-500 {
  stroke: #795548 !important; }

.c-brown-600 {
  color: #6D4C41 !important; }

.bg-brown-600 {
  background-color: #6D4C41 !important; }

.b-brown-600 {
  border-color: #6D4C41 !important; }

.f-brown-600 {
  fill: #6D4C41 !important; }

.s-brown-600 {
  stroke: #6D4C41 !important; }

.c-brown-700 {
  color: #5D4037 !important; }

.bg-brown-700 {
  background-color: #5D4037 !important; }

.b-brown-700 {
  border-color: #5D4037 !important; }

.f-brown-700 {
  fill: #5D4037 !important; }

.s-brown-700 {
  stroke: #5D4037 !important; }

.c-brown-800 {
  color: #4E342E !important; }

.bg-brown-800 {
  background-color: #4E342E !important; }

.b-brown-800 {
  border-color: #4E342E !important; }

.f-brown-800 {
  fill: #4E342E !important; }

.s-brown-800 {
  stroke: #4E342E !important; }

.c-brown-900 {
  color: #3E2723 !important; }

.bg-brown-900 {
  background-color: #3E2723 !important; }

.b-brown-900 {
  border-color: #3E2723 !important; }

.f-brown-900 {
  fill: #3E2723 !important; }

.s-brown-900 {
  stroke: #3E2723 !important; }

.c-gray {
  color: #9E9E9E !important; }

.bg-gray {
  background-color: #9E9E9E !important; }

.b-gray {
  border-color: #9E9E9E !important; }

.f-gray {
  fill: #9E9E9E !important; }

.s-gray {
  stroke: #9E9E9E !important; }

.c-gray-50 {
  color: #FAFAFA !important; }

.bg-gray-50 {
  background-color: #FAFAFA !important; }

.b-gray-50 {
  border-color: #FAFAFA !important; }

.f-gray-50 {
  fill: #FAFAFA !important; }

.s-gray-50 {
  stroke: #FAFAFA !important; }

.c-gray-100 {
  color: #F5F5F5 !important; }

.bg-gray-100 {
  background-color: #F5F5F5 !important; }

.b-gray-100 {
  border-color: #F5F5F5 !important; }

.f-gray-100 {
  fill: #F5F5F5 !important; }

.s-gray-100 {
  stroke: #F5F5F5 !important; }

.c-gray-200 {
  color: #EEEEEE !important; }

.bg-gray-200 {
  background-color: #EEEEEE !important; }

.b-gray-200 {
  border-color: #EEEEEE !important; }

.f-gray-200 {
  fill: #EEEEEE !important; }

.s-gray-200 {
  stroke: #EEEEEE !important; }

.c-gray-300 {
  color: #E0E0E0 !important; }

.bg-gray-300 {
  background-color: #E0E0E0 !important; }

.b-gray-300 {
  border-color: #E0E0E0 !important; }

.f-gray-300 {
  fill: #E0E0E0 !important; }

.s-gray-300 {
  stroke: #E0E0E0 !important; }

.c-gray-400 {
  color: #BDBDBD !important; }

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

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

.f-gray-400 {
  fill: #BDBDBD !important; }

.s-gray-400 {
  stroke: #BDBDBD !important; }

.c-gray-500 {
  color: #9E9E9E !important; }

.bg-gray-500 {
  background-color: #9E9E9E !important; }

.b-gray-500 {
  border-color: #9E9E9E !important; }

.f-gray-500 {
  fill: #9E9E9E !important; }

.s-gray-500 {
  stroke: #9E9E9E !important; }

.c-gray-600 {
  color: #757575 !important; }

.bg-gray-600 {
  background-color: #757575 !important; }

.b-gray-600 {
  border-color: #757575 !important; }

.f-gray-600 {
  fill: #757575 !important; }

.s-gray-600 {
  stroke: #757575 !important; }

.c-gray-700 {
  color: #616161 !important; }

.bg-gray-700 {
  background-color: #616161 !important; }

.b-gray-700 {
  border-color: #616161 !important; }

.f-gray-700 {
  fill: #616161 !important; }

.s-gray-700 {
  stroke: #616161 !important; }

.c-gray-800 {
  color: #424242 !important; }

.bg-gray-800 {
  background-color: #424242 !important; }

.b-gray-800 {
  border-color: #424242 !important; }

.f-gray-800 {
  fill: #424242 !important; }

.s-gray-800 {
  stroke: #424242 !important; }

.c-gray-900 {
  color: #212121 !important; }

.bg-gray-900 {
  background-color: #212121 !important; }

.b-gray-900 {
  border-color: #212121 !important; }

.f-gray-900 {
  fill: #212121 !important; }

.s-gray-900 {
  stroke: #212121 !important; }

.c-ink-gray {
  color: #5e739e !important; }

.bg-ink-gray {
  background-color: #5e739e !important; }

.b-ink-gray {
  border-color: #5e739e !important; }

.f-ink-gray {
  fill: #5e739e !important; }

.s-ink-gray {
  stroke: #5e739e !important; }

.c-ink-gray-50 {
  color: #f8f9fa !important; }

.bg-ink-gray-50 {
  background-color: #f8f9fa !important; }

.b-ink-gray-50 {
  border-color: #f8f9fa !important; }

.f-ink-gray-50 {
  fill: #f8f9fa !important; }

.s-ink-gray-50 {
  stroke: #f8f9fa !important; }

.c-ink-gray-100 {
  color: #f1f3f5 !important; }

.bg-ink-gray-100 {
  background-color: #f1f3f5 !important; }

.b-ink-gray-100 {
  border-color: #f1f3f5 !important; }

.f-ink-gray-100 {
  fill: #f1f3f5 !important; }

.s-ink-gray-100 {
  stroke: #f1f3f5 !important; }

.c-ink-gray-200 {
  color: #e9ecef !important; }

.bg-ink-gray-200 {
  background-color: #e9ecef !important; }

.b-ink-gray-200 {
  border-color: #e9ecef !important; }

.f-ink-gray-200 {
  fill: #e9ecef !important; }

.s-ink-gray-200 {
  stroke: #e9ecef !important; }

.c-ink-gray-300 {
  color: #dee2e6 !important; }

.bg-ink-gray-300 {
  background-color: #dee2e6 !important; }

.b-ink-gray-300 {
  border-color: #dee2e6 !important; }

.f-ink-gray-300 {
  fill: #dee2e6 !important; }

.s-ink-gray-300 {
  stroke: #dee2e6 !important; }

.c-ink-gray-400 {
  color: #ced4da !important; }

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

.b-ink-gray-400 {
  border-color: #ced4da !important; }

.f-ink-gray-400 {
  fill: #ced4da !important; }

.s-ink-gray-400 {
  stroke: #ced4da !important; }

.c-ink-gray-500 {
  color: #adb5bd !important; }

.bg-ink-gray-500 {
  background-color: #adb5bd !important; }

.b-ink-gray-500 {
  border-color: #adb5bd !important; }

.f-ink-gray-500 {
  fill: #adb5bd !important; }

.s-ink-gray-500 {
  stroke: #adb5bd !important; }

.c-ink-gray-600 {
  color: #868e96 !important; }

.bg-ink-gray-600 {
  background-color: #868e96 !important; }

.b-ink-gray-600 {
  border-color: #868e96 !important; }

.f-ink-gray-600 {
  fill: #868e96 !important; }

.s-ink-gray-600 {
  stroke: #868e96 !important; }

.c-ink-gray-700 {
  color: #495057 !important; }

.bg-ink-gray-700 {
  background-color: #495057 !important; }

.b-ink-gray-700 {
  border-color: #495057 !important; }

.f-ink-gray-700 {
  fill: #495057 !important; }

.s-ink-gray-700 {
  stroke: #495057 !important; }

.c-ink-gray-800 {
  color: #343a40 !important; }

.bg-ink-gray-800 {
  background-color: #343a40 !important; }

.b-ink-gray-800 {
  border-color: #343a40 !important; }

.f-ink-gray-800 {
  fill: #343a40 !important; }

.s-ink-gray-800 {
  stroke: #343a40 !important; }

.c-ink-gray-900 {
  color: #212529 !important; }

.bg-ink-gray-900 {
  background-color: #212529 !important; }

.b-ink-gray-900 {
  border-color: #212529 !important; }

.f-ink-gray-900 {
  fill: #212529 !important; }

.s-ink-gray-900 {
  stroke: #212529 !important; }

.c-blue-gray {
  color: #607D8B !important; }

.bg-blue-gray {
  background-color: #607D8B !important; }

.b-blue-gray {
  border-color: #607D8B !important; }

.f-blue-gray {
  fill: #607D8B !important; }

.s-blue-gray {
  stroke: #607D8B !important; }

.c-blue-gray-50 {
  color: #ECEFF1 !important; }

.bg-blue-gray-50 {
  background-color: #ECEFF1 !important; }

.b-blue-gray-50 {
  border-color: #ECEFF1 !important; }

.f-blue-gray-50 {
  fill: #ECEFF1 !important; }

.s-blue-gray-50 {
  stroke: #ECEFF1 !important; }

.c-blue-gray-100 {
  color: #CFD8DC !important; }

.bg-blue-gray-100 {
  background-color: #CFD8DC !important; }

.b-blue-gray-100 {
  border-color: #CFD8DC !important; }

.f-blue-gray-100 {
  fill: #CFD8DC !important; }

.s-blue-gray-100 {
  stroke: #CFD8DC !important; }

.c-blue-gray-200 {
  color: #B0BEC5 !important; }

.bg-blue-gray-200 {
  background-color: #B0BEC5 !important; }

.b-blue-gray-200 {
  border-color: #B0BEC5 !important; }

.f-blue-gray-200 {
  fill: #B0BEC5 !important; }

.s-blue-gray-200 {
  stroke: #B0BEC5 !important; }

.c-blue-gray-300 {
  color: #90A4AE !important; }

.bg-blue-gray-300 {
  background-color: #90A4AE !important; }

.b-blue-gray-300 {
  border-color: #90A4AE !important; }

.f-blue-gray-300 {
  fill: #90A4AE !important; }

.s-blue-gray-300 {
  stroke: #90A4AE !important; }

.c-blue-gray-400 {
  color: #78909C !important; }

.bg-blue-gray-400 {
  background-color: #78909C !important; }

.b-blue-gray-400 {
  border-color: #78909C !important; }

.f-blue-gray-400 {
  fill: #78909C !important; }

.s-blue-gray-400 {
  stroke: #78909C !important; }

.c-blue-gray-500 {
  color: #607D8B !important; }

.bg-blue-gray-500 {
  background-color: #607D8B !important; }

.b-blue-gray-500 {
  border-color: #607D8B !important; }

.f-blue-gray-500 {
  fill: #607D8B !important; }

.s-blue-gray-500 {
  stroke: #607D8B !important; }

.c-blue-gray-600 {
  color: #546E7A !important; }

.bg-blue-gray-600 {
  background-color: #546E7A !important; }

.b-blue-gray-600 {
  border-color: #546E7A !important; }

.f-blue-gray-600 {
  fill: #546E7A !important; }

.s-blue-gray-600 {
  stroke: #546E7A !important; }

.c-blue-gray-700 {
  color: #455A64 !important; }

.bg-blue-gray-700 {
  background-color: #455A64 !important; }

.b-blue-gray-700 {
  border-color: #455A64 !important; }

.f-blue-gray-700 {
  fill: #455A64 !important; }

.s-blue-gray-700 {
  stroke: #455A64 !important; }

.c-blue-gray-800 {
  color: #37474F !important; }

.bg-blue-gray-800 {
  background-color: #37474F !important; }

.b-blue-gray-800 {
  border-color: #37474F !important; }

.f-blue-gray-800 {
  fill: #37474F !important; }

.s-blue-gray-800 {
  stroke: #37474F !important; }

.c-blue-gray-900 {
  color: #263238 !important; }

.bg-blue-gray-900 {
  background-color: #263238 !important; }

.b-blue-gray-900 {
  border-color: #263238 !important; }

.f-blue-gray-900 {
  fill: #263238 !important; }

.s-blue-gray-900 {
  stroke: #263238 !important; }

.c-black {
  color: #000000 !important; }

.bg-black {
  background-color: #000000 !important; }

.b-black {
  border-color: #000000 !important; }

.f-black {
  fill: #000000 !important; }

.s-black {
  stroke: #000000 !important; }

.c-black-50 {
  color: rgba(0, 0, 0, 0.05) !important; }

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.05) !important; }

.b-black-50 {
  border-color: rgba(0, 0, 0, 0.05) !important; }

.f-black-50 {
  fill: rgba(0, 0, 0, 0.05) !important; }

.s-black-50 {
  stroke: rgba(0, 0, 0, 0.05) !important; }

.c-black-100 {
  color: rgba(0, 0, 0, 0.1) !important; }

.bg-black-100 {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.b-black-100 {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.f-black-100 {
  fill: rgba(0, 0, 0, 0.1) !important; }

.s-black-100 {
  stroke: rgba(0, 0, 0, 0.1) !important; }

.c-black-200 {
  color: rgba(0, 0, 0, 0.2) !important; }

.bg-black-200 {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.b-black-200 {
  border-color: rgba(0, 0, 0, 0.2) !important; }

.f-black-200 {
  fill: rgba(0, 0, 0, 0.2) !important; }

.s-black-200 {
  stroke: rgba(0, 0, 0, 0.2) !important; }

.c-black-300 {
  color: rgba(0, 0, 0, 0.3) !important; }

.bg-black-300 {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.b-black-300 {
  border-color: rgba(0, 0, 0, 0.3) !important; }

.f-black-300 {
  fill: rgba(0, 0, 0, 0.3) !important; }

.s-black-300 {
  stroke: rgba(0, 0, 0, 0.3) !important; }

.c-black-400 {
  color: rgba(0, 0, 0, 0.4) !important; }

.bg-black-400 {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.b-black-400 {
  border-color: rgba(0, 0, 0, 0.4) !important; }

.f-black-400 {
  fill: rgba(0, 0, 0, 0.4) !important; }

.s-black-400 {
  stroke: rgba(0, 0, 0, 0.4) !important; }

.c-black-500 {
  color: rgba(0, 0, 0, 0.5) !important; }

.bg-black-500 {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.b-black-500 {
  border-color: rgba(0, 0, 0, 0.5) !important; }

.f-black-500 {
  fill: rgba(0, 0, 0, 0.5) !important; }

.s-black-500 {
  stroke: rgba(0, 0, 0, 0.5) !important; }

.c-black-600 {
  color: rgba(0, 0, 0, 0.6) !important; }

.bg-black-600 {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.b-black-600 {
  border-color: rgba(0, 0, 0, 0.6) !important; }

.f-black-600 {
  fill: rgba(0, 0, 0, 0.6) !important; }

.s-black-600 {
  stroke: rgba(0, 0, 0, 0.6) !important; }

.c-black-700 {
  color: rgba(0, 0, 0, 0.7) !important; }

.bg-black-700 {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.b-black-700 {
  border-color: rgba(0, 0, 0, 0.7) !important; }

.f-black-700 {
  fill: rgba(0, 0, 0, 0.7) !important; }

.s-black-700 {
  stroke: rgba(0, 0, 0, 0.7) !important; }

.c-black-800 {
  color: rgba(0, 0, 0, 0.8) !important; }

.bg-black-800 {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.b-black-800 {
  border-color: rgba(0, 0, 0, 0.8) !important; }

.f-black-800 {
  fill: rgba(0, 0, 0, 0.8) !important; }

.s-black-800 {
  stroke: rgba(0, 0, 0, 0.8) !important; }

.c-black-900 {
  color: rgba(0, 0, 0, 0.9) !important; }

.bg-black-900 {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.b-black-900 {
  border-color: rgba(0, 0, 0, 0.9) !important; }

.f-black-900 {
  fill: rgba(0, 0, 0, 0.9) !important; }

.s-black-900 {
  stroke: rgba(0, 0, 0, 0.9) !important; }

.c-white {
  color: #ffffff !important; }

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

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

.f-white {
  fill: #ffffff !important; }

.s-white {
  stroke: #ffffff !important; }

.c-white-50 {
  color: white !important; }

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

.b-white-50 {
  border-color: white !important; }

.f-white-50 {
  fill: white !important; }

.s-white-50 {
  stroke: white !important; }

.c-white-100 {
  color: rgba(255, 255, 255, 0.1) !important; }

.bg-white-100 {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.b-white-100 {
  border-color: rgba(255, 255, 255, 0.1) !important; }

.f-white-100 {
  fill: rgba(255, 255, 255, 0.1) !important; }

.s-white-100 {
  stroke: rgba(255, 255, 255, 0.1) !important; }

.c-white-200 {
  color: rgba(255, 255, 255, 0.2) !important; }

.bg-white-200 {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.b-white-200 {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.f-white-200 {
  fill: rgba(255, 255, 255, 0.2) !important; }

.s-white-200 {
  stroke: rgba(255, 255, 255, 0.2) !important; }

.c-white-300 {
  color: rgba(255, 255, 255, 0.3) !important; }

.bg-white-300 {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.b-white-300 {
  border-color: rgba(255, 255, 255, 0.3) !important; }

.f-white-300 {
  fill: rgba(255, 255, 255, 0.3) !important; }

.s-white-300 {
  stroke: rgba(255, 255, 255, 0.3) !important; }

.c-white-400 {
  color: rgba(255, 255, 255, 0.4) !important; }

.bg-white-400 {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.b-white-400 {
  border-color: rgba(255, 255, 255, 0.4) !important; }

.f-white-400 {
  fill: rgba(255, 255, 255, 0.4) !important; }

.s-white-400 {
  stroke: rgba(255, 255, 255, 0.4) !important; }

.c-white-500 {
  color: rgba(255, 255, 255, 0.5) !important; }

.bg-white-500 {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.b-white-500 {
  border-color: rgba(255, 255, 255, 0.5) !important; }

.f-white-500 {
  fill: rgba(255, 255, 255, 0.5) !important; }

.s-white-500 {
  stroke: rgba(255, 255, 255, 0.5) !important; }

.c-white-600 {
  color: rgba(255, 255, 255, 0.6) !important; }

.bg-white-600 {
  background-color: rgba(255, 255, 255, 0.6) !important; }

.b-white-600 {
  border-color: rgba(255, 255, 255, 0.6) !important; }

.f-white-600 {
  fill: rgba(255, 255, 255, 0.6) !important; }

.s-white-600 {
  stroke: rgba(255, 255, 255, 0.6) !important; }

.c-white-700 {
  color: rgba(255, 255, 255, 0.7) !important; }

.bg-white-700 {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.b-white-700 {
  border-color: rgba(255, 255, 255, 0.7) !important; }

.f-white-700 {
  fill: rgba(255, 255, 255, 0.7) !important; }

.s-white-700 {
  stroke: rgba(255, 255, 255, 0.7) !important; }

.c-white-800 {
  color: rgba(255, 255, 255, 0.8) !important; }

.bg-white-800 {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.b-white-800 {
  border-color: rgba(255, 255, 255, 0.8) !important; }

.f-white-800 {
  fill: rgba(255, 255, 255, 0.8) !important; }

.s-white-800 {
  stroke: rgba(255, 255, 255, 0.8) !important; }

.c-white-900 {
  color: rgba(255, 255, 255, 0.9) !important; }

.bg-white-900 {
  background-color: rgba(255, 255, 255, 0.9) !important; }

.b-white-900 {
  border-color: rgba(255, 255, 255, 0.9) !important; }

.f-white-900 {
  fill: rgba(255, 255, 255, 0.9) !important; }

.s-white-900 {
  stroke: rgba(255, 255, 255, 0.9) !important; }

.c-transparent {
  color: transparent !important; }

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

.b-transparent {
  border-color: transparent !important; }

.f-transparent {
  fill: transparent !important; }

.s-transparent {
  stroke: transparent !important; }

/* End */


/* Start:/simai/asset/simai.bx-panel/bx-panel-1.0.0/bx-panel.css?17169586541817*/
#bx-panel .bx-panel-simai-setting-icon { background: scroll transparent url(/simai/asset/simai.bx-panel/bx-panel-1.0.0/img/bitrix_panel_icon.png) no-repeat 0px 0px !important;}
#bx-panel .bx-panel-button-text-hover .bx-panel-simai-setting-icon,
#bx-panel .bx-panel-button-icon-hover .bx-panel-simai-setting-icon,
#bx-panel .bx-panel-button-hover .bx-panel-simai-setting-icon { background: scroll transparent url(/simai/asset/simai.bx-panel/bx-panel-1.0.0/img/bitrix_panel_icon.png) no-repeat -50px 0px !important;}

#bx-panel .bx-panel-simai-documentation-icon { background: scroll transparent url(/simai/asset/simai.bx-panel/bx-panel-1.0.0/img/bitrix_panel_icon.png) no-repeat -100px -1px !important;}
#bx-panel .bx-panel-small-button-text-hover .bx-panel-simai-documentation-icon,
#bx-panel .bx-panel-small-button-arrow-hover .bx-panel-simai-documentation-icon,
#bx-panel .bx-panel-small-button-hover .bx-panel-simai-documentation-icon { background: scroll transparent url(/simai/asset/simai.bx-panel/bx-panel-1.0.0/img/bitrix_panel_icon.png) no-repeat -120px -1px !important;}

#bx-panel .bx-panel-simai-framework-icon { background: scroll transparent url(/simai/asset/simai.bx-panel/bx-panel-1.0.0/img/bitrix_panel_icon.png) no-repeat -100px -31px !important;}
#bx-panel .bx-panel-small-button-text-hover .bx-panel-simai-framework-icon,
#bx-panel .bx-panel-small-button-arrow-hover .bx-panel-simai-framework-icon,
#bx-panel .bx-panel-small-button-hover .bx-panel-simai-framework-icon { background: scroll transparent url(/simai/asset/simai.bx-panel/bx-panel-1.0.0/img/bitrix_panel_icon.png) no-repeat -120px -31px !important;}

#bx-panel .bx-panel-simai-site-icon { background: scroll transparent url(/simai/asset/simai.bx-panel/bx-panel-1.0.0/img/bitrix_panel_icon.png) no-repeat -100px -61px !important;}
#bx-panel .bx-panel-small-button-text-hover .bx-panel-simai-site-icon,
#bx-panel .bx-panel-small-button-arrow-hover .bx-panel-simai-site-icon,
#bx-panel .bx-panel-small-button-hover .bx-panel-simai-site-icon { background: scroll transparent url(/simai/asset/simai.bx-panel/bx-panel-1.0.0/img/bitrix_panel_icon.png) no-repeat -120px -61px !important;}
/* End */


/* Start:/simai/asset/font-awesome/sf-icon-5.22/css/all.min.css?171695865434511*/
/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Pro");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-duotone,.fa-light,.fa-regular,.fa-sharp,.fa-sharp-solid,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fasl,.fasr,.fass,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fal,.far,.fas,.fat{font-family:"Font Awesome 6 Pro"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-classic.fa-duotone,.fa-duotone,.fad{font-family:"Font Awesome 6 Duotone"}.fa-sharp,.fasl,.fasr,.fass{font-family:"Font Awesome 6 Sharp"}.fa-sharp,.fass{font-weight:900}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-at:before{content:"\40"}.fa-stethoscope:before{content:"\f0f1"}.fa-info:before{content:"\f129"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-fingerprint:before{content:"\f577"}.fa-table:before{content:"\f0ce"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-arrow-to-top:before,.fa-arrow-up-to-line:before{content:"\f341"}.fa-flag:before{content:"\f024"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-sliders-h-square:before,.fa-square-sliders:before{content:"\f3f0"}.fa-hand-heart:before{content:"\f4bc"}.fa-arrow-alt-right:before,.fa-right:before{content:"\f356"}.fa-users:before{content:"\f0c0"}.fa-chevron-up:before{content:"\f077"}.fa-bicycle:before{content:"\f206"}.fa-angle-right:before{content:"\f105"}.fa-radiation:before{content:"\f7b9"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-user:before{content:"\f007"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-arrow-down-to-line:before,.fa-arrow-to-bottom:before{content:"\f33d"}.fa-image:before{content:"\f03e"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-universal-access:before{content:"\f29a"}.fa-pause:before{content:"\f04c"}.fa-palette:before{content:"\f53f"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-fire-extinguisher:before{content:"\f134"}.fa-snowflake:before{content:"\f2dc"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-code:before{content:"\f121"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-road:before{content:"\f018"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-arrow-right:before{content:"\f061"}.fa-circle:before{content:"\f111"}.fa-wallet:before{content:"\f555"}.fa-wrench:before{content:"\f0ad"}.fa-eye:before{content:"\f06e"}.fa-pen:before{content:"\f304"}.fa-phone:before{content:"\f095"}.fa-trash:before{content:"\f1f8"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-cubes:before{content:"\f1b3"}.fa-arrow-left:before{content:"\f060"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-child:before{content:"\f1ae"}.fa-satellite:before{content:"\f7bf"}.fa-envelope:before{content:"\f0e0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-flag-alt:before,.fa-flag-swallowtail:before{content:"\f74c"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-images:before{content:"\f302"}.fa-download:before{content:"\f019"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-stop:before{content:"\f04d"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-angle-down:before{content:"\f107"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-megaphone:before{content:"\f675"}.fa-wind:before{content:"\f72e"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-copy:before{content:"\f0c5"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-angle-up:before{content:"\f106"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-moon:before{content:"\f186"}.fa-calendar:before{content:"\f133"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-book:before{content:"\f02d"}.fa-angle-left:before{content:"\f104"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-thumbs-up:before{content:"\f164"}.fa-print:before{content:"\f02f"}.fa-notdef:before{content:"\e1fe"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/simai/asset/font-awesome/sf-icon-5.22/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/simai/asset/font-awesome/sf-icon-5.22/css/../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-vk:before{content:"\f189"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google:before{content:"\f1a0"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-odnoklassniki:before{content:"\f263"}.fa-facebook-f:before{content:"\f39e"}.fa-instagram:before{content:"\f16d"}.fa-whatsapp:before{content:"\f232"}.fa-yandex:before{content:"\f413"}.fa-pinterest-p:before{content:"\f231"}.fa-youtube:before{content:"\f167"}.fa-twitter:before{content:"\f099"}.fa-pinterest:before{content:"\f0d2"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}:host,:root{--fa-style-family-duotone:"Font Awesome 6 Duotone";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone"}@font-face{font-family:"Font Awesome 6 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(/simai/asset/font-awesome/sf-icon-5.22/css/../webfonts/fa-duotone-900.woff2) format("woff2"),url(/simai/asset/font-awesome/sf-icon-5.22/css/../webfonts/fa-duotone-900.ttf) format("truetype")}.fa-duotone,.fad{position:relative;font-weight:900;letter-spacing:normal}.fa-duotone:before,.fad:before{position:absolute;color:var(--fa-primary-color,inherit);opacity:var(--fa-primary-opacity,1)}.fa-duotone:after,.fad:after{color:var(--fa-secondary-color,inherit)}.fa-duotone.fa-swap-opacity:before,.fa-duotone:after,.fa-swap-opacity .fa-duotone:before,.fa-swap-opacity .fad:before,.fad.fa-swap-opacity:before,.fad:after{opacity:var(--fa-secondary-opacity,.4)}.fa-duotone.fa-swap-opacity:after,.fa-swap-opacity .fa-duotone:after,.fa-swap-opacity .fad:after,.fad.fa-swap-opacity:after{opacity:var(--fa-primary-opacity,1)}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)}.fa-duotone.fa-stack-1x,.fa-duotone.fa-stack-2x,.fad.fa-stack-1x,.fad.fa-stack-2x{position:absolute}.fa-duotone.fa-at:after,.fad.fa-at:after{content:"\40\40"}.fa-duotone.fa-stethoscope:after,.fad.fa-stethoscope:after{content:"\f0f1\f0f1"}.fa-duotone.fa-info:after,.fad.fa-info:after{content:"\f129\f129"}.fa-duotone.fa-file-alt:after,.fa-duotone.fa-file-lines:after,.fa-duotone.fa-file-text:after,.fad.fa-file-alt:after,.fad.fa-file-lines:after,.fad.fa-file-text:after{content:"\f15c\f15c"}.fa-duotone.fa-calendar-alt:after,.fa-duotone.fa-calendar-days:after,.fad.fa-calendar-alt:after,.fad.fa-calendar-days:after{content:"\f073\f073"}.fa-duotone.fa-fingerprint:after,.fad.fa-fingerprint:after{content:"\f577\f577"}.fa-duotone.fa-table:after,.fad.fa-table:after{content:"\f0ce\f0ce"}.fa-duotone.fa-bars:after,.fa-duotone.fa-navicon:after,.fad.fa-bars:after,.fad.fa-navicon:after{content:"\f0c9\f0c9"}.fa-duotone.fa-arrow-right-from-bracket:after,.fa-duotone.fa-sign-out:after,.fad.fa-arrow-right-from-bracket:after,.fad.fa-sign-out:after{content:"\f08b\f08b"}.fa-duotone.fa-unlock-alt:after,.fa-duotone.fa-unlock-keyhole:after,.fad.fa-unlock-alt:after,.fad.fa-unlock-keyhole:after{content:"\f13e\f13e"}.fa-duotone.fa-arrow-to-top:after,.fa-duotone.fa-arrow-up-to-line:after,.fad.fa-arrow-to-top:after,.fad.fa-arrow-up-to-line:after{content:"\f341\f341"}.fa-duotone.fa-flag:after,.fad.fa-flag:after{content:"\f024\f024"}.fa-duotone.fa-list-squares:after,.fa-duotone.fa-list:after,.fad.fa-list-squares:after,.fad.fa-list:after{content:"\f03a\f03a"}.fa-duotone.fa-edit:after,.fa-duotone.fa-pen-to-square:after,.fad.fa-edit:after,.fad.fa-pen-to-square:after{content:"\f044\f044"}.fa-duotone.fa-sliders-h-square:after,.fa-duotone.fa-square-sliders:after,.fad.fa-sliders-h-square:after,.fad.fa-square-sliders:after{content:"\f3f0\f3f0"}.fa-duotone.fa-hand-heart:after,.fad.fa-hand-heart:after{content:"\f4bc\f4bc"}.fa-duotone.fa-arrow-alt-right:after,.fa-duotone.fa-right:after,.fad.fa-arrow-alt-right:after,.fad.fa-right:after{content:"\f356\f356"}.fa-duotone.fa-users:after,.fad.fa-users:after{content:"\f0c0\f0c0"}.fa-duotone.fa-chevron-up:after,.fad.fa-chevron-up:after{content:"\f077\f077"}.fa-duotone.fa-bicycle:after,.fad.fa-bicycle:after{content:"\f206\f206"}.fa-duotone.fa-angle-right:after,.fad.fa-angle-right:after{content:"\f105\f105"}.fa-duotone.fa-radiation:after,.fad.fa-radiation:after{content:"\f7b9\f7b9"}.fa-duotone.fa-dashboard:after,.fa-duotone.fa-gauge-med:after,.fa-duotone.fa-gauge:after,.fa-duotone.fa-tachometer-alt-average:after,.fad.fa-dashboard:after,.fad.fa-gauge-med:after,.fad.fa-gauge:after,.fad.fa-tachometer-alt-average:after{content:"\f624\f624"}.fa-duotone.fa-user:after,.fad.fa-user:after{content:"\f007\f007"}.fa-duotone.fa-arrow-right-to-bracket:after,.fa-duotone.fa-sign-in:after,.fad.fa-arrow-right-to-bracket:after,.fad.fa-sign-in:after{content:"\f090\f090"}.fa-duotone.fa-microphone-alt:after,.fa-duotone.fa-microphone-lines:after,.fad.fa-microphone-alt:after,.fad.fa-microphone-lines:after{content:"\f3c9\f3c9"}.fa-duotone.fa-wifi-3:after,.fa-duotone.fa-wifi-strong:after,.fa-duotone.fa-wifi:after,.fad.fa-wifi-3:after,.fad.fa-wifi-strong:after,.fad.fa-wifi:after{content:"\f1eb\f1eb"}.fa-duotone.fa-user-edit:after,.fa-duotone.fa-user-pen:after,.fad.fa-user-edit:after,.fad.fa-user-pen:after{content:"\f4ff\f4ff"}.fa-duotone.fa-arrow-down-to-line:after,.fa-duotone.fa-arrow-to-bottom:after,.fad.fa-arrow-down-to-line:after,.fad.fa-arrow-to-bottom:after{content:"\f33d\f33d"}.fa-duotone.fa-image:after,.fad.fa-image:after{content:"\f03e\f03e"}.fa-duotone.fa-rotate-back:after,.fa-duotone.fa-rotate-backward:after,.fa-duotone.fa-rotate-left:after,.fa-duotone.fa-undo-alt:after,.fad.fa-rotate-back:after,.fad.fa-rotate-backward:after,.fad.fa-rotate-left:after,.fad.fa-undo-alt:after{content:"\f2ea\f2ea"}.fa-duotone.fa-universal-access:after,.fad.fa-universal-access:after{content:"\f29a\f29a"}.fa-duotone.fa-pause:after,.fad.fa-pause:after{content:"\f04c\f04c"}.fa-duotone.fa-palette:after,.fad.fa-palette:after{content:"\f53f\f53f"}.fa-duotone.fa-arrow-circle-left:after,.fa-duotone.fa-circle-arrow-left:after,.fad.fa-arrow-circle-left:after,.fad.fa-circle-arrow-left:after{content:"\f0a8\f0a8"}.fa-duotone.fa-fire-extinguisher:after,.fad.fa-fire-extinguisher:after{content:"\f134\f134"}.fa-duotone.fa-snowflake:after,.fad.fa-snowflake:after{content:"\f2dc\f2dc"}.fa-duotone.fa-arrow-circle-right:after,.fa-duotone.fa-circle-arrow-right:after,.fad.fa-arrow-circle-right:after,.fad.fa-circle-arrow-right:after{content:"\f0a9\f0a9"}.fa-duotone.fa-code:after,.fad.fa-code:after{content:"\f121\f121"}.fa-duotone.fa-arrow-up-right-from-square:after,.fa-duotone.fa-external-link:after,.fad.fa-arrow-up-right-from-square:after,.fad.fa-external-link:after{content:"\f08e\f08e"}.fa-duotone.fa-road:after,.fad.fa-road:after{content:"\f018\f018"}.fa-duotone.fa-location-pin:after,.fa-duotone.fa-map-marker:after,.fad.fa-location-pin:after,.fad.fa-map-marker:after{content:"\f041\f041"}.fa-duotone.fa-arrow-right:after,.fad.fa-arrow-right:after{content:"\f061\f061"}.fa-duotone.fa-circle:after,.fad.fa-circle:after{content:"\f111\f111"}.fa-duotone.fa-wallet:after,.fad.fa-wallet:after{content:"\f555\f555"}.fa-duotone.fa-wrench:after,.fad.fa-wrench:after{content:"\f0ad\f0ad"}.fa-duotone.fa-eye:after,.fad.fa-eye:after{content:"\f06e\f06e"}.fa-duotone.fa-pen:after,.fad.fa-pen:after{content:"\f304\f304"}.fa-duotone.fa-phone:after,.fad.fa-phone:after{content:"\f095\f095"}.fa-duotone.fa-trash:after,.fad.fa-trash:after{content:"\f1f8\f1f8"}.fa-duotone.fa-quote-right-alt:after,.fa-duotone.fa-quote-right:after,.fad.fa-quote-right-alt:after,.fad.fa-quote-right:after{content:"\f10e\f10e"}.fa-duotone.fa-cubes:after,.fad.fa-cubes:after{content:"\f1b3\f1b3"}.fa-duotone.fa-arrow-left:after,.fad.fa-arrow-left:after{content:"\f060\f060"}.fa-duotone.fa-external-link-alt:after,.fa-duotone.fa-up-right-from-square:after,.fad.fa-external-link-alt:after,.fad.fa-up-right-from-square:after{content:"\f35d\f35d"}.fa-duotone.fa-table-cells:after,.fa-duotone.fa-th:after,.fad.fa-table-cells:after,.fad.fa-th:after{content:"\f00a\f00a"}.fa-duotone.fa-table-cells-large:after,.fa-duotone.fa-th-large:after,.fad.fa-table-cells-large:after,.fad.fa-th-large:after{content:"\f009\f009"}.fa-duotone.fa-child:after,.fad.fa-child:after{content:"\f1ae\f1ae"}.fa-duotone.fa-satellite:after,.fad.fa-satellite:after{content:"\f7bf\f7bf"}.fa-duotone.fa-envelope:after,.fad.fa-envelope:after{content:"\f0e0\f0e0"}.fa-duotone.fa-circle-info:after,.fa-duotone.fa-info-circle:after,.fad.fa-circle-info:after,.fad.fa-info-circle:after{content:"\f05a\f05a"}.fa-duotone.fa-arrow-left-rotate:after,.fa-duotone.fa-arrow-rotate-back:after,.fa-duotone.fa-arrow-rotate-backward:after,.fa-duotone.fa-arrow-rotate-left:after,.fa-duotone.fa-undo:after,.fad.fa-arrow-left-rotate:after,.fad.fa-arrow-rotate-back:after,.fad.fa-arrow-rotate-backward:after,.fad.fa-arrow-rotate-left:after,.fad.fa-undo:after{content:"\f0e2\f0e2"}.fa-duotone.fa-subway:after,.fa-duotone.fa-train-subway:after,.fad.fa-subway:after,.fad.fa-train-subway:after{content:"\f239\f239"}.fa-duotone.fa-cog:after,.fa-duotone.fa-gear:after,.fad.fa-cog:after,.fad.fa-gear:after{content:"\f013\f013"}.fa-duotone.fa-flag-alt:after,.fa-duotone.fa-flag-swallowtail:after,.fad.fa-flag-alt:after,.fad.fa-flag-swallowtail:after{content:"\f74c\f74c"}.fa-duotone.fa-cart-shopping:after,.fa-duotone.fa-shopping-cart:after,.fad.fa-cart-shopping:after,.fad.fa-shopping-cart:after{content:"\f07a\f07a"}.fa-duotone.fa-clock-four:after,.fa-duotone.fa-clock:after,.fad.fa-clock-four:after,.fad.fa-clock:after{content:"\f017\f017"}.fa-duotone.fa-sliders-h:after,.fa-duotone.fa-sliders:after,.fad.fa-sliders-h:after,.fad.fa-sliders:after{content:"\f1de\f1de"}.fa-duotone.fa-folder-tree:after,.fad.fa-folder-tree:after{content:"\f802\f802"}.fa-duotone.fa-ellipsis-v:after,.fa-duotone.fa-ellipsis-vertical:after,.fad.fa-ellipsis-v:after,.fad.fa-ellipsis-vertical:after{content:"\f142\f142"}.fa-duotone.fa-images:after,.fad.fa-images:after{content:"\f302\f302"}.fa-duotone.fa-download:after,.fad.fa-download:after{content:"\f019\f019"}.fa-duotone.fa-mobile-android:after,.fa-duotone.fa-mobile-phone:after,.fa-duotone.fa-mobile:after,.fad.fa-mobile-android:after,.fad.fa-mobile-phone:after,.fad.fa-mobile:after{content:"\f3ce\f3ce"}.fa-duotone.fa-home-alt:after,.fa-duotone.fa-home-lg-alt:after,.fa-duotone.fa-home:after,.fa-duotone.fa-house:after,.fad.fa-home-alt:after,.fad.fa-home-lg-alt:after,.fad.fa-home:after,.fad.fa-house:after{content:"\f015\f015"}.fa-duotone.fa-stop:after,.fad.fa-stop:after{content:"\f04d\f04d"}.fa-duotone.fa-rouble:after,.fa-duotone.fa-rub:after,.fa-duotone.fa-ruble-sign:after,.fa-duotone.fa-ruble:after,.fad.fa-rouble:after,.fad.fa-rub:after,.fad.fa-ruble-sign:after,.fad.fa-ruble:after{content:"\f158\f158"}.fa-duotone.fa-sun:after,.fad.fa-sun:after{content:"\f185\f185"}.fa-duotone.fa-angle-down:after,.fad.fa-angle-down:after{content:"\f107\f107"}.fa-duotone.fa-arrow-right-long:after,.fa-duotone.fa-long-arrow-right:after,.fad.fa-arrow-right-long:after,.fad.fa-long-arrow-right:after{content:"\f178\f178"}.fa-duotone.fa-ellipsis-h:after,.fa-duotone.fa-ellipsis:after,.fad.fa-ellipsis-h:after,.fad.fa-ellipsis:after{content:"\f141\f141"}.fa-duotone.fa-location-dot:after,.fa-duotone.fa-map-marker-alt:after,.fad.fa-location-dot:after,.fad.fa-map-marker-alt:after{content:"\f3c5\f3c5"}.fa-duotone.fa-droplet:after,.fa-duotone.fa-tint:after,.fad.fa-droplet:after,.fad.fa-tint:after{content:"\f043\f043"}.fa-duotone.fa-play:after,.fad.fa-play:after{content:"\f04b\f04b"}.fa-duotone.fa-font:after,.fad.fa-font:after{content:"\f031\f031"}.fa-duotone.fa-magnifying-glass:after,.fa-duotone.fa-search:after,.fad.fa-magnifying-glass:after,.fad.fa-search:after{content:"\f002\f002"}.fa-duotone.fa-circle-user:after,.fa-duotone.fa-user-circle:after,.fad.fa-circle-user:after,.fad.fa-user-circle:after{content:"\f2bd\f2bd"}.fa-duotone.fa-megaphone:after,.fad.fa-megaphone:after{content:"\f675\f675"}.fa-duotone.fa-wind:after,.fad.fa-wind:after{content:"\f72e\f72e"}.fa-duotone.fa-circle-radiation:after,.fa-duotone.fa-radiation-alt:after,.fad.fa-circle-radiation:after,.fad.fa-radiation-alt:after{content:"\f7ba\f7ba"}.fa-duotone.fa-copy:after,.fad.fa-copy:after{content:"\f0c5\f0c5"}.fa-duotone.fa-add:after,.fa-duotone.fa-plus:after,.fad.fa-add:after,.fad.fa-plus:after{content:"\2b\2b"}.fa-duotone.fa-expand:after,.fad.fa-expand:after{content:"\f065\f065"}.fa-duotone.fa-close:after,.fa-duotone.fa-multiply:after,.fa-duotone.fa-remove:after,.fa-duotone.fa-times:after,.fa-duotone.fa-xmark:after,.fad.fa-close:after,.fad.fa-multiply:after,.fad.fa-remove:after,.fad.fa-times:after,.fad.fa-xmark:after{content:"\f00d\f00d"}.fa-duotone.fa-angle-up:after,.fad.fa-angle-up:after{content:"\f106\f106"}.fa-duotone.fa-rotate:after,.fa-duotone.fa-sync-alt:after,.fad.fa-rotate:after,.fad.fa-sync-alt:after{content:"\f2f1\f2f1"}.fa-duotone.fa-shield-blank:after,.fa-duotone.fa-shield:after,.fad.fa-shield-blank:after,.fad.fa-shield:after{content:"\f132\f132"}.fa-duotone.fa-magic:after,.fa-duotone.fa-wand-magic:after,.fad.fa-magic:after,.fad.fa-wand-magic:after{content:"\f0d0\f0d0"}.fa-duotone.fa-moon:after,.fad.fa-moon:after{content:"\f186\f186"}.fa-duotone.fa-calendar:after,.fad.fa-calendar:after{content:"\f133\f133"}.fa-duotone.fa-circle-plus:after,.fa-duotone.fa-plus-circle:after,.fad.fa-circle-plus:after,.fad.fa-plus-circle:after{content:"\f055\f055"}.fa-duotone.fa-desktop-alt:after,.fa-duotone.fa-desktop:after,.fad.fa-desktop-alt:after,.fad.fa-desktop:after{content:"\f390\f390"}.fa-duotone.fa-table-list:after,.fa-duotone.fa-th-list:after,.fad.fa-table-list:after,.fad.fa-th-list:after{content:"\f00b\f00b"}.fa-duotone.fa-book:after,.fad.fa-book:after{content:"\f02d\f02d"}.fa-duotone.fa-angle-left:after,.fad.fa-angle-left:after{content:"\f104\f104"}.fa-duotone.fa-circle-xmark:after,.fa-duotone.fa-times-circle:after,.fa-duotone.fa-xmark-circle:after,.fad.fa-circle-xmark:after,.fad.fa-times-circle:after,.fad.fa-xmark-circle:after{content:"\f057\f057"}.fa-duotone.fa-thumbs-up:after,.fad.fa-thumbs-up:after{content:"\f164\f164"}.fa-duotone.fa-print:after,.fad.fa-print:after{content:"\f02f\f02f"}.fa-duotone.fa-notdef:after,.fad.fa-notdef:after{content:"\e1fe\e1fe"}:host,:root{--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:300;font-display:block;src:url(/simai/asset/font-awesome/sf-icon-5.22/css/../webfonts/fa-light-300.woff2) format("woff2"),url(/simai/asset/font-awesome/sf-icon-5.22/css/../webfonts/fa-light-300.ttf) format("truetype")}.fa-light,.fal{font-weight:300}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:block;src:url(/simai/asset/font-awesome/sf-icon-5.22/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/simai/asset/font-awesome/sf-icon-5.22/css/../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:block;src:url(/simai/asset/font-awesome/sf-icon-5.22/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/simai/asset/font-awesome/sf-icon-5.22/css/../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
/* End */


/* Start:/simai/asset/fancybox/fancybox.master/css/jquery.fancybox.min.css?171695865413841*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/simai/asset/swiper/swiper-4.4.2/css/swiper.min.css?171695865419777*/
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/.default/style.css?17147093782091*/
.bx-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
}

/* .bx-breadcrumb i {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.20915 11.8046C6.07523 11.6795 6 11.5097 6 11.3328C6 11.1558 6.07523 10.9861 6.20915 10.861L9.27576 7.99597L6.20915 5.13099C6.07903 5.00512 6.00702 4.83654 6.00865 4.66156C6.01028 4.48658 6.08541 4.3192 6.21785 4.19547C6.35029 4.07173 6.52945 4.00155 6.71675 4.00003C6.90404 3.99851 7.08448 4.06577 7.21921 4.18734L10.7909 7.52415C10.9248 7.6493 11 7.81901 11 7.99597C11 8.17293 10.9248 8.34265 10.7909 8.4678L7.21921 11.8046C7.08525 11.9297 6.90359 12 6.71418 12C6.52476 12 6.3431 11.9297 6.20915 11.8046Z' fill='%2366696A'/%3E%3C/svg%3E%0A");
} */

.bx-breadcrumb i {
  display: block;
  font-style: normal;
  color: var(--g-gray);
}

.bx-breadcrumb .bx-breadcrumb-item {
  white-space: nowrap;
  line-height: 20px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  white-space: normal;
  color: var(--g-gray);
}

.bx-breadcrumb .bx-breadcrumb-item a span {
  color: var(--main-dark-blue);
}

@media screen and (min-width: 1024px) {
  .bx-breadcrumb {
    padding-bottom: 24px;
  }
  .bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 16px;
    line-height: 24px;
  }
  .bx-breadcrumb i {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .bx-breadcrumb {
    padding-top: 16px;
    padding-bottom: 40px;
  }
}

.bx-breadcrumb .bx-breadcrumb-item a {
  border-bottom: none;
  color: var(--main-dark-blue);
  text-decoration: none;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover {
  text-decoration: underline;
}

/* End */


/* Start:/assets/css/bvi.min.css?173529430078734*/
/*!
 * Button visually impaired v1.0.0 (https://bvi.isvek.ru/)
 * Copyright 2014-2021 <bvi@isvek.ru>
 * Licensed under MIT (https://github.com/veks/button-visually-impaired-javascript/blob/master/LICENSE.md)
 */html:not(.bvi-panel){font-size:100%}html:not(.bvi-panel) *,html:not(.bvi-panel) ::after,html:not(.bvi-panel) ::before{box-sizing:border-box}html body .bvi-panel{font-family:Arial,serif!important;font-size:1rem!important;padding:.5rem;color:#000;top:0;left:0;right:0;letter-spacing:0;position:relative;text-shadow:none;line-height:normal;border:0;margin-bottom:.3rem;background-color:#f7f7f7;box-shadow:0 1px 3px 0 rgba(0,0,0,.23);z-index:999999!important}html body .bvi-panel *{font-family:Arial,serif!important;font-size:1rem!important}html body .bvi-panel.bvi-fixed-top{position:fixed;top:0;right:0;left:0;z-index:999999}html body .bvi-panel.bvi-panel-hide{display:none}html body .bvi-panel a{color:#000!important;outline:0!important;background-color:transparent!important;text-decoration:none!important}html body .bvi-panel a:focus,html body .bvi-panel a:hover{color:#000!important;outline:0!important;background-color:transparent!important;text-decoration:none!important}html body .bvi-panel a.bvi-link{display:inline-block;line-height:1.5;font-size:.875rem!important;color:#212529!important;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#e0e0e0!important;border:1px solid #c6c6c6!important;padding:.375rem .75rem;border-radius:.25rem;position:relative;font-weight:700;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}html body .bvi-panel a.bvi-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}html body .bvi-panel a.bvi-link:focus,html body .bvi-panel a.bvi-link:hover{background-color:#b6b6b6!important}html body .bvi-panel a.bvi-link.active{color:#212529!important;background-color:#b6b6b6!important}html body .bvi-panel a.bvi-link.bvi-theme-white{background-color:#fff!important;color:#000!important}html body .bvi-panel a.bvi-link.bvi-theme-black{background-color:#000!important;color:#fff!important}html body .bvi-panel a.bvi-link.bvi-theme-blue{background-color:#9dd1ff!important;color:#063462!important}html body .bvi-panel a.bvi-link.bvi-theme-brown{background-color:#f7f3d6!important;color:#4d4b43!important}html body .bvi-panel a.bvi-link.bvi-theme-green{background-color:#3b2716!important;color:#a9e44d!important}html body .bvi-panel .bvi-blocks{margin:0 auto;text-align:center;display:flex;flex-flow:row wrap}html body .bvi-panel .bvi-blocks.bvi-block-start{justify-content:flex-start}html body .bvi-panel .bvi-blocks.bvi-block-center{justify-content:center}html body .bvi-panel .bvi-blocks.bvi-block-end{justify-content:flex-end}html body .bvi-panel .bvi-block{padding:.688rem .938rem}html body .bvi-panel .bvi-block .bvi-block-title{text-align:center;font-weight:600!important;font-size:1rem!important;display:block;margin-bottom:.8rem}html body .bvi-panel .bvi-modal{position:fixed;top:0;left:0;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;visibility:hidden;z-index:1050;outline:0;opacity:0;background:rgba(0,0,0,.5);-webkit-transition:opacity .2s ease-in;-moz-transition:opacity .2s ease-in;transition:opacity .2s ease-in}html body .bvi-panel .bvi-modal.show{visibility:visible;opacity:1}html body .bvi-panel .bvi-modal .bvi-modal-dialog{max-width:500px;margin:1.75rem auto;display:flex;align-items:center;height:calc(100% - 3.5rem);pointer-events:none}html body .bvi-panel .bvi-modal .bvi-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,.2);border-radius:.3rem;outline:0;max-height:100%;overflow:hidden}html body .bvi-panel .bvi-modal .bvi-modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:.8rem .8rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}html body .bvi-panel .bvi-modal .bvi-modal-title{margin-top:0;margin-bottom:0;line-height:1.5;font-size:1.25rem;font-weight:600;color:#000}html body .bvi-panel .bvi-modal .bvi-modal-body{position:relative;flex:1 1 auto;padding:1rem;overflow-y:auto}html body .bvi-panel .bvi-modal .bvi-modal-body::-webkit-scrollbar{width:.5rem;background-color:transparent;opacity:0}html body .bvi-panel .bvi-modal .bvi-modal-body::-webkit-scrollbar-thumb{background-color:#dee2e6;border-radius:.25rem}html body .bvi-panel .bvi-modal .bvi-modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.8rem .8rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}html body .bvi-panel .bvi-modal .bvi-modal-close{float:right;font-size:1.2rem!important;font-weight:700;line-height:1;text-shadow:0 1px 0 #fff;opacity:.5}html body .bvi-panel .bvi-modal .bvi-modal-close:focus,html body .bvi-panel .bvi-modal .bvi-modal-close:hover{cursor:pointer;opacity:.75}body.bvi-active{margin:0;padding:0;top:0;left:0}body.bvi-active.bvi-noscroll{overflow:hidden!important}body .bvi-body{padding:0 .5rem}body .bvi-body[data-bvi-theme=white]:not(.bvi-no-styles){background-color:#fff!important;color:#000!important;fill:#000000!important;border-color:#000!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles){background-color:#fff!important;color:#000!important;fill:#000000!important;border-color:#000!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-speech-link,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-speech-text{border-color:#000}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles){color:#000!important;background-color:transparent!important;text-underline:none!important;outline:0!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled{color:rgba(0,0,0,.5)!important;border:1px solid rgba(0,0,0,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus{color:rgba(0,0,0,.5)!important;border:1px solid rgba(0,0,0,.5)!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover{color:#fff!important;background-color:#000!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus{color:#000!important;background-color:#fff!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :checked:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :default:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :empty:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :focus:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :hover:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :link:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :optional:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :required:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :root:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :target:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :valid:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :visited:not(.bvi-no-styles){background-color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:#000!important;color:#000!important;fill:#000000!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles)::after:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles)::before:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles)::selection:not(.bvi-no-styles){background-color:#000!important;color:#fff!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles){outline:0!important;color:#000!important;background-color:transparent!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles).active{color:#000!important;background-color:#fff!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles){color:#fff!important;background-color:#000!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after{background-color:rgba(255,255,255,0)!important;color:#fff!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before{background-color:rgba(255,255,255,0)!important;color:#fff!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles){color:#fff!important;background-color:#000!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button:hover.active,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active{color:#fff!important;background-color:#000!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button:hover:hover,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover{color:#fff!important;background-color:#000!important}body .bvi-body[data-bvi-theme=black]:not(.bvi-no-styles){background-color:#000!important;color:#fff!important;fill:#ffffff!important;border-color:#fff!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles){background-color:#000!important;color:#fff!important;fill:#ffffff!important;border-color:#fff!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-speech-link,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-speech-text{border-color:#fff}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles){color:#fff!important;background-color:transparent!important;text-underline:none!important;outline:0!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled{color:rgba(255,255,255,.5)!important;border:1px solid rgba(255,255,255,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus{color:rgba(255,255,255,.5)!important;border:1px solid rgba(255,255,255,.5)!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover{color:#000!important;background-color:#fff!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus{color:#fff!important;background-color:#000!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :checked:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :default:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :empty:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :focus:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :hover:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :link:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :optional:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :required:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :root:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :target:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :valid:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :visited:not(.bvi-no-styles){background-color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:#fff!important;color:#fff!important;fill:#ffffff!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles)::after:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles)::before:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles)::selection:not(.bvi-no-styles){background-color:#fff!important;color:#000!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles){outline:0!important;color:#fff!important;background-color:transparent!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles).active{color:#fff!important;background-color:#000!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles){color:#000!important;background-color:#fff!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after{background-color:rgba(255,255,255,0)!important;color:#000!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before{background-color:rgba(255,255,255,0)!important;color:#000!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles){color:#000!important;background-color:#fff!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button:hover.active,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active{color:#000!important;background-color:#fff!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button:hover:hover,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover{color:#000!important;background-color:#fff!important}body .bvi-body[data-bvi-theme=blue]:not(.bvi-no-styles){background-color:#9dd1ff!important;color:#063462!important;fill:#063462!important;border-color:#063462!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles){background-color:#9dd1ff!important;color:#063462!important;fill:#063462!important;border-color:#063462!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-speech-link,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-speech-text{border-color:#063462}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles){color:#063462!important;background-color:transparent!important;text-underline:none!important;outline:0!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled{color:rgba(6,52,98,.5)!important;border:1px solid rgba(6,52,98,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus{color:rgba(6,52,98,.5)!important;border:1px solid rgba(6,52,98,.5)!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover{color:#9dd1ff!important;background-color:#063462!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus{color:#063462!important;background-color:#9dd1ff!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :checked:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :default:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :empty:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :focus:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :hover:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :link:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :optional:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :required:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :root:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :target:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :valid:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :visited:not(.bvi-no-styles){background-color:#9dd1ff!important;box-shadow:none!important;text-shadow:none!important;border-color:#063462!important;color:#063462!important;fill:#063462!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles)::after:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#063462!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles)::before:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#063462!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles)::selection:not(.bvi-no-styles){background-color:#063462!important;color:#9dd1ff!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles){outline:0!important;color:#063462!important;background-color:transparent!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles).active{color:#063462!important;background-color:#9dd1ff!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles){color:#9dd1ff!important;background-color:#063462!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after{background-color:rgba(255,255,255,0)!important;color:#9dd1ff!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before{background-color:rgba(255,255,255,0)!important;color:#9dd1ff!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles){color:#9dd1ff!important;background-color:#063462!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button:hover.active,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active{color:#9dd1ff!important;background-color:#063462!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button:hover:hover,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover{color:#9dd1ff!important;background-color:#063462!important}body .bvi-body[data-bvi-theme=brown]:not(.bvi-no-styles){background-color:#f7f3d6!important;color:#4d4b43!important;fill:#4D4B43!important;border-color:#4d4b43!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles){background-color:#f7f3d6!important;color:#4d4b43!important;fill:#4D4B43!important;border-color:#4d4b43!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-speech-link,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-speech-text{border-color:#4d4b43}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles){color:#4d4b43!important;background-color:transparent!important;text-underline:none!important;outline:0!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled{color:rgba(77,75,67,.5)!important;border:1px solid rgba(77,75,67,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus{color:rgba(77,75,67,.5)!important;border:1px solid rgba(77,75,67,.5)!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover{color:#f7f3d6!important;background-color:#4d4b43!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus{color:#4d4b43!important;background-color:#f7f3d6!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :checked:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :default:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :empty:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :focus:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :hover:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :link:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :optional:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :required:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :root:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :target:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :valid:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :visited:not(.bvi-no-styles){background-color:#f7f3d6!important;box-shadow:none!important;text-shadow:none!important;border-color:#4d4b43!important;color:#4d4b43!important;fill:#4D4B43!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles)::after:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#4d4b43!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles)::before:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#4d4b43!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles)::selection:not(.bvi-no-styles){background-color:#4d4b43!important;color:#f7f3d6!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles){outline:0!important;color:#4d4b43!important;background-color:transparent!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles).active{color:#4d4b43!important;background-color:#f7f3d6!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles){color:#f7f3d6!important;background-color:#4d4b43!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after{background-color:rgba(255,255,255,0)!important;color:#f7f3d6!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before{background-color:rgba(255,255,255,0)!important;color:#f7f3d6!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles){color:#f7f3d6!important;background-color:#4d4b43!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button:hover.active,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active{color:#f7f3d6!important;background-color:#4d4b43!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button:hover:hover,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover{color:#f7f3d6!important;background-color:#4d4b43!important}body .bvi-body[data-bvi-theme=green]:not(.bvi-no-styles){background-color:#3b2716!important;color:#a9e44d!important;fill:#A9E44D!important;border-color:#a9e44d!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles){background-color:#3b2716!important;color:#a9e44d!important;fill:#A9E44D!important;border-color:#a9e44d!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-speech-link,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-speech-text{border-color:#a9e44d}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles){color:#a9e44d!important;background-color:transparent!important;text-underline:none!important;outline:0!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled{color:rgba(169,228,77,.5)!important;border:1px solid rgba(169,228,77,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus{color:rgba(169,228,77,.5)!important;border:1px solid rgba(169,228,77,.5)!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover{color:#3b2716!important;background-color:#a9e44d!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus{color:#a9e44d!important;background-color:#3b2716!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :checked:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :default:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :empty:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :focus:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :hover:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :link:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :optional:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :required:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :root:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :target:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :valid:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :visited:not(.bvi-no-styles){background-color:#3b2716!important;box-shadow:none!important;text-shadow:none!important;border-color:#a9e44d!important;color:#a9e44d!important;fill:#A9E44D!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles)::after:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#a9e44d!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles)::before:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#a9e44d!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles)::selection:not(.bvi-no-styles){background-color:#a9e44d!important;color:#3b2716!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles){outline:0!important;color:#a9e44d!important;background-color:transparent!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles).active{color:#a9e44d!important;background-color:#3b2716!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles){color:#3b2716!important;background-color:#a9e44d!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after{background-color:rgba(255,255,255,0)!important;color:#3b2716!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before{background-color:rgba(255,255,255,0)!important;color:#3b2716!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles){color:#3b2716!important;background-color:#a9e44d!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button:hover.active,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active{color:#3b2716!important;background-color:#a9e44d!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button:hover:hover,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover{color:#3b2716!important;background-color:#a9e44d!important}body .bvi-body[data-bvi-fontsize="40"] *{font-size:40px!important}body .bvi-body[data-bvi-fontsize="40"] * h1,body .bvi-body[data-bvi-fontsize="40"] * h1 *{font-size:47px!important}body .bvi-body[data-bvi-fontsize="40"] * h2,body .bvi-body[data-bvi-fontsize="40"] * h2 *{font-size:46px!important}body .bvi-body[data-bvi-fontsize="40"] * h3,body .bvi-body[data-bvi-fontsize="40"] * h3 *{font-size:45px!important}body .bvi-body[data-bvi-fontsize="40"] * h4,body .bvi-body[data-bvi-fontsize="40"] * h4 *{font-size:44px!important}body .bvi-body[data-bvi-fontsize="40"] * h5,body .bvi-body[data-bvi-fontsize="40"] * h5 *{font-size:43px!important}body .bvi-body[data-bvi-fontsize="40"] * h6,body .bvi-body[data-bvi-fontsize="40"] * h6 *{font-size:42px!important}body .bvi-body[data-bvi-fontsize="39"] *{font-size:39px!important}body .bvi-body[data-bvi-fontsize="39"] * h1,body .bvi-body[data-bvi-fontsize="39"] * h1 *{font-size:46px!important}body .bvi-body[data-bvi-fontsize="39"] * h2,body .bvi-body[data-bvi-fontsize="39"] * h2 *{font-size:45px!important}body .bvi-body[data-bvi-fontsize="39"] * h3,body .bvi-body[data-bvi-fontsize="39"] * h3 *{font-size:44px!important}body .bvi-body[data-bvi-fontsize="39"] * h4,body .bvi-body[data-bvi-fontsize="39"] * h4 *{font-size:43px!important}body .bvi-body[data-bvi-fontsize="39"] * h5,body .bvi-body[data-bvi-fontsize="39"] * h5 *{font-size:42px!important}body .bvi-body[data-bvi-fontsize="39"] * h6,body .bvi-body[data-bvi-fontsize="39"] * h6 *{font-size:41px!important}body .bvi-body[data-bvi-fontsize="38"] *{font-size:38px!important}body .bvi-body[data-bvi-fontsize="38"] * h1,body .bvi-body[data-bvi-fontsize="38"] * h1 *{font-size:45px!important}body .bvi-body[data-bvi-fontsize="38"] * h2,body .bvi-body[data-bvi-fontsize="38"] * h2 *{font-size:44px!important}body .bvi-body[data-bvi-fontsize="38"] * h3,body .bvi-body[data-bvi-fontsize="38"] * h3 *{font-size:43px!important}body .bvi-body[data-bvi-fontsize="38"] * h4,body .bvi-body[data-bvi-fontsize="38"] * h4 *{font-size:42px!important}body .bvi-body[data-bvi-fontsize="38"] * h5,body .bvi-body[data-bvi-fontsize="38"] * h5 *{font-size:41px!important}body .bvi-body[data-bvi-fontsize="38"] * h6,body .bvi-body[data-bvi-fontsize="38"] * h6 *{font-size:40px!important}body .bvi-body[data-bvi-fontsize="37"] *{font-size:37px!important}body .bvi-body[data-bvi-fontsize="37"] * h1,body .bvi-body[data-bvi-fontsize="37"] * h1 *{font-size:44px!important}body .bvi-body[data-bvi-fontsize="37"] * h2,body .bvi-body[data-bvi-fontsize="37"] * h2 *{font-size:43px!important}body .bvi-body[data-bvi-fontsize="37"] * h3,body .bvi-body[data-bvi-fontsize="37"] * h3 *{font-size:42px!important}body .bvi-body[data-bvi-fontsize="37"] * h4,body .bvi-body[data-bvi-fontsize="37"] * h4 *{font-size:41px!important}body .bvi-body[data-bvi-fontsize="37"] * h5,body .bvi-body[data-bvi-fontsize="37"] * h5 *{font-size:40px!important}body .bvi-body[data-bvi-fontsize="37"] * h6,body .bvi-body[data-bvi-fontsize="37"] * h6 *{font-size:39px!important}body .bvi-body[data-bvi-fontsize="36"] *{font-size:36px!important}body .bvi-body[data-bvi-fontsize="36"] * h1,body .bvi-body[data-bvi-fontsize="36"] * h1 *{font-size:43px!important}body .bvi-body[data-bvi-fontsize="36"] * h2,body .bvi-body[data-bvi-fontsize="36"] * h2 *{font-size:42px!important}body .bvi-body[data-bvi-fontsize="36"] * h3,body .bvi-body[data-bvi-fontsize="36"] * h3 *{font-size:41px!important}body .bvi-body[data-bvi-fontsize="36"] * h4,body .bvi-body[data-bvi-fontsize="36"] * h4 *{font-size:40px!important}body .bvi-body[data-bvi-fontsize="36"] * h5,body .bvi-body[data-bvi-fontsize="36"] * h5 *{font-size:39px!important}body .bvi-body[data-bvi-fontsize="36"] * h6,body .bvi-body[data-bvi-fontsize="36"] * h6 *{font-size:38px!important}body .bvi-body[data-bvi-fontsize="35"] *{font-size:35px!important}body .bvi-body[data-bvi-fontsize="35"] * h1,body .bvi-body[data-bvi-fontsize="35"] * h1 *{font-size:42px!important}body .bvi-body[data-bvi-fontsize="35"] * h2,body .bvi-body[data-bvi-fontsize="35"] * h2 *{font-size:41px!important}body .bvi-body[data-bvi-fontsize="35"] * h3,body .bvi-body[data-bvi-fontsize="35"] * h3 *{font-size:40px!important}body .bvi-body[data-bvi-fontsize="35"] * h4,body .bvi-body[data-bvi-fontsize="35"] * h4 *{font-size:39px!important}body .bvi-body[data-bvi-fontsize="35"] * h5,body .bvi-body[data-bvi-fontsize="35"] * h5 *{font-size:38px!important}body .bvi-body[data-bvi-fontsize="35"] * h6,body .bvi-body[data-bvi-fontsize="35"] * h6 *{font-size:37px!important}body .bvi-body[data-bvi-fontsize="34"] *{font-size:34px!important}body .bvi-body[data-bvi-fontsize="34"] * h1,body .bvi-body[data-bvi-fontsize="34"] * h1 *{font-size:41px!important}body .bvi-body[data-bvi-fontsize="34"] * h2,body .bvi-body[data-bvi-fontsize="34"] * h2 *{font-size:40px!important}body .bvi-body[data-bvi-fontsize="34"] * h3,body .bvi-body[data-bvi-fontsize="34"] * h3 *{font-size:39px!important}body .bvi-body[data-bvi-fontsize="34"] * h4,body .bvi-body[data-bvi-fontsize="34"] * h4 *{font-size:38px!important}body .bvi-body[data-bvi-fontsize="34"] * h5,body .bvi-body[data-bvi-fontsize="34"] * h5 *{font-size:37px!important}body .bvi-body[data-bvi-fontsize="34"] * h6,body .bvi-body[data-bvi-fontsize="34"] * h6 *{font-size:36px!important}body .bvi-body[data-bvi-fontsize="33"] *{font-size:33px!important}body .bvi-body[data-bvi-fontsize="33"] * h1,body .bvi-body[data-bvi-fontsize="33"] * h1 *{font-size:40px!important}body .bvi-body[data-bvi-fontsize="33"] * h2,body .bvi-body[data-bvi-fontsize="33"] * h2 *{font-size:39px!important}body .bvi-body[data-bvi-fontsize="33"] * h3,body .bvi-body[data-bvi-fontsize="33"] * h3 *{font-size:38px!important}body .bvi-body[data-bvi-fontsize="33"] * h4,body .bvi-body[data-bvi-fontsize="33"] * h4 *{font-size:37px!important}body .bvi-body[data-bvi-fontsize="33"] * h5,body .bvi-body[data-bvi-fontsize="33"] * h5 *{font-size:36px!important}body .bvi-body[data-bvi-fontsize="33"] * h6,body .bvi-body[data-bvi-fontsize="33"] * h6 *{font-size:35px!important}body .bvi-body[data-bvi-fontsize="32"] *{font-size:32px!important}body .bvi-body[data-bvi-fontsize="32"] * h1,body .bvi-body[data-bvi-fontsize="32"] * h1 *{font-size:39px!important}body .bvi-body[data-bvi-fontsize="32"] * h2,body .bvi-body[data-bvi-fontsize="32"] * h2 *{font-size:38px!important}body .bvi-body[data-bvi-fontsize="32"] * h3,body .bvi-body[data-bvi-fontsize="32"] * h3 *{font-size:37px!important}body .bvi-body[data-bvi-fontsize="32"] * h4,body .bvi-body[data-bvi-fontsize="32"] * h4 *{font-size:36px!important}body .bvi-body[data-bvi-fontsize="32"] * h5,body .bvi-body[data-bvi-fontsize="32"] * h5 *{font-size:35px!important}body .bvi-body[data-bvi-fontsize="32"] * h6,body .bvi-body[data-bvi-fontsize="32"] * h6 *{font-size:34px!important}body .bvi-body[data-bvi-fontsize="31"] *{font-size:31px!important}body .bvi-body[data-bvi-fontsize="31"] * h1,body .bvi-body[data-bvi-fontsize="31"] * h1 *{font-size:38px!important}body .bvi-body[data-bvi-fontsize="31"] * h2,body .bvi-body[data-bvi-fontsize="31"] * h2 *{font-size:37px!important}body .bvi-body[data-bvi-fontsize="31"] * h3,body .bvi-body[data-bvi-fontsize="31"] * h3 *{font-size:36px!important}body .bvi-body[data-bvi-fontsize="31"] * h4,body .bvi-body[data-bvi-fontsize="31"] * h4 *{font-size:35px!important}body .bvi-body[data-bvi-fontsize="31"] * h5,body .bvi-body[data-bvi-fontsize="31"] * h5 *{font-size:34px!important}body .bvi-body[data-bvi-fontsize="31"] * h6,body .bvi-body[data-bvi-fontsize="31"] * h6 *{font-size:33px!important}body .bvi-body[data-bvi-fontsize="30"] *{font-size:30px!important}body .bvi-body[data-bvi-fontsize="30"] * h1,body .bvi-body[data-bvi-fontsize="30"] * h1 *{font-size:37px!important}body .bvi-body[data-bvi-fontsize="30"] * h2,body .bvi-body[data-bvi-fontsize="30"] * h2 *{font-size:36px!important}body .bvi-body[data-bvi-fontsize="30"] * h3,body .bvi-body[data-bvi-fontsize="30"] * h3 *{font-size:35px!important}body .bvi-body[data-bvi-fontsize="30"] * h4,body .bvi-body[data-bvi-fontsize="30"] * h4 *{font-size:34px!important}body .bvi-body[data-bvi-fontsize="30"] * h5,body .bvi-body[data-bvi-fontsize="30"] * h5 *{font-size:33px!important}body .bvi-body[data-bvi-fontsize="30"] * h6,body .bvi-body[data-bvi-fontsize="30"] * h6 *{font-size:32px!important}body .bvi-body[data-bvi-fontsize="29"] *{font-size:29px!important}body .bvi-body[data-bvi-fontsize="29"] * h1,body .bvi-body[data-bvi-fontsize="29"] * h1 *{font-size:36px!important}body .bvi-body[data-bvi-fontsize="29"] * h2,body .bvi-body[data-bvi-fontsize="29"] * h2 *{font-size:35px!important}body .bvi-body[data-bvi-fontsize="29"] * h3,body .bvi-body[data-bvi-fontsize="29"] * h3 *{font-size:34px!important}body .bvi-body[data-bvi-fontsize="29"] * h4,body .bvi-body[data-bvi-fontsize="29"] * h4 *{font-size:33px!important}body .bvi-body[data-bvi-fontsize="29"] * h5,body .bvi-body[data-bvi-fontsize="29"] * h5 *{font-size:32px!important}body .bvi-body[data-bvi-fontsize="29"] * h6,body .bvi-body[data-bvi-fontsize="29"] * h6 *{font-size:31px!important}body .bvi-body[data-bvi-fontsize="28"] *{font-size:28px!important}body .bvi-body[data-bvi-fontsize="28"] * h1,body .bvi-body[data-bvi-fontsize="28"] * h1 *{font-size:35px!important}body .bvi-body[data-bvi-fontsize="28"] * h2,body .bvi-body[data-bvi-fontsize="28"] * h2 *{font-size:34px!important}body .bvi-body[data-bvi-fontsize="28"] * h3,body .bvi-body[data-bvi-fontsize="28"] * h3 *{font-size:33px!important}body .bvi-body[data-bvi-fontsize="28"] * h4,body .bvi-body[data-bvi-fontsize="28"] * h4 *{font-size:32px!important}body .bvi-body[data-bvi-fontsize="28"] * h5,body .bvi-body[data-bvi-fontsize="28"] * h5 *{font-size:31px!important}body .bvi-body[data-bvi-fontsize="28"] * h6,body .bvi-body[data-bvi-fontsize="28"] * h6 *{font-size:30px!important}body .bvi-body[data-bvi-fontsize="27"] *{font-size:27px!important}body .bvi-body[data-bvi-fontsize="27"] * h1,body .bvi-body[data-bvi-fontsize="27"] * h1 *{font-size:34px!important}body .bvi-body[data-bvi-fontsize="27"] * h2,body .bvi-body[data-bvi-fontsize="27"] * h2 *{font-size:33px!important}body .bvi-body[data-bvi-fontsize="27"] * h3,body .bvi-body[data-bvi-fontsize="27"] * h3 *{font-size:32px!important}body .bvi-body[data-bvi-fontsize="27"] * h4,body .bvi-body[data-bvi-fontsize="27"] * h4 *{font-size:31px!important}body .bvi-body[data-bvi-fontsize="27"] * h5,body .bvi-body[data-bvi-fontsize="27"] * h5 *{font-size:30px!important}body .bvi-body[data-bvi-fontsize="27"] * h6,body .bvi-body[data-bvi-fontsize="27"] * h6 *{font-size:29px!important}body .bvi-body[data-bvi-fontsize="26"] *{font-size:26px!important}body .bvi-body[data-bvi-fontsize="26"] * h1,body .bvi-body[data-bvi-fontsize="26"] * h1 *{font-size:33px!important}body .bvi-body[data-bvi-fontsize="26"] * h2,body .bvi-body[data-bvi-fontsize="26"] * h2 *{font-size:32px!important}body .bvi-body[data-bvi-fontsize="26"] * h3,body .bvi-body[data-bvi-fontsize="26"] * h3 *{font-size:31px!important}body .bvi-body[data-bvi-fontsize="26"] * h4,body .bvi-body[data-bvi-fontsize="26"] * h4 *{font-size:30px!important}body .bvi-body[data-bvi-fontsize="26"] * h5,body .bvi-body[data-bvi-fontsize="26"] * h5 *{font-size:29px!important}body .bvi-body[data-bvi-fontsize="26"] * h6,body .bvi-body[data-bvi-fontsize="26"] * h6 *{font-size:28px!important}body .bvi-body[data-bvi-fontsize="25"] *{font-size:25px!important}body .bvi-body[data-bvi-fontsize="25"] * h1,body .bvi-body[data-bvi-fontsize="25"] * h1 *{font-size:32px!important}body .bvi-body[data-bvi-fontsize="25"] * h2,body .bvi-body[data-bvi-fontsize="25"] * h2 *{font-size:31px!important}body .bvi-body[data-bvi-fontsize="25"] * h3,body .bvi-body[data-bvi-fontsize="25"] * h3 *{font-size:30px!important}body .bvi-body[data-bvi-fontsize="25"] * h4,body .bvi-body[data-bvi-fontsize="25"] * h4 *{font-size:29px!important}body .bvi-body[data-bvi-fontsize="25"] * h5,body .bvi-body[data-bvi-fontsize="25"] * h5 *{font-size:28px!important}body .bvi-body[data-bvi-fontsize="25"] * h6,body .bvi-body[data-bvi-fontsize="25"] * h6 *{font-size:27px!important}body .bvi-body[data-bvi-fontsize="24"] *{font-size:24px!important}body .bvi-body[data-bvi-fontsize="24"] * h1,body .bvi-body[data-bvi-fontsize="24"] * h1 *{font-size:31px!important}body .bvi-body[data-bvi-fontsize="24"] * h2,body .bvi-body[data-bvi-fontsize="24"] * h2 *{font-size:30px!important}body .bvi-body[data-bvi-fontsize="24"] * h3,body .bvi-body[data-bvi-fontsize="24"] * h3 *{font-size:29px!important}body .bvi-body[data-bvi-fontsize="24"] * h4,body .bvi-body[data-bvi-fontsize="24"] * h4 *{font-size:28px!important}body .bvi-body[data-bvi-fontsize="24"] * h5,body .bvi-body[data-bvi-fontsize="24"] * h5 *{font-size:27px!important}body .bvi-body[data-bvi-fontsize="24"] * h6,body .bvi-body[data-bvi-fontsize="24"] * h6 *{font-size:26px!important}body .bvi-body[data-bvi-fontsize="23"] *{font-size:23px!important}body .bvi-body[data-bvi-fontsize="23"] * h1,body .bvi-body[data-bvi-fontsize="23"] * h1 *{font-size:30px!important}body .bvi-body[data-bvi-fontsize="23"] * h2,body .bvi-body[data-bvi-fontsize="23"] * h2 *{font-size:29px!important}body .bvi-body[data-bvi-fontsize="23"] * h3,body .bvi-body[data-bvi-fontsize="23"] * h3 *{font-size:28px!important}body .bvi-body[data-bvi-fontsize="23"] * h4,body .bvi-body[data-bvi-fontsize="23"] * h4 *{font-size:27px!important}body .bvi-body[data-bvi-fontsize="23"] * h5,body .bvi-body[data-bvi-fontsize="23"] * h5 *{font-size:26px!important}body .bvi-body[data-bvi-fontsize="23"] * h6,body .bvi-body[data-bvi-fontsize="23"] * h6 *{font-size:25px!important}body .bvi-body[data-bvi-fontsize="22"] *{font-size:22px!important}body .bvi-body[data-bvi-fontsize="22"] * h1,body .bvi-body[data-bvi-fontsize="22"] * h1 *{font-size:29px!important}body .bvi-body[data-bvi-fontsize="22"] * h2,body .bvi-body[data-bvi-fontsize="22"] * h2 *{font-size:28px!important}body .bvi-body[data-bvi-fontsize="22"] * h3,body .bvi-body[data-bvi-fontsize="22"] * h3 *{font-size:27px!important}body .bvi-body[data-bvi-fontsize="22"] * h4,body .bvi-body[data-bvi-fontsize="22"] * h4 *{font-size:26px!important}body .bvi-body[data-bvi-fontsize="22"] * h5,body .bvi-body[data-bvi-fontsize="22"] * h5 *{font-size:25px!important}body .bvi-body[data-bvi-fontsize="22"] * h6,body .bvi-body[data-bvi-fontsize="22"] * h6 *{font-size:24px!important}body .bvi-body[data-bvi-fontsize="21"] *{font-size:21px!important}body .bvi-body[data-bvi-fontsize="21"] * h1,body .bvi-body[data-bvi-fontsize="21"] * h1 *{font-size:28px!important}body .bvi-body[data-bvi-fontsize="21"] * h2,body .bvi-body[data-bvi-fontsize="21"] * h2 *{font-size:27px!important}body .bvi-body[data-bvi-fontsize="21"] * h3,body .bvi-body[data-bvi-fontsize="21"] * h3 *{font-size:26px!important}body .bvi-body[data-bvi-fontsize="21"] * h4,body .bvi-body[data-bvi-fontsize="21"] * h4 *{font-size:25px!important}body .bvi-body[data-bvi-fontsize="21"] * h5,body .bvi-body[data-bvi-fontsize="21"] * h5 *{font-size:24px!important}body .bvi-body[data-bvi-fontsize="21"] * h6,body .bvi-body[data-bvi-fontsize="21"] * h6 *{font-size:23px!important}body .bvi-body[data-bvi-fontsize="20"] *{font-size:20px!important}body .bvi-body[data-bvi-fontsize="20"] * h1,body .bvi-body[data-bvi-fontsize="20"] * h1 *{font-size:27px!important}body .bvi-body[data-bvi-fontsize="20"] * h2,body .bvi-body[data-bvi-fontsize="20"] * h2 *{font-size:26px!important}body .bvi-body[data-bvi-fontsize="20"] * h3,body .bvi-body[data-bvi-fontsize="20"] * h3 *{font-size:25px!important}body .bvi-body[data-bvi-fontsize="20"] * h4,body .bvi-body[data-bvi-fontsize="20"] * h4 *{font-size:24px!important}body .bvi-body[data-bvi-fontsize="20"] * h5,body .bvi-body[data-bvi-fontsize="20"] * h5 *{font-size:23px!important}body .bvi-body[data-bvi-fontsize="20"] * h6,body .bvi-body[data-bvi-fontsize="20"] * h6 *{font-size:22px!important}body .bvi-body[data-bvi-fontsize="19"] *{font-size:19px!important}body .bvi-body[data-bvi-fontsize="19"] * h1,body .bvi-body[data-bvi-fontsize="19"] * h1 *{font-size:26px!important}body .bvi-body[data-bvi-fontsize="19"] * h2,body .bvi-body[data-bvi-fontsize="19"] * h2 *{font-size:25px!important}body .bvi-body[data-bvi-fontsize="19"] * h3,body .bvi-body[data-bvi-fontsize="19"] * h3 *{font-size:24px!important}body .bvi-body[data-bvi-fontsize="19"] * h4,body .bvi-body[data-bvi-fontsize="19"] * h4 *{font-size:23px!important}body .bvi-body[data-bvi-fontsize="19"] * h5,body .bvi-body[data-bvi-fontsize="19"] * h5 *{font-size:22px!important}body .bvi-body[data-bvi-fontsize="19"] * h6,body .bvi-body[data-bvi-fontsize="19"] * h6 *{font-size:21px!important}body .bvi-body[data-bvi-fontsize="18"] *{font-size:18px!important}body .bvi-body[data-bvi-fontsize="18"] * h1,body .bvi-body[data-bvi-fontsize="18"] * h1 *{font-size:25px!important}body .bvi-body[data-bvi-fontsize="18"] * h2,body .bvi-body[data-bvi-fontsize="18"] * h2 *{font-size:24px!important}body .bvi-body[data-bvi-fontsize="18"] * h3,body .bvi-body[data-bvi-fontsize="18"] * h3 *{font-size:23px!important}body .bvi-body[data-bvi-fontsize="18"] * h4,body .bvi-body[data-bvi-fontsize="18"] * h4 *{font-size:22px!important}body .bvi-body[data-bvi-fontsize="18"] * h5,body .bvi-body[data-bvi-fontsize="18"] * h5 *{font-size:21px!important}body .bvi-body[data-bvi-fontsize="18"] * h6,body .bvi-body[data-bvi-fontsize="18"] * h6 *{font-size:20px!important}body .bvi-body[data-bvi-fontsize="17"] *{font-size:17px!important}body .bvi-body[data-bvi-fontsize="17"] * h1,body .bvi-body[data-bvi-fontsize="17"] * h1 *{font-size:24px!important}body .bvi-body[data-bvi-fontsize="17"] * h2,body .bvi-body[data-bvi-fontsize="17"] * h2 *{font-size:23px!important}body .bvi-body[data-bvi-fontsize="17"] * h3,body .bvi-body[data-bvi-fontsize="17"] * h3 *{font-size:22px!important}body .bvi-body[data-bvi-fontsize="17"] * h4,body .bvi-body[data-bvi-fontsize="17"] * h4 *{font-size:21px!important}body .bvi-body[data-bvi-fontsize="17"] * h5,body .bvi-body[data-bvi-fontsize="17"] * h5 *{font-size:20px!important}body .bvi-body[data-bvi-fontsize="17"] * h6,body .bvi-body[data-bvi-fontsize="17"] * h6 *{font-size:19px!important}body .bvi-body[data-bvi-fontsize="16"] *{font-size:16px!important}body .bvi-body[data-bvi-fontsize="16"] * h1,body .bvi-body[data-bvi-fontsize="16"] * h1 *{font-size:23px!important}body .bvi-body[data-bvi-fontsize="16"] * h2,body .bvi-body[data-bvi-fontsize="16"] * h2 *{font-size:22px!important}body .bvi-body[data-bvi-fontsize="16"] * h3,body .bvi-body[data-bvi-fontsize="16"] * h3 *{font-size:21px!important}body .bvi-body[data-bvi-fontsize="16"] * h4,body .bvi-body[data-bvi-fontsize="16"] * h4 *{font-size:20px!important}body .bvi-body[data-bvi-fontsize="16"] * h5,body .bvi-body[data-bvi-fontsize="16"] * h5 *{font-size:19px!important}body .bvi-body[data-bvi-fontsize="16"] * h6,body .bvi-body[data-bvi-fontsize="16"] * h6 *{font-size:18px!important}body .bvi-body[data-bvi-fontsize="15"] *{font-size:15px!important}body .bvi-body[data-bvi-fontsize="15"] * h1,body .bvi-body[data-bvi-fontsize="15"] * h1 *{font-size:22px!important}body .bvi-body[data-bvi-fontsize="15"] * h2,body .bvi-body[data-bvi-fontsize="15"] * h2 *{font-size:21px!important}body .bvi-body[data-bvi-fontsize="15"] * h3,body .bvi-body[data-bvi-fontsize="15"] * h3 *{font-size:20px!important}body .bvi-body[data-bvi-fontsize="15"] * h4,body .bvi-body[data-bvi-fontsize="15"] * h4 *{font-size:19px!important}body .bvi-body[data-bvi-fontsize="15"] * h5,body .bvi-body[data-bvi-fontsize="15"] * h5 *{font-size:18px!important}body .bvi-body[data-bvi-fontsize="15"] * h6,body .bvi-body[data-bvi-fontsize="15"] * h6 *{font-size:17px!important}body .bvi-body[data-bvi-fontsize="14"] *{font-size:14px!important}body .bvi-body[data-bvi-fontsize="14"] * h1,body .bvi-body[data-bvi-fontsize="14"] * h1 *{font-size:21px!important}body .bvi-body[data-bvi-fontsize="14"] * h2,body .bvi-body[data-bvi-fontsize="14"] * h2 *{font-size:20px!important}body .bvi-body[data-bvi-fontsize="14"] * h3,body .bvi-body[data-bvi-fontsize="14"] * h3 *{font-size:19px!important}body .bvi-body[data-bvi-fontsize="14"] * h4,body .bvi-body[data-bvi-fontsize="14"] * h4 *{font-size:18px!important}body .bvi-body[data-bvi-fontsize="14"] * h5,body .bvi-body[data-bvi-fontsize="14"] * h5 *{font-size:17px!important}body .bvi-body[data-bvi-fontsize="14"] * h6,body .bvi-body[data-bvi-fontsize="14"] * h6 *{font-size:16px!important}body .bvi-body[data-bvi-fontsize="13"] *{font-size:13px!important}body .bvi-body[data-bvi-fontsize="13"] * h1,body .bvi-body[data-bvi-fontsize="13"] * h1 *{font-size:20px!important}body .bvi-body[data-bvi-fontsize="13"] * h2,body .bvi-body[data-bvi-fontsize="13"] * h2 *{font-size:19px!important}body .bvi-body[data-bvi-fontsize="13"] * h3,body .bvi-body[data-bvi-fontsize="13"] * h3 *{font-size:18px!important}body .bvi-body[data-bvi-fontsize="13"] * h4,body .bvi-body[data-bvi-fontsize="13"] * h4 *{font-size:17px!important}body .bvi-body[data-bvi-fontsize="13"] * h5,body .bvi-body[data-bvi-fontsize="13"] * h5 *{font-size:16px!important}body .bvi-body[data-bvi-fontsize="13"] * h6,body .bvi-body[data-bvi-fontsize="13"] * h6 *{font-size:15px!important}body .bvi-body[data-bvi-fontsize="12"] *{font-size:12px!important}body .bvi-body[data-bvi-fontsize="12"] * h1,body .bvi-body[data-bvi-fontsize="12"] * h1 *{font-size:19px!important}body .bvi-body[data-bvi-fontsize="12"] * h2,body .bvi-body[data-bvi-fontsize="12"] * h2 *{font-size:18px!important}body .bvi-body[data-bvi-fontsize="12"] * h3,body .bvi-body[data-bvi-fontsize="12"] * h3 *{font-size:17px!important}body .bvi-body[data-bvi-fontsize="12"] * h4,body .bvi-body[data-bvi-fontsize="12"] * h4 *{font-size:16px!important}body .bvi-body[data-bvi-fontsize="12"] * h5,body .bvi-body[data-bvi-fontsize="12"] * h5 *{font-size:15px!important}body .bvi-body[data-bvi-fontsize="12"] * h6,body .bvi-body[data-bvi-fontsize="12"] * h6 *{font-size:14px!important}body .bvi-body[data-bvi-fontsize="11"] *{font-size:11px!important}body .bvi-body[data-bvi-fontsize="11"] * h1,body .bvi-body[data-bvi-fontsize="11"] * h1 *{font-size:18px!important}body .bvi-body[data-bvi-fontsize="11"] * h2,body .bvi-body[data-bvi-fontsize="11"] * h2 *{font-size:17px!important}body .bvi-body[data-bvi-fontsize="11"] * h3,body .bvi-body[data-bvi-fontsize="11"] * h3 *{font-size:16px!important}body .bvi-body[data-bvi-fontsize="11"] * h4,body .bvi-body[data-bvi-fontsize="11"] * h4 *{font-size:15px!important}body .bvi-body[data-bvi-fontsize="11"] * h5,body .bvi-body[data-bvi-fontsize="11"] * h5 *{font-size:14px!important}body .bvi-body[data-bvi-fontsize="11"] * h6,body .bvi-body[data-bvi-fontsize="11"] * h6 *{font-size:13px!important}body .bvi-body[data-bvi-fontsize="10"] *{font-size:10px!important}body .bvi-body[data-bvi-fontsize="10"] * h1,body .bvi-body[data-bvi-fontsize="10"] * h1 *{font-size:17px!important}body .bvi-body[data-bvi-fontsize="10"] * h2,body .bvi-body[data-bvi-fontsize="10"] * h2 *{font-size:16px!important}body .bvi-body[data-bvi-fontsize="10"] * h3,body .bvi-body[data-bvi-fontsize="10"] * h3 *{font-size:15px!important}body .bvi-body[data-bvi-fontsize="10"] * h4,body .bvi-body[data-bvi-fontsize="10"] * h4 *{font-size:14px!important}body .bvi-body[data-bvi-fontsize="10"] * h5,body .bvi-body[data-bvi-fontsize="10"] * h5 *{font-size:13px!important}body .bvi-body[data-bvi-fontsize="10"] * h6,body .bvi-body[data-bvi-fontsize="10"] * h6 *{font-size:12px!important}body .bvi-body[data-bvi-fontsize="9"] *{font-size:9px!important}body .bvi-body[data-bvi-fontsize="9"] * h1,body .bvi-body[data-bvi-fontsize="9"] * h1 *{font-size:16px!important}body .bvi-body[data-bvi-fontsize="9"] * h2,body .bvi-body[data-bvi-fontsize="9"] * h2 *{font-size:15px!important}body .bvi-body[data-bvi-fontsize="9"] * h3,body .bvi-body[data-bvi-fontsize="9"] * h3 *{font-size:14px!important}body .bvi-body[data-bvi-fontsize="9"] * h4,body .bvi-body[data-bvi-fontsize="9"] * h4 *{font-size:13px!important}body .bvi-body[data-bvi-fontsize="9"] * h5,body .bvi-body[data-bvi-fontsize="9"] * h5 *{font-size:12px!important}body .bvi-body[data-bvi-fontsize="9"] * h6,body .bvi-body[data-bvi-fontsize="9"] * h6 *{font-size:11px!important}body .bvi-body[data-bvi-fontsize="8"] *{font-size:8px!important}body .bvi-body[data-bvi-fontsize="8"] * h1,body .bvi-body[data-bvi-fontsize="8"] * h1 *{font-size:15px!important}body .bvi-body[data-bvi-fontsize="8"] * h2,body .bvi-body[data-bvi-fontsize="8"] * h2 *{font-size:14px!important}body .bvi-body[data-bvi-fontsize="8"] * h3,body .bvi-body[data-bvi-fontsize="8"] * h3 *{font-size:13px!important}body .bvi-body[data-bvi-fontsize="8"] * h4,body .bvi-body[data-bvi-fontsize="8"] * h4 *{font-size:12px!important}body .bvi-body[data-bvi-fontsize="8"] * h5,body .bvi-body[data-bvi-fontsize="8"] * h5 *{font-size:11px!important}body .bvi-body[data-bvi-fontsize="8"] * h6,body .bvi-body[data-bvi-fontsize="8"] * h6 *{font-size:10px!important}body .bvi-body[data-bvi-fontsize="7"] *{font-size:7px!important}body .bvi-body[data-bvi-fontsize="7"] * h1,body .bvi-body[data-bvi-fontsize="7"] * h1 *{font-size:14px!important}body .bvi-body[data-bvi-fontsize="7"] * h2,body .bvi-body[data-bvi-fontsize="7"] * h2 *{font-size:13px!important}body .bvi-body[data-bvi-fontsize="7"] * h3,body .bvi-body[data-bvi-fontsize="7"] * h3 *{font-size:12px!important}body .bvi-body[data-bvi-fontsize="7"] * h4,body .bvi-body[data-bvi-fontsize="7"] * h4 *{font-size:11px!important}body .bvi-body[data-bvi-fontsize="7"] * h5,body .bvi-body[data-bvi-fontsize="7"] * h5 *{font-size:10px!important}body .bvi-body[data-bvi-fontsize="7"] * h6,body .bvi-body[data-bvi-fontsize="7"] * h6 *{font-size:9px!important}body .bvi-body[data-bvi-fontsize="6"] *{font-size:6px!important}body .bvi-body[data-bvi-fontsize="6"] * h1,body .bvi-body[data-bvi-fontsize="6"] * h1 *{font-size:13px!important}body .bvi-body[data-bvi-fontsize="6"] * h2,body .bvi-body[data-bvi-fontsize="6"] * h2 *{font-size:12px!important}body .bvi-body[data-bvi-fontsize="6"] * h3,body .bvi-body[data-bvi-fontsize="6"] * h3 *{font-size:11px!important}body .bvi-body[data-bvi-fontsize="6"] * h4,body .bvi-body[data-bvi-fontsize="6"] * h4 *{font-size:10px!important}body .bvi-body[data-bvi-fontsize="6"] * h5,body .bvi-body[data-bvi-fontsize="6"] * h5 *{font-size:9px!important}body .bvi-body[data-bvi-fontsize="6"] * h6,body .bvi-body[data-bvi-fontsize="6"] * h6 *{font-size:8px!important}body .bvi-body[data-bvi-fontsize="5"] *{font-size:5px!important}body .bvi-body[data-bvi-fontsize="5"] * h1,body .bvi-body[data-bvi-fontsize="5"] * h1 *{font-size:12px!important}body .bvi-body[data-bvi-fontsize="5"] * h2,body .bvi-body[data-bvi-fontsize="5"] * h2 *{font-size:11px!important}body .bvi-body[data-bvi-fontsize="5"] * h3,body .bvi-body[data-bvi-fontsize="5"] * h3 *{font-size:10px!important}body .bvi-body[data-bvi-fontsize="5"] * h4,body .bvi-body[data-bvi-fontsize="5"] * h4 *{font-size:9px!important}body .bvi-body[data-bvi-fontsize="5"] * h5,body .bvi-body[data-bvi-fontsize="5"] * h5 *{font-size:8px!important}body .bvi-body[data-bvi-fontsize="5"] * h6,body .bvi-body[data-bvi-fontsize="5"] * h6 *{font-size:7px!important}body .bvi-body[data-bvi-fontsize="4"] *{font-size:4px!important}body .bvi-body[data-bvi-fontsize="4"] * h1,body .bvi-body[data-bvi-fontsize="4"] * h1 *{font-size:11px!important}body .bvi-body[data-bvi-fontsize="4"] * h2,body .bvi-body[data-bvi-fontsize="4"] * h2 *{font-size:10px!important}body .bvi-body[data-bvi-fontsize="4"] * h3,body .bvi-body[data-bvi-fontsize="4"] * h3 *{font-size:9px!important}body .bvi-body[data-bvi-fontsize="4"] * h4,body .bvi-body[data-bvi-fontsize="4"] * h4 *{font-size:8px!important}body .bvi-body[data-bvi-fontsize="4"] * h5,body .bvi-body[data-bvi-fontsize="4"] * h5 *{font-size:7px!important}body .bvi-body[data-bvi-fontsize="4"] * h6,body .bvi-body[data-bvi-fontsize="4"] * h6 *{font-size:6px!important}body .bvi-body[data-bvi-fontsize="3"] *{font-size:3px!important}body .bvi-body[data-bvi-fontsize="3"] * h1,body .bvi-body[data-bvi-fontsize="3"] * h1 *{font-size:10px!important}body .bvi-body[data-bvi-fontsize="3"] * h2,body .bvi-body[data-bvi-fontsize="3"] * h2 *{font-size:9px!important}body .bvi-body[data-bvi-fontsize="3"] * h3,body .bvi-body[data-bvi-fontsize="3"] * h3 *{font-size:8px!important}body .bvi-body[data-bvi-fontsize="3"] * h4,body .bvi-body[data-bvi-fontsize="3"] * h4 *{font-size:7px!important}body .bvi-body[data-bvi-fontsize="3"] * h5,body .bvi-body[data-bvi-fontsize="3"] * h5 *{font-size:6px!important}body .bvi-body[data-bvi-fontsize="3"] * h6,body .bvi-body[data-bvi-fontsize="3"] * h6 *{font-size:5px!important}body .bvi-body[data-bvi-fontsize="2"] *{font-size:2px!important}body .bvi-body[data-bvi-fontsize="2"] * h1,body .bvi-body[data-bvi-fontsize="2"] * h1 *{font-size:9px!important}body .bvi-body[data-bvi-fontsize="2"] * h2,body .bvi-body[data-bvi-fontsize="2"] * h2 *{font-size:8px!important}body .bvi-body[data-bvi-fontsize="2"] * h3,body .bvi-body[data-bvi-fontsize="2"] * h3 *{font-size:7px!important}body .bvi-body[data-bvi-fontsize="2"] * h4,body .bvi-body[data-bvi-fontsize="2"] * h4 *{font-size:6px!important}body .bvi-body[data-bvi-fontsize="2"] * h5,body .bvi-body[data-bvi-fontsize="2"] * h5 *{font-size:5px!important}body .bvi-body[data-bvi-fontsize="2"] * h6,body .bvi-body[data-bvi-fontsize="2"] * h6 *{font-size:4px!important}body .bvi-body[data-bvi-fontsize="1"] *{font-size:1px!important}body .bvi-body[data-bvi-fontsize="1"] * h1,body .bvi-body[data-bvi-fontsize="1"] * h1 *{font-size:8px!important}body .bvi-body[data-bvi-fontsize="1"] * h2,body .bvi-body[data-bvi-fontsize="1"] * h2 *{font-size:7px!important}body .bvi-body[data-bvi-fontsize="1"] * h3,body .bvi-body[data-bvi-fontsize="1"] * h3 *{font-size:6px!important}body .bvi-body[data-bvi-fontsize="1"] * h4,body .bvi-body[data-bvi-fontsize="1"] * h4 *{font-size:5px!important}body .bvi-body[data-bvi-fontsize="1"] * h5,body .bvi-body[data-bvi-fontsize="1"] * h5 *{font-size:4px!important}body .bvi-body[data-bvi-fontsize="1"] * h6,body .bvi-body[data-bvi-fontsize="1"] * h6 *{font-size:3px!important}body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles),body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles),body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles){-webkit-filter:grayscale(0);filter:grayscale(0);visibility:visible}body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles),body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles),body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles){display:none;position:relative;border:1px dashed}body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles),body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles),body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles){-moz-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-o-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-webkit-filter:grayscale(1);filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");filter:grayscale(1);visibility:visible}body .bvi-body[data-bvi-lineheight=normal]:not(.bvi-no-styles){line-height:1.5!important}body .bvi-body[data-bvi-lineheight=average]:not(.bvi-no-styles){line-height:2!important}body .bvi-body[data-bvi-lineheight=big]:not(.bvi-no-styles){line-height:2.5!important}body .bvi-body[data-bvi-letterspacing=normal]:not(.bvi-no-styles){letter-spacing:0!important}body .bvi-body[data-bvi-letterspacing=average]:not(.bvi-no-styles){letter-spacing:2px!important}body .bvi-body[data-bvi-letterspacing=big]:not(.bvi-no-styles){letter-spacing:4px!important}body .bvi-body[data-bvi-fontfamily=arial]:not(i):not(span):not(.bvi-no-styles){font-family:Arial,sans-serif!important}body .bvi-body[data-bvi-fontfamily=times]:not(i):not(span):not(.bvi-no-styles){font-family:"Times New roman",serif!important}body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) .wp-audio-shortcode,body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) figure,body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) iframe,body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) object,body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) video,body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) ymaps{display:block!important}body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) .wp-audio-shortcode,body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) figure,body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) iframe,body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) object,body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) video,body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) ymaps{display:none!important}body .bvi-body .bvi-speech{margin-bottom:1.5rem}body .bvi-body .bvi-speech .bvi-speech-link{display:inline-block;border:1px dashed transparent;border-bottom:0;padding:.7rem}body .bvi-body .bvi-speech .bvi-speech-text{border:1px dashed transparent;padding:.7rem}body .bvi-body .bvi-speech .bvi-highlighting mark{font-weight:700;text-decoration:underline}body .bvi-body a.bvi-link{display:inline-block;font-weight:400;line-height:1.5;font-size:.875rem!important;color:#212529!important;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#e0e0e0!important;border:1px solid #c6c6c6!important;padding:.375rem .75rem;border-radius:.25rem;position:relative;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}body .bvi-body a.bvi-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}body .bvi-body .bvi-link-fixed-top{position:fixed!important;top:5rem!important;right:1.5rem!important;z-index:999999!important}body .bvi-body .bvi-hide{display:none!important}body .bvi-body .bvi-show{display:block!important}.bvi-images{width:18px;height:18px;letter-spacing:normal;display:inline-block;vertical-align:middle;z-index:1;background-size:100% 100%;-o-background-size:100% 100%;-webkit-background-size:100% 100%}.bvi-images.bvi-images-cog{background-image:url("/assets/css/../img/cog.svg");background-repeat:no-repeat}.bvi-images.bvi-images-eye-slash{background-image:url("/assets/css/../img/eye-slash.svg");background-repeat:no-repeat}.bvi-images.bvi-images-volume-up{background-image:url("/assets/css/../img/volume-up.svg");background-repeat:no-repeat}.bvi-images.bvi-images-volume-off{background-image:url("/assets/css/../img/volume-off.svg");background-repeat:no-repeat}.bvi-images.bvi-images-adjust{background-image:url("/assets/css/../img/adjust.svg");background-repeat:no-repeat}.bvi-images.bvi-images-minus-circle{background-image:url("/assets/css/../img/minus-circle.svg");background-repeat:no-repeat}.bvi-images.bvi-images-image{background-image:url("/assets/css/../img/image.svg");background-repeat:no-repeat}.bvi-images.bvi-images-minus{background-image:url("/assets/css/../img/minus.svg");background-repeat:no-repeat}.bvi-images.bvi-images-eye{background-image:url("/assets/css/../img/eye.svg");background-repeat:no-repeat;fill:green}.bvi-images.bvi-images-size-32{width:32px!important;height:32px!important}
/*# sourceMappingURL=bvi.min.css.map */
/* End */


/* Start:/bitrix/templates/simai.framework/template_styles.css?1736913910103460*/
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/Golos/GolosText-Regular.woff2") format("woff2"),
    url("/assets/fonts/Golos/GolosText-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/Golos/GolosText-Medium.woff2") format("woff2"),
    url("/assets/fonts/Golos/GolosText-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/Golos/GolosText-SemiBold.woff2") format("woff2"),
    url("/assets/fonts/Golos/GolosText-SemiBold.ttf") format("ttf");
}
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/Golos/GolosText-Bold.woff2") format("woff2"),
    url("/assets/fonts/Golos/GolosText-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/Golos/GolosText-ExtraBold.woff2") format("woff2"),
    url("/assets/fonts/Golos/GolosText-ExtraBold.ttf") format("ttf");
}
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/fonts/Golos/GolosText-Black.woff2") format("woff2"),
    url("/assets/fonts/Golos/GolosText-Black.ttf") format("ttf");
}

:root {
  --main-blue: #00509d;
  --main-dark-blue: #123666;
  --main-white-blue: #91d1f4;
  --sec-gray-blue: #e8f6fe;
  --sec-dark-gray-blue: #84a1c8;
  --sec-black: #21252e;
  --g-dark-gray: #8c98a3;
  --g-gray: #cccccc;
  --g-light-gray: #e8ebf0;
  --error: #ff4e4e;
}

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: "Golos Text", Arial, Helvetica, sans-serif;
  color: var(--sec-black);
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
  z-index: -1;
  background-image: url(/assets/img/ui/arrow_left.svg),
    url(/assets/img/ui/arrow_left_dark.svg),
    url(/assets/img/ui/arrow_left_white.svg),
    url(/assets/img/ui/cross_white.svg),
    url(/assets/img/ui/arrow_left_dark_grey_blue.svg),
    url(/assets/img/ui/arrow_left_white_blue.svg),
    url(/assets/img/ui/arrow_down_black.svg),
    url(/assets/img/ui/arrow_up_black.svg),
    url(/assets//img/ui/burger_close.svg), url(/assets/img/ui/cross_white.svg),
    url(/assets/img/ui/arrow_up_small.svg);
}

/* TYPO */

h1,
h2,
h3,
p,
li {
  margin: 0;
}

h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}

h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

hr {
  width: 100%;
  background-color: #cccccc;
  height: 1px;
  margin: 0;
}

/* BUTTONS AND LINKS */

.button {
  background-color: var(--main-blue);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  color: white;
  transition: all 300ms ease;
  display: inline-block;
  cursor: pointer;
  min-width: 125px;
  text-decoration: none;
}

.button:hover {
  border: 1px solid var(--main-blue);
  background-color: white;
  color: var(--sec-black);
}

.button_white-blue {
  background-color: var(--main-white-blue);
  color: var(--sec-black);
}

.button_white-blue:hover {
  background-color: var(--main-blue);
  color: white;
  border: 1px solid transparent;
}

.button_white {
  background-color: white;
  color: var(--main-dark-blue);
  border: 1px solid var(--main-dark-blue);
}

.button_white:hover {
  background-color: var(--main-blue);
  color: white;
  border: 1px solid transparent;
}

.button_blue {
  background-color: var(--main-blue);
  color: white;
}

.button_blue:hover {
  background-color: white;
  color: var(--main-dark-blue);
  border: 1px solid var(--main-dark-blue);
}

.arrow {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: transparent;
  border: 1px solid var(--main-blue);
  border-radius: 50%;
  background-image: url(/assets/img/ui/arrow_left.svg);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 300ms ease;
}

.arrow.disabled {
  opacity: 0.5;
  cursor: default;
}

.arrow_right {
  transform: rotate(180deg);
}

.arrow_dark {
  border: 1px solid var(--main-dark-blue);
  background-image: url(/assets/img/ui/arrow_left_dark.svg);
}

.arrow:not(.disabled):hover {
  border: 1px solid white;
  background-color: var(--main-blue);
  background-image: url(/assets/img/ui/arrow_left_white.svg);
}

.arrow_dark:hover {
  border: 1px solid white;
  background-color: var(--main-dark-blue);
  background-image: url(/assets/img/ui/arrow_left_white.svg);
}

.arrow_white {
  border: 1px solid white;
  background-color: transparent;
  background-image: url(/assets/img/ui/arrow_left_white.svg);
}

.arrow_white:hover {
  border: 1px solid white;
  background-color: var(--main-blue);
  background-image: url(/assets/img/ui/arrow_left_white.svg);
}

/* a {
  color: var(--main-blue);
  text-decoration: underline;
  transition: all 300ms ease;
}

a:hover {
  color: var(--main-dark-blue);
  text-decoration: none;
} */

a:disabled {
  color: var(--g-gray);
  cursor: default;
  pointer-events: none;
}

.breadcrumbs__link {
  text-decoration: none;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
}

.breadcrumbs__link_disabled {
  color: var(--g-gray);
  cursor: default;
  pointer-events: none;
}

.breadcrumbs__divider {
  color: var(--g-gray);
}

.tag-item {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 3px 8px;
  box-sizing: border-box;
  background-color: var(--g-light-gray);
  cursor: pointer;
  text-decoration: none;
  border-radius: 20px;
  white-space: nowrap;
}

.tag-item:hover {
  background-color: var(--main-blue);
  color: white;
}

.tag-item_active {
  background-color: var(--main-blue);
  color: white;
  position: relative;
  padding-right: 28px;
}

.tag-item_active:hover {
  background-color: var(--main-dark-blue);
}

.tag-item_active::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/assets/img/ui/cross_white.svg) center/contain no-repeat;
  right: 6px;
  top: 50%;
  transform: rotate(0) translateY(-50%);
}

.all-link {
  display: inline-block;
  position: relative;
  color: var(--sec-dark-gray-blue);
  padding-right: 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  cursor: pointer;
}

.all-link:hover {
  color: var(--main-white-blue);
}

.all-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  width: 24px;
  height: 24px;
  background-image: url(/assets/img/ui/arrow_left_dark_grey_blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.all-link:hover::after {
  background-image: url(/assets/img/ui/arrow_left_white_blue.svg);
}

.more-link {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: var(--sec-black);
  cursor: pointer;
  white-space: nowrap;
}

.more-link::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: var(--main-blue);
  background-image: url(/assets/img/ui/arrow_left_white.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: all 300ms ease;
}

.more-link:hover::after {
  background-color: var(--main-dark-blue);
}

.more-link_light {
  color: white;
}

.more-link_light:hover {
  color: white;
}

.more-link_light::after {
  background-color: white;
  background-image: url(/assets/img/ui/arrow_left_dark.svg);
}

.more-link_light:hover::after {
  background-color: var(--sec-gray-blue);
  background-image: url(/assets/img/ui/arrow_left_dark.svg);
}

.file {
  display: flex;
  gap: 8px;
  align-items: center;
}

.file__link {
  display: inline-block;
  padding-left: 32px;
  position: relative;
  height: 24px;
  display: flex;
  align-items: center;
}

.file__link::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background-image: url(/assets/img/ui/file_icon.svg);
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.file__size {
  padding: 4px 12px;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 16px;
  line-height: 24px;
  color: white;
  background-color: var(--main-blue);
}

/* TEXT FIELDS */

.icon-text {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  height: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  width: fit-content;
  color: var(--main-blue);
  white-space: nowrap;
}

.icon-text::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-text_calendar::after {
  background-image: url(/assets/img/ui/calendar.svg);
}

.icon-text_clock::after {
  background-image: url(/assets/img/ui/clock.svg);
}

.icon-text_online::after {
  background-image: url(/assets/img/ui/monitor.svg);
}

.icon-text_offline::after {
  background-image: url(/assets/img/ui/location.svg);
}

.chips {
  font-size: 12px;
  line-height: 16px;
  padding: 3px 8px;
  box-sizing: border-box;
  border-radius: 20px;
  color: white;
  background-color: transparent;
  border: 1px solid var(--g-dark-gray);
  width: fit-content;
}

.chips_white {
  color: var(--sec-black);
  background-color: white;
  border: 1px solid var(--sec-dark-gray-blue);
}

.chips_trans {
  color: var(--sec-black);
  background-color: transparent;
  border: 1px solid var(--sec-dark-gray-blue);
}

.chips_blue {
  background-color: var(--main-blue);
  border: 1px solid transparent;
}

.chips_dark-blue {
  background-color: var(--main-dark-blue);
  border: 1px solid transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul,
ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ul-marked li,
.item-detail__text-block ul li {
  display: block;
  background: url(/assets/img/ui/marker.svg) 0 8px no-repeat;
  background-size: 9px 9px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 26px;
  color: var(--sec-black);
}

ol {
  padding: 0;
  counter-reset: item;
  list-style-type: none;
}
ol li {
  display: block;
  font-size: 18px;
  line-height: 26px;
}
ol li:before {
  content: counter(item) "  ";
  counter-increment: item;
  color: var(--main-blue);
  margin-right: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.media-tag {
  background-image: url(/assets/img/ui/photo_icon_white.svg);
  background-color: var(--main-blue);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.media-tag_video {
  background-image: url(/assets/img/ui/video_icon_white.svg);
}

.social-service {
  background-image: url(/assets/img/ui/photo_icon_white.svg);
  background-color: var(--main-blue);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.social-service_vk {
  background-image: url(/assets/img/ui/vk.svg);
}

.social-service_wa {
  background-image: url(/assets/img/ui/wa.svg);
}

.social-service_tg {
  background-image: url(/assets/img/ui/tg.svg);
}

.circle-icon {
  background-color: var(--main-blue);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.circle-icon_vk {
  background-image: url(/assets/img/ui/vk.svg);
}

/* INPUTS */

.form {
  color: var(--sec-black);
}

.form__fieldset {
  border: 0;
  padding: 0;
  background-color: var(--main-blue);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form__input-wrapper {
  position: relative;
}

input,
textarea,
label,
fieldset {
  font-family: inherit;
}

textarea {
  resize: none;
}

.form__input {
  background-color: white;
  border: 1px solid var(--main-white-blue);
  padding: 31px 60px 9px 20px;
  box-sizing: border-box;
  color: var(--sec-black);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}

.form__input:focus {
  outline: none;
}

.form__input:hover {
  outline: 3px solid var(--main-white-blue);
  outline-offset: -3px;
}

.form__input_text:focus + .form__label {
  color: var(--main-blue);
  transform: translateY(-11px);
}

.form__label {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all 300ms ease;
  pointer-events: none;
}

.form__label span {
  color: var(--main-blue);
}

.form__label_active {
  color: var(--g-dark-gray);
  transform: translateY(-11px);
}

.form__error-message {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--g-gray);
  margin-top: 8px;
}

.form__clear-btn {
  width: 32px;
  height: 32px;
  background-image: url(/assets/img/ui/cross_gray.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 18px;
  cursor: pointer;
  display: none;
}

.form__clear-btn_active {
  display: inline-block;
}

.error .form__error-message {
  display: block;
}

.error .form__input {
  border-color: var(--error);
}

.error .form__label_active {
  color: var(--error);
}

/* SELECT */

.field-select {
  cursor: pointer;
}

.form__select::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/assets/img/ui/arrow_up_black.svg);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  cursor: pointer;
  pointer-events: none;
}

.form__select_active::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.form__options-block {
  position: absolute;
  z-index: 20;
  top: 72px;
  display: block;
  background: #fff;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  overflow: hidden;
}

.form__options-block_active {
  opacity: 1;
  visibility: visible;
}

.form__options {
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  padding: 0;
  border: none;
  display: block;
  list-style-type: none;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 256px;
}

.form__options::-webkit-scrollbar,
html .form__options::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.form__options::-webkit-scrollbar-track,
html .form__options::-webkit-scrollbar-track {
  background: transparent;
}
.form__options::-webkit-scrollbar-thumb,
html .form__options::-webkit-scrollbar-thumb {
  background-color: var(--main-blue);
  border-radius: 6px;
  border: 3px solid white;
}

.form__options li {
  cursor: pointer;
  margin: 0;
  padding: 20px 10px;
  box-sizing: border-box;
}

.form__options li:hover {
  color: var(--main-blue);
  font-weight: 500;
  background-color: var(--sec-gray-blue);
}

.form__option_selected {
  background-color: var(--sec-gray-blue);
}

.form__options_active {
  opacity: 1;
  visibility: visible;
}

.form__button {
  width: fit-content;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }

}

@media screen and (min-width: 1024px) {
  .more-link {
    font-size: 20px;
    line-height: 25px;
    padding-right: 60px;
    height: 44px;
    display: flex;
    align-items: center;
    width: fit-content;
  }
  .more-link::after {
    width: 44px;
    height: 44px;
    background-size: 24px 24px;
  }
  h2 {
    font-size: 40px;
    line-height: 44px;
  }
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .tag-item {
    font-size: 16px;
    line-height: 24px;
    padding: 6px 16px;
  }
  .tag-item_active {
    padding-right: 37px;
  }
  .tag-item_active::after {
    right: 11px;
  }
  .icon-text {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    padding-left: 32px;
  }
  .icon-text::after {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
  .chips {
    font-size: 16px;
    line-height: 24px;
    padding: 4px 12px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
  h2 {
    font-size: 48px;
    line-height: 54px;
  }
}

.section {
  padding: 60px 16px;
  box-sizing: border-box;
  width: 100%;
}

.section_inner {
  padding-top: 0;
}

.content {
  margin: 0 auto;
}

.section__title {
  font-weight: 500;
}

.section__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}

.content__more-link {
  display: none;
}

.content__more-link_bottom {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .content__more-link_bottom {
    display: none;
  }
  .content__more-link {
    display: flex;
  }
  .content__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .section {
    padding: 60px 24px;
  }
  .section_inner {
    padding-top: 0;
  }
  .section__description {
    max-width: 600px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .section {
    padding: 100px 48px;
  }
  .section_inner {
    padding-top: 0;
  }
}

@media screen and (min-width: 1900px) {
  .section {
    padding: 160px 0;
  }
  .section_inner {
    padding-top: 0;
  }
  .content {
    max-width: 1800px;
  }
}

@media screen and (min-width: 1440px) {
  .section__description {
    max-width: 888px;
  }
}

.breadcrumbs {
  padding-top: 0;
  padding-bottom: 0;
}

.filter__container {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  overflow: hidden;
  height: 53px;
  transition: all 300ms ease;
}

.filter__container_active {
  height: unset;
}

.filter__show-more {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: var(--main-blue);
  text-decoration: underline;
  margin-top: 16px;
}

.filter__show-more::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(/assets/img/ui/arrow_down_small.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.filter__show-more_open,
.filter__show-more_close {
  display: inline-block;
}

.filter__show-more_close::after {
  background-image: url(/assets/img/ui/arrow_up_small.svg);
}

@media screen and (min-width: 768px) {
  .filter__container {
    margin-top: 24px;
    height: unset;
  }
}

@media screen and (min-width: 1280px) {
  .filter__container {
    margin-top: 40px;
  }
}

.pagination {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 24px;
    gap: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .pagination {
    margin-top: 40px;
  }
}

.pagination__container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination__page {
  display: inline-block;
  width: 44px;
  height: 44px;
  border: none;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  color: var(--sec-black);
  text-decoration: none;
  background-color: var(--sec-gray-blue);
  border-radius: 50%;
}

.pagination__page:not(.pagination__page_active):hover {
  color: var(--main-blue);
}

.pagination__page_active {
  background-color: var(--main-blue);
  color: white;
}

.map {
  width: 100%;
  height: 482px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .map {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .map {
    margin-top: 60px;
  }
}

/* :root {
  --main-blue: #00509d;
  --main-dark-blue: #123666;
  --main-white-blue: #91d1f4;
  --sec-gray-blue: #e8f6fe;
  --sec-dark-gray-blue: #84a1c8;
  --sec-black: #21252e;
  --g-dark-gray: #8c98a3;
  --g-gray: #cccccc;
  --g-light-gray: #e8ebf0;
  --error: #ff4e4e;
} */

.atwinta {
  display: inline-block;
  width: 58px;
  height: 18px;
  background-image: url(/assets/img/atwinta_logo.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-open {
  /* overflow: hidden; */
}

.overflow {
  overflow: hidden;
}

.header {
  padding: 16px;
  box-sizing: border-box;
}

.overlay {
  display: none;
}

.nav-open .overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}

.nav-open .header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 103;
}

.header__wrapper {
  background-color: var(--sec-gray-blue);
  border-radius: 8px;
  padding: 20px 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 50;
}

.nav-open .header__wrapper::after {
  content: "";
  position: absolute;
  z-index: 55;
  width: calc(100% - 32px);
  height: 1px;
  background-color: var(--main-white-blue);
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.logo {
  height: 28px;
  width: 147px;
  object-fit: contain;
  object-position: left center;
}

.logo_footer {
  width: 343px;
  height: 53px;
  -webkit-filter: grayscale(1) brightness(1000%);
  filter: grayscale(1) brightness(1000%);
}

.header__burger-menu {
  width: 44px;
  height: 28px;
  padding: 0;
  background-color: var(--main-blue);
  background-image: url(/assets//img/ui/burger.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  min-width: unset;
  border-radius: 20px;
  border: none;
}

.nav-open .header__burger-menu {
  background-image: url(/assets//img/ui/burger_close.svg);
}

button.header__burger-menu:hover {
  background-color: var(--main-dark-blue);
  border: none;
}

.header__link {
  color: var(--main-blue);
  text-decoration: none;
  min-width: 24px;
  height: 24px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.header__link_search {
  background-image: url(/assets/img/ui/search_blue.svg);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.header__link_eye {
  background-image: url(/assets/img/ui/eye_blue.svg);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.header__link_lang {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.m-menu {
  position: absolute;
  top: 80px;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  background-color: var(--sec-gray-blue);
  padding: 16px 16px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: none;
  max-width: 1800px;
  left: 0;
  right: 0;
  margin: auto;
}

.nav-open .m-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-menu__container {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}

.m-menu__container::-webkit-scrollbar,
html .form__options::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}

.m-menu__container::-webkit-scrollbar-track,
html .m-menu__container::-webkit-scrollbar-track {
  background: transparent;
}

.m-menu__container::-webkit-scrollbar-thumb,
html .m-menu__container::-webkit-scrollbar-thumb {
  background-color: var(--main-white-blue);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid var(--sec-gray-blue);
}

.m-menu__bottom {
  margin: 24px 0 0;
}

.m-menu__add-button {
  width: 100%;
  white-space: nowrap;
  max-width: 375px;
}

.m-menu__bottom-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 28px 0 0;
  border-top: 1px solid var(--main-white-blue);
}

.m-menu__links {
  margin: 16px 0 0;
  list-style-type: none;
}

.m-menu__item {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.m-menu__item:last-of-type {
  margin: 0;
}

.m-menu__link {
  text-decoration: none;
  color: var(--sec-black);
}

.m-menu__link_dropdown,
.main-menu__link_dropdown {
  padding-right: 24px;
  position: relative;
}

.m-menu__link_dropdown::after,
.main-menu__link_dropdown::after {
  content: "";
  background-image: url(/assets/img/ui/arrow_left.svg);
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.js-drop-menu_active::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.js-drop-menu {
  cursor: pointer;
}

.js-drop-field {
  display: none;
}

.js-drop-menu_active + .js-drop-field {
  display: block;
}

.m-menu .m-menu__dropdown {
  margin-top: 8px;
}

.m-menu__dropdown .m-menu__item {
  margin-bottom: 8px;
}

.m-menu__dropdown .m-menu__link {
  color: var(--sec-dark-gray-blue);
  font-size: 14px;
  line-height: 20px;
}

.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-menu__container {
  display: none;
  margin: auto;
}

.main-menu__side .header__link,
.main-menu__add-button {
  display: none;
}

.main-menu__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}

.main-menu__dropdown {
  background-color: white;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid var(--sec-gray-blue);
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-menu__links > .m-menu__item > .m-menu__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.footer {
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: var(--main-very-dark-blue);
}

.footer__wrapper {
  padding: 24px 0;
  box-sizing: border-box;
}

.footer__main-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.footer__link {
  color: white;
  text-decoration: none;
}

.footer__link:hover {
  color: var(--sec-gray-blue);
}

.footer__link_gray {
  color: var(--sec-dark-gray-blue);
}

.footer__link_gray:hover {
  color: var(--main-white-blue);
}

.social {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 0;
}

.social__link {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
}

.social__link:hover {
  background-color: var(--sec-gray-blue);
}

.social__link_wa {
  background-image: url(/assets/img/ui/wa_d-blue.svg);
  background-size: 20px 20px;
}

.social__link_vk {
  background-image: url(/assets/img/ui/vk_d-blue.svg);
  background-size: 20px 12px;
}

.social__link_tg {
  background-image: url(/assets/img/ui/tg_d-blue.svg);
  background-size: 20px 17px;
}

.footer-menu {
  margin-top: 24px;
  padding-top: 24px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-menu__item {
  margin-bottom: 16px;
}

.footer-menu__item:last-of-type {
  margin: 0;
}

.footer-menu__dropdown {
  margin-top: 8px;
}

.footer-menu__dropdown .footer-menu__item {
  margin-bottom: 8px;
}

.footer-menu__dropdown .footer-menu__item:last-of-type {
  margin: 0;
}

.footer-menu__link {
  color: white;
  text-decoration: none;
}

.footer-menu__link_dropdown {
  cursor: default;
}

.footer-menu__link:hover {
  color: var(--sec-gray-blue);
}

.footer-menu__dropdown .footer-menu__link {
  color: var(--sec-dark-gray-blue);
  font-size: 14px;
  line-height: 20px;
}

.footer-menu__dropdown .footer-menu__link:hover {
  color: var(--main-white-blue);
}

.footer__info {
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__info p {
  font-size: 14px;
  line-height: 20px;
}

.footer__info a {
  color: var(--sec-dark-gray-blue);
  text-decoration: none;
}

.footer__info a:hover {
  color: var(--main-white-blue);
}

.footer__policy,
.footer__copy,
.footer__policy-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__copy {
  color: var(--sec-dark-gray-blue);
}

.footer__creator a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: white;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.footer__creator span {
  margin-left: 4px;
}

.footer__creator-link {
  display: inline-block;
}

.footer__policy .footer__creator-link {
  display: none;
}

.main {
  width: 100%;
  min-height: 300px;
}

.bottom-menu {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9;
  display: block;
}

.bottom-menu__main-button {
  background-color: var(--main-blue);
  background-image: url(/assets/img/ui/question_white.svg);
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 10;
  width: 44px;
  height: 44px;
}

.bottom-menu__main-button:hover {
  background-color: var(--main-dark-blue);
}

.bottom-menu__main-button_active {
  background-image: url(/assets/img/ui/cross_white.svg);
}

.bottom-menu__link {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 44px;
  height: 44px;
  transition: all 300ms ease;
  border-radius: 50%;
  background-color: var(--main-blue);
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.bottom-menu__link_wa {
  background-image: url(/assets/img/ui/wa.svg);
}

.bottom-menu__link_tg {
  background-image: url(/assets/img/ui/tg.svg);
}

.bottom-menu__link_vk {
  background-image: url(/assets/img/ui/vk.svg);
}

.bottom-menu__link_question {
  background-image: url(/assets/img/ui/feedback_icon.svg);
}

.bottom-menu__link:hover {
  background-color: var(--main-dark-blue);
}

.bottom-menu__link_active:nth-child(1) {
  transform: translateY(-52px);
}

.bottom-menu__link_active:nth-child(2) {
  transform: translateY(-104px);
}

.bottom-menu__link_active:nth-child(3) {
  transform: translateY(-156px);
}

.bottom-menu__link_active:nth-child(4) {
  transform: translateY(-208px);
}

.bottom-menu__link_active:nth-child(5) {
  transform: translateY(-260px);
}

.popup-form, .popup-form_resume {
  opacity: 0;
  visibility: visible;
  transition: all 300ms ease;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.popup-form__wrapper {
  position: absolute;
  right: -100vw;
  top: 0;
  bottom: 0;
  background-color: var(--main-blue);
  height: 100%;
  width: 100%;
  max-width: 527px;
  transition: all 300ms ease;
  padding: 24px;
  box-sizing: border-box;
  overflow-y: auto;
}

.popup-form_active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.popup-form_active .popup-form__wrapper {
  transform: translateX(-100vw);
  display: block;
}

.popup-form__close {
  background-image: url(/assets/img/ui/cross_white.svg);
  display: block;
  width: 50px;
  height: 50px;
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 5;
}

.popup-form__title {
  color: white;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  max-width: 261px;
}

.popup-form__subtitle {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  max-width: 261px;
}

.popup-form__info {
  color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.popup-form__info a {
  font-weight: 500;
  color: white;
}

.popup-form__info a:hover {
  color: var(--sec-dark-gray-blue);
}

.popup-form form {
  margin-top: 24px;
}

.popup-form .form__fieldset {
  padding: 0;
  gap: 16px;
}

.popup-form .form__input_textarea {
  height: 128px;
  resize: none;
}

.popup-form__message {
  margin-top: 200px;
}

.popup-form__close-button {
  margin-top: 24px;
  min-width: 174px;
}

.popup-form .form__button {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .nav-open .m-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: unset;
    background-color: white;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    padding: 24px 16px;
  }

  .m-menu__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    position: relative;
  }

  .m-menu__bottom::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--main-white-blue);
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
  }

  .m-menu__bottom-links {
    margin: 0;
    padding: 0;
    border: none;
    gap: 40px;
  }

  .m-menu__container {
    overflow: unset;
    height: unset;
  }

  .m-menu__add-button {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .m-menu__links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .m-menu__links_hided {
    gap: 16px
  }

  .m-menu__item {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }

  .m-menu__item:has(> .m-menu__link_dropdown) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .m-menu__bottom-links .header__link_lang {
    display: none;
  }

  .footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }

  .footer__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .header {
    padding: 24px 0;
  }

  .header__wrapper {
    padding: 22px 40px;
  }

  .nav-open .header__wrapper::after {
    width: calc(100% - 80px);
  }

  .logo {
    width: 189px;
    height: 36px;
  }

  .logo-link {
    font-size: 0;
    display: flex;
    align-items: center;
  }

  .logo_footer {
    width: 343px;
    height: 53px;
    margin-bottom: 8px;
  }

  .m-menu {
    width: calc(100% - 48px);
    top: 96px;
    padding: 16px 40px;
  }

  .footer {
    padding: 0 24px;
  }

  .footer__wrapper {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 24px;
  }

  .footer-menu {
    border: none;
    margin: 0;
    padding: 0;
  }

  .popup-form .form__button {
    margin-top: 24px;
  }

  .popup-form__title {
    font-size: 40px;
    line-height: 44px;
    max-width: 340px;
  }

  .popup-form__subtitle {
    font-size: 18px;
    line-height: 26px;
    max-width: 340px;
  }

  .popup-form__info {
    font-size: 16px;
    line-height: 24px;
  }

  .popup-form__wrapper {
    right: -527px;
    padding: 40px;
  }

  .popup-form__close {
    right: 40px;
    top: 40px;
  }

  .popup-form__close-button {
    margin-top: 40px;
  }

  .popup-form_active .popup-form__wrapper {
    transform: translateX(-527px);
  }

  .popup-form .form__fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .popup-form .form__fieldset .form__input-wrapper:nth-child(n + 3) {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .popup-form .form__fieldset .popup-form__info {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media screen and (min-width: 1280px) {
  .header {
    padding: 24px 0;
  }

  .m-menu {
    width: calc(100% - 96px);
  }

  .m-menu__dropdown .m-menu__item {
    max-width: 236px;
  }

  .m-menu__links {
    position: relative;
  }

  /* .m-menu__dropdown {
      position: absolute;
      top: 24px;
      transform: translateX(24px);
      background-color: white;
      border: 1px solid var(--sec-gray-blue);
      box-sizing: border-box;
      border-radius: 8px;
      overflow: hidden;
      max-width: 236px;
      z-index: 4;
    }
    .m-menu__dropdown .m-menu__item {
      margin: 0;
    }
    .m-menu__dropdown .m-menu__link {
      color: var(--sec-black);
      padding: 12px;
      box-sizing: border-box;
      display: inline-block;
    }
    .m-menu__dropdown .m-menu__item:hover {
      background-color: var(--sec-gray-blue);
    }
     */
  .footer {
    padding: 0 48px;
  }

  .footer__wrapper {
    padding: 40px 0;
  }

  .footer__policy {
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }

  .footer__copy {
    order: 1;
  }

  .footer__policy .footer__creator-link {
    display: flex;
    gap: 4px;
    align-items: center;
    height: 20px;
  }

  .footer__creator {
    display: none;
  }

  .footer__main {
    padding-bottom: 24px;
  }

  .footer__info {
    padding-top: 24px;
  }

  .popup-form .form__button {
    margin-top: 40px;
  }

  .popup-form__title {
    font-size: 48px;
    line-height: 54px;
    max-width: 550px;
  }

  .popup-form__subtitle {
    font-size: 20px;
    line-height: 25px;
    max-width: 550px;
  }

  .popup-form__wrapper {
    right: -796px;
    padding: 60px;
    max-width: 796px;
  }

  .popup-form__close {
    right: 60px;
    top: 60px;
  }

  .popup-form__close-button {
    margin-top: 60px;
  }

  .popup-form_active .popup-form__wrapper {
    -webkit-transform: translateX(-796px);
    -ms-transform: translateX(-796px);
    transform: translateX(-796px);
  }
}

@media screen and (min-width: 1900px) {
  .m-menu__links > .m-menu__item > .m-menu__link {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1440px) {
  .main-menu__side-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
  }

  .main-menu__side-links .header__link {
    display: inline-block;
  }

  .main-menu__side-links .header__link_lang {
    display: none;
  }

  .nav-open .m-menu {
    padding: 40px 48px;
  }

  .m-menu__container {
    width: 100%;
  }

  .m-menu__links {
    display: flex;
    align-items: baseline;
    position: relative;
    gap: 20px;
    justify-content: space-between;
    margin: 0;
    flex-direction: row;
  }

  .m-menu__item {
    order: unset;
    margin: 0;
  }

  .m-menu__item:has(> .m-menu__link_dropdown) {
    order: unset;
  }

  .m-menu__dropdown {
    position: absolute;
    top: -webkit-calc(100%);
    top: calc(100%);
    background-color: white;
    border: 1px solid var(--sec-gray-blue);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 56;
  }

  .m-menu__dropdown .m-menu__item {
    margin: 0;
    max-width: 266px;
  }

  .m-menu__dropdown .m-menu__link {
    padding: 12px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .m-menu__dropdown .m-menu__link {
    color: var(--sec-black);
  }

  .m-menu__dropdown .m-menu__item:hover {
    background-color: var(--sec-gray-blue);
  }

  .footer__main {
    padding-bottom: 24px;
  }

  .footer__info {
    padding-top: 24px;
  }

  .bottom-menu {
    right: 24px;
    bottom: 24px;
  }
}

@media screen and (min-width: 1700px) {
  .header__wrapper {
    padding: 16px 60px;
  }

  .header__burger-menu {
    display: none;
  }

  .footer__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .m-menu {
    display: none !important;
  }

  .main-menu {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
  }

  .main-menu__container {
    display: block;
  }

  .main-menu__add-button {
    display: inline-block;
  }

  .main-menu__side {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .footer__main {
    padding-bottom: 40px;
  }

  .footer__info {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1900px) {
  .header {
    margin: 0 auto;
  }

  .header__wrapper {
    max-width: 1800px;
    margin: 0 auto;
  }

  .footer {
    padding: 0;
  }

  .footer__wrapper {
    max-width: 1800px;
    margin: 0 auto;
    padding: 60px 0;
  }

  .main-menu {
    margin-left: 45px;
  }

  .main-menu__side {
    gap: 45px;
  }
}

/* MAIN SLIDER */

.main-slider {
  padding-top: 0;
}

.main-slider__swiper {
  position: relative;
}

.main-slider__slide-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main-slider__slide-container aside {
  border-radius: 8px;
  overflow: hidden;
}

.main-slider__text-block {
  background-color: #21252e;
  padding: 16px 16px 80px;
  box-sizing: border-box;
  position: relative;
  min-height: 326px;
  background-image: url(/assets/img/pattern_dark.svg);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: right -78px bottom;
}

.main-slider__tag {
  border: 1px solid var(--g-dark-gray);
  border-radius: 20px;
  padding: 3px 8px;
  box-sizing: border-box;
  color: white;
  font-size: 12px;
  line-height: 16px;
  width: fit-content;
}

.main-slider__title {
  color: white;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-top: 16px;
}

.main-slider__title span {
  color: var(--main-white-blue);
}

.main-slider__subtitle {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.main-slider__button {
  display: none;
}

.main-slider__extra-btn {
  position: absolute;
  left: 16px;
  bottom: 16px;
}

.main-slider__pagination {
  display: none;
}

.main-slider__controls {
  position: absolute;
  right: 16px;
  bottom: calc(32px + 51.47vw);
}

.main-slider__buttons {
  display: flex;
  gap: 24px;
  align-items: center;
}

.swiper-button-prev.arrow,
.swiper-button-next.arrow {
  position: unset;
  margin: 0;
}

.swiper-button-prev.arrow::after,
.swiper-button-next.arrow::after {
  content: unset;
}

.main-slider__media-block {
  height: 51.47vw;
}

.main-slider__media-block .main-slider__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .main-slider__text-block {
    background-size: 600px;
    background-position: right -80px bottom;
  }

  .main-slider__title,
  .main-slider__subtitle {
    max-width: 340px;
  }
}

@media screen and (min-width: 1024px) {
  .main-slider__swiper .swiper-slide {
    height: unset;
  }

  .main-slider__slide-container {
    display: grid;
    grid-template-columns: 34.2773vw auto;
    height: 100%;
    gap: 24px;
  }

  .main-slider__text-block {
    height: 384px;
    width: 100%;
  }

  .main-slider__media-block {
    width: 100%;
    height: 384px;
  }

  .main-slider__controls {
    position: absolute;
    right: calc(100% - 34.2773vw + 16px);
    bottom: 16px;
  }

  .main-slider__title,
  .main-slider__subtitle {
    max-width: unset;
  }
}

@media screen and (min-width: 1280px) {
  .main-slider__slide-container {
    grid-template-columns: 37.422vw auto;
  }

  .main-slider__text-block {
    height: 435px;
    max-height: 435px;
    padding: 48px 48px 48px 60px;
  }

  .main-slider__media-block {
    height: 435px;
  }

  .main-slider__controls {
    right: calc(100% - 37.422vw + 24px);
    bottom: 24px;
  }

  .main-slider__extra-btn {
    left: 24px;
    bottom: 24px;
  }

  .main-slider__tag {
    font-size: 16px;
    line-height: 24px;
    padding: 4px 12px;
  }

  .main-slider__title {
    font-size: 48px;
    line-height: 54px;
  }

  .main-slider__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1440px) {
  .main-slider__slide-container {
    grid-template-columns: 37.9167vw auto;
  }

  .main-slider__text-block {
    height: 435px;
    padding: 24px 24px 96px;
  }

  .main-slider__media-block {
    height: 435px;
  }

  .main-slider__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(37.9167vw - 48px);
    right: calc(100% - 37.9167vw + 24px);
    bottom: 24px;
  }

  .main-slider__extra-btn {
    display: none;
  }

  .main-slider__button {
    display: inline-block;
    margin-top: 16px;
  }

  .main-slider__pagination {
    display: inline-block;
    position: unset;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: white;
    width: fit-content;
  }
}

@media screen and (min-width: 1900px) {
  .main-slider__slide-container {
    grid-template-columns: 584px auto;
  }

  .main-slider__text-block {
    height: 670px;
    padding: 40px 40px 124px;
    background-image: url(/assets/img/patterns/pattern_dark.svg);
    background-size: 1064px;
    background-position: left 161px bottom -10px;
  }

  .main-slider__media-block {
    height: 670px;
  }

  .main-slider__controls {
    width: calc(584px - 80px);
    right: calc(100% - 584px + 40px);
    bottom: 40px;
  }

  .main-slider__title {
    font-size: 60px;
    line-height: 60px;
    margin-top: 24px;
  }

  .main-slider__subtitle {
    font-size: 20px;
    line-height: 25px;
    margin-top: 24px;
  }

  .main-slider__button {
    margin-top: 24px;
  }

  .main-slider__pagination {
    font-size: 24px;
    line-height: 32px;
  }
}

/* POPUP MESSAGE */

.popup-message {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.popup-message__body {
  background-color: var(--main-blue);
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup-message__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: white;
  text-align: center;
}

.popup-message__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
  text-align: center;
}

.popup-message__close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: 6px;
  top: 6px;
  background-image: url(/assets/img/ui/cross_white.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.popup-message {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.popup-message_active {
  opacity: 1;
  visibility: visible;
  z-index: 102;
}

@media screen and (min-width: 1280px) {
  .popup-message__body {
    padding: 40px;
    gap: 24px;
  }

  .popup-message__title {
    font-size: 40px;
    line-height: 44px;
  }

  .popup-message__text {
    font-size: 18px;
    line-height: 26px;
  }

  .popup-message__close {
    width: 40px;
    height: 40px;
    background-size: 32px;
  }
}

@media screen and (min-width: 1900px) {
  .popup-message__body {
    padding: 60px;
  }

  .popup-message__title {
    font-size: 48px;
    line-height: 54px;
  }

  .popup-message__text {
    font-size: 20px;
    line-height: 25px;
  }
}

/* EVENTS */

.events {
  background-color: var(--sec-gray-blue);
  padding: 40px 16px;
}

.events__swiper {
  margin-top: 24px;
}

.events .swiper-slide {
  height: unset;
}

.events__element {
  text-decoration: none;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 16px;
  box-sizing: border-box;
}

.events__element:hover {
  background-color: var(--main-blue);
}

.events__element:hover .events__tag {
  background-color: white;
  color: var(--main-blue);
}

.events__element:hover .events__title {
  color: white;
}

.events__element:hover .events__footer {
  -webkit-filter: grayscale(1) brightness(1000%);
  filter: grayscale(1) brightness(1000%);
}

.events__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 16px 16px 0;
}

.events__tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  background-color: var(--main-blue);
  border-radius: 20px;
  padding: 3px 8px;
  color: white;
}

.events__tag:nth-child(n + 4) {
  display: none;
}

.events__title {
  margin: 8px 16px 0;
  font-size: 18px;
  line-height: 26px;
}

.events__preview-container {
  position: relative;
  font-size: 0;
  height: 51.46vw;
  max-height: 329px;
}

.events__preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.events__preview-container:not(:has(.no-image))::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 70, 147, 0) 0%,
    rgba(20, 70, 147, 0.5) 100%
  );
}

.events__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 16px 0;
}

.events__footer span {
  border-right: 1px solid rgba(0, 80, 157, 0.3);
  padding-right: 8px;
  height: 20px;
  opacity: 0.7;
}

.events__footer span:last-child {
  border: none;
  padding-right: 0;
}

.swiper-controls {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .events__tags {
    gap: 16px;
  }

  .events__footer {
    gap: 16px;
  }

  .events__title {
    margin: 16px 16px 0;
  }

  .events__preview-container {
    height: 26.3021vw;
  }

  .events__element {
    max-width: 47vw;
  }

  .events__footer span {
    padding-right: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .events__preview-container {
    height: 26.1719vw;
  }
}

@media screen and (min-width: 1280px) {
  .events {
    padding: 60px 48px;
  }

  .events__swiper {
    margin-top: 40px;
  }

  .swiper-controls {
    margin-top: 40px;
  }

  .events__title {
    font-size: 20px;
    line-height: 25px;
  }

  .events__preview-container {
    height: 25.5469vw;
  }

  .events__element {
    max-width: 46vw;
  }
}

@media screen and (min-width: 1440px) {
  .events__title {
    font-size: 20px;
    line-height: 25px;
  }

  .events__preview-container {
    height: 16.875vw;
  }

  .events__element {
    max-width: 31vw;
  }
}

@media screen and (min-width: 1900px) {
  .events {
    padding: 100px 0;
  }

  .events__title {
    font-size: 24px;
    line-height: 32px;
    margin: 24px 24px 0;
  }

  .events__tags {
    margin: 24px 24px 0;
  }

  .events__footer {
    margin: 24px 24px 0;
  }

  .events__footer span {
    height: 26px;
  }

  .events__preview-container {
    height: 329px;
  }
}

/* EVENTS PAGE */

.events__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  align-items: center;
}

.events_page {
  background-color: transparent;
  padding-top: 0;
}

.events_page .events__element {
  background-color: var(--sec-gray-blue);
}

.events_page .events__element:hover {
  background-color: var(--main-blue);
}

@media screen and (min-width: 768px) {
  .events__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .events__container {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }

  .events_page .events__preview-container {
    height: 220px;
  }
}

@media screen and (min-width: 1440px) {
  .events_page .events__preview-container {
    height: 17.1354vw;
    max-height: 329px;
  }
}

/* ABOUT */

.about {
  position: relative;
  overflow: hidden;
}

.about::before {
  content: "";
  position: absolute;
  height: calc(100% - 20px);
  width: 100%;
  background-image: url(/assets/img/patterns/pattern_gray-blue.svg);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -47%;
  z-index: -1;
}

.about__color-title {
  color: var(--g-gray);
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-top: 16px;
}

.about__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--g-dark-gray);
  margin-top: 16px;
}

.about__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.single-letter {
  color: var(--g-gray);
}

.single-letter_colored {
  color: var(--main-blue);
}

@media screen and (min-width: 768px) {
  .about {
    background-position: right 24px center;
    background-size: 410px;
  }

  .about__buttons {
    flex-direction: row;
    gap: 20px;
    margin-top: 24px;
  }

  .about::before {
    height: calc(100% - 88px);
    bottom: unset;
    top: 44px;
    right: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .about__color-title {
    font-size: 70px;
    line-height: 82px;
  }

  .about__desc {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (min-width: 1280px) {
  .about::before {
    height: calc(100% - 160px);
    bottom: unset;
    top: 80px;
    right: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .about::before {
    right: 60px;
  }
}

@media screen and (min-width: 1900px) {
  .about::before {
    height: calc(100% - 230px);
    bottom: unset;
    top: 115px;
    right: 3.157vw;
  }

  .about__color-title {
    font-size: 96px;
    line-height: 100px;
    margin-top: 24px;
  }

  .about__desc {
    font-size: 24px;
    line-height: 32px;
    margin-top: 24px;
  }

  .about__buttons {
    margin-top: 40px;
  }

  .about {
    background-position: right 60px center;
    background-size: 700px;
  }
}

/* STUDY */

.study {
  background-color: var(--sec-black);
}

.study .section__title {
  color: white;
}

.study .section__description {
  color: white;
  opacity: 0.7;
}

.study__controls {
  margin-top: 40px;
}

.study .swiper-slide {
  height: unset;
}

.study__element {
  display: block;
  min-height: 353px;
  padding: 16px;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  height: 100%;
}

.study__element_add-border {
  border: 1px solid #6dc8f2;
}

.study__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: var(--main-blue);
  margin-top: 16px;
}

.study__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--g-dark-gray);
  margin-top: 16px;
}

.study__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--g-gray);
  margin-top: 16px;
}

.study__price span {
  color: var(--sec-black);
}

.study__info {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--g-dark-gray);
  margin-top: 8px;
}

.study__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.study__swiper {
  margin-top: 40px;
}

.study__element:hover {
  background-color: var(--main-blue);
}

.study__element:hover .chips_blue {
  background-color: var(--main-dark-blue);
}

.study__element:hover .study__title,
.study__element:hover .study__desc,
.study__element:hover .study__price span,
.study__element:hover .study__info {
  color: white;
}

.study__element:hover .study__price {
  color: var(--main-white-blue);
}

@media screen and (min-width: 768px) {
  .study__element {
    padding: 24px;
    min-height: 339px;
  }

  .study__tags {
    gap: 16px;
  }

  .study__title {
    margin-top: 24px;
  }

  .study__price {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .study__element {
    min-height: 398px;
  }

  .study__title {
    font-size: 32px;
    line-height: 40px;
  }

  .study__desc {
    font-size: 16px;
    line-height: 24px;
  }

  .study__price {
    font-size: 40px;
    line-height: 44px;
  }

  .study__info {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .study__element {
    min-height: 486px;
  }
}

@media screen and (min-width: 1900px) {
  .study__element {
    min-height: 550px;
  }

  .study__title {
    font-size: 40px;
    line-height: 44px;
    margin-top: 40px;
  }

  .study__price {
    font-size: 48px;
    line-height: 54px;
    margin-top: 40px;
  }
}

/* NEWS */

.news_page {
  padding-top: 0;
}

.news__swiper {
  margin-top: 24px;
}

.news .swiper-slide {
  height: unset;
}

.news_page .news__main-container {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news__element {
  text-decoration: none;
  background-color: var(--sec-gray-blue);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 16px;
  box-sizing: border-box;
  max-width: 91.5vw;
}

.news__element-container:nth-child(1) .news__element,
.news_page:not(:has(.filter__container_active)) .news__element:nth-child(1) {
  background-color: var(--main-blue);
}

.news__element-container:nth-child(1) .news__element:hover,
.news_page:not(:has(.filter__container_active))
  .news__element:nth-child(1):hover {
  background-color: var(--main-dark-blue);
}

.news__element-container:nth-child(1) .news__element .news__tag,
.news_page:not(:has(.filter__container_active))
  .news__element:nth-child(1)
  .news__tag {
  background-color: white;
  color: var(--main-blue);
}

.news__element-container:nth-child(1) .news__element .news__title,
.news_page:not(:has(.filter__container_active))
  .news__element:nth-child(1)
  .news__title {
  color: white;
}

.news__element-container:nth-child(1) .news__element .news__date,
.news_page:not(:has(.filter__container_active))
  .news__element:nth-child(1)
  .news__date {
  color: white;
}

.news__element:hover {
  background-color: var(--main-blue);
}

.news__element:hover .news__tag {
  background-color: white;
  color: var(--main-blue);
}

.news__element:hover .news__title {
  color: white;
}

.news__element:hover .news__date {
  color: white;
}

.news__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.news__element .news__tags {
  margin: 16px 16px 0;
}

.news__tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  background-color: var(--main-blue);
  border-radius: 20px;
  padding: 3px 8px;
  color: white;
}

.news__tag:nth-child(n + 4) {
  display: none;
}

.news__title {
  margin: 8px 16px 0;
  font-size: 18px;
  line-height: 26px;
}

.news__preview-container {
  position: relative;
  font-size: 0;
  height: 51.46vw;
  max-height: 329px;
}

.news__preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news__preview-container:not(:has(.no-image))::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 70, 147, 0) 0%,
    rgba(20, 70, 147, 0.5) 100%
  );
}

.swiper-controls {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}

.news__date {
  margin: 16px 16px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--main-blue);
  opacity: 0.7;
}

.news__block {
  display: none;
}

@media screen and (min-width: 768px) {
  .news__tags {
    gap: 16px;
  }

  .news__title {
    margin: 16px 16px 0;
  }

  .news__preview-container {
    height: 26.3021vw;
    min-height: 26.3021vw;
  }

  .news__element {
    max-width: 47vw;
  }

  .news_page .news__main-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .news_page .news__element {
    max-width: unset;
  }
}

@media screen and (min-width: 1024px) {
  .news__preview-container {
    height: 26.1719vw;
    min-height: 26.1719vw;
  }
}

@media screen and (min-width: 1280px) {
  .news__swiper.swiper {
    display: none;
  }

  .news__block {
    display: block;
    margin-top: 40px;
  }

  .news__main-container {
    display: grid;
    grid-template-columns: 1fr 0.5fr 0.5fr;
    gap: 24px;
  }

  .news_page .news__main-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .news__element-container:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .news_page:not(:has(.filter__container_active)) .news__element:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .news__element-container:nth-child(1) .news__element {
    max-width: unset;
  }

  .news__element-container:nth-child(1) .news__title {
    font-size: 32px;
    line-height: 40px;
    margin: 16px 24px 0;
  }

  .news_page:not(:has(.filter__container_active))
    .news__element:nth-child(1)
    .news__title {
    font-size: 32px;
    line-height: 40px;
    margin: 16px 24px 0;
  }

  .news__element-container:nth-child(1) .news__tags,
  .news__element-container:nth-child(1) .news__date {
    margin: 24px 24px 0;
  }

  .news_page:not(:has(.filter__container_active))
    .news__element:nth-child(1)
    .news__tags,
  .news_page:not(:has(.filter__container_active))
    .news__element:nth-child(1)
    .news__date {
    margin: 24px 24px 0;
  }

  .news__element-container:nth-child(1) .news__preview-container {
    height: 371px;
    min-height: 371px;
  }

  .news_page:not(:has(.filter__container_active))
    .news__element:nth-child(1)
    .news__preview-container {
    height: 371px;
    min-height: 371px;
  }

  .news__preview-container {
    height: 179px;
    min-height: 179px;
  }

  .news__title {
    font-size: 16px;
    line-height: 26px;
  }

  .news__date {
    font-size: 14px;
    line-height: 20px;
  }

  .news__tags {
    gap: 8px;
  }

  .news__element-container:nth-child(n + 6) {
    display: none;
  }

  .news__controls {
    display: none;
  }
}

@media screen and (min-width: 1900px) {
  .news__element-container:nth-child(1) .news__title {
    font-size: 40px;
    line-height: 44px;
    margin: 24px 40px 0;
  }

  .news__element-container:nth-child(1) .news__tags {
    margin: 40px 40px 0;
  }

  .news__element-container:nth-child(1) .news__date {
    margin: 40px 40px 0;
    font-size: 20px;
    line-height: 25px;
  }

  .news__element-container:nth-child(1) .news__preview-container {
    height: 500px;
    min-height: 500px;
  }

  .news__preview-container {
    height: 243px;
    min-height: 243px;
  }

  .news__tags {
    margin: 24px 24px 0;
  }

  .news__title {
    font-size: 20px;
    line-height: 25px;
    margin: 16px 24px 0;
  }

  .news__date {
    margin: 24px 24px 0;
  }

  .news__element-container:nth-child(n + 6) {
    display: none;
  }
}

/* PARTNERS */

.partners {
  background-color: var(--sec-gray-blue);
  overflow: hidden;
  position: relative;
}

.partners::after {
  position: absolute;
  content: "";
  height: calc(100% - 20px);
  width: 100%;
  background-image: url(/assets/img/patterns/pattern_main.svg);
  opacity: 0.05;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  right: -190px;
  top: 10px;
}

.partners__controls {
  margin-top: 40px;
}

.partners .swiper-slide {
  height: unset;
}

.partners__element {
  display: block;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: transparent;
  height: 100%;
}

.partners__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--g-dark-gray);
  margin: 24px 16px 0;
  text-align: center;
}

.partners__logo {
  height: 20.8vw;
  width: 100%;
  object-fit: contain;
  object-position: center;
  -webkit-filter: grayscale(1) brightness(100%);
  filter: grayscale(1) brightness(100%);
  transition: all 300ms ease;
}

.partners__logo:hover {
  -webkit-filter: unset;
  filter: unset;
}

.partners__swiper {
  margin-top: 40px;
}

.partners .partners__swiper {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .partners::after {
    right: 10px;
    top: 10px;
  }

  .partners__logo {
    height: 10.026vw;
  }

  .partners .content__header {
    display: block;
  }

  .partners__title {
    font-size: 16px;
    line-height: 24px;
    margin: 40px 16px 0;
  }

  .partners__swiper {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .partners__logo {
    height: 10.45vw;
  }

  .partners .partners__swiper {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .partners__logo {
    height: 6.5625vw;
  }

  .partners .partners__swiper {
    margin-left: -48px;
    margin-right: -48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .partners__logo {
    height: 6.67vw;
  }

  .partners__controls {
    margin-top: 0;
  }

  .partners .content__header {
    display: flex;
  }

  .partners__swiper {
    margin-top: 100px;
  }

  .partners::after {
    height: calc(100% - 80px);
    right: 60px;
    top: 40px;
  }

  .partners .partners__swiper {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 1900px) {
  .partners__logo {
    height: 132px;
  }

  .partners .partners__swiper {
    margin-left: -3.158vw;
    margin-right: -3.158vw;
    padding-left: 3.158vw;
    padding-right: 3.158vw;
  }
}

/* ABOUT PAGE */

.about-header {
  padding: 0 !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}

.about-header__content {
  background: linear-gradient(180deg, rgba(20, 70, 147, 0) 0%, #144693 100%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  padding: 24px 16px;
  max-width: unset;
  gap: 16px;
}

.about-header__title {
  color: white;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
}

.about-header__description {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .about-header__content {
    padding: 24px 16px;
  }

  .about-header__title {
    font-size: 48px;
    line-height: 54px;
  }

  .about-header__description {
    font-size: 16px;
    line-height: 24px;
    max-width: 681px;
  }
}

@media screen and (min-width: 1024px) {
  .about-header__content {
    padding: 24px 24px;
  }
}

@media screen and (min-width: 1280px) {
  .about-header__content {
    padding: 40px 48px;
  }

  .about-header__title {
    font-size: 60px;
    line-height: 60px;
  }

  .about-header__description {
    font-size: 16px;
    line-height: 24px;
    max-width: 736px;
  }
}

@media screen and (min-width: 1440px) {
  .about-header__content {
    padding: 60px 48px;
  }
}

@media screen and (min-width: 1900px) {
  .about-header__content {
    padding: 60px 3.158vw;
  }
}

/* NUMBERS */
.numbers {
  position: relative;
  overflow: hidden;
}

.numbers::after {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(100% - 40px);
  background-image: url(/assets/img/patterns/pattern_main.svg);
  opacity: 0.05;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}

.numbers .section__title {
  color: var(--main-dark-blue);
}

.numbers .section__description {
  font-size: 18px;
  line-height: 26px;
}

.numbers__container {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.numbers__element {
  padding: 16px;
  box-sizing: border-box;
  background-color: var(--main-blue);
}

.numbers__count {
  color: white;
  background-color: var(--main-dark-blue);
  border-radius: 20px;
  padding: 3px 8px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  min-width: 32px;
  text-align: center;
  width: fit-content;
}

.numbers__title {
  color: var(--sec-gray-blue);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  margin-top: 16px;
}

.numbers__desc {
  color: var(--sec-gray-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-top: 8px;
}

@media screen and (min-width: 500px) {
  .numbers__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media screen and (min-width: 768px) {
  .numbers .content__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .numbers .section__description {
    max-width: calc(50% - 12px);
    margin: 0;
  }

  .numbers .content__header {
    flex-direction: row;
    gap: 24px;
  }

  .numbers .section__title {
    max-width: 379px;
  }

  .numbers__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
  }

  .numbers::after {
    width: 512px;
    top: 82px;
  }
}

@media screen and (min-width: 1280px) {
  .numbers .section__title {
    max-width: 432px;
  }

  .numbers .section__description {
    max-width: calc(50% - 12px);
  }

  .numbers__container {
    margin-top: 100px;
  }

  .numbers__element {
    padding: 24px;
  }

  .numbers__title {
    font-size: 48px;
    line-height: 54px;
    margin-top: 40px;
  }

  .numbers__desc {
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
    max-width: 240px;
  }
}

@media screen and (min-width: 1440px) {
  .numbers__element {
    padding: 40px;
  }

  .numbers__count {
    font-size: 16px;
    line-height: 24px;
    padding: 4px 12px;
    min-width: 44px;
  }

  .numbers__title {
    font-size: 60px;
    line-height: 60px;
    margin-top: 60px;
  }

  .numbers__desc {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (min-width: 1900px) {
}

/* MISSION */

.mission {
  padding-top: 0;
}

.mission__content {
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 16px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mission__text-block {
  background-color: white;
  padding: 24px;
  box-sizing: border-box;
}

.mission__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: var(--main-blue);
}

.mission__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .mission__content {
    align-items: flex-end;
  }

  .mission__text-block {
    width: 100%;
    padding: 40px;
  }

  .mission__title {
    font-size: 40px;
    line-height: 44px;
  }

  .mission__description {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .mission__text-block {
    max-width: 75%;
  }
}

@media screen and (min-width: 1280px) {
  .mission__content {
    padding: 24px;
  }

  .mission__text-block {
    padding: 60px;
    max-width: 50%;
  }

  .mission__title {
    font-size: 40px;
    line-height: 44px;
  }

  .mission__description {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (min-width: 1900px) {
}

/* VALUES */

.about-values {
  padding-top: 0;
}

.about-values__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-values__header {
  background-color: var(--main-blue);
  padding: 24px 16px;
  position: relative;
  overflow: hidden;
}

.about-values__header::after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/patterns/pattern_white.svg);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  bottom: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  opacity: 0.05;
}

.about-values .section__title {
  color: white;
}

.about-values .section__description {
  color: white;
  font-size: 18px;
  line-height: 26px;
}

.about-values__elements {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-values__element {
  background-color: var(--sec-gray-blue);
  padding: 24px 16px;
}

.about-values__count {
  color: white;
  background-color: var(--main-dark-blue);
  border-radius: 20px;
  padding: 3px 8px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  min-width: 32px;
  text-align: center;
  width: fit-content;
}

.about-values__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .about-values .section__description {
    margin-top: 40px;
  }

  .about-values__elements {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: unset;
    gap: 16px;
  }

  .about-values__header::after {
    width: 615px;
    height: 615px;
    bottom: -100px;
    left: -100px;
  }
}

@media screen and (min-width: 1280px) {
  .about-values__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .about-values__header {
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .about-values__header::after {
    width: 630px;
    height: 630px;
    bottom: -200px;
    left: -200px;
  }

  .about-values .section__title {
    font-size: 40px;
    line-height: 44px;
  }

  .about-values .section__description {
    font-size: 20px;
    line-height: 25px;
  }

  .about-values__elements {
    display: flex;
    grid-template-columns: unset;
    flex-direction: column;
  }

  .about-values__element {
    padding: 40px 24px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
  }

  .about-values__title {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
  }
}

@media screen and (min-width: 1440px) {
  .about-values .section__title {
    font-size: 48px;
    line-height: 54px;
  }

  .about-values .section__description {
    font-size: 24px;
    line-height: 32px;
  }

  .about-values__title {
    font-size: 24px;
    line-height: 32px;
  }

  .about-values__header {
    padding: 60px 40px;
  }

  .about-values__header::after {
    background-image: url(/assets/img/patterns/pattern_white-big.svg);
    width: 1064px;
    height: 755px;
    background-position: left bottom;
    left: unset;
    bottom: 0;
    right: -500px;
  }

  .about-values__element {
    padding: 60px 40px;
  }
}

/* TARGETS */

.targets {
  background-color: var(--sec-black);
}

.targets .swiper-slide {
  height: unset;
}

.targets .section__title {
  color: white;
}

.targets .section__description {
  color: white;
}

.targets__elements {
  margin-top: 40px;
  position: relative;
}

.targets__element {
  box-sizing: border-box;
  background-color: white;
  padding-bottom: 100px;
}

.targets__preview-image {
  width: 100%;
  height: 51.46vw;
  object-fit: cover;
  object-position: center;
}

.targets__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 16px 16px 0;
}

.targets__pagination {
  display: inline-block;
  position: unset;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--main-blue);
  width: fit-content;
}

.targets__controls {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.targets__buttons {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .targets .content__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .targets .section__description {
    max-width: 50%;
    margin: 0;
  }

  .targets .content__header {
    flex-direction: row;
    gap: 24px;
  }

  .targets__element {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0;
  }

  .targets__container {
    margin-top: 60px;
  }

  .targets__desc {
    font-size: 20px;
    line-height: 25px;
    margin: 24px 24px 92px;
  }

  .targets__preview-image {
    height: 333px;
  }

  .targets__controls {
    width: calc(50% - 48px);
    left: unset;
    right: 24px;
    bottom: 24px;
  }

  .targets__pagination {
    font-size: 20px;
    line-height: 26px;
  }

  .targets .section__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .targets .section__title {
    max-width: calc(50% - 12px);
    font-size: 40px;
    line-height: 44px;
  }

  .targets .section__description {
    max-width: calc(50% - 12px);
  }

  .targets__elements {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .targets__desc {
    font-size: 24px;
    line-height: 32px;
    margin: 40px 40px 100px;
  }

  .targets__elements {
    margin-top: 100px;
  }

  .targets__controls {
    width: calc(50% - 80px);
    right: 40px;
    bottom: 40px;
  }

  .targets__preview-image {
    height: 506px;
  }
}

/* REWARDS */

.rewards {
  background-color: var(--sec-gray-blue);
  overflow: hidden;
  position: relative;
}

.rewards::after {
  position: absolute;
  content: "";
  height: calc(100% - 20px);
  width: 100%;
  background-image: url(/assets/img/patterns/pattern_main.svg);
  opacity: 0.05;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  right: -190px;
  top: 10px;
}

.rewards__controls {
  margin-top: 40px;
}

.rewards .swiper-slide {
  height: unset;
}

.rewards__element {
  display: block;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: transparent;
  height: 100%;
}

.rewards__link {
  font-size: 0;
  cursor: zoom-in;
}

.rewards__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--g-dark-gray);
  margin: 24px 16px 0;
  text-align: center;
}

.rewards__image {
  height: 254.61px;
  width: 254.61px;
  object-fit: contain;
  object-position: center;
  transition: all 300ms ease;
}

.rewards__swiper {
  margin-top: 40px;
}

.rewards .rewards__swiper {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .rewards::after {
    right: 10px;
    top: 10px;
  }

  .rewards .content__header {
    display: block;
  }

  .rewards__title {
    font-size: 16px;
    line-height: 24px;
    margin: 40px 16px 0;
  }

  .rewards__swiper {
    margin-top: 60px;
  }

  .rewards__image {
    height: 258.45px;
    width: 258.45px;
  }
}

@media screen and (min-width: 1024px) {
  .rewards__image {
    height: 267.88px;
    width: 267.88px;
  }

  .rewards .rewards__swiper {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .rewards__image {
    height: 266px;
    width: 266px;
  }

  .rewards .rewards__swiper {
    margin-left: -48px;
    margin-right: -48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .rewards__image {
    height: 16.42vw;
    max-height: 312px;
    width: 16.42vw;
    max-width: 312px;
  }

  .rewards__controls {
    margin-top: 0;
  }

  .rewards .content__header {
    display: flex;
  }

  .rewards__swiper {
    margin-top: 100px;
  }

  .rewards::after {
    height: calc(100% - 80px);
    right: 60px;
    top: 40px;
  }

  .rewards .rewards__swiper {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 1900px) {
  .rewards__image {
    height: 312px;
    width: 312px;
  }

  .rewards .rewards__swiper {
    margin-left: -3.158vw;
    margin-right: -3.158vw;
    padding-left: 3.158vw;
    padding-right: 3.158vw;
  }
}

/* FORMS */

.event-form .form__container,
.question-form .form__container {
  background-color: var(--main-blue);
  margin-top: 24px;
  padding: 16px;
}

.event-form .form__title,
.question-form .form__title {
  color: white;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.event-form .form__subtitle,
.question-form .form__subtitle {
  color: white;
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.event-form .form__info,
.question-form .form__info {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.form__info a {
  font-weight: 500;
  color: inherit;
}

.event-form .form__fieldset,
.question-form .form__fieldset {
  margin-top: 24px;
  padding: 0;
}

.event-form .form__button,
.question-form .form__button {
  margin: 16px 0 0;
}

.event-form .form__input_textarea,
.question-form .form__input_textarea {
  height: 200px;
}

@media screen and (min-width: 768px) {
  .question-form .form__container {
    margin-top: 40px;
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .event-form .form__container {
    margin-top: 40px;
    padding: 24px;
  }

  .question-form .form__fieldset {
    margin: 0;
  }

  .event-form .form__title,
  .question-form .form__title {
    font-size: 40px;
    line-height: 44px;
  }

  .event-form .form__subtitle,
  .question-form .form__subtitle {
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 26px;
  }

  .event-form .form__button,
  .question-form .form__button {
    margin: 24px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .question-form .form__container,
  .event-form .form__container {
    margin-top: 60px;
  }

  .question-form .form__fieldset,
  .event-form .form__fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
  }

  .question-form .form__fieldset .form__input-wrapper:nth-child(n + 3),
  .event-form .form__fieldset .form__input-wrapper:nth-child(n + 3) {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .question-form .form__fieldset .form__info,
  .event-form .form__fieldset .form__info {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media screen and (min-width: 1280px) {
  .event-form .form__fieldset {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .question-form .form__container {
    margin-top: 100px;
    padding: 40px;
  }

  .event-form .form__container {
    margin-top: 100px;
    padding: 40px;
  }

  .question-form .form__fieldset,
  .event-form .form__fieldset {
    gap: 24px;
  }

  .event-form .form__title,
  .question-form .form__title {
    font-size: 48px;
    line-height: 54px;
  }

  .event-form .form__subtitle,
  .question-form .form__subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .event-form .form__button,
  .question-form .form__button {
    margin: 40px 0 0;
  }
}

/* CONTACTS */

.contacts {
  padding-top: 0;
}

.contacts__list-prop {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.contacts__col-prop {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-prop {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-prop__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #cccccc;
}

.contact-prop__val {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #1f3464;
}

.contact-prop__val_social-list {
  display: flex;
  gap: 24px;
}

.filials-slide__prop-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #cccccc;
}

.filials-slide__prop-val {
  color: #21252e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.filials-slide__city-name {
  color: #00509d;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
  .contacts__list-prop {
    flex-direction: row;
    gap: 24px;
    margin-top: 24px;
  }

  .contact-prop__title {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-prop__val {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
  }

  .filials-slide__prop-title {
    font-size: 16px;
    line-height: 24px;
  }

  .filials-slide__prop-val {
    font-size: 18px;
    line-height: 26px;
  }

  .filials-slide__city-name {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .contacts__list-prop {
    margin-top: 40px;
  }

  .contact-prop__val {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
  }

  .filials-slide__prop-val {
    font-size: 20px;
    line-height: 24px;
  }

  .filials-slide__city-name {
    font-size: 40px;
    line-height: 44px;
  }
}

@media screen and (min-width: 1900px) {
}

.hidden {
  display: none;
}

/* ITEM DETAIL */

.item-detail {
  padding-top: 0;
  margin: auto;
}

.item-detail__chips {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.item-detail__preview-text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

.item-detail__meta {
  display: flex;
  align-items: center;
  margin-top: 16px;
  color: #00509d;
  font-size: 16px;
  gap: 16px;
}

.item-detail__intro {
  margin-top: 16px;
}

.item-detail__meta > span {
  border-right: 1px solid rgba(0, 80, 157, 0.3);
  padding-right: 16px;
}

.item-detail__meta > span:last-child {
  border: none;
  padding-right: 0;
}

.item-detail__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 16px;
}

.item-detail__all-link {
  margin-top: 24px;
}

.item-detail__media-block {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.item-detail__media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.item-detail__text-block {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 769px) {
  .item-detail__meta {
    margin-top: 16px;
    color: #00509d;
    font-size: 18px;
  }

  .item-detail__chips {
    margin-bottom: 24px;
  }

  .item-detail__all-link {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .item-detail {
    max-width: 782px;
  }

  .item-detail__preview-text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1281px) {
  .item-detail__intro {
    margin-top: 24px;
  }

  .item-detail {
    max-width: 1192px;
  }

  .item-detail__content {
    margin-top: 40px;
    gap: 40px;
  }

  .item-detail__meta {
    margin-top: 24px;
    font-size: 20px;
  }

  .item-detail__all-link {
    margin-top: 60px;
  }

  .item-detail__text-block {
    padding: 0 12.75%;
  }

  .item-detail__preview-text {
    margin-top: 24px;
    font-size: 20px;
    line-height: 26px;
  }

  .item-detail__text-block {
    font-size: 18px;
    line-height: 26px;
  }
}

/* STUDY PROGRAMS */

.study_page {
  padding-top: 0;
}

.study_page .study__main-container {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .study_page .study__main-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .study_page .study__main-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

/* SERVICE DETAIL */

.service-detail {
  padding-top: 0;
}

.service-detail__preview-text {
  margin-top: 16px;
}

.service-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #e8f6fe;
  padding: 24px;
  align-self: flex-start;
  width: 100%;
}

.service-sidebar__prop {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-sidebar__prop-name {
  color: #8c98a3;
  font-size: 14px;
}

.service-sidebar__prop-val {
  color: #21252e;
  font-weight: 500;
}

.service-sidebar__prop-price {
  color: #00509d;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.service-sidebar__prop-price-info {
  color: #84a1c8;
  font-size: 14px;
  line-height: 20px;
}

.service-sidebar__prop-currency {
  color: #6dc8f2;
}

.content_service-detail {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.service-detail__accordion {
  margin-top: 16px;
}

.service-detail__about {
  margin-top: 24px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accordion-item__head {
  background-color: #e8f6fe;
  cursor: pointer;
  min-height: 56px;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
}

.accordion-item__content {
  padding: 16px;
  display: none;
  background-color: #e8f6fe;
  font-size: 16px;
}

.accordion-item__list-file {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.accordion-item__content_open {
  display: block;
}

.accordion-item__arrow {
  float: right;
  width: 18px;
  height: 16px;
  background-image: url("/assets/img/ui/arrow_down_black.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.accordion-item__arrow_open {
  -moz-transform: rotate(180deg); /* Для Firefox */
  -ms-transform: rotate(180deg); /* Для IE */
  -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
  -o-transform: rotate(180deg); /* Для Opera */
  transform: rotate(180deg);
}

.accordion-item__content > * {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 1025px) {
  .content_service-detail {
    flex-direction: row;
    gap: 24px;
  }

  .service-detail__sidebar {
    flex: 0 0 379px;
  }

  .service-sidebar__prop-price {
    font-size: 40px;
    line-height: 44px;
  }

  .service-sidebar__prop-price-info {
    font-size: 16px;
    line-height: 24px;
  }

  .service-sidebar__prop-name {
    font-size: 16px;
  }

  .service-detail__accordion {
    margin-top: 24px;
  }

  .service-detail__about {
    margin-top: 40px;
  }

  .accordion-item__head {
    font-size: 18px;
    line-height: 24px;
  }

  .accordion-item__content > * {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1700px) {
  .content_service-detail {
    flex-direction: row;
  }

  .service-detail__sidebar {
    flex: 0 0 584px;
  }

  .service-sidebar__prop-price {
    font-size: 48px;
    line-height: 54px;
  }

  .service-detail__accordion {
    margin-top: 40px;
  }

  .service-detail__about {
    margin-top: 60px;
  }

  .accordion-item__head {
    font-size: 20px;
    line-height: 25px;
    padding: 24px;
  }
}

/* MEDIA INDEX */
.media_page {
  padding-top: 0;
}

.media__main-container {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.media-element {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  min-height: 309px;
  text-decoration: none;
}

.media-element__date {
  margin-top: 8px;
}

.media-element__wrap-image {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.media-element__wrap-image:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 0) 0%,
    rgba(20, 70, 147, 0.5) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.media-element__image {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.media-element__title {
  color: #21252e;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.media-element__date {
  font-size: 16px;
  line-height: 24px;
}

.media-element__tag {
  position: absolute;
  top: 16px;
  left: 16px;
}

.media-element__footer {
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .media-element__image {
    width: unset;
    max-height: 100%;
    object-fit: cover;
  }

  .media-element__title {
    min-height: 50px;
  }

  .media-element__date {
    margin-top: 16px;
  }

  .media__main-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .media-element__wrap-image {
    height: 328px;
  }
}

@media screen and (min-width: 1281px) {
  .media__main-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .media-element__title {
    font-size: 20px;
    line-height: 26px;
    min-height: 96px;
  }

  .media-element__date {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1700px) {
  .media-element__title {
    font-size: 24px;
    line-height: 32px;
  }
}

/* MEDIA DETAIL */
.media-detail {
  padding-top: 0;
}

.media-detail__main-photo {
  width: 100%;
  margin-bottom: 24px;
  display: block;
}

.media-detail__albom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.albom-item {
  width: 100%;
}

.albom-item > * {
  width: 100%;
  height: 100%;
}

.play {
  position: relative;
}

.play::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url("/assets/img/ui/play.svg");
  background-repeat: no-repeat;
  background-position: 22px center;
}

.media-detail__meta {
  display: flex;
  align-items: center;
  margin-top: 16px;
  color: #00509d;
  font-size: 16px;
  gap: 16px;
}

.media-detail__preview-text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

.media-detail__meta {
  margin-top: 24px;
  margin-bottom: 24px;
}

.media-detail__albom {
  margin-bottom: 24px;
}

.media-detail__all-link {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .media-detail__albom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .media-detail__all-link {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .media-detail__albom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .media-detail__preview-text {
    font-size: 18px;
    line-height: 26px;
  }

  .media-detail__meta {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1281px) {
  .media-detail__preview-text {
    margin-top: 24px;
    font-size: 20px;
    line-height: 24px;
  }

  .media-detail__meta {
    margin-bottom: 60px;
    font-size: 20px;
  }

  .media-detail__all-link {
    margin-top: 60px;
  }
}

/* USEFULL PAGE */

.usefull__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  align-items: center;
}

.usefull_page {
  background-color: transparent;
  padding-top: 0;
}

.usefull_page .usefull-element {
  background-color: var(--sec-gray-blue);
}

.usefull_page .usefull-element:hover {
  background-color: var(--main-blue);
}

.usefull-element {
  text-decoration: none;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
}

.usefull-element:hover {
  background-color: var(--main-blue);
}

.usefull-element:hover .usefull-element__tag {
  background-color: white;
  color: var(--main-blue);
}

.usefull-element:hover .usefull-element__title {
  color: white;
}

.usefull-element:hover .usefull-element__footer {
  -webkit-filter: grayscale(1) brightness(1000%);
  filter: grayscale(1) brightness(1000%);
}

.usefull-element__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.usefull-element__tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  background-color: var(--main-blue);
  border-radius: 20px;
  padding: 3px 8px;
  color: white;
}

.usefull-element__tag:nth-child(n + 4) {
  display: none;
}

.usefull-element__title {
  margin: 16px 0 0 0;
  font-size: 18px;
  line-height: 26px;
  color: #21252e;
  font-weight: 500;
}

.usefull-element__preview-text {
  margin: 8px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #8c98a3;
}

.usefull-element__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0 0;
}

.usefull-element__footer span {
  border-right: 1px solid rgba(0, 80, 157, 0.3);
  padding-right: 8px;
  height: 20px;
  opacity: 0.7;
}

.usefull-element__footer span:last-child {
  border: none;
  padding-right: 0;
}

.usefull-element__date {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .usefull__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .usefull-element__title {
    font-size: 20px;
    line-height: 25px;
  }

  .usefull-element__preview-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1281px) {
  .usefull-element {
    padding: 24px;
  }

  .usefull__container {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }

  .usefull-element__title {
    font-size: 24px;
    line-height: 32px;
  }

  .usefull-element__date {
    font-size: 18px;
    line-height: 26px;
  }
}

/* 404 */

.not-found {
  padding-top: 24px;
  position: relative;
}

.not-found::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  /* bottom: -55%; */
  bottom: -162px;
  background-image: url(/assets/img/patterns/pattern_gray-blue.svg);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  /* width: 91.47vw;
  height: 76.27vw; */
  width: 343px;
  height: 286px;
  z-index: -1;
  margin: 0 auto;
}

.not-found__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.not-found__title {
  color: var(--main-white-blue);
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
}

.not-found__subtitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: var(--main-blue);
}

.not-found__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-top: 16px;
  max-width: 350px;
}

.not-found__button {
  margin: 16px auto 0;
}

@media screen and (min-width: 768px) {
  .not-found {
    padding-top: 44px;
    padding-bottom: 100px;
  }

  .not-found__title {
    font-size: 96px;
    line-height: 100px;
  }

  .not-found__subtitle {
    font-size: 48px;
    line-height: 54px;
  }

  .not-found__text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
  }

  .not-found__button {
    margin: 24px auto 0;
  }
}

@media screen and (min-width: 1280px) {
  .not-found {
    padding-top: 84px;
    padding-bottom: 160px;
  }

  .not-found__title {
    font-size: 150px;
    line-height: 180px;
  }

  .not-found__subtitle {
    font-size: 60px;
    line-height: 60px;
  }

  .not-found__text {
    font-size: 20px;
    line-height: 25px;
    margin-top: 40px;
    max-width: 450px;
  }

  .not-found__button {
    margin: 40px auto 0;
  }
}

/* SIMAI */

@media (max-width: 1200px) {
  table.table-responsive-new thead th:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-weight: bold;
  }

  table.table-responsive-new thead th {
    display: none;
  }

  table.table-responsive-new tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  table.table-responsive-new td:first-child {
    font-weight: bold;
  }

  table.table-responsive-new td {
    margin: 0 -1px -1px 0; /* Removes double-borders */
    width: 100%;
  }
}

.hide-show.hidden {
  display: block !important;
}
html.special .sf-special-hidden {
  display: block;
}
html.special .sf-viewbox .sf-special-hidden {
  display: none;
}
.sf-special-hidden {
  display: none;
}
.sf-special-hidden {
  opacity: 0;
}
.sf-special-show {
  opacity: 100;
}

a.sf-tooltip span {
  display: none;
  margin-left: 8px;
}

a.sf-tooltip:hover span {
  display: inline;
  position: absolute;
  width: 250px;
  font-size: 14px;
  right: 20px;
  top: -20px;
}

#menu {
  position: fixed;
  right: 30px;
  top: 50%;
}

@media (max-width: 576px) {
  #menu {
    right: 16px;
  }
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .safari-icon-width {
    min-width: 47px;
  }

  .safari-logo-width {
    min-width: 56px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-icon-width {
    min-width: 47px;
  }
}

@media (max-width: 768px) {
  .sf-nav-fixed .container-wrap .nav-container .sf-nav .nav-overlay {
    z-index: 10;
  }
}
@media print {
  main {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

.svg-inline--fa.fa-fw {
  width: 1.5em !important;
}
.bx-pdf-container {
  max-width: 100vw;
}

.sf-service-bottom-area a {
  display: none !important; /* прячем кнопку наверх, пока так */
}

.popup-form,
.popup-form input {
  color: var(--sec-black);
}

/* End */
/* /simai/asset/simai.framework/sf4.master/core/css/sf-full.css?1716958654811401 */
/* /simai/asset/simai.framework/sf4.master/plugin/navigation/css/sf-nav.css?1716958654195516 */
/* /simai/asset/simai.framework/sf4.master/plugin/md-color/css/md-color.css?171695865481183 */
/* /simai/asset/simai.bx-panel/bx-panel-1.0.0/bx-panel.css?17169586541817 */
/* /simai/asset/font-awesome/sf-icon-5.22/css/all.min.css?171695865434511 */
/* /simai/asset/fancybox/fancybox.master/css/jquery.fancybox.min.css?171695865413841 */
/* /simai/asset/swiper/swiper-4.4.2/css/swiper.min.css?171695865419777 */
/* /local/templates/.default/components/bitrix/breadcrumb/.default/style.css?17147093782091 */
/* /assets/css/bvi.min.css?173529430078734 */
/* /bitrix/templates/simai.framework/template_styles.css?1736913910103460 */
